﻿#include "pch-cpp.hpp"





template <typename T1>
struct VirtualActionInvoker1
{
	typedef void (*Action)(void*, T1, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
	}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
	typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
	}
};
template <typename R>
struct VirtualFuncInvoker0
{
	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 VirtualFuncInvoker1
{
	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 VirtualFuncInvoker2
{
	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 R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
	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);
	}
};
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 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);
	}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
	typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);

	static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
	}
};
template <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 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);
	}
};

struct Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5;
struct CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC;
struct CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6;
struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7;
struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15;
struct CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32;
struct CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307;
struct CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C;
struct CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597;
struct CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47;
struct CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4;
struct CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F;
struct CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B;
struct CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4;
struct CastInstructionT_1_t90F15389646803EE7369005EA7D71A95BF543F86;
struct CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794;
struct CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99;
struct CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345;
struct CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40;
struct CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C;
struct CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF;
struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7;
struct Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28;
struct Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65;
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9;
struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1;
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69;
struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD;
struct Dictionary_2_t56FCAC2E0ACE5ADEFBBB719FBF3FD27FF7196AD8;
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
struct Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5;
struct Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A;
struct Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957;
struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354;
struct Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5;
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
struct Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8;
struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E;
struct HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB;
struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885;
struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D;
struct HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200;
struct HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74;
struct HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84;
struct ICollection_1_tD7413105CA5DBF6629BE5E9EE453204D7C0D90FB;
struct ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7;
struct IEnumerable_1_tA70CEDE5B026B417CF78C3146B22E44FB6755120;
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
struct IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901;
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
struct IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B;
struct IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10;
struct IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4;
struct IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8;
struct IEqualityComparer_1_t68530679EED3DFA5719E3A5A0943770B1C4E5776;
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
struct IEqualityComparer_1_t3950A1C72D0704C9A5D08F255CB6BE1525EDC4A9;
struct IList_1_tA13FBE6110D3456E1FC31F4953EFBEAB162DF798;
struct IList_1_tD8C1945D1FC58057D0A26962BA14C307A4F5D52A;
struct IList_1_tC8AC9DE84552CBB4604F3117605C055C47B258B3;
struct IList_1_t28EB8E755FDBFBDE88574629581245F2CF1F5FC1;
struct IList_1_t6EE90D273EFCF5E7E4C37FAB712E70BB6F1B4BFF;
struct IList_1_t8237764F017214FEC3BDC5BA9D72BD235EAC1402;
struct IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB;
struct IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65;
struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544;
struct KeyCollection_t8352E85A61FFB34871C52571301F0B2B87ECF3B3;
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
struct KeyCollection_t78693409E5147276425329CB69C1414D43C8CCE5;
struct KeyCollection_tC533E8BAE940E1D8599793FF3969C20FE938AC1C;
struct KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1;
struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927;
struct List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6;
struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00;
struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8;
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12;
struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB;
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9;
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8;
struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA;
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E;
struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92;
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505;
struct Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26;
struct Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5;
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
struct Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E;
struct Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC;
struct StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2;
struct TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6;
struct TrueReadOnlyCollection_1_t71A2D3FD751848C3E87C90C4EDF1D35A25879C4D;
struct TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1;
struct ValueCollection_t4159040294CF2BA7D3617AF5BBA2FD71B58537AC;
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
struct ValueCollection_tE9183007A5785689F86BDBB22CB72D19AB5E1192;
struct ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2;
struct ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720;
struct EntryU5BU5D_t736101329BA709F3696050239C8EC4852F1C2549;
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
struct EntryU5BU5D_t8551361338B9BF5705CA61FFE9EA2EDEA1B1EF34;
struct EntryU5BU5D_tC290BD88003566770281A880912B6B92FC7E34CF;
struct EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE;
struct EntryU5BU5D_t9369F4A8A5DD44A14AD9C972B15837804405F902;
struct HashSet_1U5BU5D_tFCEF942AC56CEEEEF243A16089184E53958046D4;
struct KeyValuePair_2U5BU5D_t553A63FB0154A4876BD44C167CCF193805EB3D04;
struct KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1;
struct SlotU5BU5D_t77D700E38763E3EAC122D8F52F514030D36AA094;
struct SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338;
struct BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC;
struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50;
struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4;
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F;
struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct WeakReferenceU5BU5D_t946B92E92B5492BD3357181A37AE958D5DED9ED3;
struct VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F;
struct AndNodeU5BU5D_tB441383F35641A763CF3684AB72D92BE6CD35C3C;
struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3;
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844;
struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720;
struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE;
struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192;
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4;
struct BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424;
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B;
struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E;
struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17;
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
struct CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF;
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F;
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3;
struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B;
struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA;
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA;
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913;
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547;
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
struct ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39;
struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77;
struct CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533;
struct Delegate_t;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3;
struct DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C;
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711;
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825;
struct DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF;
struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880;
struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36;
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
struct Exception_t;
struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287;
struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F;
struct ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19;
struct ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012;
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785;
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590;
struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603;
struct FieldInfo_t;
struct GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2;
struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3;
struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D;
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
struct IRuntimeVariables_t99A40F12C44231C3BD5F42ADE59AC8ACAE3EC12C;
struct IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82;
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347;
struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049;
struct InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64;
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998;
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A;
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D;
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1;
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27;
struct InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B;
struct InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE;
struct LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C;
struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5;
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E;
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A;
struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58;
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5;
struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30;
struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372;
struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E;
struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9;
struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED;
struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5;
struct LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9;
struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4;
struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44;
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct MemberInfo_t;
struct MethodBase_t;
struct MethodInfo_t;
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270;
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C;
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28;
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD;
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312;
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E;
struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196;
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7;
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3;
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07;
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB;
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2;
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
struct NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6;
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61;
struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11;
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110;
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F;
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1;
struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6;
struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321;
struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA;
struct PropertyInfo_t;
struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF;
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00;
struct RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8;
struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
struct SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898;
struct SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F;
struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849;
struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA;
struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9;
struct String_t;
struct StringBuilder_t;
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819;
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19;
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A;
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2;
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0;
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574;
struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D;
struct Type_t;
struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D;
struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF;
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065;
struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7;
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96;
struct UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE;
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E;
struct BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552;
struct CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234;
struct InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1;
struct MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A;
struct TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2;
struct TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205;
struct CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911;
struct U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970;
struct U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2;
struct ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA;
struct KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640;
struct KeyCollectionDebugView_t07F0DB5EFD6A6718FE21DAA27904C8837A890E9F;
struct MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F;
struct ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88;
struct ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072;
struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A;
struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA;
struct MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297;
struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14;
struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD;
struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A;
struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01;
struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA;
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1;
struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F;
struct U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C;
struct DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB;
struct VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513;
struct ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2;
struct ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33;
struct ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8;
struct ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C;
struct ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679;
struct ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7;
struct ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B;
struct ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676;
struct MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223;
struct MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86;
struct MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4;
struct MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC;
struct MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B;
struct MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10;
struct MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD;
struct MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92;
struct MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C;
struct MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A;
struct MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3;
struct MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0;
struct MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E;
struct MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275;
struct NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB;
struct NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B;
struct NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD;
struct NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A;
struct NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2;
struct NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2;
struct NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3;
struct NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C;
struct NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E;
struct NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C;
struct NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4;
struct NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4;
struct NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE;
struct NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A;
struct NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224;
struct NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41;
struct NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789;
struct NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5;
struct NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A;
struct NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0;
struct NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229;
struct NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018;
struct NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96;
struct NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593;
struct NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4;
struct NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E;
struct NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531;
struct NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E;
struct NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2;
struct NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97;
struct NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811;
struct NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3;
struct NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2;
struct NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D;
struct NotInt16_t3F15F4678C7642072226DA3457418494E981B692;
struct NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E;
struct NotInt64_t3417DA0980C2079A64FA8670A95B981818706992;
struct NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6;
struct NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67;
struct NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658;
struct NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71;
struct EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0;
struct GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249;
struct GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB;
struct GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920;
struct GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796;
struct HasValue_t077D00092529033596F7AFA264F6CDC42C363D52;
struct ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302;
struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468;
struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74;
struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B;
struct OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15;
struct OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D;
struct OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83;
struct OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C;
struct OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B;
struct OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557;
struct OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0;
struct OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B;
struct OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E;
struct ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536;
struct RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872;
struct RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9;
struct RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726;
struct RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F;
struct RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C;
struct RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD;
struct RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2;
struct RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF;
struct SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC;
struct SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1;
struct SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E;
struct SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F;
struct SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1;
struct SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8;
struct SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5;
struct SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9;
struct SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5;
struct SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3;
struct SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA;
struct SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B;
struct SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA;
struct SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC;
struct Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083;
struct Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2;
struct U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564;

IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral04AB5700229BC34977C509675EE39F318A9193B1;
IL2CPP_EXTERN_C String_t* _stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC;
IL2CPP_EXTERN_C String_t* _stringLiteral055751FC1BA1FFAD8850B325AC9F8BD7BF9E6573;
IL2CPP_EXTERN_C String_t* _stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361;
IL2CPP_EXTERN_C String_t* _stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B;
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
IL2CPP_EXTERN_C String_t* _stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B;
IL2CPP_EXTERN_C String_t* _stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE;
IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155;
IL2CPP_EXTERN_C String_t* _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
IL2CPP_EXTERN_C String_t* _stringLiteral195BF844C91077FF402AC4D18E68F48B4A86E4F2;
IL2CPP_EXTERN_C String_t* _stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499;
IL2CPP_EXTERN_C String_t* _stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45;
IL2CPP_EXTERN_C String_t* _stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5;
IL2CPP_EXTERN_C String_t* _stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094;
IL2CPP_EXTERN_C String_t* _stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149;
IL2CPP_EXTERN_C String_t* _stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E;
IL2CPP_EXTERN_C String_t* _stringLiteral2927CC0C31BDB0F2FAA5953E8850D31FE0CEB53C;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA;
IL2CPP_EXTERN_C String_t* _stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7;
IL2CPP_EXTERN_C String_t* _stringLiteral2BC64AE35C295F56448413857663A5EF051A0011;
IL2CPP_EXTERN_C String_t* _stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2;
IL2CPP_EXTERN_C String_t* _stringLiteral2E995B45105BBEE59E72575606449E96C964823C;
IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018;
IL2CPP_EXTERN_C String_t* _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C;
IL2CPP_EXTERN_C String_t* _stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D;
IL2CPP_EXTERN_C String_t* _stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876;
IL2CPP_EXTERN_C String_t* _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
IL2CPP_EXTERN_C String_t* _stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D;
IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25;
IL2CPP_EXTERN_C String_t* _stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
IL2CPP_EXTERN_C String_t* _stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A;
IL2CPP_EXTERN_C String_t* _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F;
IL2CPP_EXTERN_C String_t* _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118;
IL2CPP_EXTERN_C String_t* _stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE;
IL2CPP_EXTERN_C String_t* _stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEB60C2895E8B5AB1E8361FF171D5E075A2D60E;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C;
IL2CPP_EXTERN_C String_t* _stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F;
IL2CPP_EXTERN_C String_t* _stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73;
IL2CPP_EXTERN_C String_t* _stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE;
IL2CPP_EXTERN_C String_t* _stringLiteral70044F38A4A0FB5B888EA446BB49115359085BCB;
IL2CPP_EXTERN_C String_t* _stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969;
IL2CPP_EXTERN_C String_t* _stringLiteral7706C829232096C08B6F4E55DA8484C439060409;
IL2CPP_EXTERN_C String_t* _stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F;
IL2CPP_EXTERN_C String_t* _stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E;
IL2CPP_EXTERN_C String_t* _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
IL2CPP_EXTERN_C String_t* _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
IL2CPP_EXTERN_C String_t* _stringLiteral850D199C641344A6A44ED770E14187B9318C42B8;
IL2CPP_EXTERN_C String_t* _stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F;
IL2CPP_EXTERN_C String_t* _stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6;
IL2CPP_EXTERN_C String_t* _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3;
IL2CPP_EXTERN_C String_t* _stringLiteral8791811237DD8573F68751524793669D92FFB56C;
IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
IL2CPP_EXTERN_C String_t* _stringLiteral8C2F963B388917A19D8145D115C26D54868060F4;
IL2CPP_EXTERN_C String_t* _stringLiteral8EFA5B9C73817CE384778200949F10B95237802B;
IL2CPP_EXTERN_C String_t* _stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD;
IL2CPP_EXTERN_C String_t* _stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079;
IL2CPP_EXTERN_C String_t* _stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E;
IL2CPP_EXTERN_C String_t* _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
IL2CPP_EXTERN_C String_t* _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B;
IL2CPP_EXTERN_C String_t* _stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220;
IL2CPP_EXTERN_C String_t* _stringLiteralA0E1B6585ADEF680454259CF1F5C9B8C36CCDF32;
IL2CPP_EXTERN_C String_t* _stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92;
IL2CPP_EXTERN_C String_t* _stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
IL2CPP_EXTERN_C String_t* _stringLiteralA75381A0B8CA6804FB35CDD02856768335585488;
IL2CPP_EXTERN_C String_t* _stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D;
IL2CPP_EXTERN_C String_t* _stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97;
IL2CPP_EXTERN_C String_t* _stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904;
IL2CPP_EXTERN_C String_t* _stringLiteralAFAA3E8596AACEB4F4AC1B8864F70A6A96BDE686;
IL2CPP_EXTERN_C String_t* _stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485;
IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED;
IL2CPP_EXTERN_C String_t* _stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728;
IL2CPP_EXTERN_C String_t* _stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138;
IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4;
IL2CPP_EXTERN_C String_t* _stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98;
IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13;
IL2CPP_EXTERN_C String_t* _stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2;
IL2CPP_EXTERN_C String_t* _stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9;
IL2CPP_EXTERN_C String_t* _stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392;
IL2CPP_EXTERN_C String_t* _stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091;
IL2CPP_EXTERN_C String_t* _stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568;
IL2CPP_EXTERN_C String_t* _stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1;
IL2CPP_EXTERN_C String_t* _stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59;
IL2CPP_EXTERN_C String_t* _stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE;
IL2CPP_EXTERN_C String_t* _stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33;
IL2CPP_EXTERN_C String_t* _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31;
IL2CPP_EXTERN_C String_t* _stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493;
IL2CPP_EXTERN_C String_t* _stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E;
IL2CPP_EXTERN_C String_t* _stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931;
IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6;
IL2CPP_EXTERN_C String_t* _stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81;
IL2CPP_EXTERN_C String_t* _stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A;
IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132;
IL2CPP_EXTERN_C String_t* _stringLiteralEDCF6C28759950226853398669C4B4CB8FB06B28;
IL2CPP_EXTERN_C String_t* _stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583;
IL2CPP_EXTERN_C String_t* _stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76;
IL2CPP_EXTERN_C String_t* _stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E;
IL2CPP_EXTERN_C String_t* _stringLiteralF71E70A5973ABCC0DA323F21F9E79897CB068643;
IL2CPP_EXTERN_C String_t* _stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E;
IL2CPP_EXTERN_C String_t* _stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD;
IL2CPP_EXTERN_C String_t* _stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m5F1F3491EDDC593A53842D632636C97C5C082F50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisType_t_mADFDA970F62777C71750DBFF823EF5114DE029A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_mAC1CAC3A5B6A51A551BFF485B064CB7978E1EDC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContractUtils_RequiresArrayRange_TisString_t_mEE6B6CE8327569AAF01C5DA66F792DA2B060D1B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m8BFB4F2E25D2B40F4912FF7D3F969757E38E2F89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC0076B4F3AECD6F6669A57753C284230541D37E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m6C9307344FE1CAC174F80FC7628E7C2C46514AD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m0D9B82229644E248C525D3AE3F3186B319BC92E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisType_t_mD8597B059A2354F3F7C115AEC22CD569D67D9E5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_get_Item_mE06F2419A211A42BB57DFB84F7FDC48608B0B656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m7528F37BE9D16657BDD836D9BB7B63C59B804F93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m8580EDA142AB3587CA7BA022F84E51E800D785A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_Add_m4223B478EBF4FCFB72DA376752D8C14BB64558C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_Clear_mB378FE0BA9653BA54EFD15D19ABEA1CD59FD7154_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_Remove_m88ECEA7E64634D09146C4F42576B00D6F93C95BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m25F4DF4DE179873ACDA24F3C314479DDBCCC0BDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC0902210799C8C311E21A3BE8F2E2E2476FF193D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF80BF97BFA8A129C7FD6657D775699F44F28DE54_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m219DCAC484685AC6B28B1AF7374467D4247D3316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m63EDE1AEAA4A4FCAB6203FB0C262E31C79D24F9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA1EE49672735AEB07EF358CC954BBF856504DAEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4D47FECAB21C77F7F4D9632A361C697E7D81CADC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m83668C338517BB0174D4836DD9700CC489D01E44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuloInstruction_Create_m7837E9D261A8A72BB877E0653E755CF048AF346E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NotInstruction_Create_mCE629202750179DFBFF9F1FC4B41A61C2E52214C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NullableMethodCallInstruction_Create_m277AAA9CD0E5C2518819F8584C054735E935C12A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrInstruction_Create_m95B740D072E811E535F2DB1A6C0AEEC276D95B31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RightShiftInstruction_Create_m29059859DD853B71CF1D726EC1A0F014701576C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548;

struct KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1;
struct BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC;
struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407;
struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50;
struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4;
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F;
struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F;
struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3;

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
struct CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6  : public RuntimeObject
{
	int32_t ____mask;
	EntryU5BU5D_t9369F4A8A5DD44A14AD9C972B15837804405F902* ____entries;
};
struct Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_t736101329BA709F3696050239C8EC4852F1C2549* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_t8352E85A61FFB34871C52571301F0B2B87ECF3B3* ____keys;
	ValueCollection_t4159040294CF2BA7D3617AF5BBA2FD71B58537AC* ____values;
	RuntimeObject* ____syncRoot;
};
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys;
	ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values;
	RuntimeObject* ____syncRoot;
};
struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_t8551361338B9BF5705CA61FFE9EA2EDEA1B1EF34* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_t78693409E5147276425329CB69C1414D43C8CCE5* ____keys;
	ValueCollection_tE9183007A5785689F86BDBB22CB72D19AB5E1192* ____values;
	RuntimeObject* ____syncRoot;
};
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_tC290BD88003566770281A880912B6B92FC7E34CF* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_tC533E8BAE940E1D8599793FF3969C20FE938AC1C* ____keys;
	ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2* ____values;
	RuntimeObject* ____syncRoot;
};
struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* ____keys;
	ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720* ____values;
	RuntimeObject* ____syncRoot;
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE  : public RuntimeObject
{
};
struct HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	SlotU5BU5D_t77D700E38763E3EAC122D8F52F514030D36AA094* ____slots;
	int32_t ____count;
	int32_t ____lastIndex;
	int32_t ____freeList;
	RuntimeObject* ____comparer;
	int32_t ____version;
	SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo;
};
struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338* ____slots;
	int32_t ____count;
	int32_t ____lastIndex;
	int32_t ____freeList;
	RuntimeObject* ____comparer;
	int32_t ____version;
	SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo;
};
struct HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84  : public RuntimeObject
{
	KeyValuePair_2U5BU5D_t553A63FB0154A4876BD44C167CCF193805EB3D04* ____keysAndValues;
	Dictionary_2_t56FCAC2E0ACE5ADEFBBB719FBF3FD27FF7196AD8* ____dict;
};
struct List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6  : public RuntimeObject
{
	BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12  : public RuntimeObject
{
	ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D  : public RuntimeObject
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9  : public RuntimeObject
{
	WeakReferenceU5BU5D_t946B92E92B5492BD3357181A37AE958D5DED9ED3* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8  : public RuntimeObject
{
	VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E  : public RuntimeObject
{
	RuntimeObject* ___list;
	RuntimeObject* ____syncRoot;
};
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505  : public RuntimeObject
{
	RuntimeObject* ___list;
	RuntimeObject* ____syncRoot;
};
struct Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26  : public RuntimeObject
{
	HashSet_1U5BU5D_tFCEF942AC56CEEEEF243A16089184E53958046D4* ____array;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5  : public RuntimeObject
{
	BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* ____array;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5  : public RuntimeObject
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC  : public RuntimeObject
{
	AndNodeU5BU5D_tB441383F35641A763CF3684AB72D92BE6CD35C3C* ____array;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2  : public RuntimeObject
{
	RuntimeObject* ___Value;
};
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424  : public RuntimeObject
{
};
struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17  : public RuntimeObject
{
	int32_t ___ArgumentIndex;
};
struct CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF  : public RuntimeObject
{
	CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* ____binder;
	bool ____match;
};
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F  : public RuntimeObject
{
	Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5* ___Cache;
};
struct CallSiteOps_t2976FAE7453C19AB2FE0648065538AC6B12EC04B  : public RuntimeObject
{
};
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA  : public RuntimeObject
{
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CVariableU3Ek__BackingField;
	Type_t* ___U3CTestU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFilterU3Ek__BackingField;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0  : public RuntimeObject
{
	bool ___m_isReadOnly;
	int32_t ___cultureID;
	int32_t ___parent_lcid;
	int32_t ___datetime_index;
	int32_t ___number_index;
	int32_t ___default_calendar_type;
	bool ___m_useUserOverride;
	NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
	DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
	TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
	String_t* ___m_name;
	String_t* ___englishname;
	String_t* ___nativename;
	String_t* ___iso3lang;
	String_t* ___iso2lang;
	String_t* ___win3lang;
	String_t* ___territory;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names;
	CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
	void* ___textinfo_data;
	int32_t ___m_dataItem;
	Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture;
	bool ___constructed;
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form;
	CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData;
	bool ___m_isInherited;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
	int32_t ___m_isReadOnly;
	int32_t ___cultureID;
	int32_t ___parent_lcid;
	int32_t ___datetime_index;
	int32_t ___number_index;
	int32_t ___default_calendar_type;
	int32_t ___m_useUserOverride;
	NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
	DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
	TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
	char* ___m_name;
	char* ___englishname;
	char* ___nativename;
	char* ___iso3lang;
	char* ___iso2lang;
	char* ___win3lang;
	char* ___territory;
	char** ___native_calendar_names;
	CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
	void* ___textinfo_data;
	int32_t ___m_dataItem;
	Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture;
	int32_t ___constructed;
	Il2CppSafeArray* ___cached_serialized_form;
	CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData;
	int32_t ___m_isInherited;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
	int32_t ___m_isReadOnly;
	int32_t ___cultureID;
	int32_t ___parent_lcid;
	int32_t ___datetime_index;
	int32_t ___number_index;
	int32_t ___default_calendar_type;
	int32_t ___m_useUserOverride;
	NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
	DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
	TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
	Il2CppChar* ___m_name;
	Il2CppChar* ___englishname;
	Il2CppChar* ___nativename;
	Il2CppChar* ___iso3lang;
	Il2CppChar* ___iso2lang;
	Il2CppChar* ___win3lang;
	Il2CppChar* ___territory;
	Il2CppChar** ___native_calendar_names;
	CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
	void* ___textinfo_data;
	int32_t ___m_dataItem;
	Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture;
	int32_t ___constructed;
	Il2CppSafeArray* ___cached_serialized_form;
	CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData;
	int32_t ___m_isInherited;
};
struct DelegateHelpers_t44EF0221F9073DB1E38F558329B1D093A97E8CFC  : public RuntimeObject
{
};
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825  : public RuntimeObject
{
	RuntimeObject* ____value;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___U3CRestrictionsU3Ek__BackingField;
};
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377  : public RuntimeObject
{
};
struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287  : public RuntimeObject
{
	int32_t ___LabelIndex;
	int32_t ___StartIndex;
	int32_t ___EndIndex;
};
struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F  : public RuntimeObject
{
	Type_t* ____exceptionType;
	int32_t ___LabelIndex;
	int32_t ___HandlerStartIndex;
	int32_t ___HandlerEndIndex;
	ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___Filter;
};
struct ExceptionHelpers_t8CEF1082484634BABBC45583B954D1EA041EA8DA  : public RuntimeObject
{
};
struct ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19  : public RuntimeObject
{
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____keys;
	int32_t ____hashCode;
	Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* ____transitions;
};
struct ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012  : public RuntimeObject
{
	RuntimeObject* ___LockObject;
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ____data;
	int32_t ____count;
	PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* ____propertyChanged;
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785  : public RuntimeObject
{
};
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590  : public RuntimeObject
{
};
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998  : public RuntimeObject
{
};
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A  : public RuntimeObject
{
	List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* ____instructions;
	List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____objects;
	int32_t ____currentStackDepth;
	int32_t ____maxStackDepth;
	int32_t ____currentContinuationsDepth;
	int32_t ____maxContinuationDepth;
	int32_t ____runtimeLabelCount;
	List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* ____labels;
	List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ____debugCookies;
};
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D  : public RuntimeObject
{
	Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations;
	int32_t ____continuationIndex;
	int32_t ____pendingContinuation;
	RuntimeObject* ____pendingValue;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data;
	IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure;
	int32_t ___StackIndex;
	int32_t ___InstructionIndex;
};
struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5  : public RuntimeObject
{
	String_t* ___U3CNameU3Ek__BackingField;
	Type_t* ___U3CTypeU3Ek__BackingField;
};
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A  : public RuntimeObject
{
	InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ____instructions;
	LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ____locals;
	List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* ____debugInfos;
	HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* ____treeLabels;
	LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____labelBlock;
	Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* ____exceptionForRethrowStack;
	LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ____parent;
	StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* ____guard;
};
struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58  : public RuntimeObject
{
	LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ____lambda;
	Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___U3CInterpreterU3Ek__BackingField;
};
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5  : public RuntimeObject
{
	IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ____closure;
	Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ____interpreter;
	LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____delegateCreator;
};
struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4  : public RuntimeObject
{
	int32_t ___Index;
	int32_t ____flags;
};
struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44  : public RuntimeObject
{
	HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* ____variables;
	Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____closureVariables;
	int32_t ____localCount;
	int32_t ____maxLocalCount;
};
struct MemberInfo_t  : public RuntimeObject
{
};
struct RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA  : public RuntimeObject
{
};
struct RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8  : public RuntimeObject
{
	IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ____boxes;
};
struct ScriptingRuntimeHelpers_t3D79C82926D283719E718A70274F5B1759B6A0AE  : public RuntimeObject
{
};
struct String_t  : public RuntimeObject
{
	int32_t ____stringLength;
	Il2CppChar ____firstChar;
};
struct StringBuilder_t  : public RuntimeObject
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars;
	StringBuilder_t* ___m_ChunkPrevious;
	int32_t ___m_ChunkLength;
	int32_t ___m_ChunkOffset;
	int32_t ___m_MaxCapacity;
};
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A  : public RuntimeObject
{
	ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CTestValuesU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField;
};
struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0  : public RuntimeObject
{
	int32_t ___TryStartIndex;
	int32_t ___TryEndIndex;
	int32_t ___FinallyStartIndex;
	int32_t ___FinallyEndIndex;
	int32_t ___GotoEndTargetIndex;
	ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ____handlers;
};
struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D  : public RuntimeObject
{
	int32_t ___TryStartIndex;
	int32_t ___TryEndIndex;
	int32_t ___FinallyStartIndex;
	int32_t ___FinallyEndIndex;
};
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8  : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F  : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
struct BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552  : public RuntimeObject
{
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ____node;
};
struct TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2  : public RuntimeObject
{
	HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB* ____unique;
	Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* ____tests;
};
struct U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970  : public RuntimeObject
{
};
struct ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA  : public RuntimeObject
{
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___Class;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____dataArray;
	int32_t ____version;
};
struct KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640  : public RuntimeObject
{
	ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ____expando;
	int32_t ____expandoVersion;
	int32_t ____expandoCount;
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ____expandoData;
};
struct KeyCollectionDebugView_t07F0DB5EFD6A6718FE21DAA27904C8837A890E9F  : public RuntimeObject
{
	RuntimeObject* ____collection;
};
struct ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88  : public RuntimeObject
{
	ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ____expando;
	int32_t ____expandoVersion;
	int32_t ____expandoCount;
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ____expandoData;
};
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1  : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C  : public RuntimeObject
{
	MethodInfo_t* ___targetMethod;
	Type_t* ___delegateType;
};
struct DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB  : public RuntimeObject
{
	Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ____interpreter;
	Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____tryStart;
	Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* ____handlerEnter;
	Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____handlerExit;
	String_t* ____indent;
};
struct VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513  : public RuntimeObject
{
	int32_t ___Start;
	int32_t ___Stop;
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___Variable;
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___Parent;
	List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* ___ChildScopes;
};
struct U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564  : public RuntimeObject
{
	int32_t ___U3CU3E1__state;
	String_t* ___U3CU3E2__current;
	KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* ___U3CU3E4__this;
	int32_t ___U3CiU3E5__2;
	int32_t ___U3CnU3E5__3;
};
struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 
{
	RuntimeObject* ___key;
	RuntimeObject* ___value;
};
struct KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 
{
	String_t* ___key;
	RuntimeObject* ___value;
};
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 
{
	bool ___hasValue;
	int32_t ___value;
};
struct TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6  : public ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E
{
};
struct TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1  : public ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505
{
};
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CRightU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CLeftU3Ek__BackingField;
};
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 
{
	bool ___m_value;
};
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 
{
	uint8_t ___m_value;
};
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 
{
	Il2CppChar ___m_value;
};
struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CTestU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CIfTrueU3Ek__BackingField;
};
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	RuntimeObject* ___U3CValueU3Ek__BackingField;
};
struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____creator;
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F 
{
	union
	{
		#pragma pack(push, tp, 1)
		struct
		{
			int32_t ___flags;
		};
		#pragma pack(pop, tp)
		struct
		{
			int32_t ___flags_forAlignmentOnly;
		};
		#pragma pack(push, tp, 1)
		struct
		{
			char ___hi_OffsetPadding[4];
			int32_t ___hi;
		};
		#pragma pack(pop, tp)
		struct
		{
			char ___hi_OffsetPadding_forAlignmentOnly[4];
			int32_t ___hi_forAlignmentOnly;
		};
		#pragma pack(push, tp, 1)
		struct
		{
			char ___lo_OffsetPadding[8];
			int32_t ___lo;
		};
		#pragma pack(pop, tp)
		struct
		{
			char ___lo_OffsetPadding_forAlignmentOnly[8];
			int32_t ___lo_forAlignmentOnly;
		};
		#pragma pack(push, tp, 1)
		struct
		{
			char ___mid_OffsetPadding[12];
			int32_t ___mid;
		};
		#pragma pack(pop, tp)
		struct
		{
			char ___mid_OffsetPadding_forAlignmentOnly[12];
			int32_t ___mid_forAlignmentOnly;
		};
		#pragma pack(push, tp, 1)
		struct
		{
			char ___ulomidLE_OffsetPadding[8];
			uint64_t ___ulomidLE;
		};
		#pragma pack(pop, tp)
		struct
		{
			char ___ulomidLE_OffsetPadding_forAlignmentOnly[8];
			uint64_t ___ulomidLE_forAlignmentOnly;
		};
	};
};
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F 
{
	double ___m_value;
};
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF  : public CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2  : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
struct FieldInfo_t  : public MemberInfo_t
{
};
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	RuntimeObject* ____arguments;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CObjectU3Ek__BackingField;
	PropertyInfo_t* ___U3CIndexerU3Ek__BackingField;
};
struct IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	int32_t ____labelIndex;
};
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 
{
	int32_t ___MaxStackDepth;
	int32_t ___MaxContinuationDepth;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects;
	RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___Labels;
	List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies;
};
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke
{
	int32_t ___MaxStackDepth;
	int32_t ___MaxContinuationDepth;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects;
	RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels;
	List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies;
};
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com
{
	int32_t ___MaxStackDepth;
	int32_t ___MaxContinuationDepth;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects;
	RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels;
	List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies;
};
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 
{
	int16_t ___m_value;
};
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C 
{
	int32_t ___m_value;
};
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 
{
	int64_t ___m_value;
};
struct IntPtr_t 
{
	void* ___m_value;
};
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField;
};
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____body;
};
struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	uint32_t ____index;
};
struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	RuntimeObject* ____value;
};
struct LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	int32_t ____index;
};
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 
{
	int32_t ___U3CIndexU3Ek__BackingField;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField;
};
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke
{
	int32_t ___U3CIndexU3Ek__BackingField;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField;
};
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com
{
	int32_t ___U3CIndexU3Ek__BackingField;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField;
};
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField;
};
struct MethodBase_t  : public MemberInfo_t
{
};
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CExpressionsU3Ek__BackingField;
};
struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ____constructor;
	int32_t ____argumentCount;
};
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11  : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ____parameter;
};
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	String_t* ___U3CNameU3Ek__BackingField;
};
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321  : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
{
	String_t* ____propertyName;
};
struct PropertyInfo_t  : public MemberInfo_t
{
};
struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____operand;
	Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____hoistedVariables;
};
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	int32_t ____count;
};
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 
{
	int8_t ___m_value;
};
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C 
{
	float ___m_value;
};
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField;
	ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___U3CHandlersU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFinallyU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFaultU3Ek__BackingField;
};
struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	Type_t* ____type;
};
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	Type_t* ____type;
};
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 
{
	uint16_t ___m_value;
};
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B 
{
	uint32_t ___m_value;
};
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF 
{
	uint64_t ___m_value;
};
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 
{
	union
	{
		struct
		{
		};
		uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
	};
};
struct CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234  : public BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____expression;
};
struct InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1  : public BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____expression;
	RuntimeObject* ____instance;
};
struct MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A  : public BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424
{
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___Left;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___Right;
};
struct TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205  : public BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424
{
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____expression;
	Type_t* ____type;
};
struct MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F  : public DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825
{
};
struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F  : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
	Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* ____definedParameters;
	HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ____hoistedParameters;
};
struct ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536  : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
	Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____variables;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____frame;
	Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* ____shadowedVars;
};
struct AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 
{
	int32_t ___Depth;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___Node;
};
struct AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_pinvoke
{
	int32_t ___Depth;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___Node;
};
struct AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_com
{
	int32_t ___Depth;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___Node;
};
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D 
{
	int32_t ____index;
	int32_t ____stackDepth;
	int32_t ____continuationsDepth;
	String_t* ____name;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction;
};
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke
{
	int32_t ____index;
	int32_t ____stackDepth;
	int32_t ____continuationsDepth;
	char* ____name;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction;
};
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com
{
	int32_t ____index;
	int32_t ____stackDepth;
	int32_t ____continuationsDepth;
	Il2CppChar* ____name;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction;
};
struct CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
struct Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 
{
	bool ___hasValue;
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___value;
};
struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844  : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____array;
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____index;
};
struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C 
{
	int32_t ___value__;
};
struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E  : public NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196
{
	ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ____byrefArgs;
};
struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
	Type_t* ____t;
};
struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
	Type_t* ____t;
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB  : public MethodBase_t
{
};
struct ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	Type_t* ___U3CTypeU3Ek__BackingField;
};
struct CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct Delegate_t  : public RuntimeObject
{
	intptr_t ___method_ptr;
	intptr_t ___invoke_impl;
	RuntimeObject* ___m_target;
	intptr_t ___method;
	intptr_t ___delegate_trampoline;
	intptr_t ___extra_arg;
	intptr_t ___method_code;
	intptr_t ___interp_method;
	intptr_t ___interp_invoke_impl;
	MethodInfo_t* ___method_info;
	MethodInfo_t* ___original_method_info;
	DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
	bool ___method_is_virtual;
};
struct Delegate_t_marshaled_pinvoke
{
	intptr_t ___method_ptr;
	intptr_t ___invoke_impl;
	Il2CppIUnknown* ___m_target;
	intptr_t ___method;
	intptr_t ___delegate_trampoline;
	intptr_t ___extra_arg;
	intptr_t ___method_code;
	intptr_t ___interp_method;
	intptr_t ___interp_invoke_impl;
	MethodInfo_t* ___method_info;
	MethodInfo_t* ___original_method_info;
	DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
	int32_t ___method_is_virtual;
};
struct Delegate_t_marshaled_com
{
	intptr_t ___method_ptr;
	intptr_t ___invoke_impl;
	Il2CppIUnknown* ___m_target;
	intptr_t ___method;
	intptr_t ___delegate_trampoline;
	intptr_t ___extra_arg;
	intptr_t ___method_code;
	intptr_t ___interp_method;
	intptr_t ___interp_invoke_impl;
	MethodInfo_t* ___method_info;
	MethodInfo_t* ___original_method_info;
	DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
	int32_t ___method_is_virtual;
};
struct DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880  : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E
{
	bool ____hasFinally;
	TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* ____tryHandler;
};
struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36  : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E
{
	TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* ____tryHandler;
};
struct Exception_t  : public RuntimeObject
{
	String_t* ____className;
	String_t* ____message;
	RuntimeObject* ____data;
	Exception_t* ____innerException;
	String_t* ____helpURL;
	RuntimeObject* ____stackTrace;
	String_t* ____stackTraceString;
	String_t* ____remoteStackTraceString;
	int32_t ____remoteStackIndex;
	RuntimeObject* ____dynamicMethods;
	int32_t ____HResult;
	String_t* ____source;
	SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
	StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
	IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
	int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_pinvoke
{
	char* ____className;
	char* ____message;
	RuntimeObject* ____data;
	Exception_t_marshaled_pinvoke* ____innerException;
	char* ____helpURL;
	Il2CppIUnknown* ____stackTrace;
	char* ____stackTraceString;
	char* ____remoteStackTraceString;
	int32_t ____remoteStackIndex;
	Il2CppIUnknown* ____dynamicMethods;
	int32_t ____HResult;
	char* ____source;
	SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
	StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
	Il2CppSafeArray* ___native_trace_ips;
	int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_com
{
	Il2CppChar* ____className;
	Il2CppChar* ____message;
	RuntimeObject* ____data;
	Exception_t_marshaled_com* ____innerException;
	Il2CppChar* ____helpURL;
	Il2CppIUnknown* ____stackTrace;
	Il2CppChar* ____stackTraceString;
	Il2CppChar* ____remoteStackTraceString;
	int32_t ____remoteStackIndex;
	Il2CppIUnknown* ____dynamicMethods;
	int32_t ____HResult;
	Il2CppChar* ____source;
	SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
	StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
	Il2CppSafeArray* ___native_trace_ips;
	int32_t ___caught_in_unmanaged;
};
struct ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25 
{
	int32_t ___value__;
};
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC 
{
	intptr_t ___handle;
};
struct GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948 
{
	int32_t ___value__;
};
struct InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1  : public RuntimeObject
{
	InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____instructions;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____objects;
	RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ____labels;
	DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ____debugInfos;
	String_t* ___U3CNameU3Ek__BackingField;
	int32_t ___U3CLocalCountU3Ek__BackingField;
	Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___U3CClosureVariablesU3Ek__BackingField;
};
struct InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct MethodInfo_t  : public MethodBase_t
{
};
struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68 
{
	int32_t ___value__;
};
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B 
{
	intptr_t ___value;
};
struct SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9  : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D 
{
	int32_t ___value__;
};
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79 
{
	int32_t ___value__;
};
struct UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
};
struct CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911  : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
	Type_t* ____t;
};
struct U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2  : public RuntimeObject
{
	int32_t ___U3CU3E1__state;
	KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 ___U3CU3E2__current;
	ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___U3CU3E4__this;
	int32_t ___version;
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ___data;
	int32_t ___U3CiU3E5__2;
};
struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA  : public RuntimeObject
{
	InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____array;
};
struct ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676  : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
struct MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92  : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
struct MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275  : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
struct NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB  : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
struct NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B  : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
struct NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD  : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
struct NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A  : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
struct NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2  : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
struct NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2  : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
struct NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3  : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
struct NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C  : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
struct NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3  : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
struct NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotInt16_t3F15F4678C7642072226DA3457418494E981B692  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotInt64_t3417DA0980C2079A64FA8670A95B981818706992  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71  : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
struct EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
	Type_t* ____defaultValueType;
};
struct GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct HasValue_t077D00092529033596F7AFA264F6CDC42C363D52  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302  : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
struct OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E  : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
struct RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF  : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
struct SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9  : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
struct SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC  : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A  : public Exception_t
{
};
struct BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	int32_t ___U3COperationU3Ek__BackingField;
};
struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603  : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
	Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object;
	FieldInfo_t* ____field;
};
struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CValueU3Ek__BackingField;
	LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CTargetU3Ek__BackingField;
	int32_t ___U3CKindU3Ek__BackingField;
};
struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049  : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
	MethodInfo_t* ____indexer;
	Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____obj;
	LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ____args;
};
struct MulticastDelegate_t  : public Delegate_t
{
	DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
};
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
	Delegate_t_marshaled_pinvoke** ___delegates;
};
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
	Delegate_t_marshaled_com** ___delegates;
};
struct NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6  : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
	int32_t ____from;
	int32_t ____to;
	bool ____isLiftedToNull;
};
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F  : public RuntimeObject
{
	int32_t ___AttrsImpl;
	Type_t* ___ClassImpl;
	RuntimeObject* ___DefaultValueImpl;
	MemberInfo_t* ___MemberImpl;
	String_t* ___NameImpl;
	int32_t ___PositionImpl;
};
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke
{
	int32_t ___AttrsImpl;
	Type_t* ___ClassImpl;
	Il2CppIUnknown* ___DefaultValueImpl;
	MemberInfo_t* ___MemberImpl;
	char* ___NameImpl;
	int32_t ___PositionImpl;
};
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com
{
	int32_t ___AttrsImpl;
	Type_t* ___ClassImpl;
	Il2CppIUnknown* ___DefaultValueImpl;
	MemberInfo_t* ___MemberImpl;
	Il2CppChar* ___NameImpl;
	int32_t ___PositionImpl;
};
struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6  : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
	Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object;
	PropertyInfo_t* ____property;
};
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295  : public Exception_t
{
};
struct Type_t  : public MemberInfo_t
{
	RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	int32_t ___U3CNodeTypeU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField;
	Type_t* ___U3CTypeOperandU3Ek__BackingField;
};
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96  : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	int32_t ___U3CNodeTypeU3Ek__BackingField;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3COperandU3Ek__BackingField;
	MethodInfo_t* ___U3CMethodU3Ek__BackingField;
};
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E  : public RuntimeObject
{
	bool ___isLongReference;
	GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle;
};
struct ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
	RuntimeObject* ____defaultValue;
};
struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
	RuntimeObject* ____defaultValue;
};
struct MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
	Type_t* ____type;
};
struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
	Type_t* ____type;
};
struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01  : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
struct Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083  : public CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911
{
};
struct Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2  : public CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911
{
};
struct Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A  : public MulticastDelegate_t
{
};
struct Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957  : public MulticastDelegate_t
{
};
struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354  : public MulticastDelegate_t
{
};
struct Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5  : public MulticastDelegate_t
{
};
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624  : public MulticastDelegate_t
{
};
struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E  : public MulticastDelegate_t
{
};
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07  : public MulticastDelegate_t
{
};
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
	String_t* ____paramName;
};
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA  : public MulticastDelegate_t
{
};
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2  : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
{
};
struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468  : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74  : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B  : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F  : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
	RuntimeObject* ____actualValue;
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value;
};
struct List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6_StaticFields
{
	BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* ___s_emptyArray;
};
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_StaticFields
{
	ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___s_emptyArray;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
};
struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9_StaticFields
{
	WeakReferenceU5BU5D_t946B92E92B5492BD3357181A37AE958D5DED9ED3* ___s_emptyArray;
};
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_StaticFields
{
	VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F* ___s_emptyArray;
};
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields
{
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___Empty;
};
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields
{
	LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CUpdateLabelU3Ek__BackingField;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info;
	RuntimeObject* ___shared_table_lock;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture;
	Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number;
	Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX;
	bool ___IsTaiwanSku;
};
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields
{
	DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___EmptyMetaObjects;
	RuntimeObject* ___s_noValueSentinel;
};
struct ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_StaticFields
{
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___Empty;
};
struct ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields
{
	MethodInfo_t* ___s_expandoTryGetValue;
	MethodInfo_t* ___s_expandoTrySetValue;
	MethodInfo_t* ___s_expandoTryDeleteValue;
	MethodInfo_t* ___s_expandoPromoteClass;
	MethodInfo_t* ___s_expandoCheckVersion;
	RuntimeObject* ___Uninitialized;
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_StaticFields
{
	CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15* ___s_lambdaDelegateCache;
	CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7* ___s_lambdaFactories;
	ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7* ___s_legacyCtorSupportTable;
};
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_null;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_true;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_false;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_Ints;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadObjectCached;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocal;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalBoxed;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosure;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosureBoxed;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocal;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocal;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalBoxed;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocalBoxed;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalToClosure;
	Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* ___s_loadFields;
	RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___s_emptyRuntimeLabels;
};
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields
{
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___s_currentFrame;
};
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields
{
	LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___s_emptyLocals;
};
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields
{
	CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* ____runCache;
};
struct String_t_StaticFields
{
	String_t* ___Empty;
};
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields
{
	RuntimeObject* ___BoxedFalse;
	RuntimeObject* ___BoxedTrue;
	RuntimeObject* ___BoxedIntM1;
	RuntimeObject* ___BoxedInt0;
	RuntimeObject* ___BoxedInt1;
	RuntimeObject* ___BoxedInt2;
	RuntimeObject* ___BoxedInt3;
	RuntimeObject* ___BoxedDefaultSByte;
	RuntimeObject* ___BoxedDefaultChar;
	RuntimeObject* ___BoxedDefaultInt16;
	RuntimeObject* ___BoxedDefaultInt64;
	RuntimeObject* ___BoxedDefaultByte;
	RuntimeObject* ___BoxedDefaultUInt16;
	RuntimeObject* ___BoxedDefaultUInt32;
	RuntimeObject* ___BoxedDefaultUInt64;
	RuntimeObject* ___BoxedDefaultSingle;
	RuntimeObject* ___BoxedDefaultDouble;
	RuntimeObject* ___BoxedDefaultDecimal;
	RuntimeObject* ___BoxedDefaultDateTime;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_true;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_false;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_m1;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_0;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_1;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_2;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_3;
	DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___Empty;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___Null;
};
struct U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields
{
	U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* ___U3CU3E9;
	Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___U3CU3E9__1_0;
};
struct ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_StaticFields
{
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ___Empty;
};
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields
{
	U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* ___U3CU3E9;
	Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* ___U3CU3E9__56_1;
	Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* ___U3CU3E9__56_0;
	Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* ___U3CU3E9__101_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
	String_t* ___TrueString;
	String_t* ___FalseString;
};
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields
{
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Boolean;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Byte;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Char;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_DateTime;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Decimal;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Double;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int16;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int32;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int64;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_SByte;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Single;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_String;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt16;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt32;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt64;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue;
};
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields
{
	DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* ___Instance;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
};
struct IntPtr_t_StaticFields
{
	intptr_t ___Zero;
};
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double;
};
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double;
};
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
};
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
};
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double;
};
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_reference;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByteLiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_CharLiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_ByteLiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64LiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SingleLiftedToNull;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_DoubleLiftedToNull;
};
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte;
};
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___Instance;
};
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields
{
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_hasValue;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_value;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_equals;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_getHashCode;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_getValueOrDefault1;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_toString;
};
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean;
};
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields
{
	PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* ___Instance;
};
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
};
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double;
};
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields
{
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64;
};
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields
{
	TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* ___Instance;
};
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields
{
	ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* ___Instruction;
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
	String_t* ___ConstructorName;
	String_t* ___TypeConstructorName;
};
struct Exception_t_StaticFields
{
	RuntimeObject* ___s_EDILock;
};
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields
{
	RuntimeObject* ___NoValue;
};
struct Type_t_StaticFields
{
	Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
	Il2CppChar ___Delimiter;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
	RuntimeObject* ___Missing;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C  : public RuntimeArray
{
	ALIGN_FIELD (8) ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* m_Items[1];

	inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** 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, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F  : public RuntimeArray
{
	ALIGN_FIELD (8) RuntimeObject* m_Items[1];

	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);
	}
};
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918  : public RuntimeArray
{
	ALIGN_FIELD (8) RuntimeObject* m_Items[1];

	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);
	}
};
struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E  : public RuntimeArray
{
	ALIGN_FIELD (8) LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 m_Items[1];

	inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* 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, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CParameterU3Ek__BackingField), (void*)NULL);
	}
	inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CParameterU3Ek__BackingField), (void*)NULL);
	}
};
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C  : public RuntimeArray
{
	ALIGN_FIELD (8) ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* m_Items[1];

	inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** 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_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB  : public RuntimeArray
{
	ALIGN_FIELD (8) Type_t* m_Items[1];

	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);
	}
};
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F  : public RuntimeArray
{
	ALIGN_FIELD (8) Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* m_Items[1];

	inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** 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, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F  : public RuntimeArray
{
	ALIGN_FIELD (8) Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* m_Items[1];

	inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998** 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, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4  : public RuntimeArray
{
	ALIGN_FIELD (8) ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* m_Items[1];

	inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** 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, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3  : public RuntimeArray
{
	ALIGN_FIELD (8) InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D m_Items[1];

	inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* 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, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____name), (void*)NULL);
		#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction), (void*)NULL);
		#endif
	}
	inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____name), (void*)NULL);
		#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction), (void*)NULL);
		#endif
	}
};
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248  : public RuntimeArray
{
	ALIGN_FIELD (8) String_t* m_Items[1];

	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);
	}
};
struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407  : public RuntimeArray
{
	ALIGN_FIELD (8) ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* m_Items[1];

	inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17** 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, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50  : public RuntimeArray
{
	ALIGN_FIELD (8) DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* m_Items[1];

	inline DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825** 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, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC  : public RuntimeArray
{
	ALIGN_FIELD (8) BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* m_Items[1];

	inline BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424** 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, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1  : public RuntimeArray
{
	ALIGN_FIELD (8) KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 m_Items[1];

	inline KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* 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, KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key), (void*)NULL);
		#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value), (void*)NULL);
		#endif
	}
	inline KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key), (void*)NULL);
		#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value), (void*)NULL);
		#endif
	}
};


IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CacheDict_2_TryGetValue_m1745B71A31F178EE944CFDF5A54B2C1CBD036723_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheDict_2_set_Item_m2332E7168EBC56DD2EAC292ACB237E49FCABAFC6_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheDict_2__ctor_m77F28EED3C1E538CE7A82191571240B6FDEA27D3_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, int32_t ___0_size, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_gshared (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_gshared (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridReferenceDictionary_2_get_Item_mCC920E193C54BBBA045F34B13566E92FDCD7CEF0_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2_Remove_mB41FF4D2854E8397A67A9E7595BD05DCC382C7BC_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_gshared (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_gshared (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_gshared (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_gshared (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_gshared (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_gshared (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_gshared (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_gshared (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_gshared (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_gshared (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_gshared (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mB278FA00CED66B46ACB55470B3B4AD81CBE902FE_gshared (CastInstructionT_1_t90F15389646803EE7369005EA7D71A95BF543F86* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_gshared (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_gshared (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_gshared (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mE8D92C287251BAF8256D85E5829F749359EC334E_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_gshared (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_gshared_inline (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833_gshared (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A_gshared (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283_gshared (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared (TrueReadOnlyCollection_1_t71A2D3FD751848C3E87C90C4EDF1D35A25879C4D* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_list, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNullItems_TisRuntimeObject_m98832943A1A52F621A78A7499CC9589FEEA12DD0_gshared (RuntimeObject* ___0_array, String_t* ___1_arrayName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m310F6157508C0EB5929101059A888753EC92D599_gshared (RuntimeObject* ___0_array, int32_t ___1_offset, int32_t ___2_count, String_t* ___3_offsetName, String_t* ___4_countName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresArrayRange_TisRuntimeObject_mC192A23F47B5C66E80D873A62F309A66515FF883_gshared (RuntimeObject* ___0_array, int32_t ___1_offset, int32_t ___2_count, String_t* ___3_offsetName, String_t* ___4_countName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;

inline bool Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared)(__this, ___0_key, method);
}
inline bool HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69 (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_item, const RuntimeMethod* method)
{
	return ((  bool (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___0_parameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitBlock_mA09AE0F8C5697D37D9C1682D5A2872010324A1D5 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___0_node, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___0_parameters, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, int32_t* ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared)(__this, ___0_key, ___1_value, method);
}
inline void Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___0_key, ___1_value, method);
}
inline int32_t Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared)(__this, ___0_key, method);
}
inline bool Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared)(__this, ___0_key, method);
}
inline void Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method);
}
inline void HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, const RuntimeMethod* method)
{
	((  void (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ;
inline void Func_2__ctor_m16E37AA4C1A49A2D37ABCDB10B1E8093977238E3 (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline bool Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m0D9B82229644E248C525D3AE3F3186B319BC92E2 (RuntimeObject* ___0_source, Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* ___1_predicate, const RuntimeMethod* method)
{
	return ((  bool (*) (RuntimeObject*, Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87 (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, int32_t ___0_argumentIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___0_value, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_definition, int32_t ___1_end, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*, const RuntimeMethod*))Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline)(__this, method);
}
inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method)
{
	return ((  LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 (*) (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___0_obj, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_m67B3A509C7EB945C3DA97D096EF1231C805C92D3 (PropertyInfo_t* __this, RuntimeObject* ___0_obj, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* ___0_exception, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_closure, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_delegateCreator, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___1_closure, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___0_delegateType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_prevFrame, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
inline bool CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930 (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, Type_t* ___0_key, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5** ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, Type_t*, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5**, const RuntimeMethod*))CacheDict_2_TryGetValue_m1745B71A31F178EE944CFDF5A54B2C1CBD036723_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_MakeRunDelegateCtor_mA91CCD083DB25A0BE3D556D7996FEA7F474123A6 (Type_t* ___0_delegateType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02 (Type_t* ___0_delegateType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141 (MethodBase_t* ___0_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224 (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
inline void CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, Type_t* ___0_key, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, Type_t*, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, const RuntimeMethod*))CacheDict_2_set_Item_m2332E7168EBC56DD2EAC292ACB237E49FCABAFC6_gshared)(__this, ___0_key, ___1_value, method);
}
inline void Func_2__ctor_m919EBDCC21C6415BAA8906FAAE299C855EC47A8E (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992 (Type_t* ___0_type, String_t* ___1_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* Expression_NewArrayInit_m3D54DDE1A545CF5B2DC868DD6DDD4B0882FD2062 (Type_t* ___0_type, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___1_initializers, const RuntimeMethod* method) ;
inline void Func_2__ctor_m84415336F8D908293EB9A1EA849A76A2B2D8EA7C (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_m86D93B1BFBB85B96263854C180D6B0B4AF68C2C9 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_arg0, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m1A254700EBECC1B0B0F6380CB5D9414F1D45421E (Type_t* ___0_type, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___1_expressions, const RuntimeMethod* method) ;
inline void List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36 (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* Expression_ArrayAccess_m0ECEC416D1865DCB4564B2A6AF08C8B82DA51A60 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_array, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___1_indexes, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_Assign_m40E289CAB859CE4106031350821B9B1B8DA51DBE (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, const RuntimeMethod* method) ;
inline void List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_inline (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m0DB216D648936350702539AD509E0EF2DA899E5D (Type_t* ___0_type, RuntimeObject* ___1_expressions, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* Expression_TryFinally_m6A2648F6C3BD9BF88B879D9F69A2341AE6E8CD36 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_body, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_finally, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m5E98BD69A0BACFB9F7C1429BFF8D67EEB1E3CB1F (Type_t* ___0_type, RuntimeObject* ___1_variables, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___2_expressions, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* Expression_Lambda_m9F31BE5718EED427B16CA7FBA2669EF4E4E1C8BD (Type_t* ___0_delegateType, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_body, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ___2_parameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_GetRunDelegateCtor_mED0ACE99EB23A242417A1434498648BC34FB6E7E (Type_t* ___0_delegateType, const RuntimeMethod* method) ;
inline Delegate_t* Func_2_Invoke_m578E9ABE5EFC3F5F14830994CE6C1A472C38ECBF_inline (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* __this, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___0_arg, const RuntimeMethod* method)
{
	return ((  Delegate_t* (*) (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___0_arg, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___0_delegateType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame__ctor_m838A88FECE23B7EF5310C8C735357FFD969E269E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___1_closure, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
inline void CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81 (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, int32_t ___0_size, const RuntimeMethod* method)
{
	((  void (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, int32_t, const RuntimeMethod*))CacheDict_2__ctor_m77F28EED3C1E538CE7A82191571240B6FDEA27D3_gshared)(__this, ___0_size, method);
}
inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared)(__this, method);
}
inline void Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4 (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsFinallyBlockExist_m9F2C95498ACA07A0F7FCB0B836C6954C0FC22BA6 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
inline void Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128 (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, int32_t ___0_key, String_t* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t* ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared)(__this, ___0_key, ___1_value, method);
}
inline void Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_gshared)(__this, ___0_key, ___1_value, method);
}
inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___0_c, int32_t ___1_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88 (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E (StringBuilder_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugView__ctor_mA81296BB07D54D2E5253285152CB61A2138109F8 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ___0_array, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* DebugView_GetInstructionViews_m6501F6DB57C92302C088D8D5F841D8F5A75DF360 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, bool ___0_includeDebugCookies, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, StringBuilder_t* ___0_sb, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, int32_t ___0_key, String_t** ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, int32_t, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F (String_t* __this, int32_t ___0_totalWidth, Il2CppChar ___1_paddingChar, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m5638E9608118C6416DB9B288DDEC2F3F7521B900 (StringBuilder_t* __this, RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_LoadLocalBoxed_m8B4E6E6B312DA83E0C04F337069591646C09FA3D (int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_AssignLocalBoxed_m1977B401CBE6CDA546C53F6BDFE3221725F11E0F (int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_StoreLocalBoxed_m4B10F1EBCD84F5346C260E13E8F9A77928E998CD (int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeHelpers_GetObjectValue_m34870B9E4B0799550543B2639A892A62A5C4208E (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0 (InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_InitImmutableRefBox_m09FD0CD26DA8ECB553402476FCAE02449196724E (int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, int32_t ___0_index, RuntimeObject* ___1_defaultValue, const RuntimeMethod* method) ;
inline void StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
	((  void (*) (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*, RuntimeObject*, const RuntimeMethod*))StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_gshared)(__this, ___0_value, method);
}
inline void StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374 (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, const RuntimeMethod* method)
{
	((  void (*) (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*, const RuntimeMethod*))StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_ParameterBox_m0567C6DDD0A776F91B45E797C2E7A86C56E70049 (int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeVariables_Create_m62057F30316C86D755AA63FA1735ED8852908541 (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_boxes, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF8E53122BE8F0F617357DFB75C3912D1242DE263 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, int32_t ___0_localIndex, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___1_parameter, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, int32_t ___0_index, bool ___1_closure, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
inline bool HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513** ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513**, const RuntimeMethod*))HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___0_variable, int32_t ___1_start, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___2_parent, const RuntimeMethod* method) ;
inline void List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68 (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
inline void List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_inline (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline void HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*, const RuntimeMethod*))HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared)(__this, ___0_key, ___1_value, method);
}
inline VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, const RuntimeMethod* method)
{
	return ((  VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HybridReferenceDictionary_2_get_Item_mCC920E193C54BBBA045F34B13566E92FDCD7CEF0_gshared)(__this, ___0_key, method);
}
inline void HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, const RuntimeMethod* method)
{
	((  void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HybridReferenceDictionary_2_Remove_mB41FF4D2854E8397A67A9E7595BD05DCC382C7BC_gshared)(__this, ___0_key, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, bool ___0_value, const RuntimeMethod* method) ;
inline VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36 (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	return ((  VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_SwitchToBoxed_mDA85EF479DA2E676A0502FDBFB86477A491ACED6 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, int32_t ___1_instructionIndex, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
}
inline void Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
inline int32_t Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method);
}
inline void Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
}
inline void HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, const RuntimeMethod* method)
{
	((  void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, const RuntimeMethod*))HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299 (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4 (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6 (int32_t ___0_i, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01 (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43 (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012 (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int16_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, int32_t ___1_first, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_parameters, const RuntimeMethod* method) ;
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method)
{
	return ((  ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructor, int32_t ___1_argumentCount, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ExclusiveOrInstruction_Create_m859223E69A1F72130C62B2C0EADD5838E6B24E57 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9 (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0 (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1 (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280 (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767 (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint16_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int8_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) ;
inline int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int64_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, uint64_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, double ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177 (int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D (int64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090 (uint64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Explicit_mC97457D67812EF62FBEC4E9C07E5DCFACAA1FE66 (double ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int64_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, uint64_t ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, double ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8 (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31 (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73 (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4 (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651 (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5 (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0 (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_boxes, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154 (uint32_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Dup_m3BDC8F67702A2760BE30FF3D2B12959EDCF9EEE8 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3 (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11 (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2 (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interpreter_get_ClosureSize_m65DCB33DD9115E6825987C807DB091AE5ED2C1B9 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307 (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0 (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, MethodInfo_t* ___0_mi, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91 (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) ;
inline void CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7 (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32*, const RuntimeMethod*))CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307*, const RuntimeMethod*))CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C*, const RuntimeMethod*))CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4 (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597*, const RuntimeMethod*))CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47*, const RuntimeMethod*))CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054 (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4*, const RuntimeMethod*))CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630 (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F*, const RuntimeMethod*))CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B*, const RuntimeMethod*))CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102 (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4*, const RuntimeMethod*))CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4 (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794*, const RuntimeMethod*))CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18 (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99*, const RuntimeMethod*))CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300 (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345*, const RuntimeMethod*))CastInstructionT_1__ctor_mB278FA00CED66B46ACB55470B3B4AD81CBE902FE_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0 (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40*, const RuntimeMethod*))CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3 (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C*, const RuntimeMethod*))CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_gshared)(__this, method);
}
inline void CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* __this, const RuntimeMethod* method)
{
	((  void (*) (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF*, const RuntimeMethod*))CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* CastInstructionNoT_Create_mE07F0A8FCF8C35EE9AE23FD12B58CB2D4DA5847B (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_HasReferenceConversionTo_m4BBDBC19498CDAEBA70C7173EBFEE23474BBFC28 (Type_t* ___0_source, Type_t* ___1_dest, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_HasIdentityPrimitiveOrNullableConversionTo_m4F6E8EFD0BFFED585D49E438A72CB090A070C812 (Type_t* ___0_source, Type_t* ___1_dest, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m7952B7BD43E48BBF79BB973BD31E7FF9E62B948E (Type_t* ___0_enumType, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355 (Type_t* ___0_enumType, int64_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mD0233B84323DBD62E609917F9336F9D709E835AE (Type_t* ___0_enumType, uint32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1 (Type_t* ___0_enumType, uint64_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m9F3E855711F06F3E13107F9AED8BD7733351A61C (Type_t* ___0_enumType, uint8_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mEEBC20B90E90260E53F2A73658F1ABE327F204CF (Type_t* ___0_enumType, int8_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m0B6ACE15B0F8821CC795CA25D4AE0A9F56547CCC (Type_t* ___0_enumType, int16_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mABB2D5A99CABDBFEDDDF549DB39B57F41C64EA84 (Type_t* ___0_enumType, uint16_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___0_hoistedVariables, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___1_frame, const RuntimeMethod* method) ;
inline void Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136 (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
}
inline int32_t ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method);
}
inline void HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
	((  void (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, RuntimeObject*, const RuntimeMethod*))HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared)(__this, ___0_collection, method);
}
inline void Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitorUtils_VisitBlockExpressions_mDB6BB94861DEA88403B2167804369B5A70C2B2F5 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___0_visitor, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___1_block, const RuntimeMethod* method) ;
inline HashSet_1_t068F5201D923072F46716204841D21328FE6218D* Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5 (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, const RuntimeMethod* method)
{
	return ((  HashSet_1_t068F5201D923072F46716204841D21328FE6218D* (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* Expression_MakeCatchBlock_m79BBAFFF3E27717FD806186309DD71240D276F6F (Type_t* ___0_type, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___1_variable, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_body, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___3_filter, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* Expression_Field_m7E7386B06D5633A67D272A594A9183C91373F8E3 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, String_t* ___1_fieldName, const RuntimeMethod* method) ;
inline void Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74 (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline bool Enumerable_Any_TisType_t_mD8597B059A2354F3F7C115AEC22CD569D67D9E5D (RuntimeObject* ___0_source, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___1_predicate, const RuntimeMethod* method)
{
	return ((  bool (*) (RuntimeObject*, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, method);
}
inline void Array_Resize_TisType_t_mADFDA970F62777C71750DBFF823EF5114DE029A1 (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method)
{
	((  void (*) (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mE8D92C287251BAF8256D85E5829F749359EC334E_gshared)(___0_array, ___1_newSize, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0300E2EE67AF698C1699D7A3E180116F519D50DF (U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m43FBCA37451EE3536FF8B1445D8F1422736223A1 (Exception_t* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, String_t* ___2_name, bool ___3_ignoreCase, RuntimeObject** ___4_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, RuntimeObject* ___2_value, String_t* ___3_name, bool ___4_ignoreCase, bool ___5_add, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, String_t* ___2_name, bool ___3_ignoreCase, RuntimeObject* ___4_deleteValue, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ExpandoObject_get_Class_m84A64A4FC9BC381EC387E2D81A9BCCC6ACF2B4ED (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_PromoteClass_mD17C5D5B99008C746F2C85EA546CF62FB58F990C (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_oldClass, RuntimeObject* ___1_newClass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* Expression_Label_m276BC88C93CE3BDE5E995A94EFDDD0FB940D3F20 (String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D (RuntimeObject* ___0_value, String_t* ___1_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_Requires_mB75206C24EAACC2AF630A8FC9BFE87D772BE7529 (bool ___0_precondition, String_t* ___1_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedRestriction__ctor_mA5EE37FED14AA966C23D3D8FCA0997E836272D88 (MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_left, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeRestriction__ctor_m1E15DC7BC6C5ED6A11B2B9FFDD55FA5DC346306B (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_parameter, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_GetInstanceRestriction_m82AED6536ECDBF2725A5FF43BC18300A033A5816 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, RuntimeObject* ___1_instance, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DynamicMetaObject_get_LimitType_m83337ACBF440933B51E252191614393EA00830B7 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_GetTypeRestriction_mC8B75CAECC58989B682006D3FC48AF47E5C25D69 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceRestriction__ctor_mEC4ADCE01546B4BE9CDCE931FE1D8EC8FC1439AB (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_parameter, RuntimeObject* ___1_instance, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BindingRestrictions_ToExpression_m4FE6BF8E182F1BBAA64D2CB547942E05EDF9D43D (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Utils_Constant_m78BEE7BC2541025969D84153FF41B3F8BC4883AE (bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomRestriction__ctor_m3E92471F15ABFBD6F1152940818322DF3FA9EA38 (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, const RuntimeMethod* method) ;
inline bool HashSet_1_Add_m7528F37BE9D16657BDD836D9BB7B63C59B804F93 (HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_item, const RuntimeMethod* method)
{
	return ((  bool (*) (HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB*, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder_Push_mDA57126C9410E9E1CDDE6BFE72FBF5E53954D898 (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, int32_t ___1_depth, const RuntimeMethod* method) ;
inline AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484 (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method)
{
	return ((  AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 (*) (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*, const RuntimeMethod*))Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_AndAlso_mCC7AA2917CD76068F8A22C55C429C1ABF3F97577 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, const RuntimeMethod* method) ;
inline int32_t Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_inline (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*, const RuntimeMethod*))Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_gshared_inline)(__this, method);
}
inline AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833 (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method)
{
	return ((  AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 (*) (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*, const RuntimeMethod*))Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833_gshared)(__this, method);
}
inline void Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 ___0_item, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653, const RuntimeMethod*))Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A_gshared)(__this, ___0_item, method);
}
inline void HashSet_1__ctor_m8580EDA142AB3587CA7BA022F84E51E800D785A6 (HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB* __this, const RuntimeMethod* method)
{
	((  void (*) (HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method);
}
inline void Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283 (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*, const RuntimeMethod*))Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0 (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder__ctor_m037D48AFDDDF41271DC0962FBF8816CB3FD94F0F (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, const RuntimeMethod* method) ;
inline void Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* __this, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
}
inline void Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593 (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder_Append_m06A5883625521712C9E3E99B254DED942314F61D (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_restrictions, const RuntimeMethod* method) ;
inline int32_t Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_inline (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TestBuilder_ToExpression_m68928AFC75DC1D73482199F0B8916F3FA76D2BBD (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, const RuntimeMethod* method) ;
inline BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* __this, const RuntimeMethod* method)
{
	return ((  BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* (*) (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_AreEquivalent_m0BABD4C82A94A96D19CCA4B9A7788B436049BC65 (Type_t* ___0_t1, Type_t* ___1_t2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* Expression_TypeEqual_m28C7913CEB3CDEFB67266803CFB048007791B504 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_m7B5D57E1EE2A59EDFA1BD237E9B37C6C836D774B (RuntimeObject* ___0_o, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_Equal_m34192402FDC7FF9F1F71FF8FCCE09D1D19A73E1B (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, const RuntimeMethod* method) ;
inline void TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* __this, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ___0_list, const RuntimeMethod* method)
{
	((  void (*) (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*, const RuntimeMethod*))TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared)(__this, ___0_list, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Expression_Constant_m71DA28DF529697FFF5205A455CACAD09A4FD30CE (RuntimeObject* ___0_value, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_NotEqual_m0EB019FAA689B1BE8CC276C628A02C7ACEEF66FF (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, const RuntimeMethod* method) ;
inline void TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* __this, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___0_list, const RuntimeMethod* method)
{
	((  void (*) (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*, const RuntimeMethod*))TrueReadOnlyCollection_1__ctor_m56281B79C66AC6D4AC9B11B8DADB5AD4931B33DF_gshared)(__this, ___0_list, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_mBBEF1F00572B18C5114360A5AD91850342A1B9C6 (RuntimeObject* ___0_variables, RuntimeObject* ___1_expressions, const RuntimeMethod* method) ;
inline void List_1__ctor_mA1EE49672735AEB07EF358CC954BBF856504DAEE (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
inline void List_1_Add_mC0902210799C8C311E21A3BE8F2E2E2476FF193D_inline (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6*, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* List_1_ToArray_m219DCAC484685AC6B28B1AF7374467D4247D3316 (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* __this, const RuntimeMethod* method)
{
	return ((  BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* (*) (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BindingRestrictions_get_DebugView_mC774AB4DA10F698C84E4ECA9C01F8BF90187D3B9 (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) ;
inline void ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F (RuntimeObject* ___0_array, String_t* ___1_arrayName, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, String_t*, const RuntimeMethod*))ContractUtils_RequiresNotNullItems_TisRuntimeObject_m98832943A1A52F621A78A7499CC9589FEEA12DD0_gshared)(___0_array, ___1_arrayName, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_restrictions, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DynamicMetaObject_get_RuntimeType_m7404E916E28706914DF645B26FC142F084FA748D (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ConvertBinder_FallbackConvert_mBB3732F28120DDA2888CCE6B3D26614EC484763D (ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* GetMemberBinder_FallbackGetMember_m6AC5102EA17E2896DF5227F6E74531A31B547BB8 (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* SetMemberBinder_FallbackSetMember_m074FFAB938AAFA601F0CA3D252F797FD8365A52B (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteMemberBinder_FallbackDeleteMember_mC22561227C8A736C1A7E58470F5A44FEAAFFE8BE (DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* GetIndexBinder_FallbackGetIndex_m5C062F467EA2A97F44EFAD9475EEA31199153BCF (GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* SetIndexBinder_FallbackSetIndex_m8EC433688F362D80739F73B25FEE0DD714ECA491 (SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___2_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteIndexBinder_FallbackDeleteIndex_m9BC38D64039F5F6973969D1B204649A7B5D7F96E (DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* InvokeMemberBinder_FallbackInvokeMember_m90DE0113F5AC637BA6AAAA52A752C0201E655952 (InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* InvokeBinder_FallbackInvoke_m3EEA1557AABE7AEA956D79097E23003F3FF91D39 (InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* CreateInstanceBinder_FallbackCreateInstance_m134535C51E140E046E726EB79DCB468CA524273F (CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* UnaryOperationBinder_FallbackUnaryOperation_mD0455A787C02F1A724129221D2AB61206A3CF6CC (UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* BinaryOperationBinder_FallbackBinaryOperation_m3D239F307C30EF9ED59516D1057B607996C82E8E (BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_arg, const RuntimeMethod* method) ;
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_inline (const RuntimeMethod* method)
{
	return ((  StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidMetaObjectCreated_m99FAEA319BE9826EF9CEACA293CBEDBC4D4009F7 (RuntimeObject* ___0_p0, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObject__ctor_m0EF60D4FAD0803B0154DDD3C3F56F91CE666E7E1 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_restrictions, RuntimeObject* ___2_value, const RuntimeMethod* method) ;
inline DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* Array_Empty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m5F1F3491EDDC593A53842D632636C97C5C082F50_inline (const RuntimeMethod* method)
{
	return ((  DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallSiteBinder__ctor_m684D18808474818A3B11F87870802C65BA22C635 (CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_OutOfRange_mC226DCA4D16C7B52012B2F30DD6A65C92C790B9F (String_t* ___0_paramName, RuntimeObject* ___1_p1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_AreReferenceAssignable_m2153DADCC06A2E1C36820F736A9F93E6183D0177 (Type_t* ___0_dest, Type_t* ___1_src, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BinderNotCompatibleWithCallSite_mD978EC7E3BAD2E1DCE10EF657240014692176032 (RuntimeObject* ___0_p0, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, const RuntimeMethod* method) ;
inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	return ((  ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7 (RuntimeObject* ___0_value, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_expression, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* DynamicMetaObjectBinder_CreateArgumentMetaObjects_m1B09BE663BF2350F60F1AEE7BEBDFFC3BB685CBA (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___1_parameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_BindingCannotBeNull_m14915DFF84BE6EC8B77A2C8EB73F7DD1B25ED920 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68_inline (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicObjectResultNotAssignable_mCB929193886FA6F0B4DB9A3B363F1724584F5327 (RuntimeObject* ___0_p0, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, RuntimeObject* ___3_p3, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicBinderResultNotAssignable_m3E90BDD27FA60C766FFBE5096484E79EB89642A3 (RuntimeObject* ___0_p0, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_DynamicBindingNeedsRestrictions_m92055E9E4A0B0A1E568555DB0D059CDC2DEF3448 (RuntimeObject* ___0_p0, RuntimeObject* ___1_p1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* Expression_Return_mB6AFFF7202147FE939AEB5E16BDD4F45F737E201 (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* Expression_IfThen_mE022C3B373A1761B2E664378D2AEAF59E46C08A4 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_test, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_ifTrue, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* CallSiteBinder_get_UpdateLabel_mFBA5DD59CA8778F201C1BA20B91270D17AC367FC_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* Expression_Goto_mB295A3F7D8150C7DED80EC76769C969B287D1BF6 (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, Type_t* ___1_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* ExpandoClass_GetTransitionList_m66DB062C4637AED92CF8F7F47C50B1E83D8E70D0 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, int32_t ___0_hashCode, const RuntimeMethod* method) ;
inline WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* List_1_get_Item_m83668C338517BB0174D4836DD9700CC489D01E44 (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	return ((  WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* (*) (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
inline void List_1_RemoveAt_mF80BF97BFA8A129C7FD6657D775699F44F28DE54 (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	((  void (*) (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_m4D47FECAB21C77F7F4D9632A361C697E7D81CADC_inline (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoClass__ctor_m4DF7DB5BBEACAFAE7CBAB6FB3D5801931294A251 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_keys, int32_t ___1_hashCode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241 (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ;
inline void List_1_Add_m25F4DF4DE179873ACDA24F3C314479DDBCCC0BDD_inline (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* __this, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline void Dictionary_2__ctor_mC0076B4F3AECD6F6669A57753C284230541D37E7 (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
}
inline bool Dictionary_2_TryGetValue_m8BFB4F2E25D2B40F4912FF7D3F969757E38E2F89 (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* __this, int32_t ___0_key, List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9** ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65*, int32_t, List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___0_key, ___1_value, method);
}
inline void List_1__ctor_m63EDE1AEAA4A4FCAB6203FB0C262E31C79D24F9E (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
inline void Dictionary_2_set_Item_m6C9307344FE1CAC174F80FC7628E7C2C46514AD6 (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* __this, int32_t ___0_key, List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65*, int32_t, List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndexCaseInsensitive_m2D7918C665435EC7F607194F9204C0BEA10DEC7A (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___1_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_IsDeletedMember_m7C01B03C2A736114F07805A23D4DCDF5B1A2DC93 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoClass__ctor_mD52ED89A2735D4B2782093896FC7EB62C4E3C928 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndex_mADA5BEA466D5496E7E4096C535ADD6643199AD51 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, bool ___1_caseInsensitive, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___2_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AmbiguousMatchInExpandoObject_m48AE589AC41855AF29EAACAB05C1C6784E5C95CD (RuntimeObject* ___0_p0, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289 (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ExpandoClass_FindNewClass_mBF8AC61BFF8120D95EB152A20555A8E8D4D99F09 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_newKey, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ExpandoObject_PromoteClassCore_mFF24F813F58931CEA8F5B4136652B87B4AD64BCC (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___0_oldClass, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___1_newClass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_SameKeyExistsInExpando_m614E6812B75076B1F266CA63E414DC4F17300DC6 (RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoData_set_Item_m8501AD0E9E01A180766D975E93C62DF00B1D4B9B (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5 (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* __this, String_t* ___0_propertyName, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_inline (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7 (RuntimeObject* ___0_objA, RuntimeObject* ___1_objB, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoData_get_Length_m41A172B2D3BFCC209FD1C8892FFEA5C929FBDC01 (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ExpandoData_UpdateClass_mC6E0BE48FFFD35F493746192D129799EFEA1B095 (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___0_newClass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MetaExpando__ctor_mECD0FACD90A7BA6B4C48359E43EE6518B330E9B2 (MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m60185F50D4BE554F48C580979640329A39178464 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection__ctor_mA76943C70A98DC30B525087E20015A8DC7E78F07 (ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88* __this, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryGetValueForKey_m620C2089075681908C699ED333AC7062746C9E0F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_KeyDoesNotExistInExpando_m2456191541C48DFB6ABA33BECC8421DC9AE1611C (RuntimeObject* ___0_p0, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_TryAddMember_mF8BCAF03C5F1657F87A0BF835EF8FCECB75B87ED (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
inline String_t* KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* __this, const RuntimeMethod* method)
{
	return ((  String_t* (*) (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method);
}
inline RuntimeObject* KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* __this, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method);
}
inline void ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_mAC1CAC3A5B6A51A551BFF485B064CB7978E1EDC1 (RuntimeObject* ___0_array, int32_t ___1_offset, int32_t ___2_count, String_t* ___3_offsetName, String_t* ___4_countName, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, int32_t, int32_t, String_t*, String_t*, const RuntimeMethod*))ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m310F6157508C0EB5929101059A888753EC92D599_gshared)(___0_array, ___1_offset, ___2_count, ___3_offsetName, ___4_countName, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_GetExpandoEnumerator_m2AB9249FF0DA1228B91637E59918C72A0E5F003A (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ___0_data, int32_t ___1_version, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetExpandoEnumeratorU3Ed__51__ctor_m2995AD242F23DA972637B4BA3E14365BBF04EA57 (U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CollectionModifiedWhileEnumerating_mEDB37219E6150E51BF062F67A5D55C27C236E23C (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CollectionReadOnly_m889084E0F355A8459043F58B6FE22075B9C82BD5 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_ExpandoContainsKey_mBE733E225E7F922E6765207B169F823BD8967892 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, const RuntimeMethod* method) ;
inline void ContractUtils_RequiresArrayRange_TisString_t_mEE6B6CE8327569AAF01C5DA66F792DA2B060D1B8 (RuntimeObject* ___0_array, int32_t ___1_offset, int32_t ___2_count, String_t* ___3_offsetName, String_t* ___4_countName, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, int32_t, int32_t, String_t*, String_t*, const RuntimeMethod*))ContractUtils_RequiresArrayRange_TisRuntimeObject_mC192A23F47B5C66E80D873A62F309A66515FF883_gshared)(___0_array, ___1_offset, ___2_count, ___3_offsetName, ___4_countName, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__15__ctor_m97DAD84FE2FFF0D3AC2FB57FFFD97A667A65FDED (U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_GetEnumerator_mDC8C33F6F2E5980CC0B516766188BFAA038B8EE6 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) ;
inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* QuoteVisitor_VisitParameter_m2C02C2FDB6945B2416943E955F2BD8795AB21EB1 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_0 = __this->____definedParameters;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_node;
		NullCheck(L_0);
		bool L_2;
		L_2 = Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273(L_0, L_1, Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var);
		if (L_2)
		{
			goto IL_001b;
		}
	}
	{
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_3 = __this->____hoistedParameters;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4 = ___0_node;
		NullCheck(L_3);
		bool L_5;
		L_5 = HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69(L_3, L_4, HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
	}

IL_001b:
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___0_node;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* QuoteVisitor_VisitBlock_m5D3AF1307351E1ABB2F56A1867B5D43714315C01 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___0_node, const RuntimeMethod* method) 
{
	{
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___0_node;
		NullCheck(L_0);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
		L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
		QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76(__this, L_1, NULL);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = ___0_node;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
		L_3 = ExpressionVisitor_VisitBlock_mA09AE0F8C5697D37D9C1682D5A2872010324A1D5(__this, L_2, NULL);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_4 = ___0_node;
		NullCheck(L_4);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5;
		L_5 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_4, NULL);
		QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9(__this, L_5, NULL);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_6 = ___0_node;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* QuoteVisitor_VisitCatchBlock_mBA0FD6923C612D5EB0236A96A6C74C488A8B8684 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___0_node;
		NullCheck(L_0);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
		L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_0, NULL);
		if (!L_1)
		{
			goto IL_001d;
		}
	}
	{
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_2 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_3 = L_2;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_4 = ___0_node;
		NullCheck(L_4);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
		L_5 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_4, NULL);
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_5);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_5);
		QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76(__this, (RuntimeObject*)L_3, NULL);
	}

IL_001d:
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_6 = ___0_node;
		NullCheck(L_6);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
		L_7 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_6, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
		L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, __this, L_7);
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_9 = ___0_node;
		NullCheck(L_9);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
		L_10 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_9, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
		L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, __this, L_10);
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_12 = ___0_node;
		NullCheck(L_12);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13;
		L_13 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_12, NULL);
		if (!L_13)
		{
			goto IL_0054;
		}
	}
	{
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_14 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_15 = L_14;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_16 = ___0_node;
		NullCheck(L_16);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_17;
		L_17 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_16, NULL);
		NullCheck(L_15);
		ArrayElementTypeCheck (L_15, L_17);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_17);
		QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9(__this, (RuntimeObject*)L_15, NULL);
	}

IL_0054:
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_18 = ___0_node;
		return L_18;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___0_parameters, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
	int32_t V_2 = 0;
	{
		RuntimeObject* L_0 = ___0_parameters;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var, L_0);
		V_0 = L_1;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0048:
			{
				{
					RuntimeObject* L_2 = V_0;
					if (!L_2)
					{
						goto IL_0051;
					}
				}
				{
					RuntimeObject* L_3 = V_0;
					NullCheck(L_3);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
				}

IL_0051:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_003e_1;
			}

IL_0009_1:
			{
				RuntimeObject* L_4 = V_0;
				NullCheck(L_4);
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
				L_5 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_4);
				V_1 = L_5;
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_6 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_1;
				NullCheck(L_6);
				bool L_8;
				L_8 = Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800(L_6, L_7, (&V_2), Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var);
				if (!L_8)
				{
					goto IL_0031_1;
				}
			}
			{
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_9 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = V_1;
				int32_t L_11 = V_2;
				NullCheck(L_9);
				Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_9, L_10, ((int32_t)il2cpp_codegen_add(L_11, 1)), Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
				goto IL_003e_1;
			}

IL_0031_1:
			{
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_12 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13 = V_1;
				NullCheck(L_12);
				Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_12, L_13, 1, Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
			}

IL_003e_1:
			{
				RuntimeObject* L_14 = V_0;
				NullCheck(L_14);
				bool L_15;
				L_15 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
				if (L_15)
				{
					goto IL_0009_1;
				}
			}
			{
				goto IL_0052;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0052:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___0_parameters, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
	int32_t V_2 = 0;
	{
		RuntimeObject* L_0 = ___0_parameters;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var, L_0);
		V_0 = L_1;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0048:
			{
				{
					RuntimeObject* L_2 = V_0;
					if (!L_2)
					{
						goto IL_0051;
					}
				}
				{
					RuntimeObject* L_3 = V_0;
					NullCheck(L_3);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
				}

IL_0051:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_003e_1;
			}

IL_0009_1:
			{
				RuntimeObject* L_4 = V_0;
				NullCheck(L_4);
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
				L_5 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_4);
				V_1 = L_5;
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_6 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_1;
				NullCheck(L_6);
				int32_t L_8;
				L_8 = Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30(L_6, L_7, Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var);
				V_2 = L_8;
				int32_t L_9 = V_2;
				if (L_9)
				{
					goto IL_002f_1;
				}
			}
			{
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_10 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_11 = V_1;
				NullCheck(L_10);
				bool L_12;
				L_12 = Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573(L_10, L_11, Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var);
				goto IL_003e_1;
			}

IL_002f_1:
			{
				Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_13 = __this->____definedParameters;
				ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14 = V_1;
				int32_t L_15 = V_2;
				NullCheck(L_13);
				Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_13, L_14, ((int32_t)il2cpp_codegen_subtract(L_15, 1)), Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
			}

IL_003e_1:
			{
				RuntimeObject* L_16 = V_0;
				NullCheck(L_16);
				bool L_17;
				L_17 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
				if (L_17)
				{
					goto IL_0009_1;
				}
			}
			{
				goto IL_0052;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0052:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor__ctor_m516DEE61E4C8777DB823820838B35EC5A8A0436B (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_0 = (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*)il2cpp_codegen_object_new(Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A(L_0, Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var);
		__this->____definedParameters = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____definedParameters), (void*)L_0);
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_1 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B(L_1, HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
		__this->____hoistedParameters = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____hoistedParameters), (void*)L_1);
		ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA301A908DAF2333F86D4725164D04727426979A8 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_0 = (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1*)il2cpp_codegen_object_new(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
		U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53(L_0, NULL);
		((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_0_m375DB4D095E3D75B1C9E242C3D350545FC0D9A80 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* ___0_c, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m0D9B82229644E248C525D3AE3F3186B319BC92E2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* G_B2_0 = NULL;
	ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* G_B2_1 = NULL;
	Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* G_B1_0 = NULL;
	ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* G_B1_1 = NULL;
	{
		SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_0 = ___0_c;
		NullCheck(L_0);
		ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
		L_1 = SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
		Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_2 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1;
		Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_3 = L_2;
		if (L_3)
		{
			G_B2_0 = L_3;
			G_B2_1 = L_1;
			goto IL_0025;
		}
		G_B1_0 = L_3;
		G_B1_1 = L_1;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
		U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_4 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_5 = (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*)il2cpp_codegen_object_new(Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var);
		Func_2__ctor_m16E37AA4C1A49A2D37ABCDB10B1E8093977238E3(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var), NULL);
		Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_6 = L_5;
		((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1 = L_6;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1), (void*)L_6);
		G_B2_0 = L_6;
		G_B2_1 = G_B1_1;
	}

IL_0025:
	{
		bool L_7;
		L_7 = Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m0D9B82229644E248C525D3AE3F3186B319BC92E2(G_B2_1, G_B2_0, Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m0D9B82229644E248C525D3AE3F3186B319BC92E2_RuntimeMethod_var);
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_t;
		return (bool)((!(((RuntimeObject*)(ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)((ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)IsInstClass((RuntimeObject*)L_0, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CCompileNoLabelPushU3Eb__101_0_m07609A5493DFD831B2EDA50043D11632211231C3 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_e, const RuntimeMethod* method) 
{
	{
		LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_0 = ___0_this;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___1_e;
		NullCheck(L_0);
		LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D(L_0, L_1, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87 (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, int32_t ___0_argumentIndex, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		int32_t L_0 = ___0_argumentIndex;
		__this->___ArgumentIndex = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater_UndefineTemps_m4F114114D507686231DC30762F2EBE65ECE2FB9C (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterByRefUpdater__ctor_mB7175A637B3D822FF7936E57B762EC64A29D740D (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___0_parameter, int32_t ___1_argumentIndex, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___1_argumentIndex;
		ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_1 = ___0_parameter;
		__this->____parameter = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____parameter), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterByRefUpdater_Update_mCF00D9EAF2482C90C748821D293DA2301ED4AEE2 (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_0 = __this->____parameter;
		NullCheck(L_0);
		bool L_1;
		L_1 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_0, NULL);
		if (!L_1)
		{
			goto IL_0026;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = L_2->___Closure;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = __this->____parameter;
		NullCheck(L_4);
		int32_t L_5 = L_4->___Index;
		NullCheck(L_3);
		int32_t L_6 = L_5;
		RuntimeObject* L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		RuntimeObject* L_8 = ___1_value;
		NullCheck(L_7);
		InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_7, L_8);
		return;
	}

IL_0026:
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_9 = __this->____parameter;
		NullCheck(L_9);
		bool L_10;
		L_10 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(L_9, NULL);
		if (!L_10)
		{
			goto IL_0051;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___0_frame;
		NullCheck(L_11);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11->___Data;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13 = __this->____parameter;
		NullCheck(L_13);
		int32_t L_14 = L_13->___Index;
		NullCheck(L_12);
		int32_t L_15 = L_14;
		RuntimeObject* L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		RuntimeObject* L_17 = ___1_value;
		NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_17);
		return;
	}

IL_0051:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_18 = ___0_frame;
		NullCheck(L_18);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18->___Data;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_20 = __this->____parameter;
		NullCheck(L_20);
		int32_t L_21 = L_20->___Index;
		RuntimeObject* L_22 = ___1_value;
		NullCheck(L_19);
		ArrayElementTypeCheck (L_19, L_22);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (RuntimeObject*)L_22);
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater__ctor_m5F46FF1861992EAB92AD42B447AEFA47DAEC3F95 (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_array, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___1_index, int32_t ___2_argumentIndex, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___2_argumentIndex;
		ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_1 = ___0_array;
		__this->____array = L_1;
		Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array))->___U3CParameterU3Ek__BackingField), (void*)NULL);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_2 = ___1_index;
		__this->____index = L_2;
		Il2CppCodeGenWriteBarrier((void**)&(((&__this->____index))->___U3CParameterU3Ek__BackingField), (void*)NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater_Update_mBD2F7853765C4E445FF51FB32C9A6F3158C11467 (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* L_2 = (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)(&__this->____index);
		int32_t L_3;
		L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(L_2, NULL);
		NullCheck(L_1);
		int32_t L_4 = L_3;
		RuntimeObject* L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = L_5;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6->___Data;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* L_8 = (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)(&__this->____array);
		int32_t L_9;
		L_9 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(L_8, NULL);
		NullCheck(L_7);
		int32_t L_10 = L_9;
		RuntimeObject* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		RuntimeObject* L_12 = ___1_value;
		RuntimeObject* L_13 = V_0;
		NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, il2cpp_defaults.array_class)));
		Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, il2cpp_defaults.array_class)), L_12, ((*(int32_t*)UnBox(L_13, il2cpp_defaults.int32_class))), NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater_UndefineTemps_mEE0E7E82F8709594BBE6C1CA5815A9808F55A93E (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, const RuntimeMethod* method) 
{
	{
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = ___1_locals;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_1 = __this->____array;
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = ___0_instructions;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_2, NULL);
		NullCheck(L_0);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_0, L_1, L_3, NULL);
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_4 = ___1_locals;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5 = __this->____index;
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = ___0_instructions;
		NullCheck(L_6);
		int32_t L_7;
		L_7 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_6, NULL);
		NullCheck(L_4);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_4, L_5, L_7, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater__ctor_m0C187A56A9FFCF954A63A387D3C3C03D0AB5AF6F (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, FieldInfo_t* ___1_field, int32_t ___2_argumentIndex, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___2_argumentIndex;
		ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___0_obj;
		__this->____object = L_1;
		Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____object))->___value))->___U3CParameterU3Ek__BackingField), (void*)NULL);
		FieldInfo_t* L_2 = ___1_field;
		__this->____field = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____field), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater_Update_mC5FA18E1050F7D3F4ED53BD96D534DD5C8CC6F4B (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1;
	memset((&V_1), 0, sizeof(V_1));
	RuntimeObject* G_B3_0 = NULL;
	{
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		bool L_1;
		L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_1)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_4 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5;
		L_5 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_4, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		V_1 = L_5;
		int32_t L_6;
		L_6 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL);
		NullCheck(L_3);
		int32_t L_7 = L_6;
		RuntimeObject* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		G_B3_0 = L_8;
		goto IL_002a;
	}

IL_0029:
	{
		G_B3_0 = NULL;
	}

IL_002a:
	{
		V_0 = G_B3_0;
		FieldInfo_t* L_9 = __this->____field;
		RuntimeObject* L_10 = V_0;
		RuntimeObject* L_11 = ___1_value;
		NullCheck(L_9);
		FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(L_9, L_10, L_11, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater_UndefineTemps_mC33ECD44EB94E1DC5CB968B42EE908BB176C530E (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		bool L_1;
		L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_1)
		{
			goto IL_0024;
		}
	}
	{
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___1_locals;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
		L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___0_instructions;
		NullCheck(L_5);
		int32_t L_6;
		L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
		NullCheck(L_2);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
	}

IL_0024:
	{
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater__ctor_m9FED566D3D6D8B5E12248CA4B4D00DC83BE1D7F4 (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, PropertyInfo_t* ___1_property, int32_t ___2_argumentIndex, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___2_argumentIndex;
		ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___0_obj;
		__this->____object = L_1;
		Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____object))->___value))->___U3CParameterU3Ek__BackingField), (void*)NULL);
		PropertyInfo_t* L_2 = ___1_property;
		__this->____property = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____property), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1;
	memset((&V_1), 0, sizeof(V_1));
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	RuntimeObject* G_B3_0 = NULL;
	{
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		bool L_1;
		L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_1)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_4 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5;
		L_5 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_4, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		V_1 = L_5;
		int32_t L_6;
		L_6 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL);
		NullCheck(L_3);
		int32_t L_7 = L_6;
		RuntimeObject* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		G_B3_0 = L_8;
		goto IL_002a;
	}

IL_0029:
	{
		G_B3_0 = NULL;
	}

IL_002a:
	{
		V_0 = G_B3_0;
	}
	try
	{
		PropertyInfo_t* L_9 = __this->____property;
		RuntimeObject* L_10 = V_0;
		RuntimeObject* L_11 = ___1_value;
		NullCheck(L_9);
		PropertyInfo_SetValue_m67B3A509C7EB945C3DA97D096EF1231C805C92D3(L_9, L_10, L_11, NULL);
		goto IL_0045;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_003a;
		}
		throw e;
	}

CATCH_003a:
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_12 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
		ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_12, NULL);
		Exception_t* L_13;
		L_13 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B_RuntimeMethod_var)));
	}

IL_0045:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater_UndefineTemps_m4D546C74F3390FBDB159E14332863C4CC3AC8CBC (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		bool L_1;
		L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_1)
		{
			goto IL_0024;
		}
	}
	{
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___1_locals;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____object);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
		L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___0_instructions;
		NullCheck(L_5);
		int32_t L_6;
		L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
		NullCheck(L_2);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
	}

IL_0024:
	{
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater__ctor_mC44C5FB9EDF1BFAEF8C29E04DD6DBCB2C4326EA1 (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___1_args, MethodInfo_t* ___2_indexer, int32_t ___3_argumentIndex, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___3_argumentIndex;
		ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___0_obj;
		__this->____obj = L_1;
		Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____obj))->___value))->___U3CParameterU3Ek__BackingField), (void*)NULL);
		LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_2 = ___1_args;
		__this->____args = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____args), (void*)L_2);
		MethodInfo_t* L_3 = ___2_indexer;
		__this->____indexer = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____indexer), (void*)L_3);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4 (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	int32_t V_2 = 0;
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_3;
	memset((&V_3), 0, sizeof(V_3));
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	RuntimeObject* G_B6_0 = NULL;
	{
		LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_0 = __this->____args;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1)));
		V_0 = L_1;
		V_2 = 0;
		goto IL_0033;
	}

IL_0014:
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = V_0;
		int32_t L_3 = V_2;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		NullCheck(L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4->___Data;
		LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_6 = __this->____args;
		int32_t L_7 = V_2;
		NullCheck(L_6);
		int32_t L_8;
		L_8 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
		NullCheck(L_5);
		int32_t L_9 = L_8;
		RuntimeObject* L_10 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_10);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_10);
		int32_t L_11 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
	}

IL_0033:
	{
		int32_t L_12 = V_2;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_0;
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_13)->max_length)), 1)))))
		{
			goto IL_0014;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = V_0;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = V_0;
		NullCheck(L_15);
		RuntimeObject* L_16 = ___1_value;
		NullCheck(L_14);
		ArrayElementTypeCheck (L_14, L_16);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_15)->max_length)), 1))), (RuntimeObject*)L_16);
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_17 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____obj);
		bool L_18;
		L_18 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_17, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_18)
		{
			goto IL_006c;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		NullCheck(L_19);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_19->___Data;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_21 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____obj);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_22;
		L_22 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_21, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		V_3 = L_22;
		int32_t L_23;
		L_23 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL);
		NullCheck(L_20);
		int32_t L_24 = L_23;
		RuntimeObject* L_25 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		G_B6_0 = L_25;
		goto IL_006d;
	}

IL_006c:
	{
		G_B6_0 = NULL;
	}

IL_006d:
	{
		V_1 = G_B6_0;
	}
	try
	{
		MethodInfo_t* L_26 = __this->____indexer;
		RuntimeObject* L_27 = V_1;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = V_0;
		NullCheck(L_26);
		RuntimeObject* L_29;
		L_29 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_26, L_27, L_28, NULL);
		goto IL_0089;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_007e;
		}
		throw e;
	}

CATCH_007e:
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_30 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
		ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_30, NULL);
		Exception_t* L_31;
		L_31 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4_RuntimeMethod_var)));
	}

IL_0089:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater_UndefineTemps_mAB7DB1B36FD4452104223B7271C0764ADADBCEDE (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____obj);
		bool L_1;
		L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
		if (!L_1)
		{
			goto IL_0024;
		}
	}
	{
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___1_locals;
		Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*)(&__this->____obj);
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
		L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___0_instructions;
		NullCheck(L_5);
		int32_t L_6;
		L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
		NullCheck(L_2);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
	}

IL_0024:
	{
		V_0 = 0;
		goto IL_0044;
	}

IL_0028:
	{
		LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_7 = ___1_locals;
		LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_8 = __this->____args;
		int32_t L_9 = V_0;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = ___0_instructions;
		NullCheck(L_12);
		int32_t L_13;
		L_13 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_12, NULL);
		NullCheck(L_7);
		LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_7, L_11, L_13, NULL);
		int32_t L_14 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
	}

IL_0044:
	{
		int32_t L_15 = V_0;
		LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_16 = __this->____args;
		NullCheck(L_16);
		if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
		{
			goto IL_0028;
		}
	}
	{
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDelegateCreator__ctor_m35DD9C4A942AB5F3ADB7C78251B64CFB5996F018 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___1_lambda, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = ___0_interpreter;
		__this->___U3CInterpreterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CInterpreterU3Ek__BackingField), (void*)L_0);
		LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = ___1_lambda;
		__this->____lambda = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____lambda), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method) 
{
	{
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___U3CInterpreterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m3EFFBA9C9BE4F079674563B48C1DA9CDE7F77C68 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method) 
{
	{
		Delegate_t* L_0;
		L_0 = LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506(__this, (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)NULL, NULL);
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_closure, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___0_closure;
		LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_1 = (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5*)il2cpp_codegen_object_new(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE(L_1, __this, L_0, NULL);
		LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_2 = __this->____lambda;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_2);
		NullCheck(L_1);
		Delegate_t* L_4;
		L_4 = LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE(L_1, L_3, NULL);
		return L_4;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method) 
{
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
		L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
		V_0 = L_0;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
		NullCheck(L_1);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2;
		L_2 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_1, NULL);
		V_1 = L_2;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_001c:
			{
				InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = V_0;
				InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = V_1;
				NullCheck(L_3);
				InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_3, L_4, NULL);
				return;
			}
		});
		try
		{
			Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_5 = __this->____interpreter;
			InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = V_0;
			NullCheck(L_5);
			Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_5, L_6, NULL);
			goto IL_0024;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0024:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeRunVoid0_m9F6DEC4E0F38CBFBE1787D396E76865B6594E0CB (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___0_lambda, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_0 = ___0_lambda;
		Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
		Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, L_0, (intptr_t)((void*)LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var), NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_delegateCreator, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___1_closure, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = ___0_delegateCreator;
		__this->____delegateCreator = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____delegateCreator), (void*)L_0);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = ___1_closure;
		__this->____closure = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____closure), (void*)L_1);
		LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_2 = ___0_delegateCreator;
		NullCheck(L_2);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_3;
		L_3 = LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline(L_2, NULL);
		__this->____interpreter = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____interpreter), (void*)L_3);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LightLambda_get_DebugView_mEEC7EFBB329CA9E3EFD65728A492B9B2028EF673 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter;
		DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* L_1 = (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB*)il2cpp_codegen_object_new(DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var);
		DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B(L_1, L_0, NULL);
		NullCheck(L_1);
		String_t* L_2;
		L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_1);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_GetRunDelegateCtor_mED0ACE99EB23A242417A1434498648BC34FB6E7E (Type_t* ___0_delegateType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* V_0 = NULL;
	bool V_1 = false;
	Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_2 = NULL;
	Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_3 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_0 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache;
		V_0 = L_0;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_002c:
			{
				{
					bool L_1 = V_1;
					if (!L_1)
					{
						goto IL_0035;
					}
				}
				{
					CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_2 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
				}

IL_0035:
				{
					return;
				}
			}
		});
		try
		{
			{
				CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_3 = V_0;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
				il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
				CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_4 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache;
				Type_t* L_5 = ___0_delegateType;
				NullCheck(L_4);
				bool L_6;
				L_6 = CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930(L_4, L_5, (&V_2), CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var);
				if (!L_6)
				{
					goto IL_0023_1;
				}
			}
			{
				Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_7 = V_2;
				V_3 = L_7;
				goto IL_0036;
			}

IL_0023_1:
			{
				Type_t* L_8 = ___0_delegateType;
				il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
				Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_9;
				L_9 = LightLambda_MakeRunDelegateCtor_mA91CCD083DB25A0BE3D556D7996FEA7F474123A6(L_8, NULL);
				V_3 = L_9;
				goto IL_0036;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0036:
	{
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_10 = V_3;
		return L_10;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_MakeRunDelegateCtor_mA91CCD083DB25A0BE3D556D7996FEA7F474123A6 (Type_t* ___0_delegateType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* V_0 = NULL;
	MethodInfo_t* V_1 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_2 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_3 = NULL;
	String_t* V_4 = NULL;
	MethodInfo_t* V_5 = NULL;
	int32_t V_6 = 0;
	MethodInfo_t* V_7 = NULL;
	int32_t V_8 = 0;
	Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_9 = NULL;
	U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B23_0 = NULL;
	U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B22_0 = NULL;
	MethodInfo_t* G_B24_0 = NULL;
	U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B24_1 = NULL;
	{
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_0 = (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D(L_0, NULL);
		V_0 = L_0;
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_1 = V_0;
		Type_t* L_2 = ___0_delegateType;
		NullCheck(L_1);
		L_1->___delegateType = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___delegateType), (void*)L_2);
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_3 = V_0;
		NullCheck(L_3);
		Type_t* L_4 = L_3->___delegateType;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		MethodInfo_t* L_5;
		L_5 = TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02(L_4, NULL);
		V_1 = L_5;
		MethodInfo_t* L_6 = V_1;
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_7;
		L_7 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_6, NULL);
		V_2 = L_7;
		V_4 = _stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_8 = V_2;
		NullCheck(L_8);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))) < ((int32_t)((int32_t)16))))
		{
			goto IL_0030;
		}
	}
	{
		return (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)NULL;
	}

IL_0030:
	{
		MethodInfo_t* L_9 = V_1;
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_9);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_12;
		L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
		bool L_13;
		L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_10, L_12, NULL);
		if (!L_13)
		{
			goto IL_0060;
		}
	}
	{
		String_t* L_14 = V_4;
		String_t* L_15;
		L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_14, _stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E, NULL);
		V_4 = L_15;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_16 = V_2;
		NullCheck(L_16);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)));
		V_3 = L_17;
		goto IL_0078;
	}

IL_0060:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_18 = V_2;
		NullCheck(L_18);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_18)->max_length)), 1)));
		V_3 = L_19;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = V_3;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_21 = V_3;
		NullCheck(L_21);
		MethodInfo_t* L_22 = V_1;
		NullCheck(L_22);
		Type_t* L_23;
		L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_22);
		NullCheck(L_20);
		ArrayElementTypeCheck (L_20, L_23);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_21)->max_length)), 1))), (Type_t*)L_23);
	}

IL_0078:
	{
		MethodInfo_t* L_24 = V_1;
		NullCheck(L_24);
		Type_t* L_25;
		L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_24);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_27;
		L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL);
		bool L_28;
		L_28 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_25, L_27, NULL);
		if (!L_28)
		{
			goto IL_00f0;
		}
	}
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = V_3;
		NullCheck(L_29);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))) == ((uint32_t)2))))
		{
			goto IL_00f0;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_30 = V_2;
		NullCheck(L_30);
		int32_t L_31 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		NullCheck(L_32);
		Type_t* L_33;
		L_33 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_32);
		NullCheck(L_33);
		bool L_34;
		L_34 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_33, NULL);
		if (!L_34)
		{
			goto IL_00f0;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_35 = V_2;
		NullCheck(L_35);
		int32_t L_36 = 1;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
		NullCheck(L_37);
		Type_t* L_38;
		L_38 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_37);
		NullCheck(L_38);
		bool L_39;
		L_39 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_38, NULL);
		if (!L_39)
		{
			goto IL_00f0;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_41;
		L_41 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_40, NULL);
		NullCheck(L_41);
		MethodInfo_t* L_42;
		L_42 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_41, _stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D, ((int32_t)36), NULL);
		V_5 = L_42;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = V_3;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_44 = V_2;
		NullCheck(L_44);
		int32_t L_45 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		NullCheck(L_46);
		Type_t* L_47;
		L_47 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_46);
		NullCheck(L_47);
		Type_t* L_48;
		L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(47, L_47);
		NullCheck(L_43);
		ArrayElementTypeCheck (L_43, L_48);
		(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_48);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_49 = V_3;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_50 = V_2;
		NullCheck(L_50);
		int32_t L_51 = 1;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_52 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
		NullCheck(L_52);
		Type_t* L_53;
		L_53 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_52);
		NullCheck(L_53);
		Type_t* L_54;
		L_54 = VirtualFuncInvoker0< Type_t* >::Invoke(47, L_53);
		NullCheck(L_49);
		ArrayElementTypeCheck (L_49, L_54);
		(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_54);
		goto IL_01ee;
	}

IL_00f0:
	{
		MethodInfo_t* L_55 = V_1;
		NullCheck(L_55);
		Type_t* L_56;
		L_56 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_55);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_58;
		L_58 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_57, NULL);
		bool L_59;
		L_59 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_56, L_58, NULL);
		if (!L_59)
		{
			goto IL_0128;
		}
	}
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_60 = V_3;
		NullCheck(L_60);
		if ((((RuntimeArray*)L_60)->max_length))
		{
			goto IL_0128;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_61 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_62;
		L_62 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_61, NULL);
		NullCheck(L_62);
		MethodInfo_t* L_63;
		L_63 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_62, _stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A, ((int32_t)36), NULL);
		V_5 = L_63;
		goto IL_01ee;
	}

IL_0128:
	{
		V_6 = 0;
		goto IL_014d;
	}

IL_012d:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_64 = V_3;
		int32_t L_65 = V_6;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_66 = V_2;
		int32_t L_67 = V_6;
		NullCheck(L_66);
		int32_t L_68 = L_67;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
		NullCheck(L_69);
		Type_t* L_70;
		L_70 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_69);
		NullCheck(L_64);
		ArrayElementTypeCheck (L_64, L_70);
		(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (Type_t*)L_70);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_71 = V_3;
		int32_t L_72 = V_6;
		NullCheck(L_71);
		int32_t L_73 = L_72;
		Type_t* L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
		NullCheck(L_74);
		bool L_75;
		L_75 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_74, NULL);
		if (!L_75)
		{
			goto IL_0147;
		}
	}
	{
		return (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)NULL;
	}

IL_0147:
	{
		int32_t L_76 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add(L_76, 1));
	}

IL_014d:
	{
		int32_t L_77 = V_6;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_78 = V_2;
		NullCheck(L_78);
		if ((((int32_t)L_77) < ((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))
		{
			goto IL_012d;
		}
	}
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_79 = V_3;
		Type_t* L_80;
		L_80 = DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224(L_79, NULL);
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_81 = V_0;
		NullCheck(L_81);
		Type_t* L_82 = L_81->___delegateType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_83;
		L_83 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_80, L_82, NULL);
		if (!L_83)
		{
			goto IL_01c8;
		}
	}
	{
		String_t* L_84 = V_4;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_85 = V_2;
		NullCheck(L_85);
		V_8 = ((int32_t)(((RuntimeArray*)L_85)->max_length));
		String_t* L_86;
		L_86 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
		String_t* L_87;
		L_87 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B, L_84, L_86, NULL);
		V_4 = L_87;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_88 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_89;
		L_89 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_88, NULL);
		String_t* L_90 = V_4;
		NullCheck(L_89);
		MethodInfo_t* L_91;
		L_91 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_89, L_90, ((int32_t)40), NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_92 = V_3;
		NullCheck(L_91);
		MethodInfo_t* L_93;
		L_93 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_91, L_92);
		V_7 = L_93;
		il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_94 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache;
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_95 = V_0;
		NullCheck(L_95);
		Type_t* L_96 = L_95->___delegateType;
		MethodInfo_t* L_97 = V_7;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_98 = { reinterpret_cast<intptr_t> (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var) };
		Type_t* L_99;
		L_99 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_98, NULL);
		NullCheck(L_97);
		Delegate_t* L_100;
		L_100 = VirtualFuncInvoker1< Delegate_t*, Type_t* >::Invoke(45, L_97, L_99);
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_101 = ((Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)Castclass((RuntimeObject*)L_100, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var));
		V_9 = L_101;
		NullCheck(L_94);
		CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D(L_94, L_96, L_101, CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_102 = V_9;
		return L_102;
	}

IL_01c8:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_104;
		L_104 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_103, NULL);
		String_t* L_105 = V_4;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_106 = V_2;
		NullCheck(L_106);
		V_8 = ((int32_t)(((RuntimeArray*)L_106)->max_length));
		String_t* L_107;
		L_107 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
		String_t* L_108;
		L_108 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_105, L_107, NULL);
		NullCheck(L_104);
		MethodInfo_t* L_109;
		L_109 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_104, L_108, ((int32_t)36), NULL);
		V_5 = L_109;
	}

IL_01ee:
	{
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_110 = V_0;
		MethodInfo_t* L_111 = V_5;
		NullCheck(L_111);
		bool L_112;
		L_112 = VirtualFuncInvoker0< bool >::Invoke(28, L_111);
		if (L_112)
		{
			G_B23_0 = L_110;
			goto IL_01fc;
		}
		G_B22_0 = L_110;
	}
	{
		MethodInfo_t* L_113 = V_5;
		G_B24_0 = L_113;
		G_B24_1 = G_B22_0;
		goto IL_0204;
	}

IL_01fc:
	{
		MethodInfo_t* L_114 = V_5;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_115 = V_3;
		NullCheck(L_114);
		MethodInfo_t* L_116;
		L_116 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_114, L_115);
		G_B24_0 = L_116;
		G_B24_1 = G_B23_0;
	}

IL_0204:
	{
		NullCheck(G_B24_1);
		G_B24_1->___targetMethod = G_B24_0;
		Il2CppCodeGenWriteBarrier((void**)(&G_B24_1->___targetMethod), (void*)G_B24_0);
		il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_117 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache;
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_118 = V_0;
		NullCheck(L_118);
		Type_t* L_119 = L_118->___delegateType;
		U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_120 = V_0;
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_121 = (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)il2cpp_codegen_object_new(Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var);
		Func_2__ctor_m919EBDCC21C6415BAA8906FAAE299C855EC47A8E(L_121, L_120, (intptr_t)((void*)U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var), NULL);
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_122 = L_121;
		V_9 = L_122;
		NullCheck(L_117);
		CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D(L_117, L_119, L_122, CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_123 = V_9;
		return L_123;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___0_delegateType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_1 = NULL;
	ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* V_2 = NULL;
	ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_3 = NULL;
	bool V_4 = false;
	NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* V_5 = NULL;
	ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* V_6 = NULL;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_7 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_8 = NULL;
	int32_t V_9 = 0;
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_10 = NULL;
	List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* V_11 = NULL;
	int32_t V_12 = 0;
	int32_t G_B4_0 = 0;
	{
		Type_t* L_0 = ___0_delegateType;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		MethodInfo_t* L_1;
		L_1 = TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02(L_0, NULL);
		V_0 = L_1;
		MethodInfo_t* L_2 = V_0;
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_3;
		L_3 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_2, NULL);
		V_1 = L_3;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_4 = V_1;
		NullCheck(L_4);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_5 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)));
		V_2 = L_5;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_6 = V_1;
		NullCheck(L_6);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)));
		V_3 = L_7;
		V_4 = (bool)0;
		V_9 = 0;
		goto IL_0079;
	}

IL_0028:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_8 = V_1;
		int32_t L_9 = V_9;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		NullCheck(L_11);
		Type_t* L_12;
		L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_11);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13 = V_1;
		int32_t L_14 = V_9;
		NullCheck(L_13);
		int32_t L_15 = L_14;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		NullCheck(L_16);
		String_t* L_17;
		L_17 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_16);
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_18;
		L_18 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_12, L_17, NULL);
		V_10 = L_18;
		bool L_19 = V_4;
		if (L_19)
		{
			goto IL_0055;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_20 = V_1;
		int32_t L_21 = V_9;
		NullCheck(L_20);
		int32_t L_22 = L_21;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		NullCheck(L_23);
		Type_t* L_24;
		L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_23);
		NullCheck(L_24);
		bool L_25;
		L_25 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_24, NULL);
		G_B4_0 = ((int32_t)(L_25));
		goto IL_0056;
	}

IL_0055:
	{
		G_B4_0 = 1;
	}

IL_0056:
	{
		V_4 = (bool)G_B4_0;
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_26 = V_2;
		int32_t L_27 = V_9;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_28 = V_10;
		NullCheck(L_26);
		ArrayElementTypeCheck (L_26, L_28);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_28);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_29 = V_3;
		int32_t L_30 = V_9;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_31 = V_10;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_33;
		L_33 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_32, NULL);
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_34;
		L_34 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_31, L_33, NULL);
		NullCheck(L_29);
		ArrayElementTypeCheck (L_29, L_34);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_34);
		int32_t L_35 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add(L_35, 1));
	}

IL_0079:
	{
		int32_t L_36 = V_9;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_37 = V_1;
		NullCheck(L_37);
		if ((((int32_t)L_36) < ((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))
		{
			goto IL_0028;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_39;
		L_39 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_38, NULL);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_40 = V_3;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_41;
		L_41 = Expression_NewArrayInit_m3D54DDE1A545CF5B2DC868DD6DDD4B0882FD2062(L_39, L_40, NULL);
		V_5 = L_41;
		Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A* L_42 = (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A*)il2cpp_codegen_object_new(Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var);
		Func_2__ctor_m84415336F8D908293EB9A1EA849A76A2B2D8EA7C(L_42, __this, (intptr_t)((void*)LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var), NULL);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_43;
		L_43 = Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44(L_42, NULL);
		V_6 = L_43;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var) };
		Type_t* L_45;
		L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_46;
		L_46 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_45, _stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE, NULL);
		V_7 = L_46;
		MethodInfo_t* L_47 = V_0;
		NullCheck(L_47);
		Type_t* L_48;
		L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_47);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		Type_t* L_50;
		L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL);
		bool L_51;
		L_51 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_48, L_50, NULL);
		if (!L_51)
		{
			goto IL_00f7;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_52 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_53;
		L_53 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_52, NULL);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_54 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)1);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_55 = L_54;
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_56 = V_6;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_57 = V_7;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_58;
		L_58 = Expression_Invoke_m86D93B1BFBB85B96263854C180D6B0B4AF68C2C9(L_56, L_57, NULL);
		NullCheck(L_55);
		ArrayElementTypeCheck (L_55, L_58);
		(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_58);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_59;
		L_59 = Expression_Block_m1A254700EBECC1B0B0F6380CB5D9414F1D45421E(L_53, L_55, NULL);
		V_8 = L_59;
		goto IL_010d;
	}

IL_00f7:
	{
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_60 = V_6;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_61 = V_7;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_62;
		L_62 = Expression_Invoke_m86D93B1BFBB85B96263854C180D6B0B4AF68C2C9(L_60, L_61, NULL);
		MethodInfo_t* L_63 = V_0;
		NullCheck(L_63);
		Type_t* L_64;
		L_64 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_63);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_65;
		L_65 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_62, L_64, NULL);
		V_8 = L_65;
	}

IL_010d:
	{
		bool L_66 = V_4;
		if (!L_66)
		{
			goto IL_0196;
		}
	}
	{
		List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_67 = (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*)il2cpp_codegen_object_new(List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var);
		List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36(L_67, List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var);
		V_11 = L_67;
		V_12 = 0;
		goto IL_0175;
	}

IL_0120:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_68 = V_1;
		int32_t L_69 = V_12;
		NullCheck(L_68);
		int32_t L_70 = L_69;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
		NullCheck(L_71);
		Type_t* L_72;
		L_72 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_71);
		NullCheck(L_72);
		bool L_73;
		L_73 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_72, NULL);
		if (!L_73)
		{
			goto IL_016f;
		}
	}
	{
		List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_74 = V_11;
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_75 = V_2;
		int32_t L_76 = V_12;
		NullCheck(L_75);
		int32_t L_77 = L_76;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_78 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_79 = V_7;
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_80 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)1);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_81 = L_80;
		int32_t L_82 = V_12;
		int32_t L_83 = L_82;
		RuntimeObject* L_84 = Box(il2cpp_defaults.int32_class, &L_83);
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_85;
		L_85 = Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44(L_84, NULL);
		NullCheck(L_81);
		ArrayElementTypeCheck (L_81, L_85);
		(L_81)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_85);
		IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_86;
		L_86 = Expression_ArrayAccess_m0ECEC416D1865DCB4564B2A6AF08C8B82DA51A60(L_79, L_81, NULL);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_87 = V_1;
		int32_t L_88 = V_12;
		NullCheck(L_87);
		int32_t L_89 = L_88;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_90 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
		NullCheck(L_90);
		Type_t* L_91;
		L_91 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_90);
		NullCheck(L_91);
		Type_t* L_92;
		L_92 = VirtualFuncInvoker0< Type_t* >::Invoke(47, L_91);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_93;
		L_93 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_86, L_92, NULL);
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_94;
		L_94 = Expression_Assign_m40E289CAB859CE4106031350821B9B1B8DA51DBE(L_78, L_93, NULL);
		NullCheck(L_74);
		List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_inline(L_74, L_94, List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var);
	}

IL_016f:
	{
		int32_t L_95 = V_12;
		V_12 = ((int32_t)il2cpp_codegen_add(L_95, 1));
	}

IL_0175:
	{
		int32_t L_96 = V_12;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_97 = V_1;
		NullCheck(L_97);
		if ((((int32_t)L_96) < ((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length)))))
		{
			goto IL_0120;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_98 = V_8;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_99 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_100;
		L_100 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_99, NULL);
		List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_101 = V_11;
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var)));
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_102;
		L_102 = Expression_Block_m0DB216D648936350702539AD509E0EF2DA899E5D(L_100, L_101, NULL);
		TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_103;
		L_103 = Expression_TryFinally_m6A2648F6C3BD9BF88B879D9F69A2341AE6E8CD36(L_98, L_102, NULL);
		V_8 = L_103;
	}

IL_0196:
	{
		MethodInfo_t* L_104 = V_0;
		NullCheck(L_104);
		Type_t* L_105;
		L_105 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_104);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_106 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var)), (uint32_t)1);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_107 = L_106;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_108 = V_7;
		NullCheck(L_107);
		ArrayElementTypeCheck (L_107, L_108);
		(L_107)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_108);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_109 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var)), (uint32_t)2);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_110 = L_109;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_111 = V_7;
		NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_112 = V_5;
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var)));
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_113;
		L_113 = Expression_Assign_m40E289CAB859CE4106031350821B9B1B8DA51DBE(L_111, L_112, NULL);
		NullCheck(L_110);
		ArrayElementTypeCheck (L_110, L_113);
		(L_110)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_113);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_114 = L_110;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_115 = V_8;
		NullCheck(L_114);
		ArrayElementTypeCheck (L_114, L_115);
		(L_114)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_115);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_116;
		L_116 = Expression_Block_m5E98BD69A0BACFB9F7C1429BFF8D67EEB1E3CB1F(L_105, (RuntimeObject*)L_107, L_114, NULL);
		V_8 = L_116;
		Type_t* L_117 = ___0_delegateType;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_118 = V_8;
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_119 = V_2;
		LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_120;
		L_120 = Expression_Lambda_m9F31BE5718EED427B16CA7FBA2669EF4E4E1C8BD(L_117, L_118, L_119, NULL);
		NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_121 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
		NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_121, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral195BF844C91077FF402AC4D18E68F48B4A86E4F2)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___0_delegateType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_0 = NULL;
	{
		Type_t* L_0 = ___0_delegateType;
		il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_1;
		L_1 = LightLambda_GetRunDelegateCtor_mED0ACE99EB23A242417A1434498648BC34FB6E7E(L_0, NULL);
		V_0 = L_1;
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_2 = V_0;
		if (!L_2)
		{
			goto IL_0012;
		}
	}
	{
		Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_3 = V_0;
		NullCheck(L_3);
		Delegate_t* L_4;
		L_4 = Func_2_Invoke_m578E9ABE5EFC3F5F14830994CE6C1A472C38ECBF_inline(L_3, __this, NULL);
		return L_4;
	}

IL_0012:
	{
		Type_t* L_5 = ___0_delegateType;
		Delegate_t* L_6;
		L_6 = LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F(__this, L_5, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = __this->____closure;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D*)il2cpp_codegen_object_new(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var);
		InterpretedFrame__ctor_m838A88FECE23B7EF5310C8C735357FFD969E269E(L_2, L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_arguments, const RuntimeMethod* method) 
{
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
		L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
		V_0 = L_0;
		V_2 = 0;
		goto IL_001a;
	}

IL_000b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
		NullCheck(L_1);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1->___Data;
		int32_t L_3 = V_2;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___0_arguments;
		int32_t L_5 = V_2;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_7);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_7);
		int32_t L_8 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
	}

IL_001a:
	{
		int32_t L_9 = V_2;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___0_arguments;
		NullCheck(L_10);
		if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
		{
			goto IL_000b;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = V_0;
		NullCheck(L_11);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12;
		L_12 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_11, NULL);
		V_1 = L_12;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0035:
			{
				{
					V_3 = 0;
					goto IL_0048;
				}

IL_0039:
				{
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___0_arguments;
					int32_t L_14 = V_3;
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_15 = V_0;
					NullCheck(L_15);
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15->___Data;
					int32_t L_17 = V_3;
					NullCheck(L_16);
					int32_t L_18 = L_17;
					RuntimeObject* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
					NullCheck(L_13);
					ArrayElementTypeCheck (L_13, L_19);
					(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject*)L_19);
					int32_t L_20 = V_3;
					V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1));
				}

IL_0048:
				{
					int32_t L_21 = V_3;
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = ___0_arguments;
					NullCheck(L_22);
					if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
					{
						goto IL_0039;
					}
				}
				{
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_23 = V_0;
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_24 = V_1;
					NullCheck(L_23);
					InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_23, L_24, NULL);
					return;
				}
			}
		});
		try
		{
			Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_25 = __this->____interpreter;
			InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = V_0;
			NullCheck(L_25);
			Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_25, L_26, NULL);
			goto IL_0056;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0056:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_27 = V_0;
		NullCheck(L_27);
		RuntimeObject* L_28;
		L_28 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_27, NULL);
		return L_28;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LightLambda_RunVoid_m5D52241346DDFDD8E6BCC30579BC43A6A1957D13 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_arguments, const RuntimeMethod* method) 
{
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
		L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
		V_0 = L_0;
		V_2 = 0;
		goto IL_001a;
	}

IL_000b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
		NullCheck(L_1);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1->___Data;
		int32_t L_3 = V_2;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___0_arguments;
		int32_t L_5 = V_2;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_7);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_7);
		int32_t L_8 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
	}

IL_001a:
	{
		int32_t L_9 = V_2;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___0_arguments;
		NullCheck(L_10);
		if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
		{
			goto IL_000b;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = V_0;
		NullCheck(L_11);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12;
		L_12 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_11, NULL);
		V_1 = L_12;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0035:
			{
				{
					V_3 = 0;
					goto IL_0048;
				}

IL_0039:
				{
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___0_arguments;
					int32_t L_14 = V_3;
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_15 = V_0;
					NullCheck(L_15);
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15->___Data;
					int32_t L_17 = V_3;
					NullCheck(L_16);
					int32_t L_18 = L_17;
					RuntimeObject* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
					NullCheck(L_13);
					ArrayElementTypeCheck (L_13, L_19);
					(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject*)L_19);
					int32_t L_20 = V_3;
					V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1));
				}

IL_0048:
				{
					int32_t L_21 = V_3;
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = ___0_arguments;
					NullCheck(L_22);
					if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
					{
						goto IL_0039;
					}
				}
				{
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_23 = V_0;
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_24 = V_1;
					NullCheck(L_23);
					InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_23, L_24, NULL);
					return;
				}
			}
		});
		try
		{
			Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_25 = __this->____interpreter;
			InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = V_0;
			NullCheck(L_25);
			Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_25, L_26, NULL);
			goto IL_0056;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0056:
	{
		return NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__cctor_m7C7A0ED5D847C0C184EA551FA9916D00DFB0E535 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_0 = (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*)il2cpp_codegen_object_new(CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var);
		CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81(L_0, ((int32_t)100), CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var);
		((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
		s_Il2CppMethodInitialized = true;
	}
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_0, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
		__this->____tryStart = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____tryStart), (void*)L_0);
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_1 = (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*)il2cpp_codegen_object_new(Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4(L_1, Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var);
		__this->____handlerEnter = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____handlerEnter), (void*)L_1);
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_2, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
		__this->____handlerExit = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____handlerExit), (void*)L_2);
		__this->____indent = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____indent), (void*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_3 = ___0_interpreter;
		__this->____interpreter = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____interpreter), (void*)L_3);
		DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C);
		s_Il2CppMethodInitialized = true;
	}
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_0 = NULL;
	int32_t V_1 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_2 = NULL;
	EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* V_3 = NULL;
	EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* V_4 = NULL;
	TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* V_5 = NULL;
	ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* V_6 = NULL;
	int32_t V_7 = 0;
	ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* V_8 = NULL;
	ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* V_9 = NULL;
	TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* V_10 = NULL;
	{
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter;
		NullCheck(L_0);
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_1;
		L_1 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_0, NULL);
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_2 = L_1.___Instructions;
		V_0 = L_2;
		V_1 = 0;
		goto IL_015a;
	}

IL_0018:
	{
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = V_0;
		int32_t L_4 = V_1;
		NullCheck(L_3);
		int32_t L_5 = L_4;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		V_2 = L_6;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = V_2;
		V_3 = ((EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880*)IsInstSealed((RuntimeObject*)L_7, EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var));
		EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_8 = V_3;
		if (!L_8)
		{
			goto IL_0101;
		}
	}
	{
		EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_9 = V_3;
		NullCheck(L_9);
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_10;
		L_10 = EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline(L_9, NULL);
		V_5 = L_10;
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_11 = V_5;
		NullCheck(L_11);
		int32_t L_12 = L_11->___TryStartIndex;
		DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478(__this, L_12, NULL);
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_13 = V_5;
		NullCheck(L_13);
		int32_t L_14 = L_13->___TryEndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, ((int32_t)il2cpp_codegen_add(L_14, 1)), NULL);
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_15 = V_5;
		NullCheck(L_15);
		bool L_16;
		L_16 = TryCatchFinallyHandler_get_IsFinallyBlockExist_m9F2C95498ACA07A0F7FCB0B836C6954C0FC22BA6(L_15, NULL);
		if (!L_16)
		{
			goto IL_007a;
		}
	}
	{
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_17 = __this->____handlerEnter;
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_18 = V_5;
		NullCheck(L_18);
		int32_t L_19 = L_18->___FinallyStartIndex;
		NullCheck(L_17);
		Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_17, L_19, _stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_20 = V_5;
		NullCheck(L_20);
		int32_t L_21 = L_20->___FinallyEndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_21, NULL);
	}

IL_007a:
	{
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_22 = V_5;
		NullCheck(L_22);
		bool L_23;
		L_23 = TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71(L_22, NULL);
		if (!L_23)
		{
			goto IL_0101;
		}
	}
	{
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_24 = V_5;
		NullCheck(L_24);
		ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_25;
		L_25 = TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline(L_24, NULL);
		V_6 = L_25;
		V_7 = 0;
		goto IL_00f9;
	}

IL_0091:
	{
		ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_26 = V_6;
		int32_t L_27 = V_7;
		NullCheck(L_26);
		int32_t L_28 = L_27;
		ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		V_8 = L_29;
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_30 = __this->____handlerEnter;
		ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_31 = V_8;
		NullCheck(L_31);
		int32_t L_32 = L_31->___HandlerStartIndex;
		ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_33 = V_8;
		NullCheck(L_33);
		String_t* L_34;
		L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_33);
		NullCheck(L_30);
		Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_30, ((int32_t)il2cpp_codegen_subtract(L_32, 1)), L_34, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
		ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_35 = V_8;
		NullCheck(L_35);
		int32_t L_36 = L_35->___HandlerEndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_36, NULL);
		ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_37 = V_8;
		NullCheck(L_37);
		ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_38 = L_37->___Filter;
		V_9 = L_38;
		ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_39 = V_9;
		if (!L_39)
		{
			goto IL_00f3;
		}
	}
	{
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_40 = __this->____handlerEnter;
		ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_41 = V_9;
		NullCheck(L_41);
		int32_t L_42 = L_41->___StartIndex;
		NullCheck(L_40);
		Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_40, ((int32_t)il2cpp_codegen_subtract(L_42, 1)), _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
		ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_43 = V_9;
		NullCheck(L_43);
		int32_t L_44 = L_43->___EndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_44, NULL);
	}

IL_00f3:
	{
		int32_t L_45 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add(L_45, 1));
	}

IL_00f9:
	{
		int32_t L_46 = V_7;
		ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_47 = V_6;
		NullCheck(L_47);
		if ((((int32_t)L_46) < ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))
		{
			goto IL_0091;
		}
	}

IL_0101:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_48 = V_2;
		V_4 = ((EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36*)IsInstSealed((RuntimeObject*)L_48, EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var));
		EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_49 = V_4;
		if (!L_49)
		{
			goto IL_0156;
		}
	}
	{
		EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_50 = V_4;
		NullCheck(L_50);
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_51;
		L_51 = EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline(L_50, NULL);
		V_10 = L_51;
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_52 = V_10;
		NullCheck(L_52);
		int32_t L_53 = L_52->___TryStartIndex;
		DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478(__this, L_53, NULL);
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_54 = V_10;
		NullCheck(L_54);
		int32_t L_55 = L_54->___TryEndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, ((int32_t)il2cpp_codegen_add(L_55, 1)), NULL);
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_56 = __this->____handlerEnter;
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_57 = V_10;
		NullCheck(L_57);
		int32_t L_58 = L_57->___FinallyStartIndex;
		NullCheck(L_56);
		Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_56, L_58, _stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_59 = V_10;
		NullCheck(L_59);
		int32_t L_60 = L_59->___FinallyEndIndex;
		DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_60, NULL);
	}

IL_0156:
	{
		int32_t L_61 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_61, 1));
	}

IL_015a:
	{
		int32_t L_62 = V_1;
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_63 = V_0;
		NullCheck(L_63);
		if ((((int32_t)L_62) < ((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))))
		{
			goto IL_0018;
		}
	}
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____tryStart;
		int32_t L_1 = ___0_index;
		NullCheck(L_0);
		bool L_2;
		L_2 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_3 = __this->____tryStart;
		int32_t L_4 = ___0_index;
		NullCheck(L_3);
		Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C(L_3, L_4, 1, Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var);
		return;
	}

IL_001e:
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_5 = __this->____tryStart;
		int32_t L_6 = ___0_index;
		int32_t L_7 = V_0;
		NullCheck(L_5);
		Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_5, L_6, ((int32_t)il2cpp_codegen_add(L_7, 1)), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t G_B2_0 = 0;
	Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B2_1 = NULL;
	int32_t G_B1_0 = 0;
	Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B1_1 = NULL;
	int32_t G_B3_0 = 0;
	int32_t G_B3_1 = 0;
	Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B3_2 = NULL;
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____handlerExit;
		int32_t L_1 = ___0_index;
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = __this->____handlerExit;
		int32_t L_3 = ___0_index;
		NullCheck(L_2);
		bool L_4;
		L_4 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		if (L_4)
		{
			G_B2_0 = L_1;
			G_B2_1 = L_0;
			goto IL_001a;
		}
		G_B1_0 = L_1;
		G_B1_1 = L_0;
	}
	{
		G_B3_0 = 1;
		G_B3_1 = G_B1_0;
		G_B3_2 = G_B1_1;
		goto IL_001d;
	}

IL_001a:
	{
		int32_t L_5 = V_0;
		G_B3_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
		G_B3_1 = G_B2_0;
		G_B3_2 = G_B2_1;
	}

IL_001d:
	{
		NullCheck(G_B3_2);
		Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(G_B3_2, G_B3_1, G_B3_0, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->____indent;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		String_t* L_2;
		L_2 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)32), ((int32_t)il2cpp_codegen_add(L_1, 2)), NULL);
		__this->____indent = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____indent), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->____indent;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		String_t* L_2;
		L_2 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)32), ((int32_t)il2cpp_codegen_subtract(L_1, 2)), NULL);
		__this->____indent = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____indent), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewPrinter_ToString_mA979185CE75B2D00188C4DB0AC0B25B0CC14B464 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E995B45105BBEE59E72575606449E96C964823C);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t* V_0 = NULL;
	String_t* V_1 = NULL;
	InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_2 = NULL;
	InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D V_7;
	memset((&V_7), 0, sizeof(V_7));
	int32_t V_8 = 0;
	String_t* G_B2_0 = NULL;
	String_t* G_B1_0 = NULL;
	{
		StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
		V_0 = L_0;
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1 = __this->____interpreter;
		NullCheck(L_1);
		String_t* L_2;
		L_2 = Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline(L_1, NULL);
		String_t* L_3 = L_2;
		if (L_3)
		{
			G_B2_0 = L_3;
			goto IL_001a;
		}
		G_B1_0 = L_3;
	}
	{
		G_B2_0 = _stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7;
	}

IL_001a:
	{
		V_1 = G_B2_0;
		StringBuilder_t* L_4 = V_0;
		NullCheck(L_4);
		StringBuilder_t* L_5;
		L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_4, _stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091, NULL);
		String_t* L_6 = V_1;
		NullCheck(L_5);
		StringBuilder_t* L_7;
		L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_5, L_6, NULL);
		NullCheck(L_7);
		StringBuilder_t* L_8;
		L_8 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_7, _stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F, NULL);
		StringBuilder_t* L_9 = V_0;
		NullCheck(L_9);
		StringBuilder_t* L_10;
		L_10 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_9, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
		StringBuilder_t* L_11 = V_0;
		NullCheck(L_11);
		StringBuilder_t* L_12;
		L_12 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, _stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_13 = __this->____interpreter;
		NullCheck(L_13);
		int32_t L_14;
		L_14 = Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline(L_13, NULL);
		NullCheck(L_12);
		StringBuilder_t* L_15;
		L_15 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_12, L_14, NULL);
		NullCheck(L_15);
		StringBuilder_t* L_16;
		L_16 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_15, NULL);
		StringBuilder_t* L_17 = V_0;
		NullCheck(L_17);
		StringBuilder_t* L_18;
		L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, _stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_19 = __this->____interpreter;
		NullCheck(L_19);
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_20;
		L_20 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_19, NULL);
		int32_t L_21 = L_20.___MaxStackDepth;
		NullCheck(L_18);
		StringBuilder_t* L_22;
		L_22 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_18, L_21, NULL);
		NullCheck(L_22);
		StringBuilder_t* L_23;
		L_23 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_22, NULL);
		StringBuilder_t* L_24 = V_0;
		NullCheck(L_24);
		StringBuilder_t* L_25;
		L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, _stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_26 = __this->____interpreter;
		NullCheck(L_26);
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_27;
		L_27 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_26, NULL);
		int32_t L_28 = L_27.___MaxContinuationDepth;
		NullCheck(L_25);
		StringBuilder_t* L_29;
		L_29 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_25, L_28, NULL);
		NullCheck(L_29);
		StringBuilder_t* L_30;
		L_30 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_29, NULL);
		StringBuilder_t* L_31 = V_0;
		NullCheck(L_31);
		StringBuilder_t* L_32;
		L_32 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_31, NULL);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_33 = __this->____interpreter;
		NullCheck(L_33);
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_34;
		L_34 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_33, NULL);
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_35 = L_34.___Instructions;
		V_2 = L_35;
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_36 = __this->____interpreter;
		NullCheck(L_36);
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_37;
		L_37 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_36, NULL);
		DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* L_38 = (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA*)il2cpp_codegen_object_new(DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var);
		DebugView__ctor_mA81296BB07D54D2E5253285152CB61A2138109F8(L_38, L_37, NULL);
		NullCheck(L_38);
		InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_39;
		L_39 = DebugView_GetInstructionViews_m6501F6DB57C92302C088D8D5F841D8F5A75DF360(L_38, (bool)0, NULL);
		V_3 = L_39;
		V_4 = 0;
		goto IL_01ca;
	}

IL_00e7:
	{
		StringBuilder_t* L_40 = V_0;
		int32_t L_41 = V_4;
		DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D(__this, L_40, L_41, NULL);
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_42 = __this->____tryStart;
		int32_t L_43 = V_4;
		NullCheck(L_42);
		bool L_44;
		L_44 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_42, L_43, (&V_5), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		if (!L_44)
		{
			goto IL_0146;
		}
	}
	{
		V_8 = 0;
		goto IL_0140;
	}

IL_0106:
	{
		StringBuilder_t* L_45 = V_0;
		String_t* L_46 = __this->____indent;
		NullCheck(L_45);
		StringBuilder_t* L_47;
		L_47 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_45, L_46, NULL);
		NullCheck(L_47);
		StringBuilder_t* L_48;
		L_48 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_47, _stringLiteral2E995B45105BBEE59E72575606449E96C964823C, NULL);
		StringBuilder_t* L_49 = V_0;
		String_t* L_50 = __this->____indent;
		NullCheck(L_49);
		StringBuilder_t* L_51;
		L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, L_50, NULL);
		NullCheck(L_51);
		StringBuilder_t* L_52;
		L_52 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_51, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
		DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB(__this, NULL);
		int32_t L_53 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add(L_53, 1));
	}

IL_0140:
	{
		int32_t L_54 = V_8;
		int32_t L_55 = V_5;
		if ((((int32_t)L_54) < ((int32_t)L_55)))
		{
			goto IL_0106;
		}
	}

IL_0146:
	{
		Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_56 = __this->____handlerEnter;
		int32_t L_57 = V_4;
		NullCheck(L_56);
		bool L_58;
		L_58 = Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C(L_56, L_57, (&V_6), Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var);
		if (!L_58)
		{
			goto IL_0188;
		}
	}
	{
		StringBuilder_t* L_59 = V_0;
		String_t* L_60 = __this->____indent;
		NullCheck(L_59);
		StringBuilder_t* L_61;
		L_61 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_59, L_60, NULL);
		String_t* L_62 = V_6;
		NullCheck(L_61);
		StringBuilder_t* L_63;
		L_63 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_61, L_62, NULL);
		StringBuilder_t* L_64 = V_0;
		String_t* L_65 = __this->____indent;
		NullCheck(L_64);
		StringBuilder_t* L_66;
		L_66 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_64, L_65, NULL);
		NullCheck(L_66);
		StringBuilder_t* L_67;
		L_67 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_66, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
		DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB(__this, NULL);
	}

IL_0188:
	{
		InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_68 = V_3;
		int32_t L_69 = V_4;
		NullCheck(L_68);
		int32_t L_70 = L_69;
		InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
		V_7 = L_71;
		StringBuilder_t* L_72 = V_0;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_73;
		L_73 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_74 = __this->____indent;
		String_t* L_75;
		L_75 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
		NullCheck(L_75);
		String_t* L_76;
		L_76 = String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F(L_75, 4, ((int32_t)48), NULL);
		String_t* L_77;
		L_77 = InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline((&V_7), NULL);
		NullCheck(L_72);
		StringBuilder_t* L_78;
		L_78 = StringBuilder_AppendFormat_m5638E9608118C6416DB9B288DDEC2F3F7521B900(L_72, L_73, _stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860, L_74, L_76, L_77, NULL);
		NullCheck(L_78);
		StringBuilder_t* L_79;
		L_79 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_78, NULL);
		int32_t L_80 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_80, 1));
	}

IL_01ca:
	{
		int32_t L_81 = V_4;
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_82 = V_2;
		NullCheck(L_82);
		if ((((int32_t)L_81) < ((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))
		{
			goto IL_00e7;
		}
	}
	{
		StringBuilder_t* L_83 = V_0;
		InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_84 = V_2;
		NullCheck(L_84);
		DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D(__this, L_83, ((int32_t)(((RuntimeArray*)L_84)->max_length)), NULL);
		StringBuilder_t* L_85 = V_0;
		NullCheck(L_85);
		StringBuilder_t* L_86;
		L_86 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_85, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
		StringBuilder_t* L_87 = V_0;
		NullCheck(L_87);
		String_t* L_88;
		L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_87);
		return L_88;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, StringBuilder_t* ___0_sb, int32_t ___1_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____handlerExit;
		int32_t L_1 = ___1_index;
		NullCheck(L_0);
		bool L_2;
		L_2 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_0039;
		}
	}
	{
		V_1 = 0;
		goto IL_0035;
	}

IL_0014:
	{
		DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36(__this, NULL);
		StringBuilder_t* L_3 = ___0_sb;
		String_t* L_4 = __this->____indent;
		NullCheck(L_3);
		StringBuilder_t* L_5;
		L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL);
		NullCheck(L_5);
		StringBuilder_t* L_6;
		L_6 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_5, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
		int32_t L_7 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
	}

IL_0035:
	{
		int32_t L_8 = V_1;
		int32_t L_9 = V_0;
		if ((((int32_t)L_8) < ((int32_t)L_9)))
		{
			goto IL_0014;
		}
	}

IL_0039:
	{
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1 (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___0_lambda, const RuntimeMethod* method) 
{
	{
		MethodInfo_t* L_0 = __this->___targetMethod;
		Type_t* L_1 = __this->___delegateType;
		LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_2 = ___0_lambda;
		NullCheck(L_0);
		Delegate_t* L_3;
		L_3 = VirtualFuncInvoker2< Delegate_t*, Type_t*, RuntimeObject* >::Invoke(46, L_0, L_1, L_2);
		return L_3;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		int32_t L_0 = ___0_index;
		__this->____index = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalAccessInstruction_ToDebugString_m1A5B7D59CD9FA659809E6862C7BB01A5E8833BC8 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___0_instructionIndex, RuntimeObject* ___1_cookie, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___2_labelIndexer, RuntimeObject* ___3_objects, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_1 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL;
	int32_t G_B2_0 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_1 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL;
	String_t* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_2 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_3 = NULL;
	{
		RuntimeObject* L_0 = ___1_cookie;
		if (!L_0)
		{
			goto IL_004d;
		}
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9, __this);
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
		RuntimeObject* L_6 = ___1_cookie;
		if (L_6)
		{
			G_B3_0 = 2;
			G_B3_1 = L_5;
			G_B3_2 = L_5;
			goto IL_0022;
		}
		G_B2_0 = 2;
		G_B2_1 = L_5;
		G_B2_2 = L_5;
	}
	{
		G_B4_0 = ((String_t*)(NULL));
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		G_B4_3 = G_B2_2;
		goto IL_0028;
	}

IL_0022:
	{
		RuntimeObject* L_7 = ___1_cookie;
		NullCheck(L_7);
		String_t* L_8;
		L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_7);
		G_B4_0 = L_8;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
		G_B4_3 = G_B3_2;
	}

IL_0028:
	{
		NullCheck(G_B4_2);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (String_t*)G_B4_0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = G_B4_3;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
		int32_t* L_11 = (int32_t*)(&__this->____index);
		String_t* L_12;
		L_12 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_11, NULL);
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_12);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_10;
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		String_t* L_14;
		L_14 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_13, NULL);
		return L_14;
	}

IL_004d:
	{
		String_t* L_15;
		L_15 = VirtualFuncInvoker0< String_t* >::Invoke(9, __this);
		int32_t* L_16 = (int32_t*)(&__this->____index);
		String_t* L_17;
		L_17 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_16, NULL);
		String_t* L_18;
		L_18 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_15, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_17, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
		return L_18;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalInstruction__ctor_m911B0D5FD7645DF7A7C7439243E0137CB1345752 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalInstruction_get_ProducedStack_m00119C96DFF7EBB1F2A226B241AEFF598926623D (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalInstruction_get_InstructionName_mEDB70EF8A2BE09D45ED008B854EAB109B7BCE0C7 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalInstruction_Run_m6026AD1AFAE9C8DEC7B670C92FE8CC3881A5E449 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
		NullCheck(L_3);
		int32_t L_4 = L_3->___StackIndex;
		V_0 = L_4;
		int32_t L_5 = V_0;
		NullCheck(L_3);
		L_3->___StackIndex = ((int32_t)il2cpp_codegen_add(L_5, 1));
		int32_t L_6 = V_0;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		NullCheck(L_7);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7->___Data;
		int32_t L_9 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		RuntimeObject* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_11);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_11);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LoadLocalInstruction_BoxIfIndexMatches_mB3BDF0AF3A4D67C0A24B21B906B587EF10A30F1C (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
		L_3 = InstructionList_LoadLocalBoxed_m8B4E6E6B312DA83E0C04F337069591646C09FA3D(L_2, NULL);
		return L_3;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalBoxedInstruction__ctor_m4FE4FCC55A93CE3D078BF0E8633EE5CF108A0F6A (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalBoxedInstruction_get_ProducedStack_mAE7F56B3C7C5B4A5252E953E8C31F812F773BFC1 (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalBoxedInstruction_get_InstructionName_m418761BF65D8FE603748A74B99517D01E7B6E87A (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalBoxedInstruction_Run_m4FA46BDD878F44BEB2FE4628BD094D0092519EA2 (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
		NullCheck(L_8);
		int32_t L_9 = L_8->___StackIndex;
		V_1 = L_9;
		int32_t L_10 = V_1;
		NullCheck(L_8);
		L_8->___StackIndex = ((int32_t)il2cpp_codegen_add(L_10, 1));
		int32_t L_11 = V_1;
		RuntimeObject* L_12 = V_0;
		NullCheck(L_12);
		RuntimeObject* L_13;
		L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_12);
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_13);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_13);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureInstruction__ctor_mE406188F44786EB3DA3FE54C98B8CB5C3C7A2C3A (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureInstruction_get_ProducedStack_m33AE7FC6951DB57AE139BAD600494E2CB7CA85BB (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalFromClosureInstruction_get_InstructionName_mA6C35BE556517CD85706E4C65688A99658EE8C29 (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureInstruction_Run_m3B4B22D4B247106491163F47B95BC1276357970B (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_0 = L_4;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
		NullCheck(L_8);
		int32_t L_9 = L_8->___StackIndex;
		V_1 = L_9;
		int32_t L_10 = V_1;
		NullCheck(L_8);
		L_8->___StackIndex = ((int32_t)il2cpp_codegen_add(L_10, 1));
		int32_t L_11 = V_1;
		RuntimeObject* L_12 = V_0;
		NullCheck(L_12);
		RuntimeObject* L_13;
		L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_12);
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_13);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_13);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureBoxedInstruction__ctor_m15B7217195FFEF516D58C512D3DD3A25D2676853 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureBoxedInstruction_get_ProducedStack_mFDFAA3C4085A212CC0314A32B472907ED9E827DD (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalFromClosureBoxedInstruction_get_InstructionName_m504CB682271EE42C45A367C4FD4D2C2F2DF43010 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureBoxedInstruction_Run_m515D24572B2E030DB1B3D8F07F326B1B14BEB293 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_0 = L_4;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
		NullCheck(L_8);
		int32_t L_9 = L_8->___StackIndex;
		V_1 = L_9;
		int32_t L_10 = V_1;
		NullCheck(L_8);
		L_8->___StackIndex = ((int32_t)il2cpp_codegen_add(L_10, 1));
		int32_t L_11 = V_1;
		RuntimeObject* L_12 = V_0;
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_12);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_12);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalInstruction__ctor_mCD8BAACCF817A0A3481433F02A0610913BEC8BEC (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_get_ConsumedStack_m3994B6BF00F2D3A7384B6363D21453FC873D154F (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_get_ProducedStack_m46DAC6F5B7BB82A2A8D72E0E5D323FC4456374F6 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalInstruction_get_InstructionName_mF095C8AC08A3FF3FB3DEE5E8616FEC6ADCDD9585 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_Run_mD855942BE825F2C6137E730575C8E09C87282AE1 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		RuntimeObject* L_4;
		L_4 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_3, NULL);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_4);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AssignLocalInstruction_BoxIfIndexMatches_mD9E7F126ACA98ECE719E7D089C8765FE20BB7875 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
		L_3 = InstructionList_AssignLocalBoxed_m1977B401CBE6CDA546C53F6BDFE3221725F11E0F(L_2, NULL);
		return L_3;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalInstruction__ctor_mFB1696B6803B1C9EAF3EF60B4B02AB1916612EAC (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalInstruction_get_ConsumedStack_m5121CE9D246F84CC332477E5FE3475264D4D27A4 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StoreLocalInstruction_get_InstructionName_mF7EFB2A63A1D467EAD310C102C4A2A57D64A8EBD (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalInstruction_Run_m7493C5FFB2AD645439C658F01B82A77E481B6491 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		RuntimeObject* L_4;
		L_4 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_3, NULL);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_4);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* StoreLocalInstruction_BoxIfIndexMatches_m44265C04A495B8D93F996EF094120D5A21A97717 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
		L_3 = InstructionList_StoreLocalBoxed_m4B10F1EBCD84F5346C260E13E8F9A77928E998CD(L_2, NULL);
		return L_3;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalBoxedInstruction__ctor_m0093E7D8D0FD4AA37D8311A03C19C5D6E709193D (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_get_ConsumedStack_mA83D27A2261FA53860DF490121841DC84A83355E (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_get_ProducedStack_m14E306B42C3767DC3E91FBEFAC1DDEA4F69EB13C (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalBoxedInstruction_get_InstructionName_mD7C7451D96F6684FB1B175E1273DF117A2408F87 (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C2F963B388917A19D8145D115C26D54868060F4);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral8C2F963B388917A19D8145D115C26D54868060F4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_Run_m96A18F1C96F603E54321119CA81F33B3E5B6C4A0 (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		RuntimeObject* L_6;
		L_6 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_5, NULL);
		NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_6);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalBoxedInstruction__ctor_m838753D19C40831A558A3E0171666BAB2E9D74FA (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalBoxedInstruction_get_ConsumedStack_mE9AE23A48A893A6FB38340A7DA4F3903997460F7 (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StoreLocalBoxedInstruction_get_InstructionName_m404F4057780DE64B04D50E2A4CE6325A7D5DABD9 (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalBoxedInstruction_Run_mD14FF3A4C39264D7EDBCBCF1286F1E33F67F3E7D (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
		NullCheck(L_8);
		int32_t L_9 = L_8->___StackIndex;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
		int32_t L_10 = V_0;
		NullCheck(L_8);
		L_8->___StackIndex = L_10;
		int32_t L_11 = V_0;
		NullCheck(L_6);
		int32_t L_12 = L_11;
		RuntimeObject* L_13 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_13);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalToClosureInstruction__ctor_m73C361962002F96922134EA2743854D5EB734F4B (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_get_ConsumedStack_m11B10B02CA3827993C9F1074F92C4F5C2C99C5E8 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_get_ProducedStack_mF14E17CE13120266044ECFAFE6FC9D2CDE5C4E37 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalToClosureInstruction_get_InstructionName_m7E2E76EFFB84609E9F2B440403556FC37C8AC7A5 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_Run_m9C91B1F533F8F7616A4D836E76FCF1E4D1CE5805 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		RuntimeObject* L_6;
		L_6 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_5, NULL);
		NullCheck(L_4);
		InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_4, L_6);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_get_ConsumedStack_m44DE668E227EFB11BF12706DF6A69F38CF903213 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_get_ProducedStack_m0B3EFCA1ABDA8A50ED59C5D958599B1A8F8B8DEE (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTypeCopyInstruction_get_InstructionName_m525D0819CCF43F00A8F74FF08E95D89F7A4AE139 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EFA5B9C73817CE384778200949F10B95237802B);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral8EFA5B9C73817CE384778200949F10B95237802B;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_Run_m5035A30C0A6CCA68A6DF98B6E756079BF4C0BC23 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	RuntimeObject* G_B3_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		RuntimeObject* L_3 = V_0;
		if (!L_3)
		{
			G_B2_0 = L_2;
			goto IL_0013;
		}
		G_B1_0 = L_2;
	}
	{
		RuntimeObject* L_4 = V_0;
		RuntimeObject* L_5;
		L_5 = RuntimeHelpers_GetObjectValue_m34870B9E4B0799550543B2639A892A62A5C4208E(L_4, NULL);
		G_B3_0 = L_5;
		G_B3_1 = G_B1_0;
		goto IL_0014;
	}

IL_0013:
	{
		RuntimeObject* L_6 = V_0;
		G_B3_0 = L_6;
		G_B3_1 = G_B2_0;
	}

IL_0014:
	{
		NullCheck(G_B3_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__cctor_mC0622E7CBDA506B52BC6BE99A34386125F52DE68 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* L_0 = (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87*)il2cpp_codegen_object_new(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var);
		ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D(L_0, NULL);
		((ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields*)il2cpp_codegen_static_fields_for(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var))->___Instruction = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields*)il2cpp_codegen_static_fields_for(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var))->___Instruction), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0 (InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reference__ctor_m791C829F205B738F2B3A7CE22E104E32C9E1A0F2 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reference_Run_mA720D9D2FD7AC0B412EF9B4C5E1C31FBF161468A (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, NULL);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* Reference_BoxIfIndexMatches_m81DFF9BCDA9283BE61EBAC59A9448BD8C1262D68 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
		L_3 = InstructionList_InitImmutableRefBox_m09FD0CD26DA8ECB553402476FCAE02449196724E(L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Reference_get_InstructionName_mBC02CEAEE9B0C18D3C95C634F46E31C70B5D6799 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void ImmutableValue__ctor_m17DBE63F6DBAFC2994DA3F6C5CF2E89EF2597E29 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, int32_t ___0_index, RuntimeObject* ___1_defaultValue, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		RuntimeObject* L_1 = ___1_defaultValue;
		__this->____defaultValue = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableValue_Run_m3BBF06ED768BC46430B79A7FC3F7CC871070F613 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		RuntimeObject* L_3 = __this->____defaultValue;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_3);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_3);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ImmutableValue_BoxIfIndexMatches_m9CAE53B3B3A064BD9214E8C2FA14A9D990773810 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		RuntimeObject* L_3 = __this->____defaultValue;
		ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* L_4 = (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072*)il2cpp_codegen_object_new(ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var);
		ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795(L_4, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableValue_get_InstructionName_m552E42CBC90126EA531D37DDFB60453784F74229 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, int32_t ___0_index, RuntimeObject* ___1_defaultValue, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		RuntimeObject* L_1 = ___1_defaultValue;
		__this->____defaultValue = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableBox_Run_mA0CC19E213AE4F1CCC344A1B02E91898166DC4E8 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		RuntimeObject* L_3 = __this->____defaultValue;
		StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_4 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_4, L_3, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_4);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableBox_get_InstructionName_m072C2C4F9CC687A52EF3196F19B2D1EA13E3E6F4 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void ImmutableRefBox__ctor_m5E436B23D0DFE1090B9D1DA45D8BB33E48E85876 (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableRefBox_Run_m22C7852CB2D6B71D2952300B841C9BA0DB51B3C8 (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_3 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374(L_3, StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_3);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_3);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableRefBox_get_InstructionName_m1E1283EE65182DC4930024200E69B9E5996B47AC (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void ParameterBox__ctor_m8BA161D817B7B43C3164FF72678627C15F864516 (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterBox_Run_m24DDDD1AC597B5FC8681F26F0B8E423E979970BD (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3->___Data;
		int32_t L_5 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_8 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_8, L_7, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_8);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_8);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterBox_get_InstructionName_m481088C9F60126DDFC70B19DACFE928311E51384 (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void Parameter__ctor_mBBF4CD3784D4527FB282CDE88FB44884739A56C5 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parameter_Run_m35CE8295A1B1179FC59FD7BE23691E1DABC2A571 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* Parameter_BoxIfIndexMatches_mFED7CFC912D78CB8F5BA5A8E077CF7C8783004E4 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
		{
			goto IL_0010;
		}
	}
	{
		int32_t L_2 = ___0_index;
		il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
		L_3 = InstructionList_ParameterBox_m0567C6DDD0A776F91B45E797C2E7A86C56E70049(L_2, NULL);
		return L_3;
	}

IL_0010:
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parameter_get_InstructionName_mED5AA448621A8EDF47A7C4750F7E42EEE5D85363 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void MutableValue__ctor_m80B0C3F2CEDCC0856F5FDCC0D801C174914C73F0 (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		Type_t* L_1 = ___1_type;
		__this->____type = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	try
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		Type_t* L_3 = __this->____type;
		RuntimeObject* L_4;
		L_4 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_3, NULL);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_4);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
		goto IL_0025;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_001a;
		}
		throw e;
	}

CATCH_001a:
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_5 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
		ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_5, NULL);
		Exception_t* L_6;
		L_6 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC_RuntimeMethod_var)));
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MutableValue_BoxIfIndexMatches_mEE577D2EBD1C1354F78D187344793F95210DBAF1 (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_000b;
		}
	}
	{
		return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
	}

IL_000b:
	{
		int32_t L_2 = ___0_index;
		Type_t* L_3 = __this->____type;
		MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* L_4 = (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297*)il2cpp_codegen_object_new(MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var);
		MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39(L_4, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MutableValue_get_InstructionName_m7BFF3E9F11460F4E677B946CA04EE0B06B713A5B (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_index;
		InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
		Type_t* L_1 = ___1_type;
		__this->____type = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	try
	{
		Type_t* L_0 = __this->____type;
		RuntimeObject* L_1;
		L_1 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_0, NULL);
		V_0 = L_1;
		goto IL_0019;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_000e;
		}
		throw e;
	}

CATCH_000e:
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_2 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
		ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_2, NULL);
		Exception_t* L_3;
		L_3 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E_RuntimeMethod_var)));
	}

IL_0019:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		NullCheck(L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4->___Data;
		int32_t L_6 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index;
		RuntimeObject* L_7 = V_0;
		StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_8 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
		StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_8, L_7, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_8);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_8);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MutableBox_get_InstructionName_m640B48E6F1811FC6F134681C77C929D924CD26B5 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void RuntimeVariablesInstruction__ctor_mCEC2FCCFFAEE3FE5CA1719B9BFBEBDC26EB67716 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, int32_t ___0_count, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		int32_t L_0 = ___0_count;
		__this->____count = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_get_ProducedStack_mF66A71357236AC7972D57629ED6151C28E702D66 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_get_ConsumedStack_m989C77525EAEDC1012885F38833E924B172BFF75 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____count;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeVariablesInstruction_get_InstructionName_m7DBD6E204D5A976605716521655998485A81DAC2 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_Run_mF5B899ECDAB3461274550A9672D7DED9914C697D (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->____count;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)SZArrayNew(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var, (uint32_t)L_0);
		V_0 = L_1;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_2 = V_0;
		NullCheck(L_2);
		V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_2)->max_length)), 1));
		goto IL_0026;
	}

IL_0014:
	{
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = V_0;
		int32_t L_4 = V_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		RuntimeObject* L_6;
		L_6 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_5, NULL);
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_6, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		int32_t L_7 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
	}

IL_0026:
	{
		int32_t L_8 = V_1;
		if ((((int32_t)L_8) >= ((int32_t)0)))
		{
			goto IL_0014;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_10 = V_0;
		RuntimeObject* L_11;
		L_11 = RuntimeVariables_Create_m62057F30316C86D755AA63FA1735ED8852908541(L_10, NULL);
		NullCheck(L_9);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_11, NULL);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____flags;
		return (bool)((!(((uint32_t)((int32_t)(L_0&1))) <= ((uint32_t)0)))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		if (!L_0)
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_1 = __this->____flags;
		__this->____flags = ((int32_t)(L_1|1));
		return;
	}

IL_0012:
	{
		int32_t L_2 = __this->____flags;
		__this->____flags = ((int32_t)(L_2&((int32_t)-2)));
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____flags;
		return (bool)((!(((uint32_t)((int32_t)(L_0&2))) <= ((uint32_t)0)))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, int32_t ___0_index, bool ___1_closure, const RuntimeMethod* method) 
{
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B2_0 = NULL;
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B1_0 = NULL;
	int32_t G_B3_0 = 0;
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B3_1 = NULL;
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		int32_t L_0 = ___0_index;
		__this->___Index = L_0;
		bool L_1 = ___1_closure;
		if (L_1)
		{
			G_B2_0 = __this;
			goto IL_0014;
		}
		G_B1_0 = __this;
	}
	{
		G_B3_0 = 0;
		G_B3_1 = G_B1_0;
		goto IL_0015;
	}

IL_0014:
	{
		G_B3_0 = 2;
		G_B3_1 = G_B2_0;
	}

IL_0015:
	{
		NullCheck(G_B3_1);
		G_B3_1->____flags = G_B3_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalVariable_ToString_mF51151E121D415A9E713B2F0A16ABB6ADCFBB028 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* G_B2_0 = NULL;
	String_t* G_B2_1 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B2_2 = NULL;
	RuntimeObject* G_B1_0 = NULL;
	String_t* G_B1_1 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B1_2 = NULL;
	String_t* G_B3_0 = NULL;
	RuntimeObject* G_B3_1 = NULL;
	String_t* G_B3_2 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B3_3 = NULL;
	String_t* G_B5_0 = NULL;
	RuntimeObject* G_B5_1 = NULL;
	String_t* G_B5_2 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B5_3 = NULL;
	String_t* G_B4_0 = NULL;
	RuntimeObject* G_B4_1 = NULL;
	String_t* G_B4_2 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B4_3 = NULL;
	String_t* G_B6_0 = NULL;
	String_t* G_B6_1 = NULL;
	RuntimeObject* G_B6_2 = NULL;
	String_t* G_B6_3 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B6_4 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
		L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		int32_t L_1 = __this->___Index;
		int32_t L_2 = L_1;
		RuntimeObject* L_3 = Box(il2cpp_defaults.int32_class, &L_2);
		bool L_4;
		L_4 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(__this, NULL);
		if (L_4)
		{
			G_B2_0 = L_3;
			G_B2_1 = _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
			G_B2_2 = L_0;
			goto IL_0020;
		}
		G_B1_0 = L_3;
		G_B1_1 = _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
		G_B1_2 = L_0;
	}
	{
		G_B3_0 = ((String_t*)(NULL));
		G_B3_1 = G_B1_0;
		G_B3_2 = G_B1_1;
		G_B3_3 = G_B1_2;
		goto IL_0025;
	}

IL_0020:
	{
		G_B3_0 = _stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E;
		G_B3_1 = G_B2_0;
		G_B3_2 = G_B2_1;
		G_B3_3 = G_B2_2;
	}

IL_0025:
	{
		bool L_5;
		L_5 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(__this, NULL);
		if (L_5)
		{
			G_B5_0 = G_B3_0;
			G_B5_1 = G_B3_1;
			G_B5_2 = G_B3_2;
			G_B5_3 = G_B3_3;
			goto IL_0030;
		}
		G_B4_0 = G_B3_0;
		G_B4_1 = G_B3_1;
		G_B4_2 = G_B3_2;
		G_B4_3 = G_B3_3;
	}
	{
		G_B6_0 = ((String_t*)(NULL));
		G_B6_1 = G_B4_0;
		G_B6_2 = G_B4_1;
		G_B6_3 = G_B4_2;
		G_B6_4 = G_B4_3;
		goto IL_0035;
	}

IL_0030:
	{
		G_B6_0 = _stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149;
		G_B6_1 = G_B5_0;
		G_B6_2 = G_B5_1;
		G_B6_3 = G_B5_2;
		G_B6_4 = G_B5_3;
	}

IL_0035:
	{
		String_t* L_6;
		L_6 = String_Format_mF8E53122BE8F0F617357DFB75C3912D1242DE263(G_B6_4, G_B6_3, G_B6_2, G_B6_1, G_B6_0, NULL);
		return L_6;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___U3CParameterU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingFieldException, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke_back(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___U3CParameterU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingFieldException, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke_cleanup(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___U3CParameterU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingFieldException, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com_back(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___U3CParameterU3Ek__BackingFieldException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02____U3CParameterU3Ek__BackingField_FieldInfo_var, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingFieldException, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com_cleanup(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled)
{
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, int32_t ___0_localIndex, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___1_parameter, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_localIndex;
		__this->___U3CIndexU3Ek__BackingField = L_0;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___1_parameter;
		__this->___U3CParameterU3Ek__BackingField = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParameterU3Ek__BackingField), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C  void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_localIndex, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___1_parameter, const RuntimeMethod* method)
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
	LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4(_thisAdjusted, ___0_localIndex, ___1_parameter, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CIndexU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C  int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
	int32_t _returnValue;
	_returnValue = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) 
{
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CParameterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C  ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* _returnValue;
	_returnValue = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		RuntimeObject* L_0 = ___0_obj;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var)))
		{
			goto IL_0030;
		}
	}
	{
		RuntimeObject* L_1 = ___0_obj;
		V_0 = ((*(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)UnBox(L_1, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var)));
		int32_t L_2;
		L_2 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_0), NULL);
		int32_t L_3;
		L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(__this, NULL);
		if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
		{
			goto IL_002e;
		}
	}
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4;
		L_4 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&V_0), NULL);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
		L_5 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
		return (bool)((((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_4) == ((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_5))? 1 : 0);
	}

IL_002e:
	{
		return (bool)0;
	}

IL_0030:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
	bool _returnValue;
	_returnValue = LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE(_thisAdjusted, ___0_obj, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0;
		L_0 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
		if (L_0)
		{
			goto IL_000a;
		}
	}
	{
		return 0;
	}

IL_000a:
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
		L_1 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
		NullCheck(L_1);
		int32_t L_2;
		L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1);
		int32_t L_3;
		L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(__this, NULL);
		V_0 = L_3;
		int32_t L_4;
		L_4 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL);
		return ((int32_t)(L_2^L_4));
	}
}
IL2CPP_EXTERN_C  int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
	int32_t _returnValue;
	_returnValue = LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D(_thisAdjusted, method);
	return _returnValue;
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, int32_t ___1_start, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_1 = NULL;
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_2 = NULL;
	int32_t V_3 = 0;
	{
		int32_t L_0 = __this->____localCount;
		V_3 = L_0;
		int32_t L_1 = V_3;
		__this->____localCount = ((int32_t)il2cpp_codegen_add(L_1, 1));
		int32_t L_2 = V_3;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_3 = (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*)il2cpp_codegen_object_new(LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
		LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451(L_3, L_2, (bool)0, NULL);
		V_0 = L_3;
		int32_t L_4 = __this->____localCount;
		int32_t L_5 = __this->____maxLocalCount;
		il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		int32_t L_6;
		L_6 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_4, L_5, NULL);
		__this->____maxLocalCount = L_6;
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_7 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = ___0_variable;
		NullCheck(L_7);
		bool L_9;
		L_9 = HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3(L_7, L_8, (&V_1), HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
		if (!L_9)
		{
			goto IL_0069;
		}
	}
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_10 = V_0;
		int32_t L_11 = ___1_start;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_12 = V_1;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_13 = (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)il2cpp_codegen_object_new(VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
		VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA(L_13, L_10, L_11, L_12, NULL);
		V_2 = L_13;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_14 = V_1;
		NullCheck(L_14);
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_15 = L_14->___ChildScopes;
		if (L_15)
		{
			goto IL_005b;
		}
	}
	{
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_16 = V_1;
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_17 = (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*)il2cpp_codegen_object_new(List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var);
		List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68(L_17, List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var);
		NullCheck(L_16);
		L_16->___ChildScopes = L_17;
		Il2CppCodeGenWriteBarrier((void**)(&L_16->___ChildScopes), (void*)L_17);
	}

IL_005b:
	{
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_18 = V_1;
		NullCheck(L_18);
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_19 = L_18->___ChildScopes;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_20 = V_2;
		NullCheck(L_19);
		List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_inline(L_19, L_20, List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var);
		goto IL_0072;
	}

IL_0069:
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_21 = V_0;
		int32_t L_22 = ___1_start;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_23 = (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)il2cpp_codegen_object_new(VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
		VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA(L_23, L_21, L_22, (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)NULL, NULL);
		V_2 = L_23;
	}

IL_0072:
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_24 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_25 = ___0_variable;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_26 = V_2;
		NullCheck(L_24);
		HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB(L_24, L_25, L_26, HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_27 = V_0;
		NullCheck(L_27);
		int32_t L_28 = L_27->___Index;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_29 = ___0_variable;
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_30;
		memset((&L_30), 0, sizeof(L_30));
		LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4((&L_30), L_28, L_29, NULL);
		return L_30;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_definition, int32_t ___1_end, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
		L_1 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___0_definition), NULL);
		NullCheck(L_0);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2;
		L_2 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_0, L_1, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
		V_0 = L_2;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_3 = V_0;
		int32_t L_4 = ___1_end;
		NullCheck(L_3);
		L_3->___Stop = L_4;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_5 = V_0;
		NullCheck(L_5);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_6 = L_5->___Parent;
		if (!L_6)
		{
			goto IL_003c;
		}
	}
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_7 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8;
		L_8 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___0_definition), NULL);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_9 = V_0;
		NullCheck(L_9);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_10 = L_9->___Parent;
		NullCheck(L_7);
		HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB(L_7, L_8, L_10, HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
		goto IL_004e;
	}

IL_003c:
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_11 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12;
		L_12 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___0_definition), NULL);
		NullCheck(L_11);
		HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF(L_11, L_12, HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var);
	}

IL_004e:
	{
		int32_t L_13 = __this->____localCount;
		__this->____localCount = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_Box_m981B4EB32CC5A3A71AECDBCBF6BF7E620DD1C978 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___1_instructions, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_variable;
		NullCheck(L_0);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2;
		L_2 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_0, L_1, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
		V_0 = L_2;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_3 = V_0;
		NullCheck(L_3);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = L_3->___Variable;
		V_1 = L_4;
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_5 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___0_variable;
		NullCheck(L_5);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_7;
		L_7 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_5, L_6, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
		NullCheck(L_7);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_8 = L_7->___Variable;
		NullCheck(L_8);
		LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83(L_8, (bool)1, NULL);
		V_2 = 0;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_9 = V_0;
		NullCheck(L_9);
		int32_t L_10 = L_9->___Start;
		V_3 = L_10;
		goto IL_007b;
	}

IL_0036:
	{
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_11 = V_0;
		NullCheck(L_11);
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_12 = L_11->___ChildScopes;
		if (!L_12)
		{
			goto IL_006a;
		}
	}
	{
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_13 = V_0;
		NullCheck(L_13);
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_14 = L_13->___ChildScopes;
		int32_t L_15 = V_2;
		NullCheck(L_14);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_16;
		L_16 = List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36(L_14, L_15, List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
		NullCheck(L_16);
		int32_t L_17 = L_16->___Start;
		int32_t L_18 = V_3;
		if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
		{
			goto IL_006a;
		}
	}
	{
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_19 = V_0;
		NullCheck(L_19);
		List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_20 = L_19->___ChildScopes;
		int32_t L_21 = V_2;
		NullCheck(L_20);
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_22;
		L_22 = List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36(L_20, L_21, List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
		NullCheck(L_22);
		int32_t L_23 = L_22->___Stop;
		V_3 = L_23;
		int32_t L_24 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
		goto IL_0077;
	}

IL_006a:
	{
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = ___1_instructions;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_26 = V_1;
		NullCheck(L_26);
		int32_t L_27 = L_26->___Index;
		int32_t L_28 = V_3;
		NullCheck(L_25);
		InstructionList_SwitchToBoxed_mDA85EF479DA2E676A0502FDBFB86477A491ACED6(L_25, L_27, L_28, NULL);
	}

IL_0077:
	{
		int32_t L_29 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
	}

IL_007b:
	{
		int32_t L_30 = V_3;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_31 = V_0;
		NullCheck(L_31);
		int32_t L_32 = L_31->___Stop;
		if ((((int32_t)L_30) >= ((int32_t)L_32)))
		{
			goto IL_008d;
		}
	}
	{
		int32_t L_33 = V_3;
		InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_34 = ___1_instructions;
		NullCheck(L_34);
		int32_t L_35;
		L_35 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_34, NULL);
		if ((((int32_t)L_33) < ((int32_t)L_35)))
		{
			goto IL_0036;
		}
	}

IL_008d:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalVariables_get_LocalCount_mC9A02F9B3F67CA2E70D67C2F9CA4D449B0DF1E3E (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____maxLocalCount;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariables_TryGetLocalOrClosure_mA398A05F095B5C74BEFD27E62A3C91653A9163E4 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_var, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** ___1_local, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_var;
		NullCheck(L_0);
		bool L_2;
		L_2 = HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3(L_0, L_1, (&V_0), HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_001a;
		}
	}
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_3 = ___1_local;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_4 = V_0;
		NullCheck(L_4);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = L_4->___Variable;
		*((RuntimeObject**)L_3) = (RuntimeObject*)L_5;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_5);
		return (bool)1;
	}

IL_001a:
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_6 = __this->____closureVariables;
		if (!L_6)
		{
			goto IL_0033;
		}
	}
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_7 = __this->____closureVariables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = ___0_var;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_9 = ___1_local;
		NullCheck(L_7);
		bool L_10;
		L_10 = Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050(L_7, L_8, L_9, Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
		if (!L_10)
		{
			goto IL_0033;
		}
	}
	{
		return (bool)1;
	}

IL_0033:
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_11 = ___1_local;
		*((RuntimeObject**)L_11) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) 
{
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____closureVariables;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LocalVariables_AddClosureVariable_m55F936321CF2282F52BED8B8BA3054FC462883C6 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____closureVariables;
		if (L_0)
		{
			goto IL_0013;
		}
	}
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*)il2cpp_codegen_object_new(Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250(L_1, Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var);
		__this->____closureVariables = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____closureVariables), (void*)L_1);
	}

IL_0013:
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_2 = __this->____closureVariables;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F(L_2, Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*)il2cpp_codegen_object_new(LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
		LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451(L_4, L_3, (bool)1, NULL);
		V_0 = L_4;
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_5 = __this->____closureVariables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___0_variable;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_7 = V_0;
		NullCheck(L_5);
		Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3(L_5, L_6, L_7, Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_8 = V_0;
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables__ctor_m09363B0DA502E704BDE48E8C86377F6D7DC83184 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*)il2cpp_codegen_object_new(HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var);
		HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4(L_0, HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var);
		__this->____variables = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____variables), (void*)L_0);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___0_variable, int32_t ___1_start, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___2_parent, const RuntimeMethod* method) 
{
	{
		__this->___Stop = ((int32_t)2147483647LL);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_0 = ___0_variable;
		__this->___Variable = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Variable), (void*)L_0);
		int32_t L_1 = ___1_start;
		__this->___Start = L_1;
		VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2 = ___2_parent;
		__this->___Parent = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Parent), (void*)L_2);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInstruction_get_ConsumedStack_m0118A468BB97A63D3DEF21DA682D361B4B8EDB70 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInstruction_get_ProducedStack_m4CF0C01BD93A02BBA024250DB31911431B908F7F (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ModuloInstruction_get_InstructionName_m8312918EC9C13555654EB34861491C4E5D7B513A (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA75381A0B8CA6804FB35CDD02856768335585488);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralA75381A0B8CA6804FB35CDD02856768335585488;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ModuloInstruction_Create_m7837E9D261A8A72BB877E0653E755CF048AF346E (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_0039;
			}
			case 1:
			{
				goto IL_0078;
			}
			case 2:
			{
				goto IL_004e;
			}
			case 3:
			{
				goto IL_008d;
			}
			case 4:
			{
				goto IL_0063;
			}
			case 5:
			{
				goto IL_00a2;
			}
			case 6:
			{
				goto IL_00b7;
			}
			case 7:
			{
				goto IL_00cc;
			}
		}
	}
	{
		goto IL_00e1;
	}

IL_0039:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_004d;
		}
		G_B3_0 = L_5;
	}
	{
		ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* L_6 = (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33*)il2cpp_codegen_object_new(ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var);
		ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299(L_6, NULL);
		ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* L_7 = L_6;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_004d:
	{
		return G_B4_0;
	}

IL_004e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0062;
		}
		G_B6_0 = L_9;
	}
	{
		ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* L_10 = (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8*)il2cpp_codegen_object_new(ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var);
		ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E(L_10, NULL);
		ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* L_11 = L_10;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0062:
	{
		return G_B7_0;
	}

IL_0063:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0077;
		}
		G_B9_0 = L_13;
	}
	{
		ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* L_14 = (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C*)il2cpp_codegen_object_new(ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var);
		ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39(L_14, NULL);
		ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* L_15 = L_14;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0077:
	{
		return G_B10_0;
	}

IL_0078:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_008c;
		}
		G_B12_0 = L_17;
	}
	{
		ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* L_18 = (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7*)il2cpp_codegen_object_new(ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var);
		ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4(L_18, NULL);
		ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* L_19 = L_18;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_008c:
	{
		return G_B13_0;
	}

IL_008d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a1;
		}
		G_B15_0 = L_21;
	}
	{
		ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* L_22 = (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B*)il2cpp_codegen_object_new(ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var);
		ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D(L_22, NULL);
		ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* L_23 = L_22;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a1:
	{
		return G_B16_0;
	}

IL_00a2:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00b6;
		}
		G_B18_0 = L_25;
	}
	{
		ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* L_26 = (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676*)il2cpp_codegen_object_new(ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_il2cpp_TypeInfo_var);
		ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15(L_26, NULL);
		ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* L_27 = L_26;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00b6:
	{
		return G_B19_0;
	}

IL_00b7:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00cb;
		}
		G_B21_0 = L_29;
	}
	{
		ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* L_30 = (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679*)il2cpp_codegen_object_new(ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var);
		ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9(L_30, NULL);
		ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* L_31 = L_30;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00cb:
	{
		return G_B22_0;
	}

IL_00cc:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e0;
		}
		G_B24_0 = L_33;
	}
	{
		ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* L_34 = (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2*)il2cpp_codegen_object_new(ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var);
		ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3(L_34, NULL);
		ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* L_35 = L_34;
		((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e0:
	{
		return G_B25_0;
	}

IL_00e1:
	{
		Exception_t* L_36;
		L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ModuloInstruction_Create_m7837E9D261A8A72BB877E0653E755CF048AF346E_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt16_Run_mFDCB47822B804C99EC71736189216E45944E0C3A (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int16_t L_18 = ((int16_t)((int32_t)((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class)))%(int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299 (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt32_Run_m729C3CF68FEB93EF10B46218AD1087873624D32E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		RuntimeObject* L_18;
		L_18 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(((int32_t)(((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class)))%((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))))), NULL);
		G_B4_0 = L_18;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		L_19->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt64_Run_m8A0988AA5CEFF3EBD09A4A3465263D064E427105 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int64_t L_18 = ((int64_t)(((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class)))%((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt16_Run_m6216EA8B53ABCE31F2DBDDBA7ADB64A6A862BE4B (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class)))%(int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class)))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4 (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt32_Run_mB7F30A26906A62712F2B60BAB9610F14BFB39791 (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint32_t L_18 = ((uint32_t)((int32_t)((uint32_t)(int32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class)))%(uint32_t)(int32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint32_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt64_Run_mA21EE1BDA5860FEF80AE7209E3E6E24A23E2D244 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint64_t L_18 = ((uint64_t)((int64_t)((uint64_t)(int64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class)))%(uint64_t)(int64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloSingle_Run_mBAE65A3272CB99A073ABE524547E2521716027B8 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		float L_18 = (fmodf(((*(float*)UnBox(L_16, il2cpp_defaults.single_class))), ((*(float*)UnBox(L_17, il2cpp_defaults.single_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.single_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloDouble_Run_mC5393CC0984A67C3839DD9350F09BF059D3A9AF7 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		double L_18 = (fmod(((*(double*)UnBox(L_16, il2cpp_defaults.double_class))), ((*(double*)UnBox(L_17, il2cpp_defaults.double_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.double_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, const RuntimeMethod* method) 
{
	{
		ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInstruction_get_ConsumedStack_m7DF513250D6CDEDD8A3CB940191245578CCF78F7 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInstruction_get_ProducedStack_mE7E2FE9DBA1C92C403CC8C63DE3778D76FF9E975 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MulInstruction_get_InstructionName_mA909A0B538FD2C001ADFE47826196ADEEB8F8FA3 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_0039;
			}
			case 1:
			{
				goto IL_0078;
			}
			case 2:
			{
				goto IL_004e;
			}
			case 3:
			{
				goto IL_008d;
			}
			case 4:
			{
				goto IL_0063;
			}
			case 5:
			{
				goto IL_00a2;
			}
			case 6:
			{
				goto IL_00b7;
			}
			case 7:
			{
				goto IL_00cc;
			}
		}
	}
	{
		goto IL_00e1;
	}

IL_0039:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_004d;
		}
		G_B3_0 = L_5;
	}
	{
		MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* L_6 = (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86*)il2cpp_codegen_object_new(MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var);
		MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7(L_6, NULL);
		MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* L_7 = L_6;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_004d:
	{
		return G_B4_0;
	}

IL_004e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0062;
		}
		G_B6_0 = L_9;
	}
	{
		MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* L_10 = (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4*)il2cpp_codegen_object_new(MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var);
		MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01(L_10, NULL);
		MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* L_11 = L_10;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0062:
	{
		return G_B7_0;
	}

IL_0063:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0077;
		}
		G_B9_0 = L_13;
	}
	{
		MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* L_14 = (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC*)il2cpp_codegen_object_new(MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var);
		MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10(L_14, NULL);
		MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* L_15 = L_14;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0077:
	{
		return G_B10_0;
	}

IL_0078:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_008c;
		}
		G_B12_0 = L_17;
	}
	{
		MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* L_18 = (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10*)il2cpp_codegen_object_new(MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var);
		MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002(L_18, NULL);
		MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* L_19 = L_18;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_008c:
	{
		return G_B13_0;
	}

IL_008d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a1;
		}
		G_B15_0 = L_21;
	}
	{
		MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* L_22 = (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD*)il2cpp_codegen_object_new(MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var);
		MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43(L_22, NULL);
		MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* L_23 = L_22;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a1:
	{
		return G_B16_0;
	}

IL_00a2:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00b6;
		}
		G_B18_0 = L_25;
	}
	{
		MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* L_26 = (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92*)il2cpp_codegen_object_new(MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_il2cpp_TypeInfo_var);
		MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69(L_26, NULL);
		MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* L_27 = L_26;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00b6:
	{
		return G_B19_0;
	}

IL_00b7:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00cb;
		}
		G_B21_0 = L_29;
	}
	{
		MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* L_30 = (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B*)il2cpp_codegen_object_new(MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var);
		MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3(L_30, NULL);
		MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* L_31 = L_30;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00cb:
	{
		return G_B22_0;
	}

IL_00cc:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e0;
		}
		G_B24_0 = L_33;
	}
	{
		MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* L_34 = (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223*)il2cpp_codegen_object_new(MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var);
		MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C(L_34, NULL);
		MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* L_35 = L_34;
		((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e0:
	{
		return G_B25_0;
	}

IL_00e1:
	{
		Exception_t* L_36;
		L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt16_Run_m4EA8C3452458F006FCDBA4214768D4C9DAFC8E62 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt32_Run_m135068C75BC6945523F3E7AD590B2204D9F5817B (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		RuntimeObject* L_18;
		L_18 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(((int32_t)il2cpp_codegen_multiply(((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))), ((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))))), NULL);
		G_B4_0 = L_18;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		L_19->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01 (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt64_Run_mE87ED95A4FD95144615F4A963FD1E2AFA0B04192 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int64_t L_18 = ((int64_t)il2cpp_codegen_multiply(((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), ((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt16_Run_mBC9F99C5FB83AFF3B7B376A1632BDEFBC6670161 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class)))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt32_Run_m318F295322C1629FC39ABBF36CB297F8D1E70EBF (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))), (int32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint32_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43 (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt64_Run_m7E326948393F2F8CC9F7331ED2EC8F83248C3376 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))), (int64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulSingle_Run_m510D139F84D08E5BEDBE3E2AB8852912E9DAE9C7 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		float L_18 = ((float)il2cpp_codegen_multiply(((*(float*)UnBox(L_16, il2cpp_defaults.single_class))), ((*(float*)UnBox(L_17, il2cpp_defaults.single_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.single_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulDouble_Run_m4ECB6C45C64D40F0033AAAA8B2976ADD6593948A (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		double L_18 = ((double)il2cpp_codegen_multiply(((*(double*)UnBox(L_16, il2cpp_defaults.double_class))), ((*(double*)UnBox(L_17, il2cpp_defaults.double_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.double_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, const RuntimeMethod* method) 
{
	{
		MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInstruction_get_ConsumedStack_m30C8B2BB43DDA9A92174C7FFFD67999A063E7499 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInstruction_get_ProducedStack_m93A1FF7C314C8A4DC510C5B7E3FF82019FDA97F6 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MulOvfInstruction_get_InstructionName_mE3F32F70071976D1B416CE55FB76D85175E82F84 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulOvfInstruction_Create_m79E989E9066F632CF1DE18E05313B94CEEDDDB0D (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_002e;
			}
			case 1:
			{
				goto IL_006d;
			}
			case 2:
			{
				goto IL_0043;
			}
			case 3:
			{
				goto IL_0082;
			}
			case 4:
			{
				goto IL_0058;
			}
			case 5:
			{
				goto IL_0097;
			}
		}
	}
	{
		goto IL_00ac;
	}

IL_002e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_0042;
		}
		G_B3_0 = L_5;
	}
	{
		MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* L_6 = (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C*)il2cpp_codegen_object_new(MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var);
		MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2(L_6, NULL);
		MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* L_7 = L_6;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_0042:
	{
		return G_B4_0;
	}

IL_0043:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0057;
		}
		G_B6_0 = L_9;
	}
	{
		MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* L_10 = (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A*)il2cpp_codegen_object_new(MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var);
		MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA(L_10, NULL);
		MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* L_11 = L_10;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0057:
	{
		return G_B7_0;
	}

IL_0058:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_006c;
		}
		G_B9_0 = L_13;
	}
	{
		MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* L_14 = (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3*)il2cpp_codegen_object_new(MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var);
		MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16(L_14, NULL);
		MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* L_15 = L_14;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_006c:
	{
		return G_B10_0;
	}

IL_006d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_0081;
		}
		G_B12_0 = L_17;
	}
	{
		MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* L_18 = (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0*)il2cpp_codegen_object_new(MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var);
		MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF(L_18, NULL);
		MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* L_19 = L_18;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_0081:
	{
		return G_B13_0;
	}

IL_0082:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_0096;
		}
		G_B15_0 = L_21;
	}
	{
		MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* L_22 = (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E*)il2cpp_codegen_object_new(MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var);
		MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012(L_22, NULL);
		MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* L_23 = L_22;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_0096:
	{
		return G_B16_0;
	}

IL_0097:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00ab;
		}
		G_B18_0 = L_25;
	}
	{
		MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* L_26 = (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275*)il2cpp_codegen_object_new(MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_il2cpp_TypeInfo_var);
		MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD(L_26, NULL);
		MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* L_27 = L_26;
		((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00ab:
	{
		return G_B19_0;
	}

IL_00ac:
	{
		Type_t* L_28 = ___0_type;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29;
		L_29 = MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6(L_28, NULL);
		return L_29;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR int32_t MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))) * (int64_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))) * (int64_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
		if ((int64_t)(((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class)))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
		int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4 (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))) * (int64_t)((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))) * (int64_t)((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var);
		RuntimeObject* L_18;
		L_18 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(((int32_t)il2cpp_codegen_multiply(((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))), ((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))))), NULL);
		G_B4_0 = L_18;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		L_19->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (il2cpp_codegen_check_mul_overflow_i64((int64_t)((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), (int64_t)((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class))), kIl2CppInt64Min, kIl2CppInt64Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var);
		int64_t L_18 = ((int64_t)il2cpp_codegen_multiply(((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), ((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3 (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))) * (int64_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))) * (int64_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
		if ((int64_t)(((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class)))))) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
		uint16_t L_18 = ((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if ((uint64_t)(uint32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))) * (uint64_t)(uint32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))) > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var);
		uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))), (int32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint32_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012 (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (il2cpp_codegen_check_mul_oveflow_u64(((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))), ((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class)))))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var);
		uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))), (int64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, const RuntimeMethod* method) 
{
	{
		MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInstruction_get_ConsumedStack_mF652B3D5DDF91A097A45EA9ABA7574F114CF319B (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInstruction_get_ProducedStack_mFD5C56DF1E7744516EB3A5F07A2777F5A4C7611F (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegateInstruction_get_InstructionName_m01B1BE6280A83054072C923E04BD29C7AC52293A (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_0036;
			}
			case 1:
			{
				goto IL_009f;
			}
			case 2:
			{
				goto IL_004b;
			}
			case 3:
			{
				goto IL_009f;
			}
			case 4:
			{
				goto IL_0060;
			}
			case 5:
			{
				goto IL_009f;
			}
			case 6:
			{
				goto IL_0075;
			}
			case 7:
			{
				goto IL_008a;
			}
		}
	}
	{
		goto IL_009f;
	}

IL_0036:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_004a;
		}
		G_B3_0 = L_5;
	}
	{
		NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* L_6 = (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2*)il2cpp_codegen_object_new(NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var);
		NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4(L_6, NULL);
		NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* L_7 = L_6;
		((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_004a:
	{
		return G_B4_0;
	}

IL_004b:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_005f;
		}
		G_B6_0 = L_9;
	}
	{
		NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* L_10 = (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2*)il2cpp_codegen_object_new(NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var);
		NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8(L_10, NULL);
		NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* L_11 = L_10;
		((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_005f:
	{
		return G_B7_0;
	}

IL_0060:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0074;
		}
		G_B9_0 = L_13;
	}
	{
		NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* L_14 = (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3*)il2cpp_codegen_object_new(NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var);
		NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7(L_14, NULL);
		NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* L_15 = L_14;
		((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0074:
	{
		return G_B10_0;
	}

IL_0075:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_0089;
		}
		G_B12_0 = L_17;
	}
	{
		NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* L_18 = (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C*)il2cpp_codegen_object_new(NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_il2cpp_TypeInfo_var);
		NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE(L_18, NULL);
		NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* L_19 = L_18;
		((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_0089:
	{
		return G_B13_0;
	}

IL_008a:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_009e;
		}
		G_B15_0 = L_21;
	}
	{
		NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* L_22 = (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A*)il2cpp_codegen_object_new(NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var);
		NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B(L_22, NULL);
		NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* L_23 = L_22;
		((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_009e:
	{
		return G_B16_0;
	}

IL_009f:
	{
		Exception_t* L_24;
		L_24 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt16_Run_mA217FAD6A1F1D4F32B00DB9107B6423BA52031A2 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((-((int32_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class))))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, const RuntimeMethod* method) 
{
	{
		NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt32_Run_mBC459E16F16A7B9F4C32372ABCAED3658C47B063 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0020;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((-((*(int32_t*)UnBox(L_5, il2cpp_defaults.int32_class))))), NULL);
	}

IL_0020:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, const RuntimeMethod* method) 
{
	{
		NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt64_Run_m8411075F2B0A161ECA8F48B82C9B30109DF05D32 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		int64_t L_6 = ((-((*(int64_t*)UnBox(L_5, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.int64_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, const RuntimeMethod* method) 
{
	{
		NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateSingle_Run_mEABDC0448E73676047CC2E7BD89D8AE92B5DAF24 (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		float L_6 = ((-((*(float*)UnBox(L_5, il2cpp_defaults.single_class)))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.single_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, const RuntimeMethod* method) 
{
	{
		NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateDouble_Run_m39C0A66B4C7852902F38C012D8780177F94D3B4C (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		double L_6 = ((-((*(double*)UnBox(L_5, il2cpp_defaults.double_class)))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.double_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, const RuntimeMethod* method) 
{
	{
		NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInstruction_get_ConsumedStack_m28629E0CFF7D9486163981D75C358EF9F2E0C102 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInstruction_get_ProducedStack_m7ADCC1CD40552B4DE261260752603FCE38786995 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegateCheckedInstruction_get_InstructionName_mCF4BAD9C82CC3DA4D1AC88803239039DF296570A (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateCheckedInstruction_Create_m8C4384E3DADD22AC7E100E63F1C530803801616F (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_002a;
			}
			case 1:
			{
				goto IL_0069;
			}
			case 2:
			{
				goto IL_003f;
			}
			case 3:
			{
				goto IL_0069;
			}
			case 4:
			{
				goto IL_0054;
			}
		}
	}
	{
		goto IL_0069;
	}

IL_002a:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_003e;
		}
		G_B3_0 = L_5;
	}
	{
		NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* L_6 = (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB*)il2cpp_codegen_object_new(NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var);
		NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304(L_6, NULL);
		NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* L_7 = L_6;
		((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_003e:
	{
		return G_B4_0;
	}

IL_003f:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0053;
		}
		G_B6_0 = L_9;
	}
	{
		NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* L_10 = (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B*)il2cpp_codegen_object_new(NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var);
		NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F(L_10, NULL);
		NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* L_11 = L_10;
		((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0053:
	{
		return G_B7_0;
	}

IL_0054:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0068;
		}
		G_B9_0 = L_13;
	}
	{
		NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* L_14 = (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD*)il2cpp_codegen_object_new(NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_il2cpp_TypeInfo_var);
		NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7(L_14, NULL);
		NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* L_15 = L_14;
		((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0068:
	{
		return G_B10_0;
	}

IL_0069:
	{
		Type_t* L_16 = ___0_type;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17;
		L_17 = NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133(L_16, NULL);
		return L_17;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR int32_t NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559 (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		if (((int64_t)0 - (int64_t)((*(int32_t*)UnBox(L_5, il2cpp_defaults.int32_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)0 - (int64_t)((*(int32_t*)UnBox(L_5, il2cpp_defaults.int32_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var);
		NullCheck(L_4);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((int32_t)il2cpp_codegen_subtract(0, ((*(int32_t*)UnBox(L_5, il2cpp_defaults.int32_class))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, const RuntimeMethod* method) 
{
	{
		NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0022;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		if (((int64_t)0 - (int64_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)0 - (int64_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
		if ((int64_t)(((int32_t)il2cpp_codegen_subtract(0, (int32_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class)))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
		NullCheck(L_4);
		InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((int32_t)il2cpp_codegen_subtract(0, (int32_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class)))))), NULL);
	}

IL_0022:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, const RuntimeMethod* method) 
{
	{
		NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0027;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		if (il2cpp_codegen_check_sub_overflow((int64_t)((int64_t)0), (int64_t)((*(int64_t*)UnBox(L_5, il2cpp_defaults.int64_class)))))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var);
		int64_t L_6 = ((int64_t)il2cpp_codegen_subtract(((int64_t)0), ((*(int64_t*)UnBox(L_5, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.int64_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0027:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, const RuntimeMethod* method) 
{
	{
		NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructor, int32_t ___1_argumentCount, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_constructor;
		__this->____constructor = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____constructor), (void*)L_0);
		int32_t L_1 = ___1_argumentCount;
		__this->____argumentCount = L_1;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_get_ConsumedStack_m60198D0C2670F1F633E2BAC4ED0A00AC618C6F7C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____argumentCount;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_get_ProducedStack_m98649239F28CCB65730859D1A9E3A1CC5C50629A (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewInstruction_get_InstructionName_m7C4FEC605F44AD46C2693A9DBB9F14FBB544C951 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		int32_t L_2 = __this->____argumentCount;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		int32_t L_4 = V_0;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5;
		L_5 = NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C(__this, L_3, L_4, NULL);
		V_1 = L_5;
	}
	try
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6 = __this->____constructor;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = V_1;
		NullCheck(L_6);
		RuntimeObject* L_8;
		L_8 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_6, L_7, NULL);
		V_2 = L_8;
		goto IL_0031;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_0026;
		}
		throw e;
	}

CATCH_0026:
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_9 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
		ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_9, NULL);
		Exception_t* L_10;
		L_10 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20_RuntimeMethod_var)));
	}

IL_0031:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___0_frame;
		NullCheck(L_11);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11->___Data;
		int32_t L_13 = V_0;
		RuntimeObject* L_14 = V_2;
		NullCheck(L_12);
		ArrayElementTypeCheck (L_12, L_14);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (RuntimeObject*)L_14);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_15 = ___0_frame;
		int32_t L_16 = V_0;
		NullCheck(L_15);
		L_15->___StackIndex = ((int32_t)il2cpp_codegen_add(L_16, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, int32_t ___1_first, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->____argumentCount;
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_0032;
		}
	}
	{
		int32_t L_1 = __this->____argumentCount;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_1);
		V_0 = L_2;
		V_1 = 0;
		goto IL_002a;
	}

IL_0019:
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = V_0;
		int32_t L_4 = V_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		NullCheck(L_5);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data;
		int32_t L_7 = ___1_first;
		int32_t L_8 = V_1;
		NullCheck(L_6);
		int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_7, L_8));
		RuntimeObject* L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_10);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (RuntimeObject*)L_10);
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
	}

IL_002a:
	{
		int32_t L_12 = V_1;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_0;
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
		{
			goto IL_0019;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = V_0;
		return L_14;
	}

IL_0032:
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15;
		L_15 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
		return L_15;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewInstruction_ToString_mF2D25318A550DF409A8CC6D3E4D860C49643AACF (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		s_Il2CppMethodInitialized = true;
	}
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* G_B2_0 = NULL;
	int32_t G_B2_1 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_3 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* G_B1_0 = NULL;
	int32_t G_B1_1 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_2 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_3 = NULL;
	String_t* G_B3_0 = NULL;
	int32_t G_B3_1 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_3 = NULL;
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_3 = __this->____constructor;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_3);
		NullCheck(L_4);
		String_t* L_5;
		L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_4);
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_2;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_8 = __this->____constructor;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9 = L_8;
		if (L_9)
		{
			G_B2_0 = L_9;
			G_B2_1 = 3;
			G_B2_2 = L_7;
			G_B2_3 = L_7;
			goto IL_0038;
		}
		G_B1_0 = L_9;
		G_B1_1 = 3;
		G_B1_2 = L_7;
		G_B1_3 = L_7;
	}
	{
		G_B3_0 = ((String_t*)(NULL));
		G_B3_1 = G_B1_1;
		G_B3_2 = G_B1_2;
		G_B3_3 = G_B1_3;
		goto IL_003d;
	}

IL_0038:
	{
		NullCheck(G_B2_0);
		String_t* L_10;
		L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B2_0);
		G_B3_0 = L_10;
		G_B3_1 = G_B2_1;
		G_B3_2 = G_B2_2;
		G_B3_3 = G_B2_3;
	}

IL_003d:
	{
		NullCheck(G_B3_2);
		(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (String_t*)G_B3_0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = G_B3_3;
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		String_t* L_12;
		L_12 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_11, NULL);
		return L_12;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefNewInstruction__ctor_mED286BD534AFEE6CEBFF25FFE4EB39C6C29EE039 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_target, int32_t ___1_argumentCount, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_byrefArgs, const RuntimeMethod* method) 
{
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_target;
		int32_t L_1 = ___1_argumentCount;
		NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773(__this, L_0, L_1, NULL);
		ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_2 = ___2_byrefArgs;
		__this->____byrefArgs = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____byrefArgs), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByRefNewInstruction_get_InstructionName_m00679C37C291796ADA04BCEBB7367D87CFDE13D4 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* V_3 = NULL;
	int32_t V_4 = 0;
	ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_5 = NULL;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		int32_t L_2 = ((NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196*)__this)->____argumentCount;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		int32_t L_4 = V_0;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5;
		L_5 = NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C(__this, L_3, L_4, NULL);
		V_1 = L_5;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0045:
			{
				{
					ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_6 = __this->____byrefArgs;
					V_3 = L_6;
					V_4 = 0;
					goto IL_006e;
				}

IL_0051:
				{
					ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_7 = V_3;
					int32_t L_8 = V_4;
					NullCheck(L_7);
					int32_t L_9 = L_8;
					ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
					V_5 = L_10;
					ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_11 = V_5;
					InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12 = ___0_frame;
					ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
					ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_14 = V_5;
					NullCheck(L_14);
					int32_t L_15 = L_14->___ArgumentIndex;
					NullCheck(L_13);
					int32_t L_16 = L_15;
					RuntimeObject* L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
					NullCheck(L_11);
					VirtualActionInvoker2< InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D*, RuntimeObject* >::Invoke(4, L_11, L_12, L_17);
					int32_t L_18 = V_4;
					V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1));
				}

IL_006e:
				{
					int32_t L_19 = V_4;
					ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_20 = V_3;
					NullCheck(L_20);
					if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
					{
						goto IL_0051;
					}
				}
				{
					return;
				}
			}
		});
		try
		{
			try
			{
				ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_21 = ((NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196*)__this)->____constructor;
				ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_1;
				NullCheck(L_21);
				RuntimeObject* L_23;
				L_23 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_21, L_22, NULL);
				V_2 = L_23;
				goto IL_0031_1;
			}
			catch(Il2CppExceptionWrapper& e)
			{
				if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
				{
					IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
					goto CATCH_0026_1;
				}
				throw e;
			}

CATCH_0026_1:
			{
				TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_24 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));;
				ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B(L_24, NULL);
				Exception_t* L_25;
				L_25 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
				IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35_RuntimeMethod_var)));
			}

IL_0031_1:
			{
				InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = ___0_frame;
				NullCheck(L_26);
				ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_26->___Data;
				int32_t L_28 = V_0;
				RuntimeObject* L_29 = V_2;
				NullCheck(L_27);
				ArrayElementTypeCheck (L_27, L_29);
				(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (RuntimeObject*)L_29);
				InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_30 = ___0_frame;
				int32_t L_31 = V_0;
				NullCheck(L_30);
				L_30->___StackIndex = ((int32_t)il2cpp_codegen_add(L_31, 1));
				goto IL_0076;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0076:
	{
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInstruction_get_ConsumedStack_m35620F9763C96D9D3AA67AF2CACFB1C28271B889 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInstruction_get_ProducedStack_m958827618D3556650434550673EBC380B8BD89F5 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NotEqualInstruction_get_InstructionName_m352F65A5127E80C696198B873A6A66172A1B58FD (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotEqualInstruction_Create_m0BF271FE154DB8E24F4B04B9F26F460F0F2FA0AD (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B8_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B11_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B17_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B20_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B23_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B26_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B30_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B29_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B33_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B32_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B36_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B35_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B41_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B40_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B44_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B43_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B47_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B46_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B50_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B49_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B53_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B52_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B56_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B55_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B59_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B58_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B62_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B61_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B65_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B64_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B68_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B67_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B71_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B70_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B74_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B73_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B77_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B76_0 = NULL;
	{
		bool L_0 = ___1_liftedToNull;
		if (!L_0)
		{
			goto IL_0139;
		}
	}
	{
		Type_t* L_1 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_2;
		L_2 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_1, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_2, NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 3)))
		{
			case 0:
			{
				goto IL_004b;
			}
			case 1:
			{
				goto IL_007c;
			}
			case 2:
			{
				goto IL_0052;
			}
			case 3:
			{
				goto IL_00bb;
			}
			case 4:
			{
				goto IL_0067;
			}
			case 5:
			{
				goto IL_00d0;
			}
			case 6:
			{
				goto IL_0091;
			}
			case 7:
			{
				goto IL_00e5;
			}
			case 8:
			{
				goto IL_00a6;
			}
			case 9:
			{
				goto IL_00fa;
			}
			case 10:
			{
				goto IL_010f;
			}
		}
	}
	{
		goto IL_0124;
	}

IL_004b:
	{
		Type_t* L_5 = ___0_type;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6;
		L_6 = ExclusiveOrInstruction_Create_m859223E69A1F72130C62B2C0EADD5838E6B24E57(L_5, NULL);
		return L_6;
	}

IL_0052:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7;
		if (L_8)
		{
			G_B6_0 = L_8;
			goto IL_0066;
		}
		G_B5_0 = L_8;
	}
	{
		NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* L_9 = (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593*)il2cpp_codegen_object_new(NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var);
		NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0(L_9, NULL);
		NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* L_10 = L_9;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull), (void*)L_10);
		G_B6_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_10));
	}

IL_0066:
	{
		return G_B6_0;
	}

IL_0067:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_11 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = L_11;
		if (L_12)
		{
			G_B9_0 = L_12;
			goto IL_007b;
		}
		G_B8_0 = L_12;
	}
	{
		NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* L_13 = (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789*)il2cpp_codegen_object_new(NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var);
		NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F(L_13, NULL);
		NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* L_14 = L_13;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull = L_14;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull), (void*)L_14);
		G_B9_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_14));
	}

IL_007b:
	{
		return G_B9_0;
	}

IL_007c:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_15 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = L_15;
		if (L_16)
		{
			G_B12_0 = L_16;
			goto IL_0090;
		}
		G_B11_0 = L_16;
	}
	{
		NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* L_17 = (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE*)il2cpp_codegen_object_new(NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var);
		NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE(L_17, NULL);
		NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* L_18 = L_17;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull = L_18;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull), (void*)L_18);
		G_B12_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_18));
	}

IL_0090:
	{
		return G_B12_0;
	}

IL_0091:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_19 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = L_19;
		if (L_20)
		{
			G_B15_0 = L_20;
			goto IL_00a5;
		}
		G_B14_0 = L_20;
	}
	{
		NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* L_21 = (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A*)il2cpp_codegen_object_new(NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var);
		NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1(L_21, NULL);
		NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* L_22 = L_21;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull = L_22;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull), (void*)L_22);
		G_B15_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_22));
	}

IL_00a5:
	{
		return G_B15_0;
	}

IL_00a6:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_23 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = L_23;
		if (L_24)
		{
			G_B18_0 = L_24;
			goto IL_00ba;
		}
		G_B17_0 = L_24;
	}
	{
		NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* L_25 = (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229*)il2cpp_codegen_object_new(NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var);
		NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718(L_25, NULL);
		NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* L_26 = L_25;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull = L_26;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull), (void*)L_26);
		G_B18_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_26));
	}

IL_00ba:
	{
		return G_B18_0;
	}

IL_00bb:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_27 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = L_27;
		if (L_28)
		{
			G_B21_0 = L_28;
			goto IL_00cf;
		}
		G_B20_0 = L_28;
	}
	{
		NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* L_29 = (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4*)il2cpp_codegen_object_new(NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var);
		NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E(L_29, NULL);
		NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* L_30 = L_29;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull = L_30;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull), (void*)L_30);
		G_B21_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_30));
	}

IL_00cf:
	{
		return G_B21_0;
	}

IL_00d0:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_31 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = L_31;
		if (L_32)
		{
			G_B24_0 = L_32;
			goto IL_00e4;
		}
		G_B23_0 = L_32;
	}
	{
		NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* L_33 = (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E*)il2cpp_codegen_object_new(NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var);
		NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7(L_33, NULL);
		NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* L_34 = L_33;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull = L_34;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull), (void*)L_34);
		G_B24_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_34));
	}

IL_00e4:
	{
		return G_B24_0;
	}

IL_00e5:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_35 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = L_35;
		if (L_36)
		{
			G_B27_0 = L_36;
			goto IL_00f9;
		}
		G_B26_0 = L_36;
	}
	{
		NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* L_37 = (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97*)il2cpp_codegen_object_new(NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var);
		NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC(L_37, NULL);
		NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* L_38 = L_37;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull = L_38;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull), (void*)L_38);
		G_B27_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_38));
	}

IL_00f9:
	{
		return G_B27_0;
	}

IL_00fa:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_39 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_40 = L_39;
		if (L_40)
		{
			G_B30_0 = L_40;
			goto IL_010e;
		}
		G_B29_0 = L_40;
	}
	{
		NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* L_41 = (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3*)il2cpp_codegen_object_new(NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var);
		NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D(L_41, NULL);
		NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* L_42 = L_41;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull = L_42;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull), (void*)L_42);
		G_B30_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_42));
	}

IL_010e:
	{
		return G_B30_0;
	}

IL_010f:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_43 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_44 = L_43;
		if (L_44)
		{
			G_B33_0 = L_44;
			goto IL_0123;
		}
		G_B32_0 = L_44;
	}
	{
		NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* L_45 = (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E*)il2cpp_codegen_object_new(NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var);
		NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9(L_45, NULL);
		NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* L_46 = L_45;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull = L_46;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull), (void*)L_46);
		G_B33_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_46));
	}

IL_0123:
	{
		return G_B33_0;
	}

IL_0124:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_47 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_48 = L_47;
		if (L_48)
		{
			G_B36_0 = L_48;
			goto IL_0138;
		}
		G_B35_0 = L_48;
	}
	{
		NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* L_49 = (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224*)il2cpp_codegen_object_new(NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var);
		NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A(L_49, NULL);
		NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* L_50 = L_49;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull = L_50;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull), (void*)L_50);
		G_B36_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_50));
	}

IL_0138:
	{
		return G_B36_0;
	}

IL_0139:
	{
		Type_t* L_51 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_52;
		L_52 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_51, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_53;
		L_53 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_52, NULL);
		V_0 = L_53;
		int32_t L_54 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_54, 3)))
		{
			case 0:
			{
				goto IL_0182;
			}
			case 1:
			{
				goto IL_01c1;
			}
			case 2:
			{
				goto IL_0197;
			}
			case 3:
			{
				goto IL_0200;
			}
			case 4:
			{
				goto IL_01ac;
			}
			case 5:
			{
				goto IL_0215;
			}
			case 6:
			{
				goto IL_01d6;
			}
			case 7:
			{
				goto IL_022a;
			}
			case 8:
			{
				goto IL_01eb;
			}
			case 9:
			{
				goto IL_023f;
			}
			case 10:
			{
				goto IL_0254;
			}
			case 11:
			{
				goto IL_0269;
			}
		}
	}
	{
		goto IL_027e;
	}

IL_0182:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_55 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_56 = L_55;
		if (L_56)
		{
			G_B41_0 = L_56;
			goto IL_0196;
		}
		G_B40_0 = L_56;
	}
	{
		NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* L_57 = (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E*)il2cpp_codegen_object_new(NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var);
		NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6(L_57, NULL);
		NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* L_58 = L_57;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean = L_58;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean), (void*)L_58);
		G_B41_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_58));
	}

IL_0196:
	{
		return G_B41_0;
	}

IL_0197:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_59 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_60 = L_59;
		if (L_60)
		{
			G_B44_0 = L_60;
			goto IL_01ab;
		}
		G_B43_0 = L_60;
	}
	{
		NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* L_61 = (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96*)il2cpp_codegen_object_new(NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var);
		NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9(L_61, NULL);
		NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* L_62 = L_61;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte = L_62;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_62);
		G_B44_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_62));
	}

IL_01ab:
	{
		return G_B44_0;
	}

IL_01ac:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_63 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_64 = L_63;
		if (L_64)
		{
			G_B47_0 = L_64;
			goto IL_01c0;
		}
		G_B46_0 = L_64;
	}
	{
		NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* L_65 = (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41*)il2cpp_codegen_object_new(NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var);
		NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5(L_65, NULL);
		NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* L_66 = L_65;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16 = L_66;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_66);
		G_B47_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_66));
	}

IL_01c0:
	{
		return G_B47_0;
	}

IL_01c1:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_67 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_68 = L_67;
		if (L_68)
		{
			G_B50_0 = L_68;
			goto IL_01d5;
		}
		G_B49_0 = L_68;
	}
	{
		NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* L_69 = (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4*)il2cpp_codegen_object_new(NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var);
		NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D(L_69, NULL);
		NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* L_70 = L_69;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char = L_70;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char), (void*)L_70);
		G_B50_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_70));
	}

IL_01d5:
	{
		return G_B50_0;
	}

IL_01d6:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_71 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_72 = L_71;
		if (L_72)
		{
			G_B53_0 = L_72;
			goto IL_01ea;
		}
		G_B52_0 = L_72;
	}
	{
		NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* L_73 = (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5*)il2cpp_codegen_object_new(NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var);
		NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA(L_73, NULL);
		NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* L_74 = L_73;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32 = L_74;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_74);
		G_B53_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_74));
	}

IL_01ea:
	{
		return G_B53_0;
	}

IL_01eb:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_75 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_76 = L_75;
		if (L_76)
		{
			G_B56_0 = L_76;
			goto IL_01ff;
		}
		G_B55_0 = L_76;
	}
	{
		NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* L_77 = (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0*)il2cpp_codegen_object_new(NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var);
		NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0(L_77, NULL);
		NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* L_78 = L_77;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64 = L_78;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_78);
		G_B56_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_78));
	}

IL_01ff:
	{
		return G_B56_0;
	}

IL_0200:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_79 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_80 = L_79;
		if (L_80)
		{
			G_B59_0 = L_80;
			goto IL_0214;
		}
		G_B58_0 = L_80;
	}
	{
		NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* L_81 = (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C*)il2cpp_codegen_object_new(NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var);
		NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7(L_81, NULL);
		NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* L_82 = L_81;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte = L_82;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_82);
		G_B59_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_82));
	}

IL_0214:
	{
		return G_B59_0;
	}

IL_0215:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_83 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_84 = L_83;
		if (L_84)
		{
			G_B62_0 = L_84;
			goto IL_0229;
		}
		G_B61_0 = L_84;
	}
	{
		NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* L_85 = (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531*)il2cpp_codegen_object_new(NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var);
		NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E(L_85, NULL);
		NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* L_86 = L_85;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16 = L_86;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_86);
		G_B62_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_86));
	}

IL_0229:
	{
		return G_B62_0;
	}

IL_022a:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_87 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_88 = L_87;
		if (L_88)
		{
			G_B65_0 = L_88;
			goto IL_023e;
		}
		G_B64_0 = L_88;
	}
	{
		NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* L_89 = (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2*)il2cpp_codegen_object_new(NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var);
		NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1(L_89, NULL);
		NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* L_90 = L_89;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32 = L_90;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_90);
		G_B65_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_90));
	}

IL_023e:
	{
		return G_B65_0;
	}

IL_023f:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_91 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_92 = L_91;
		if (L_92)
		{
			G_B68_0 = L_92;
			goto IL_0253;
		}
		G_B67_0 = L_92;
	}
	{
		NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* L_93 = (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811*)il2cpp_codegen_object_new(NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_il2cpp_TypeInfo_var);
		NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B(L_93, NULL);
		NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* L_94 = L_93;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64 = L_94;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_94);
		G_B68_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_94));
	}

IL_0253:
	{
		return G_B68_0;
	}

IL_0254:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_95 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_96 = L_95;
		if (L_96)
		{
			G_B71_0 = L_96;
			goto IL_0268;
		}
		G_B70_0 = L_96;
	}
	{
		NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* L_97 = (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4*)il2cpp_codegen_object_new(NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var);
		NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280(L_97, NULL);
		NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* L_98 = L_97;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single = L_98;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single), (void*)L_98);
		G_B71_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_98));
	}

IL_0268:
	{
		return G_B71_0;
	}

IL_0269:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_99 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_100 = L_99;
		if (L_100)
		{
			G_B74_0 = L_100;
			goto IL_027d;
		}
		G_B73_0 = L_100;
	}
	{
		NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* L_101 = (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A*)il2cpp_codegen_object_new(NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var);
		NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E(L_101, NULL);
		NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* L_102 = L_101;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double = L_102;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double), (void*)L_102);
		G_B74_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_102));
	}

IL_027d:
	{
		return G_B74_0;
	}

IL_027e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_103 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_104 = L_103;
		if (L_104)
		{
			G_B77_0 = L_104;
			goto IL_0292;
		}
		G_B76_0 = L_104;
	}
	{
		NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* L_105 = (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018*)il2cpp_codegen_object_new(NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var);
		NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584(L_105, NULL);
		NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* L_106 = L_105;
		((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference = L_106;
		Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference), (void*)L_106);
		G_B77_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_106));
	}

IL_0292:
	{
		return G_B77_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualBoolean_Run_mDFAF23BDEF9098C1833C9002E7766B8425E14E47 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(bool*)UnBox(L_10, il2cpp_defaults.boolean_class)))) == ((int32_t)((*(bool*)UnBox(L_11, il2cpp_defaults.boolean_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSByte_Run_m29C13B8263A731CA4372855CCB93DC38F82A0C71 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int8_t*)UnBox(L_10, il2cpp_defaults.sbyte_class)))) == ((int32_t)((*(int8_t*)UnBox(L_11, il2cpp_defaults.sbyte_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt16_Run_mEEE687AF4B6DA8A242E661EAB669DC89F21891C3 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int16_t*)UnBox(L_10, il2cpp_defaults.int16_class)))) == ((int32_t)((*(int16_t*)UnBox(L_11, il2cpp_defaults.int16_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualChar_Run_mE8C82D61FF8468996C7922BAEBB94F6DA3DFF9D0 (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)UnBox(L_10, il2cpp_defaults.char_class)))) == ((int32_t)((*(Il2CppChar*)UnBox(L_11, il2cpp_defaults.char_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt32_Run_mA2FD8015752FFBE95F2A1C87E8AC98440E3FF565 (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int32_t*)UnBox(L_10, il2cpp_defaults.int32_class)))) == ((int32_t)((*(int32_t*)UnBox(L_11, il2cpp_defaults.int32_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt64_Run_m92F8424003E31C2D96757D3F375BD6400E05FDEF (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int64_t)((*(int64_t*)UnBox(L_10, il2cpp_defaults.int64_class)))) == ((int64_t)((*(int64_t*)UnBox(L_11, il2cpp_defaults.int64_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0 (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualByte_Run_m41BCC299F1370F84C7AE28C3F33626C49E2A7841 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint8_t*)UnBox(L_10, il2cpp_defaults.byte_class)))) == ((int32_t)((*(uint8_t*)UnBox(L_11, il2cpp_defaults.byte_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt16_Run_mC4C8B8C061909692C2C4C2C39617C21E972DB4B2 (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint16_t*)UnBox(L_10, il2cpp_defaults.uint16_class)))) == ((int32_t)((*(uint16_t*)UnBox(L_11, il2cpp_defaults.uint16_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt32_Run_m07F4EC9135E88F350F9A76194804F5FD99E82F0D (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint32_t*)UnBox(L_10, il2cpp_defaults.uint32_class)))) == ((int32_t)((*(uint32_t*)UnBox(L_11, il2cpp_defaults.uint32_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1 (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt64_Run_mB6BDED6B1B57650F933106425880B0DDE2F9F807 (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int64_t)((*(uint64_t*)UnBox(L_10, il2cpp_defaults.uint64_class)))) == ((int64_t)((*(uint64_t*)UnBox(L_11, il2cpp_defaults.uint64_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSingle_Run_m4F311C99EF0C725066503EAA27AC6825E550105E (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((float)((*(float*)UnBox(L_10, il2cpp_defaults.single_class)))) == ((float)((*(float*)UnBox(L_11, il2cpp_defaults.single_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280 (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualDouble_Run_m32AED8430F3EE595286A2AE8A3DB3D2AC6D7FDC7 (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		goto IL_0040;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_0029;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		NullCheck(L_8);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
		goto IL_0040;
	}

IL_0029:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		RuntimeObject* L_11 = V_0;
		NullCheck(L_9);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((double)((*(double*)UnBox(L_10, il2cpp_defaults.double_class)))) == ((double)((*(double*)UnBox(L_11, il2cpp_defaults.double_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0040:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualReference_Run_m88ACA1B334710DB8F14605B1D6CA8E3066412704 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = ___0_frame;
		NullCheck(L_1);
		RuntimeObject* L_2;
		L_2 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_1, NULL);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		RuntimeObject* L_4;
		L_4 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_3, NULL);
		NullCheck(L_0);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_0, (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSByteLiftedToNull_Run_mD154CBC5AF7A0B6799DC7B4E0B18C9EA10926AD4 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(int8_t*)UnBox(L_8, il2cpp_defaults.sbyte_class)))) == ((int32_t)((*(int8_t*)UnBox(L_9, il2cpp_defaults.sbyte_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt16LiftedToNull_Run_mA435CCDCE5390099B60848C5834C93F1C1291C3A (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class)))) == ((int32_t)((*(int16_t*)UnBox(L_9, il2cpp_defaults.int16_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualCharLiftedToNull_Run_m1EF03C8DFAE413502A9AE97E243C6C7B2FC88188 (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)UnBox(L_8, il2cpp_defaults.char_class)))) == ((int32_t)((*(Il2CppChar*)UnBox(L_9, il2cpp_defaults.char_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt32LiftedToNull_Run_m5FD217CBBFA273FCEDA4993742C0ABA305FC9C65 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(int32_t*)UnBox(L_8, il2cpp_defaults.int32_class)))) == ((int32_t)((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt64LiftedToNull_Run_mFA3F5F0E6648C7B7F4DFD8A9967D1831BC9FF658 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int64_t)((*(int64_t*)UnBox(L_8, il2cpp_defaults.int64_class)))) == ((int64_t)((*(int64_t*)UnBox(L_9, il2cpp_defaults.int64_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualByteLiftedToNull_Run_mB1740B105733DF426FEF2D774D160D7679B75AC0 (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint8_t*)UnBox(L_8, il2cpp_defaults.byte_class)))) == ((int32_t)((*(uint8_t*)UnBox(L_9, il2cpp_defaults.byte_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt16LiftedToNull_Run_m350AF5F49AF8A7F26314EDB7ECF3E953EB2F8612 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint16_t*)UnBox(L_8, il2cpp_defaults.uint16_class)))) == ((int32_t)((*(uint16_t*)UnBox(L_9, il2cpp_defaults.uint16_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt32LiftedToNull_Run_m2EAC3451BA64948F42B3CC9CF2309050C9EDF37D (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint32_t*)UnBox(L_8, il2cpp_defaults.uint32_class)))) == ((int32_t)((*(uint32_t*)UnBox(L_9, il2cpp_defaults.uint32_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt64LiftedToNull_Run_mDC24EE9840C90E950A0693F39E724C9CC2FFCA19 (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int64_t)((*(uint64_t*)UnBox(L_8, il2cpp_defaults.uint64_class)))) == ((int64_t)((*(uint64_t*)UnBox(L_9, il2cpp_defaults.uint64_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSingleLiftedToNull_Run_m462F14E38E413962832811E8C6DB53C7FE01F2CD (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((float)((*(float*)UnBox(L_8, il2cpp_defaults.single_class)))) == ((float)((*(float*)UnBox(L_9, il2cpp_defaults.single_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9 (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualDoubleLiftedToNull_Run_m57F2A28E93D70EFE78B960E469BBEE949E8585AA (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((double)((*(double*)UnBox(L_8, il2cpp_defaults.double_class)))) == ((double)((*(double*)UnBox(L_9, il2cpp_defaults.double_class)))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, const RuntimeMethod* method) 
{
	{
		NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInstruction_get_ConsumedStack_mDC5879CF7841D45505E95C20227759D0055329E6 (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInstruction_get_ProducedStack_mE3B324E0AB65142C7C7B7AE8629ABAE4FFD7CFD3 (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NotInstruction_get_InstructionName_m39A0ED2E384DF385075FB640191E3CB1A2D4802E (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotInstruction_Create_mCE629202750179DFBFF9F1FC4B41A61C2E52214C (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3)))
		{
			case 0:
			{
				goto IL_0041;
			}
			case 1:
			{
				goto IL_00fe;
			}
			case 2:
			{
				goto IL_00e9;
			}
			case 3:
			{
				goto IL_00d4;
			}
			case 4:
			{
				goto IL_0080;
			}
			case 5:
			{
				goto IL_00bf;
			}
			case 6:
			{
				goto IL_006b;
			}
			case 7:
			{
				goto IL_00aa;
			}
			case 8:
			{
				goto IL_0056;
			}
			case 9:
			{
				goto IL_0095;
			}
		}
	}
	{
		goto IL_00fe;
	}

IL_0041:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_0055;
		}
		G_B3_0 = L_5;
	}
	{
		NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* L_6 = (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2*)il2cpp_codegen_object_new(NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var);
		NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C(L_6, NULL);
		NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* L_7 = L_6;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_0055:
	{
		return G_B4_0;
	}

IL_0056:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_006a;
		}
		G_B6_0 = L_9;
	}
	{
		NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* L_10 = (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992*)il2cpp_codegen_object_new(NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var);
		NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA(L_10, NULL);
		NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* L_11 = L_10;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_006a:
	{
		return G_B7_0;
	}

IL_006b:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_007f;
		}
		G_B9_0 = L_13;
	}
	{
		NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* L_14 = (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E*)il2cpp_codegen_object_new(NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var);
		NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148(L_14, NULL);
		NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* L_15 = L_14;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_007f:
	{
		return G_B10_0;
	}

IL_0080:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_0094;
		}
		G_B12_0 = L_17;
	}
	{
		NotInt16_t3F15F4678C7642072226DA3457418494E981B692* L_18 = (NotInt16_t3F15F4678C7642072226DA3457418494E981B692*)il2cpp_codegen_object_new(NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var);
		NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A(L_18, NULL);
		NotInt16_t3F15F4678C7642072226DA3457418494E981B692* L_19 = L_18;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_0094:
	{
		return G_B13_0;
	}

IL_0095:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a9;
		}
		G_B15_0 = L_21;
	}
	{
		NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* L_22 = (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71*)il2cpp_codegen_object_new(NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_il2cpp_TypeInfo_var);
		NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442(L_22, NULL);
		NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* L_23 = L_22;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a9:
	{
		return G_B16_0;
	}

IL_00aa:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00be;
		}
		G_B18_0 = L_25;
	}
	{
		NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* L_26 = (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658*)il2cpp_codegen_object_new(NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var);
		NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767(L_26, NULL);
		NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* L_27 = L_26;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00be:
	{
		return G_B19_0;
	}

IL_00bf:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00d3;
		}
		G_B21_0 = L_29;
	}
	{
		NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* L_30 = (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67*)il2cpp_codegen_object_new(NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var);
		NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC(L_30, NULL);
		NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* L_31 = L_30;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16 = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00d3:
	{
		return G_B22_0;
	}

IL_00d4:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e8;
		}
		G_B24_0 = L_33;
	}
	{
		NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* L_34 = (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D*)il2cpp_codegen_object_new(NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var);
		NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D(L_34, NULL);
		NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* L_35 = L_34;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e8:
	{
		return G_B25_0;
	}

IL_00e9:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = L_36;
		if (L_37)
		{
			G_B28_0 = L_37;
			goto IL_00fd;
		}
		G_B27_0 = L_37;
	}
	{
		NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* L_38 = (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6*)il2cpp_codegen_object_new(NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var);
		NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5(L_38, NULL);
		NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* L_39 = L_38;
		((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte = L_39;
		Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_39);
		G_B28_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_39));
	}

IL_00fd:
	{
		return G_B28_0;
	}

IL_00fe:
	{
		Exception_t* L_40;
		L_40 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotInstruction_Create_mCE629202750179DFBFF9F1FC4B41A61C2E52214C_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotBoolean_Run_mC3E8DADC193F1CF3C48DACB2CEB50A240D7F48E7 (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0022;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_4, (bool)((((int32_t)((*(bool*)UnBox(L_5, il2cpp_defaults.boolean_class)))) == ((int32_t)0))? 1 : 0), NULL);
	}

IL_0022:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt64_Run_mAAD5B2935D8FEE25123024348164AC2F9CFE0B17 (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		int64_t L_6 = ((~((*(int64_t*)UnBox(L_5, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.int64_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt32_Run_mAA429541313D17ABF5A29F260462485CE8AFF100 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0020;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((~((*(int32_t*)UnBox(L_5, il2cpp_defaults.int32_class))))), NULL);
	}

IL_0020:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt16_Run_mD95C29AE8DCD9D9458043A4F96DED413D92EDA6D (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((~((int32_t)((*(int16_t*)UnBox(L_5, il2cpp_defaults.int16_class))))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt64_Run_mEC85669E0788B8C5462D608D667542F2FDAF5649 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		uint64_t L_6 = ((uint64_t)((~((int64_t)((*(uint64_t*)UnBox(L_5, il2cpp_defaults.uint64_class)))))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.uint64_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt32_Run_mA5320091DB28570704542A13CC554B128441914D (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0025;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		uint32_t L_6 = ((uint32_t)((~((int32_t)((*(uint32_t*)UnBox(L_5, il2cpp_defaults.uint32_class)))))));
		RuntimeObject* L_7 = Box(il2cpp_defaults.uint32_class, &L_6);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL);
	}

IL_0025:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767 (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt16_Run_m2AF9CC59A42D8FA7C9C00F30546AA02079B61FE2 (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_4, (uint16_t)((int32_t)(uint16_t)((~((int32_t)((*(uint16_t*)UnBox(L_5, il2cpp_defaults.uint16_class))))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotByte_Run_mBF08D69EF9DD3FB555FE08DC321F5BB80E20CA56 (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3(L_4, (uint8_t)((int32_t)(uint8_t)((~((int32_t)((*(uint8_t*)UnBox(L_5, il2cpp_defaults.byte_class))))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotSByte_Run_mDB0F4227103E202F4C891DCFBB38EB119C16F865 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0013;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		NullCheck(L_3);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
		goto IL_0021;
	}

IL_0013:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_0;
		NullCheck(L_4);
		InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_4, ((int8_t)((~((int32_t)((*(int8_t*)UnBox(L_5, il2cpp_defaults.sbyte_class))))))), NULL);
	}

IL_0021:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, const RuntimeMethod* method) 
{
	{
		NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_get_ConsumedStack_m7FB04CD507312127A6FCB4564708A2722373929E (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_get_ProducedStack_m3EBA7AC28774E938BDAD7411921356AC566D9EF3 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NullCheckInstruction_get_InstructionName_mC9E7475EC21DCE4EB06E026AB44E292A15A58D9B (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
		if (L_1)
		{
			goto IL_000e;
		}
	}
	{
		NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_2 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)));
		NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_2, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA_RuntimeMethod_var)));
	}

IL_000e:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__cctor_m327FCD5781D21948327365A9A7C742080F1BE767 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* L_0 = (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07*)il2cpp_codegen_object_new(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var);
		NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4(L_0, NULL);
		((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		int32_t L_0 = ___0_from;
		__this->____from = L_0;
		int32_t L_1 = ___1_to;
		__this->____to = L_1;
		bool L_2 = ___2_isLiftedToNull;
		__this->____isLiftedToNull = L_2;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_Run_mA2A67169818DA16F3AAD5E3ABA95864FA3624401 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	void* L_5 = alloca(sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_2;
	memset((&V_2), 0, sizeof(V_2));
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_0025;
		}
	}
	{
		bool L_3 = __this->____isLiftedToNull;
		if (!L_3)
		{
			goto IL_0016;
		}
	}
	{
		V_1 = NULL;
		goto IL_002d;
	}

IL_0016:
	{
		RuntimeObject* L_4 = V_0;
		UnBoxNullable(L_4, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var, L_5);
		V_2 = ((*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_5));
		int32_t L_6;
		L_6 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_2), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		return L_6;
	}

IL_0025:
	{
		RuntimeObject* L_7 = V_0;
		RuntimeObject* L_8;
		L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(11, __this, L_7);
		V_1 = L_8;
	}

IL_002d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		RuntimeObject* L_10 = V_1;
		NullCheck(L_9);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_10, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumericConvertInstruction_get_InstructionName_m93BEC0F20F9B5B72160CE2B6790CF6E59C62ECC5 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_get_ConsumedStack_mDE25B0A179E38E4E7B7D23ECB8A8CEFA83F59953 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_get_ProducedStack_m652DFE589A62C87160B5C5837346F41BAC8624EC (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumericConvertInstruction_ToString_m12BAF93100D8F5C24BA6990198241E6C9143911F (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		s_Il2CppMethodInitialized = true;
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
		String_t* L_2;
		L_2 = VirtualFuncInvoker0< String_t* >::Invoke(9, __this);
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_1;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
		int32_t* L_5 = (int32_t*)(&__this->____from);
		Il2CppFakeBox<int32_t> L_6(TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var, L_5);
		String_t* L_7;
		L_7 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_6), NULL);
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_7);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_4;
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
		int32_t* L_10 = (int32_t*)(&__this->____to);
		Il2CppFakeBox<int32_t> L_11(TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var, L_10);
		String_t* L_12;
		L_12 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_11), NULL);
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_12);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_9;
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		String_t* L_14;
		L_14 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_13, NULL);
		return L_14;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR String_t* Unchecked_get_InstructionName_mDD3AD470F13EA8161949549AAD1F80628BDE5D0E (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Unchecked__ctor_mEEA7457039D5D4071FD1614FBE3202BB69AED39C (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_from;
		int32_t L_1 = ___1_to;
		bool L_2 = ___2_isLiftedToNull;
		NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B4_0 = NULL;
	Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B3_0 = NULL;
	int32_t G_B5_0 = 0;
	Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B5_1 = NULL;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____from;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
		{
			case 0:
			{
				goto IL_0044;
			}
			case 1:
			{
				goto IL_007e;
			}
			case 2:
			{
				goto IL_0064;
			}
			case 3:
			{
				goto IL_0057;
			}
			case 4:
			{
				goto IL_0071;
			}
			case 5:
			{
				goto IL_00a5;
			}
			case 6:
			{
				goto IL_008b;
			}
			case 7:
			{
				goto IL_00b2;
			}
			case 8:
			{
				goto IL_0098;
			}
			case 9:
			{
				goto IL_00c0;
			}
			case 10:
			{
				goto IL_00cd;
			}
			case 11:
			{
				goto IL_00db;
			}
		}
	}
	{
		goto IL_00e8;
	}

IL_0044:
	{
		RuntimeObject* L_2 = ___0_obj;
		if (((*(bool*)UnBox(L_2, il2cpp_defaults.boolean_class))))
		{
			G_B4_0 = __this;
			goto IL_0050;
		}
		G_B3_0 = __this;
	}
	{
		G_B5_0 = 0;
		G_B5_1 = G_B3_0;
		goto IL_0051;
	}

IL_0050:
	{
		G_B5_0 = 1;
		G_B5_1 = G_B4_0;
	}

IL_0051:
	{
		NullCheck(G_B5_1);
		RuntimeObject* L_3;
		L_3 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(G_B5_1, G_B5_0, NULL);
		return L_3;
	}

IL_0057:
	{
		RuntimeObject* L_4 = ___0_obj;
		RuntimeObject* L_5;
		L_5 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(uint8_t*)UnBox(L_4, il2cpp_defaults.byte_class))), NULL);
		return L_5;
	}

IL_0064:
	{
		RuntimeObject* L_6 = ___0_obj;
		RuntimeObject* L_7;
		L_7 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int8_t*)UnBox(L_6, il2cpp_defaults.sbyte_class))), NULL);
		return L_7;
	}

IL_0071:
	{
		RuntimeObject* L_8 = ___0_obj;
		RuntimeObject* L_9;
		L_9 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class))), NULL);
		return L_9;
	}

IL_007e:
	{
		RuntimeObject* L_10 = ___0_obj;
		RuntimeObject* L_11;
		L_11 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(Il2CppChar*)UnBox(L_10, il2cpp_defaults.char_class))), NULL);
		return L_11;
	}

IL_008b:
	{
		RuntimeObject* L_12 = ___0_obj;
		RuntimeObject* L_13;
		L_13 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int32_t*)UnBox(L_12, il2cpp_defaults.int32_class))), NULL);
		return L_13;
	}

IL_0098:
	{
		RuntimeObject* L_14 = ___0_obj;
		RuntimeObject* L_15;
		L_15 = Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404(__this, ((*(int64_t*)UnBox(L_14, il2cpp_defaults.int64_class))), NULL);
		return L_15;
	}

IL_00a5:
	{
		RuntimeObject* L_16 = ___0_obj;
		RuntimeObject* L_17;
		L_17 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), NULL);
		return L_17;
	}

IL_00b2:
	{
		RuntimeObject* L_18 = ___0_obj;
		RuntimeObject* L_19;
		L_19 = Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404(__this, ((int64_t)(uint64_t)((*(uint32_t*)UnBox(L_18, il2cpp_defaults.uint32_class)))), NULL);
		return L_19;
	}

IL_00c0:
	{
		RuntimeObject* L_20 = ___0_obj;
		RuntimeObject* L_21;
		L_21 = Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B(__this, ((*(uint64_t*)UnBox(L_20, il2cpp_defaults.uint64_class))), NULL);
		return L_21;
	}

IL_00cd:
	{
		RuntimeObject* L_22 = ___0_obj;
		RuntimeObject* L_23;
		L_23 = Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46(__this, ((double)((*(float*)UnBox(L_22, il2cpp_defaults.single_class)))), NULL);
		return L_23;
	}

IL_00db:
	{
		RuntimeObject* L_24 = ___0_obj;
		RuntimeObject* L_25;
		L_25 = Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46(__this, ((*(double*)UnBox(L_24, il2cpp_defaults.double_class))), NULL);
		return L_25;
	}

IL_00e8:
	{
		Exception_t* L_26;
		L_26 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
		{
			case 0:
			{
				goto IL_00a7;
			}
			case 1:
			{
				goto IL_005d;
			}
			case 2:
			{
				goto IL_004d;
			}
			case 3:
			{
				goto IL_0045;
			}
			case 4:
			{
				goto IL_0055;
			}
			case 5:
			{
				goto IL_0074;
			}
			case 6:
			{
				goto IL_0065;
			}
			case 7:
			{
				goto IL_007c;
			}
			case 8:
			{
				goto IL_006c;
			}
			case 9:
			{
				goto IL_0083;
			}
			case 10:
			{
				goto IL_008b;
			}
			case 11:
			{
				goto IL_0093;
			}
			case 12:
			{
				goto IL_009b;
			}
		}
	}
	{
		goto IL_00b1;
	}

IL_0045:
	{
		int32_t L_2 = ___0_obj;
		uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_004d:
	{
		int32_t L_5 = ___0_obj;
		int8_t L_6 = ((int8_t)L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0055:
	{
		int32_t L_8 = ___0_obj;
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_005d:
	{
		int32_t L_11 = ___0_obj;
		Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0065:
	{
		int32_t L_14 = ___0_obj;
		int32_t L_15 = L_14;
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_006c:
	{
		int32_t L_17 = ___0_obj;
		int64_t L_18 = ((int64_t)L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0074:
	{
		int32_t L_20 = ___0_obj;
		uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_007c:
	{
		int32_t L_23 = ___0_obj;
		uint32_t L_24 = ((uint32_t)L_23);
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0083:
	{
		int32_t L_26 = ___0_obj;
		uint64_t L_27 = ((uint64_t)((int64_t)L_26));
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_008b:
	{
		int32_t L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0093:
	{
		int32_t L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_009b:
	{
		int32_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a7:
	{
		int32_t L_39 = ___0_obj;
		bool L_40 = ((bool)((!(((uint32_t)L_39) <= ((uint32_t)0)))? 1 : 0));
		RuntimeObject* L_41 = Box(il2cpp_defaults.boolean_class, &L_40);
		return L_41;
	}

IL_00b1:
	{
		Exception_t* L_42;
		L_42 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int64_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0070;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0078;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0080;
			}
			case 9:
			{
				goto IL_0087;
			}
			case 10:
			{
				goto IL_008f;
			}
			case 11:
			{
				goto IL_0097;
			}
		}
	}
	{
		goto IL_00a3;
	}

IL_0041:
	{
		int64_t L_2 = ___0_obj;
		uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		int64_t L_5 = ___0_obj;
		int8_t L_6 = ((int8_t)L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		int64_t L_8 = ___0_obj;
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		int64_t L_11 = ___0_obj;
		Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		int64_t L_14 = ___0_obj;
		int32_t L_15 = ((int32_t)L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		int64_t L_17 = ___0_obj;
		int64_t L_18 = L_17;
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0070:
	{
		int64_t L_20 = ___0_obj;
		uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0078:
	{
		int64_t L_23 = ___0_obj;
		uint32_t L_24 = ((uint32_t)((int32_t)(uint32_t)L_23));
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0080:
	{
		int64_t L_26 = ___0_obj;
		uint64_t L_27 = ((uint64_t)L_26);
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0087:
	{
		int64_t L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_008f:
	{
		int64_t L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_0097:
	{
		int64_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a3:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, uint64_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0070;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0078;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0080;
			}
			case 9:
			{
				goto IL_0087;
			}
			case 10:
			{
				goto IL_0090;
			}
			case 11:
			{
				goto IL_0099;
			}
		}
	}
	{
		goto IL_00a5;
	}

IL_0041:
	{
		uint64_t L_2 = ___0_obj;
		uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		uint64_t L_5 = ___0_obj;
		int8_t L_6 = ((int8_t)L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		uint64_t L_8 = ___0_obj;
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		uint64_t L_11 = ___0_obj;
		Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		uint64_t L_14 = ___0_obj;
		int32_t L_15 = ((int32_t)L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		uint64_t L_17 = ___0_obj;
		int64_t L_18 = ((int64_t)L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0070:
	{
		uint64_t L_20 = ___0_obj;
		uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0078:
	{
		uint64_t L_23 = ___0_obj;
		uint32_t L_24 = ((uint32_t)((int32_t)(uint32_t)L_23));
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0080:
	{
		uint64_t L_26 = ___0_obj;
		uint64_t L_27 = L_26;
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0087:
	{
		uint64_t L_29 = ___0_obj;
		float L_30 = ((float)((double)(uint64_t)L_29));
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0090:
	{
		uint64_t L_32 = ___0_obj;
		double L_33 = ((double)((double)(uint64_t)L_32));
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_0099:
	{
		uint64_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a5:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, double ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0071;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0079;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0081;
			}
			case 9:
			{
				goto IL_0089;
			}
			case 10:
			{
				goto IL_0091;
			}
			case 11:
			{
				goto IL_0099;
			}
		}
	}
	{
		goto IL_00a5;
	}

IL_0041:
	{
		double L_2 = ___0_obj;
		uint8_t L_3 = ((uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, double>(L_2));
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		double L_5 = ___0_obj;
		int8_t L_6 = il2cpp_codegen_cast_double_to_int<int8_t>(L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		double L_8 = ___0_obj;
		int16_t L_9 = il2cpp_codegen_cast_double_to_int<int16_t>(L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		double L_11 = ___0_obj;
		Il2CppChar L_12 = ((Il2CppChar)il2cpp_codegen_cast_floating_point<uint16_t, int32_t, double>(L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		double L_14 = ___0_obj;
		int32_t L_15 = il2cpp_codegen_cast_double_to_int<int32_t>(L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		double L_17 = ___0_obj;
		int64_t L_18 = il2cpp_codegen_cast_double_to_int<int64_t>(L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0071:
	{
		double L_20 = ___0_obj;
		uint16_t L_21 = ((uint16_t)il2cpp_codegen_cast_floating_point<uint16_t, int32_t, double>(L_20));
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0079:
	{
		double L_23 = ___0_obj;
		uint32_t L_24 = ((uint32_t)il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_23));
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0081:
	{
		double L_26 = ___0_obj;
		uint64_t L_27 = ((uint64_t)il2cpp_codegen_cast_floating_point<uint64_t, int64_t, double>(L_26));
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0089:
	{
		double L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0091:
	{
		double L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_0099:
	{
		double L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Explicit_mC97457D67812EF62FBEC4E9C07E5DCFACAA1FE66(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a5:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Checked_get_InstructionName_mA47666484F9D5FCD5EC4197EE58943286E693903 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Checked__ctor_mFF723375767AAD3C5A48F22EDAF55405E669B6A1 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_from;
		int32_t L_1 = ___1_to;
		bool L_2 = ___2_isLiftedToNull;
		NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B4_0 = NULL;
	Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B3_0 = NULL;
	int32_t G_B5_0 = 0;
	Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B5_1 = NULL;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____from;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
		{
			case 0:
			{
				goto IL_0044;
			}
			case 1:
			{
				goto IL_007e;
			}
			case 2:
			{
				goto IL_0064;
			}
			case 3:
			{
				goto IL_0057;
			}
			case 4:
			{
				goto IL_0071;
			}
			case 5:
			{
				goto IL_00a5;
			}
			case 6:
			{
				goto IL_008b;
			}
			case 7:
			{
				goto IL_00b2;
			}
			case 8:
			{
				goto IL_0098;
			}
			case 9:
			{
				goto IL_00c0;
			}
			case 10:
			{
				goto IL_00cd;
			}
			case 11:
			{
				goto IL_00db;
			}
		}
	}
	{
		goto IL_00e8;
	}

IL_0044:
	{
		RuntimeObject* L_2 = ___0_obj;
		if (((*(bool*)UnBox(L_2, il2cpp_defaults.boolean_class))))
		{
			G_B4_0 = __this;
			goto IL_0050;
		}
		G_B3_0 = __this;
	}
	{
		G_B5_0 = 0;
		G_B5_1 = G_B3_0;
		goto IL_0051;
	}

IL_0050:
	{
		G_B5_0 = 1;
		G_B5_1 = G_B4_0;
	}

IL_0051:
	{
		NullCheck(G_B5_1);
		RuntimeObject* L_3;
		L_3 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(G_B5_1, G_B5_0, NULL);
		return L_3;
	}

IL_0057:
	{
		RuntimeObject* L_4 = ___0_obj;
		RuntimeObject* L_5;
		L_5 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(uint8_t*)UnBox(L_4, il2cpp_defaults.byte_class))), NULL);
		return L_5;
	}

IL_0064:
	{
		RuntimeObject* L_6 = ___0_obj;
		RuntimeObject* L_7;
		L_7 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int8_t*)UnBox(L_6, il2cpp_defaults.sbyte_class))), NULL);
		return L_7;
	}

IL_0071:
	{
		RuntimeObject* L_8 = ___0_obj;
		RuntimeObject* L_9;
		L_9 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class))), NULL);
		return L_9;
	}

IL_007e:
	{
		RuntimeObject* L_10 = ___0_obj;
		RuntimeObject* L_11;
		L_11 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(Il2CppChar*)UnBox(L_10, il2cpp_defaults.char_class))), NULL);
		return L_11;
	}

IL_008b:
	{
		RuntimeObject* L_12 = ___0_obj;
		RuntimeObject* L_13;
		L_13 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int32_t*)UnBox(L_12, il2cpp_defaults.int32_class))), NULL);
		return L_13;
	}

IL_0098:
	{
		RuntimeObject* L_14 = ___0_obj;
		RuntimeObject* L_15;
		L_15 = Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0(__this, ((*(int64_t*)UnBox(L_14, il2cpp_defaults.int64_class))), NULL);
		return L_15;
	}

IL_00a5:
	{
		RuntimeObject* L_16 = ___0_obj;
		RuntimeObject* L_17;
		L_17 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), NULL);
		return L_17;
	}

IL_00b2:
	{
		RuntimeObject* L_18 = ___0_obj;
		RuntimeObject* L_19;
		L_19 = Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0(__this, ((int64_t)(uint64_t)((*(uint32_t*)UnBox(L_18, il2cpp_defaults.uint32_class)))), NULL);
		return L_19;
	}

IL_00c0:
	{
		RuntimeObject* L_20 = ___0_obj;
		RuntimeObject* L_21;
		L_21 = Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2(__this, ((*(uint64_t*)UnBox(L_20, il2cpp_defaults.uint64_class))), NULL);
		return L_21;
	}

IL_00cd:
	{
		RuntimeObject* L_22 = ___0_obj;
		RuntimeObject* L_23;
		L_23 = Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F(__this, ((double)((*(float*)UnBox(L_22, il2cpp_defaults.single_class)))), NULL);
		return L_23;
	}

IL_00db:
	{
		RuntimeObject* L_24 = ___0_obj;
		RuntimeObject* L_25;
		L_25 = Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F(__this, ((*(double*)UnBox(L_24, il2cpp_defaults.double_class))), NULL);
		return L_25;
	}

IL_00e8:
	{
		Exception_t* L_26;
		L_26 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
		{
			case 0:
			{
				goto IL_00a8;
			}
			case 1:
			{
				goto IL_005d;
			}
			case 2:
			{
				goto IL_004d;
			}
			case 3:
			{
				goto IL_0045;
			}
			case 4:
			{
				goto IL_0055;
			}
			case 5:
			{
				goto IL_0074;
			}
			case 6:
			{
				goto IL_0065;
			}
			case 7:
			{
				goto IL_007c;
			}
			case 8:
			{
				goto IL_006c;
			}
			case 9:
			{
				goto IL_0084;
			}
			case 10:
			{
				goto IL_008c;
			}
			case 11:
			{
				goto IL_0094;
			}
			case 12:
			{
				goto IL_009c;
			}
		}
	}
	{
		goto IL_00b2;
	}

IL_0045:
	{
		int32_t L_2 = ___0_obj;
		if ((int64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		uint8_t L_3 = ((uint8_t)L_2);
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_004d:
	{
		int32_t L_5 = ___0_obj;
		if ((int64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		int8_t L_6 = ((int8_t)L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0055:
	{
		int32_t L_8 = ___0_obj;
		if ((int64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_005d:
	{
		int32_t L_11 = ___0_obj;
		if ((int64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0065:
	{
		int32_t L_14 = ___0_obj;
		int32_t L_15 = L_14;
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_006c:
	{
		int32_t L_17 = ___0_obj;
		int64_t L_18 = ((int64_t)L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0074:
	{
		int32_t L_20 = ___0_obj;
		if ((int64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		uint16_t L_21 = ((uint16_t)L_20);
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_007c:
	{
		int32_t L_23 = ___0_obj;
		if ((int64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		uint32_t L_24 = ((uint32_t)L_23);
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0084:
	{
		int32_t L_26 = ___0_obj;
		if ((uint64_t)(L_26) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
		uint64_t L_27 = ((uint64_t)L_26);
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_008c:
	{
		int32_t L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0094:
	{
		int32_t L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_009c:
	{
		int32_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a8:
	{
		int32_t L_39 = ___0_obj;
		bool L_40 = ((bool)((!(((uint32_t)L_39) <= ((uint32_t)0)))? 1 : 0));
		RuntimeObject* L_41 = Box(il2cpp_defaults.boolean_class, &L_40);
		return L_41;
	}

IL_00b2:
	{
		Exception_t* L_42;
		L_42 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int64_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0070;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0078;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0080;
			}
			case 9:
			{
				goto IL_0088;
			}
			case 10:
			{
				goto IL_0090;
			}
			case 11:
			{
				goto IL_0098;
			}
		}
	}
	{
		goto IL_00a4;
	}

IL_0041:
	{
		int64_t L_2 = ___0_obj;
		if ((int64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		uint8_t L_3 = ((uint8_t)L_2);
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		int64_t L_5 = ___0_obj;
		if ((int64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		int8_t L_6 = ((int8_t)L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		int64_t L_8 = ___0_obj;
		if ((int64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		int64_t L_11 = ___0_obj;
		if ((int64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		int64_t L_14 = ___0_obj;
		if ((int64_t)(L_14) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		int32_t L_15 = ((int32_t)L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		int64_t L_17 = ___0_obj;
		int64_t L_18 = L_17;
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0070:
	{
		int64_t L_20 = ___0_obj;
		if ((int64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		uint16_t L_21 = ((uint16_t)L_20);
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0078:
	{
		int64_t L_23 = ___0_obj;
		if ((int64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		uint32_t L_24 = ((uint32_t)L_23);
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0080:
	{
		int64_t L_26 = ___0_obj;
		if ((uint64_t)(L_26) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
		uint64_t L_27 = ((uint64_t)L_26);
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0088:
	{
		int64_t L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0090:
	{
		int64_t L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_0098:
	{
		int64_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a4:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, uint64_t ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0071;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0079;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0081;
			}
			case 9:
			{
				goto IL_0088;
			}
			case 10:
			{
				goto IL_0091;
			}
			case 11:
			{
				goto IL_009a;
			}
		}
	}
	{
		goto IL_00a6;
	}

IL_0041:
	{
		uint64_t L_2 = ___0_obj;
		if ((uint64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		uint8_t L_3 = ((uint8_t)L_2);
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		uint64_t L_5 = ___0_obj;
		if ((uint64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		int8_t L_6 = ((int8_t)((uint8_t)L_5));
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		uint64_t L_8 = ___0_obj;
		if ((uint64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		int16_t L_9 = ((int16_t)L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		uint64_t L_11 = ___0_obj;
		if ((uint64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		uint64_t L_14 = ___0_obj;
		if ((uint64_t)(L_14) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		int32_t L_15 = ((int32_t)L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		uint64_t L_17 = ___0_obj;
		if ((uint64_t)(L_17) > 9223372036854775807ULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		int64_t L_18 = ((int64_t)L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0071:
	{
		uint64_t L_20 = ___0_obj;
		if ((uint64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		uint16_t L_21 = ((uint16_t)L_20);
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0079:
	{
		uint64_t L_23 = ___0_obj;
		if ((uint64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
		uint32_t L_24 = ((uint32_t)L_23);
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0081:
	{
		uint64_t L_26 = ___0_obj;
		uint64_t L_27 = L_26;
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0088:
	{
		uint64_t L_29 = ___0_obj;
		float L_30 = ((float)((double)(uint64_t)L_29));
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0091:
	{
		uint64_t L_32 = ___0_obj;
		double L_33 = ((double)((double)(uint64_t)L_32));
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_009a:
	{
		uint64_t L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a6:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, double ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
		{
			case 0:
			{
				goto IL_0059;
			}
			case 1:
			{
				goto IL_0049;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0051;
			}
			case 4:
			{
				goto IL_0071;
			}
			case 5:
			{
				goto IL_0061;
			}
			case 6:
			{
				goto IL_0079;
			}
			case 7:
			{
				goto IL_0069;
			}
			case 8:
			{
				goto IL_0081;
			}
			case 9:
			{
				goto IL_0089;
			}
			case 10:
			{
				goto IL_0091;
			}
			case 11:
			{
				goto IL_0099;
			}
		}
	}
	{
		goto IL_00a5;
	}

IL_0041:
	{
		double L_2 = ___0_obj;
		if (L_2 > (double)(255LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		uint8_t L_3 = il2cpp_codegen_cast_floating_point<uint8_t, uint8_t, double>(L_2);
		RuntimeObject* L_4 = Box(il2cpp_defaults.byte_class, &L_3);
		return L_4;
	}

IL_0049:
	{
		double L_5 = ___0_obj;
		if (L_5 > (double)(127LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		int8_t L_6 = il2cpp_codegen_cast_double_to_int<int8_t>(L_5);
		RuntimeObject* L_7 = Box(il2cpp_defaults.sbyte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		double L_8 = ___0_obj;
		if (L_8 > (double)(32767LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		int16_t L_9 = il2cpp_codegen_cast_double_to_int<int16_t>(L_8);
		RuntimeObject* L_10 = Box(il2cpp_defaults.int16_class, &L_9);
		return L_10;
	}

IL_0059:
	{
		double L_11 = ___0_obj;
		if (L_11 > (double)(65535LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		Il2CppChar L_12 = ((Il2CppChar)il2cpp_codegen_cast_floating_point<uint16_t, uint16_t, double>(L_11));
		RuntimeObject* L_13 = Box(il2cpp_defaults.char_class, &L_12);
		return L_13;
	}

IL_0061:
	{
		double L_14 = ___0_obj;
		if (L_14 > (double)(2147483647LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		int32_t L_15 = il2cpp_codegen_cast_double_to_int<int32_t>(L_14);
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		return L_16;
	}

IL_0069:
	{
		double L_17 = ___0_obj;
		if (L_17 > (double)((std::numeric_limits<int64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		int64_t L_18 = il2cpp_codegen_cast_double_to_int<int64_t>(L_17);
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		return L_19;
	}

IL_0071:
	{
		double L_20 = ___0_obj;
		if (L_20 > (double)(65535LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		uint16_t L_21 = il2cpp_codegen_cast_floating_point<uint16_t, uint16_t, double>(L_20);
		RuntimeObject* L_22 = Box(il2cpp_defaults.uint16_class, &L_21);
		return L_22;
	}

IL_0079:
	{
		double L_23 = ___0_obj;
		if (L_23 > (double)(4294967295LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		uint32_t L_24 = il2cpp_codegen_cast_floating_point<uint32_t, uint32_t, double>(L_23);
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint32_class, &L_24);
		return L_25;
	}

IL_0081:
	{
		double L_26 = ___0_obj;
		if (L_26 > (double)((std::numeric_limits<uint64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
		uint64_t L_27 = il2cpp_codegen_cast_floating_point<uint64_t, uint64_t, double>(L_26);
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint64_class, &L_27);
		return L_28;
	}

IL_0089:
	{
		double L_29 = ___0_obj;
		float L_30 = ((float)L_29);
		RuntimeObject* L_31 = Box(il2cpp_defaults.single_class, &L_30);
		return L_31;
	}

IL_0091:
	{
		double L_32 = ___0_obj;
		double L_33 = ((double)L_32);
		RuntimeObject* L_34 = Box(il2cpp_defaults.double_class, &L_33);
		return L_34;
	}

IL_0099:
	{
		double L_35 = ___0_obj;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
		L_36 = Decimal_op_Explicit_mC97457D67812EF62FBEC4E9C07E5DCFACAA1FE66(L_35, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
		RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
		return L_38;
	}

IL_00a5:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToUnderlying_get_InstructionName_mBFCAEB5B312A7F1071C83F374416359D8C7C90CC (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToUnderlying__ctor_m3C020435F4E266CFC40C97ECCA8F6F78543B339D (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, int32_t ___0_to, bool ___1_isLiftedToNull, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_to;
		int32_t L_1 = ___0_to;
		bool L_2 = ___1_isLiftedToNull;
		NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047 (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to;
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
		{
			case 0:
			{
				goto IL_0039;
			}
			case 1:
			{
				goto IL_0069;
			}
			case 2:
			{
				goto IL_0051;
			}
			case 3:
			{
				goto IL_0045;
			}
			case 4:
			{
				goto IL_005d;
			}
			case 5:
			{
				goto IL_008d;
			}
			case 6:
			{
				goto IL_0075;
			}
			case 7:
			{
				goto IL_0099;
			}
			case 8:
			{
				goto IL_0081;
			}
			case 9:
			{
				goto IL_00a5;
			}
		}
	}
	{
		goto IL_00b1;
	}

IL_0039:
	{
		RuntimeObject* L_2 = ___0_obj;
		bool L_3 = ((*(bool*)UnBox(L_2, il2cpp_defaults.boolean_class)));
		RuntimeObject* L_4 = Box(il2cpp_defaults.boolean_class, &L_3);
		return L_4;
	}

IL_0045:
	{
		RuntimeObject* L_5 = ___0_obj;
		uint8_t L_6 = ((*(uint8_t*)UnBox(L_5, il2cpp_defaults.byte_class)));
		RuntimeObject* L_7 = Box(il2cpp_defaults.byte_class, &L_6);
		return L_7;
	}

IL_0051:
	{
		RuntimeObject* L_8 = ___0_obj;
		int8_t L_9 = ((*(int8_t*)UnBox(L_8, il2cpp_defaults.sbyte_class)));
		RuntimeObject* L_10 = Box(il2cpp_defaults.sbyte_class, &L_9);
		return L_10;
	}

IL_005d:
	{
		RuntimeObject* L_11 = ___0_obj;
		int16_t L_12 = ((*(int16_t*)UnBox(L_11, il2cpp_defaults.int16_class)));
		RuntimeObject* L_13 = Box(il2cpp_defaults.int16_class, &L_12);
		return L_13;
	}

IL_0069:
	{
		RuntimeObject* L_14 = ___0_obj;
		Il2CppChar L_15 = ((*(Il2CppChar*)UnBox(L_14, il2cpp_defaults.char_class)));
		RuntimeObject* L_16 = Box(il2cpp_defaults.char_class, &L_15);
		return L_16;
	}

IL_0075:
	{
		RuntimeObject* L_17 = ___0_obj;
		int32_t L_18 = ((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class)));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int32_class, &L_18);
		return L_19;
	}

IL_0081:
	{
		RuntimeObject* L_20 = ___0_obj;
		int64_t L_21 = ((*(int64_t*)UnBox(L_20, il2cpp_defaults.int64_class)));
		RuntimeObject* L_22 = Box(il2cpp_defaults.int64_class, &L_21);
		return L_22;
	}

IL_008d:
	{
		RuntimeObject* L_23 = ___0_obj;
		uint16_t L_24 = ((*(uint16_t*)UnBox(L_23, il2cpp_defaults.uint16_class)));
		RuntimeObject* L_25 = Box(il2cpp_defaults.uint16_class, &L_24);
		return L_25;
	}

IL_0099:
	{
		RuntimeObject* L_26 = ___0_obj;
		uint32_t L_27 = ((*(uint32_t*)UnBox(L_26, il2cpp_defaults.uint32_class)));
		RuntimeObject* L_28 = Box(il2cpp_defaults.uint32_class, &L_27);
		return L_28;
	}

IL_00a5:
	{
		RuntimeObject* L_29 = ___0_obj;
		uint64_t L_30 = ((*(uint64_t*)UnBox(L_29, il2cpp_defaults.uint64_class)));
		RuntimeObject* L_31 = Box(il2cpp_defaults.uint64_class, &L_30);
		return L_31;
	}

IL_00b1:
	{
		Exception_t* L_32;
		L_32 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInstruction_get_ConsumedStack_mC80E34792529237FFE16F55B0FC57FD8D093879C (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInstruction_get_ProducedStack_m2D9223435BF1C3E29068E54EC50F5B568923E103 (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OrInstruction_get_InstructionName_mE9DDDCCA583F0D011615B704750A984803D829BD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* OrInstruction_Create_m95B740D072E811E535F2DB1A6C0AEEC276D95B31 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3)))
		{
			case 0:
			{
				goto IL_00e9;
			}
			case 1:
			{
				goto IL_00fe;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0095;
			}
			case 4:
			{
				goto IL_0056;
			}
			case 5:
			{
				goto IL_00aa;
			}
			case 6:
			{
				goto IL_006b;
			}
			case 7:
			{
				goto IL_00bf;
			}
			case 8:
			{
				goto IL_0080;
			}
			case 9:
			{
				goto IL_00d4;
			}
		}
	}
	{
		goto IL_00fe;
	}

IL_0041:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_0055;
		}
		G_B3_0 = L_5;
	}
	{
		OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* L_6 = (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557*)il2cpp_codegen_object_new(OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var);
		OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A(L_6, NULL);
		OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* L_7 = L_6;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_0055:
	{
		return G_B4_0;
	}

IL_0056:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_006a;
		}
		G_B6_0 = L_9;
	}
	{
		OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* L_10 = (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83*)il2cpp_codegen_object_new(OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var);
		OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF(L_10, NULL);
		OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* L_11 = L_10;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_006a:
	{
		return G_B7_0;
	}

IL_006b:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_007f;
		}
		G_B9_0 = L_13;
	}
	{
		OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* L_14 = (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C*)il2cpp_codegen_object_new(OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var);
		OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD(L_14, NULL);
		OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* L_15 = L_14;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_007f:
	{
		return G_B10_0;
	}

IL_0080:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_0094;
		}
		G_B12_0 = L_17;
	}
	{
		OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* L_18 = (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B*)il2cpp_codegen_object_new(OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var);
		OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F(L_18, NULL);
		OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* L_19 = L_18;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_0094:
	{
		return G_B13_0;
	}

IL_0095:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a9;
		}
		G_B15_0 = L_21;
	}
	{
		OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* L_22 = (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D*)il2cpp_codegen_object_new(OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var);
		OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D(L_22, NULL);
		OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* L_23 = L_22;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a9:
	{
		return G_B16_0;
	}

IL_00aa:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00be;
		}
		G_B18_0 = L_25;
	}
	{
		OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* L_26 = (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0*)il2cpp_codegen_object_new(OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var);
		OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8(L_26, NULL);
		OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* L_27 = L_26;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00be:
	{
		return G_B19_0;
	}

IL_00bf:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00d3;
		}
		G_B21_0 = L_29;
	}
	{
		OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* L_30 = (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B*)il2cpp_codegen_object_new(OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var);
		OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31(L_30, NULL);
		OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* L_31 = L_30;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32 = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00d3:
	{
		return G_B22_0;
	}

IL_00d4:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e8;
		}
		G_B24_0 = L_33;
	}
	{
		OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* L_34 = (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E*)il2cpp_codegen_object_new(OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_il2cpp_TypeInfo_var);
		OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73(L_34, NULL);
		OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* L_35 = L_34;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64 = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e8:
	{
		return G_B25_0;
	}

IL_00e9:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = L_36;
		if (L_37)
		{
			G_B28_0 = L_37;
			goto IL_00fd;
		}
		G_B27_0 = L_37;
	}
	{
		OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* L_38 = (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15*)il2cpp_codegen_object_new(OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var);
		OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A(L_38, NULL);
		OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* L_39 = L_38;
		((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean = L_39;
		Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean), (void*)L_39);
		G_B28_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_39));
	}

IL_00fd:
	{
		return G_B28_0;
	}

IL_00fe:
	{
		Exception_t* L_40;
		L_40 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrInstruction_Create_m95B740D072E811E535F2DB1A6C0AEEC276D95B31_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrSByte_Run_m8C422DB094764BAFE2B9EA6FF8347F1604E26868 (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		NullCheck(L_7);
		InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_7, ((int8_t)((int32_t)((int32_t)((*(int8_t*)UnBox(L_8, il2cpp_defaults.sbyte_class)))|(int32_t)((*(int8_t*)UnBox(L_9, il2cpp_defaults.sbyte_class)))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt16_Run_m6175455B34A71B24F3856594EA7013F0041CEE68 (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		NullCheck(L_7);
		InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_7, ((int16_t)((int32_t)((int32_t)((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class)))|(int32_t)((*(int16_t*)UnBox(L_9, il2cpp_defaults.int16_class)))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt32_Run_m39D8864068584D6B6C4EA3841ABB77F8746813D5 (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		NullCheck(L_7);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_7, ((int32_t)(((*(int32_t*)UnBox(L_8, il2cpp_defaults.int32_class)))|((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt64_Run_m24135F6C61E11B20AE8CBF7CB41E48614DCD1A17 (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		int64_t L_10 = ((int64_t)(((*(int64_t*)UnBox(L_8, il2cpp_defaults.int64_class)))|((*(int64_t*)UnBox(L_9, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.int64_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrByte_Run_m0AD942344FA75D8AF1FBB8BDE84D32569362044F (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		NullCheck(L_7);
		InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3(L_7, (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)((*(uint8_t*)UnBox(L_8, il2cpp_defaults.byte_class)))|(int32_t)((*(uint8_t*)UnBox(L_9, il2cpp_defaults.byte_class)))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt16_Run_m6A738256063E87BE84C1D12D4F944B33799974FB (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		NullCheck(L_7);
		InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_7, (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)((*(uint16_t*)UnBox(L_8, il2cpp_defaults.uint16_class)))|(int32_t)((*(uint16_t*)UnBox(L_9, il2cpp_defaults.uint16_class)))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8 (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt32_Run_m4A59EF714348038D7E9CE974986552B4C647224C (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		uint32_t L_10 = ((uint32_t)((int32_t)((int32_t)((*(uint32_t*)UnBox(L_8, il2cpp_defaults.uint32_class)))|(int32_t)((*(uint32_t*)UnBox(L_9, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.uint32_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31 (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt64_Run_m2EADE2C20A2B503AE94F46CC21ADD986374D0A7D (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_0;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		return 1;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		RuntimeObject* L_9 = V_1;
		uint64_t L_10 = ((uint64_t)((int64_t)((int64_t)((*(uint64_t*)UnBox(L_8, il2cpp_defaults.uint64_class)))|(int64_t)((*(uint64_t*)UnBox(L_9, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.uint64_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73 (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrBoolean_Run_m26E26BD55D71E892DD26C12F2BFDCF87B6D25496 (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B5_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B4_0 = NULL;
	RuntimeObject* G_B6_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B6_1 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B11_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B10_0 = NULL;
	RuntimeObject* G_B12_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B12_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_0035;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0033;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_0;
		if (((*(bool*)UnBox(L_8, il2cpp_defaults.boolean_class))))
		{
			G_B5_0 = L_7;
			goto IL_0029;
		}
		G_B4_0 = L_7;
	}
	{
		G_B6_0 = NULL;
		G_B6_1 = G_B4_0;
		goto IL_002e;
	}

IL_0029:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_9 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue;
		G_B6_0 = L_9;
		G_B6_1 = G_B5_0;
	}

IL_002e:
	{
		NullCheck(G_B6_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B6_1, G_B6_0, NULL);
	}

IL_0033:
	{
		return 1;
	}

IL_0035:
	{
		RuntimeObject* L_10 = V_0;
		if (L_10)
		{
			goto IL_0050;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___0_frame;
		RuntimeObject* L_12 = V_1;
		if (((*(bool*)UnBox(L_12, il2cpp_defaults.boolean_class))))
		{
			G_B11_0 = L_11;
			goto IL_0044;
		}
		G_B10_0 = L_11;
	}
	{
		G_B12_0 = NULL;
		G_B12_1 = G_B10_0;
		goto IL_0049;
	}

IL_0044:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_13 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue;
		G_B12_0 = L_13;
		G_B12_1 = G_B11_0;
	}

IL_0049:
	{
		NullCheck(G_B12_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B12_1, G_B12_0, NULL);
		return 1;
	}

IL_0050:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_14 = ___0_frame;
		RuntimeObject* L_15 = V_1;
		RuntimeObject* L_16 = V_0;
		NullCheck(L_14);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_14, (bool)((int32_t)((int32_t)((*(bool*)UnBox(L_15, il2cpp_defaults.boolean_class)))|(int32_t)((*(bool*)UnBox(L_16, il2cpp_defaults.boolean_class))))), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, const RuntimeMethod* method) 
{
	{
		OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInstruction_get_ConsumedStack_m5D1569D83E8EBD562143818E1885E1D06029EC3C (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInstruction_get_ProducedStack_m0E54F2EBD8C8F5EC33104F220084138CB7146C7F (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RightShiftInstruction_get_InstructionName_mFA32723F711BFF283485A94F3518E283DEF207CF (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0 (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* RightShiftInstruction_Create_m29059859DD853B71CF1D726EC1A0F014701576C5 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 5)))
		{
			case 0:
			{
				goto IL_0039;
			}
			case 1:
			{
				goto IL_008d;
			}
			case 2:
			{
				goto IL_004e;
			}
			case 3:
			{
				goto IL_00a2;
			}
			case 4:
			{
				goto IL_0063;
			}
			case 5:
			{
				goto IL_00b7;
			}
			case 6:
			{
				goto IL_0078;
			}
			case 7:
			{
				goto IL_00cc;
			}
		}
	}
	{
		goto IL_00e1;
	}

IL_0039:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_004d;
		}
		G_B3_0 = L_5;
	}
	{
		RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* L_6 = (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C*)il2cpp_codegen_object_new(RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var);
		RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B(L_6, NULL);
		RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* L_7 = L_6;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_004d:
	{
		return G_B4_0;
	}

IL_004e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0062;
		}
		G_B6_0 = L_9;
	}
	{
		RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* L_10 = (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9*)il2cpp_codegen_object_new(RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var);
		RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4(L_10, NULL);
		RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* L_11 = L_10;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0062:
	{
		return G_B7_0;
	}

IL_0063:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0077;
		}
		G_B9_0 = L_13;
	}
	{
		RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* L_14 = (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726*)il2cpp_codegen_object_new(RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var);
		RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651(L_14, NULL);
		RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* L_15 = L_14;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0077:
	{
		return G_B10_0;
	}

IL_0078:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_008c;
		}
		G_B12_0 = L_17;
	}
	{
		RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* L_18 = (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F*)il2cpp_codegen_object_new(RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var);
		RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5(L_18, NULL);
		RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* L_19 = L_18;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_008c:
	{
		return G_B13_0;
	}

IL_008d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a1;
		}
		G_B15_0 = L_21;
	}
	{
		RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* L_22 = (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872*)il2cpp_codegen_object_new(RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var);
		RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B(L_22, NULL);
		RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* L_23 = L_22;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a1:
	{
		return G_B16_0;
	}

IL_00a2:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00b6;
		}
		G_B18_0 = L_25;
	}
	{
		RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* L_26 = (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD*)il2cpp_codegen_object_new(RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var);
		RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B(L_26, NULL);
		RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* L_27 = L_26;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00b6:
	{
		return G_B19_0;
	}

IL_00b7:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00cb;
		}
		G_B21_0 = L_29;
	}
	{
		RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* L_30 = (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2*)il2cpp_codegen_object_new(RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var);
		RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD(L_30, NULL);
		RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* L_31 = L_30;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32 = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00cb:
	{
		return G_B22_0;
	}

IL_00cc:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e0;
		}
		G_B24_0 = L_33;
	}
	{
		RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* L_34 = (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF*)il2cpp_codegen_object_new(RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_il2cpp_TypeInfo_var);
		RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B(L_34, NULL);
		RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* L_35 = L_34;
		((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64 = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e0:
	{
		return G_B25_0;
	}

IL_00e1:
	{
		Exception_t* L_36;
		L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RightShiftInstruction_Create_m29059859DD853B71CF1D726EC1A0F014701576C5_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftSByte_Run_mED122B81E9298E21B6D249F6FA2E9ED8B4D9267D (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_7, ((int8_t)((int32_t)((int32_t)((*(int8_t*)UnBox(L_8, il2cpp_defaults.sbyte_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31)))))), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt16_Run_m3550744AA09920566CC9FCD827CA40BCFED945CD (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_7, ((int16_t)((int32_t)((int32_t)((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31)))))), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4 (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt32_Run_m05B7D4B96FB29F5E0185A191DA0A71123217053F (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0033;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_7, ((int32_t)(((*(int32_t*)UnBox(L_8, il2cpp_defaults.int32_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31))))), NULL);
	}

IL_0033:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651 (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt64_Run_m8E057C81E42C5B709EADCC5A522ECF8276DA1F6A (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0038;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		int64_t L_10 = ((int64_t)(((*(int64_t*)UnBox(L_8, il2cpp_defaults.int64_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)63)))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.int64_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
	}

IL_0038:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5 (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftByte_Run_mD49EC1BE5E407D740E884DA55DC745C0447F7629 (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3(L_7, (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)((*(uint8_t*)UnBox(L_8, il2cpp_defaults.byte_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31)))))), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt16_Run_mADD74307710DF28AB705B89C1FDC2E39B9FE8BF9 (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0034;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_7, (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)((*(uint16_t*)UnBox(L_8, il2cpp_defaults.uint16_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31)))))), NULL);
	}

IL_0034:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt32_Run_m316E3C749C26381664B9965B92DC4739A58F0E19 (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0038;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		uint32_t L_10 = ((uint32_t)((int32_t)((uint32_t)((*(uint32_t*)UnBox(L_8, il2cpp_defaults.uint32_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)31))))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.uint32_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
	}

IL_0038:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt64_Run_m832045077183C60CE41BFF3E0F0993B72B4AD293 (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		if (L_5)
		{
			goto IL_001d;
		}
	}

IL_0014:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
		goto IL_0038;
	}

IL_001d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		RuntimeObject* L_8 = V_1;
		RuntimeObject* L_9 = V_0;
		uint64_t L_10 = ((uint64_t)((int64_t)((uint64_t)((*(uint64_t*)UnBox(L_8, il2cpp_defaults.uint64_class)))>>((int32_t)(((*(int32_t*)UnBox(L_9, il2cpp_defaults.int32_class)))&((int32_t)63))))));
		RuntimeObject* L_11 = Box(il2cpp_defaults.uint64_class, &L_10);
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
	}

IL_0038:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, const RuntimeMethod* method) 
{
	{
		RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_boxes, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___0_boxes;
		__this->____boxes = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____boxes), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeVariables_Create_m62057F30316C86D755AA63FA1735ED8852908541 (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___0_boxes, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___0_boxes;
		RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* L_1 = (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8*)il2cpp_codegen_object_new(RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var);
		RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB(L_1, L_0, NULL);
		return L_1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		RuntimeObject* L_0 = ___0_value;
		__this->____value = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____value), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadObjectInstruction_get_ProducedStack_mA3F8E4DC298D9DFE5989FC625B6E38052A6FFEDA (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadObjectInstruction_get_InstructionName_m91F673F188BFC5157B784224517D2BF6554BAB19 (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadObjectInstruction_Run_mECA3F13B40DD35905C7334604AA78775CA4B858B (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
		NullCheck(L_3);
		int32_t L_4 = L_3->___StackIndex;
		V_0 = L_4;
		int32_t L_5 = V_0;
		NullCheck(L_3);
		L_3->___StackIndex = ((int32_t)il2cpp_codegen_add(L_5, 1));
		int32_t L_6 = V_0;
		RuntimeObject* L_7 = __this->____value;
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_7);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_7);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadObjectInstruction_ToString_m0231BB0A690E07FF76FFEB8D9784EA50FF5DA3FE (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* G_B2_0 = NULL;
	String_t* G_B2_1 = NULL;
	RuntimeObject* G_B1_0 = NULL;
	String_t* G_B1_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	String_t* G_B4_1 = NULL;
	RuntimeObject* G_B3_0 = NULL;
	String_t* G_B3_1 = NULL;
	String_t* G_B5_0 = NULL;
	String_t* G_B5_1 = NULL;
	{
		RuntimeObject* L_0 = __this->____value;
		RuntimeObject* L_1 = L_0;
		if (L_1)
		{
			G_B2_0 = L_1;
			G_B2_1 = _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
			goto IL_0014;
		}
		G_B1_0 = L_1;
		G_B1_1 = _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
	}
	{
		G_B2_0 = ((RuntimeObject*)(_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174));
		G_B2_1 = G_B1_1;
	}

IL_0014:
	{
		RuntimeObject* L_2 = G_B2_0;
		if (L_2)
		{
			G_B4_0 = L_2;
			G_B4_1 = G_B2_1;
			goto IL_001b;
		}
		G_B3_0 = L_2;
		G_B3_1 = G_B2_1;
	}
	{
		G_B5_0 = ((String_t*)(NULL));
		G_B5_1 = G_B3_1;
		goto IL_0020;
	}

IL_001b:
	{
		NullCheck(G_B4_0);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B4_0);
		G_B5_0 = L_3;
		G_B5_1 = G_B4_1;
	}

IL_0020:
	{
		String_t* L_4;
		L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B5_1, G_B5_0, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
		return L_4;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadCachedObjectInstruction__ctor_m277EA87CB54E9B2A0A47AF410FE5DF05099F6590 (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, uint32_t ___0_index, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		uint32_t L_0 = ___0_index;
		__this->____index = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadCachedObjectInstruction_get_ProducedStack_mDA386866A5EBEE1667D0DABF6300CDA52888AC1C (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_get_InstructionName_m262BB2FD8775644FF427497EF1F507E4DC5A55AF (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadCachedObjectInstruction_Run_m9748AD3BFFF1589E457F933CA46E634AF22B036F (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
		NullCheck(L_3);
		int32_t L_4 = L_3->___StackIndex;
		V_0 = L_4;
		int32_t L_5 = V_0;
		NullCheck(L_3);
		L_3->___StackIndex = ((int32_t)il2cpp_codegen_add(L_5, 1));
		int32_t L_6 = V_0;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		NullCheck(L_7);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_8 = L_7->___Interpreter;
		NullCheck(L_8);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_8->____objects;
		uint32_t L_10 = __this->____index;
		NullCheck(L_9);
		uint32_t L_11 = L_10;
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_12);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_12);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_ToDebugString_mCAFEA66982ABE291E2F0B6AD61B9F9A17553B919 (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, int32_t ___0_instructionIndex, RuntimeObject* ___1_cookie, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___2_labelIndexer, RuntimeObject* ___3_objects, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
		L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		uint32_t L_1 = __this->____index;
		uint32_t L_2 = L_1;
		RuntimeObject* L_3 = Box(il2cpp_defaults.uint32_class, &L_2);
		RuntimeObject* L_4 = ___3_objects;
		uint32_t L_5 = __this->____index;
		NullCheck(L_4);
		RuntimeObject* L_6;
		L_6 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var, L_4, L_5);
		String_t* L_7;
		L_7 = String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56(L_0, _stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73, L_3, L_6, NULL);
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_ToString_m9FE90C071C99A4F2DAD36A9955D8277564A5A5DE (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485);
		s_Il2CppMethodInitialized = true;
	}
	{
		uint32_t* L_0 = (uint32_t*)(&__this->____index);
		String_t* L_1;
		L_1 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_0, NULL);
		String_t* L_2;
		L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485, L_1, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
		return L_2;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PopInstruction_get_ConsumedStack_mA7E80D0846837E00B7072E352E59E067CE605303 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PopInstruction_get_InstructionName_m92A940A30642F8FCD7A60C6A5C52C6077888F788 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PopInstruction_Run_mCEB82C0F0B03F613FAE9F34155F8098B2D50ABA7 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__cctor_mFE0DA4EF64B1232FC8A184D1E9FFFAA1E64B8DE5 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* L_0 = (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1*)il2cpp_codegen_object_new(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var);
		PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6(L_0, NULL);
		((PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields*)il2cpp_codegen_static_fields_for(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var))->___Instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields*)il2cpp_codegen_static_fields_for(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var))->___Instance), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DupInstruction_get_ProducedStack_mB63E4AADF8E2C27A15F283B1218135B81AE144D1 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DupInstruction_get_InstructionName_m3FC7BBA8958690000B2E53FB40DFA00C110F84C2 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DupInstruction_Run_m7CD8350022269A2BCDEA6E175C822E107FAEFD91 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		InterpretedFrame_Dup_m3BDC8F67702A2760BE30FF3D2B12959EDCF9EEE8(L_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__cctor_mCDE4024F9CB831688D4426AD1FEEE387DB3D1133 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* L_0 = (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711*)il2cpp_codegen_object_new(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var);
		DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4(L_0, NULL);
		((DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields*)il2cpp_codegen_static_fields_for(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var))->___Instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields*)il2cpp_codegen_static_fields_for(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var))->___Instance), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInstruction_get_ConsumedStack_mA7C4ACC020F674695BF25B4A5D8C55C1848B2D73 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInstruction_get_ProducedStack_mBBB690CE1605F8B486A20CC956DA63B4D4838FDA (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SubInstruction_get_InstructionName_m37D8D24DDDF87F58D311BA55506E5D0817637F42 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_0039;
			}
			case 1:
			{
				goto IL_0078;
			}
			case 2:
			{
				goto IL_004e;
			}
			case 3:
			{
				goto IL_008d;
			}
			case 4:
			{
				goto IL_0063;
			}
			case 5:
			{
				goto IL_00a2;
			}
			case 6:
			{
				goto IL_00b7;
			}
			case 7:
			{
				goto IL_00cc;
			}
		}
	}
	{
		goto IL_00e1;
	}

IL_0039:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_004d;
		}
		G_B3_0 = L_5;
	}
	{
		SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* L_6 = (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1*)il2cpp_codegen_object_new(SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var);
		SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3(L_6, NULL);
		SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* L_7 = L_6;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_004d:
	{
		return G_B4_0;
	}

IL_004e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0062;
		}
		G_B6_0 = L_9;
	}
	{
		SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* L_10 = (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E*)il2cpp_codegen_object_new(SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var);
		SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7(L_10, NULL);
		SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* L_11 = L_10;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0062:
	{
		return G_B7_0;
	}

IL_0063:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_0077;
		}
		G_B9_0 = L_13;
	}
	{
		SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* L_14 = (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F*)il2cpp_codegen_object_new(SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var);
		SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8(L_14, NULL);
		SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* L_15 = L_14;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_0077:
	{
		return G_B10_0;
	}

IL_0078:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_008c;
		}
		G_B12_0 = L_17;
	}
	{
		SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* L_18 = (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8*)il2cpp_codegen_object_new(SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var);
		SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA(L_18, NULL);
		SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* L_19 = L_18;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_008c:
	{
		return G_B13_0;
	}

IL_008d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_00a1;
		}
		G_B15_0 = L_21;
	}
	{
		SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* L_22 = (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5*)il2cpp_codegen_object_new(SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var);
		SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72(L_22, NULL);
		SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* L_23 = L_22;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_00a1:
	{
		return G_B16_0;
	}

IL_00a2:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00b6;
		}
		G_B18_0 = L_25;
	}
	{
		SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* L_26 = (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9*)il2cpp_codegen_object_new(SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_il2cpp_TypeInfo_var);
		SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA(L_26, NULL);
		SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* L_27 = L_26;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00b6:
	{
		return G_B19_0;
	}

IL_00b7:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
		if (L_29)
		{
			G_B22_0 = L_29;
			goto IL_00cb;
		}
		G_B21_0 = L_29;
	}
	{
		SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* L_30 = (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1*)il2cpp_codegen_object_new(SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var);
		SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF(L_30, NULL);
		SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* L_31 = L_30;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single), (void*)L_31);
		G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
	}

IL_00cb:
	{
		return G_B22_0;
	}

IL_00cc:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
		if (L_33)
		{
			G_B25_0 = L_33;
			goto IL_00e0;
		}
		G_B24_0 = L_33;
	}
	{
		SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* L_34 = (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC*)il2cpp_codegen_object_new(SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var);
		SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF(L_34, NULL);
		SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* L_35 = L_34;
		((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double), (void*)L_35);
		G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
	}

IL_00e0:
	{
		return G_B25_0;
	}

IL_00e1:
	{
		Exception_t* L_36;
		L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt16_Run_mBBE437693059D6C65FB2A4FBE49E48AD2ADC7AEB (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3 (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt32_Run_m0F594830693A2BFE0E6FE29D1CD6FF29030E2BA2 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		RuntimeObject* L_18;
		L_18 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(((int32_t)il2cpp_codegen_subtract(((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))), ((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))))), NULL);
		G_B4_0 = L_18;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		L_19->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt64_Run_m95771820D51DC6BE2C52D9F908F92D1C835EBF86 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		int64_t L_18 = ((int64_t)il2cpp_codegen_subtract(((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), ((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt16_Run_m5F79850AE301AE2E10C475F710069CEA055E38CB (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class)))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt32_Run_m0D51F6BD3FC438EE80717302362DF8CA09EE7EC6 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))), (int32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint32_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt64_Run_m096574EAC18613D73FB4815F38F23AFBEABAD983 (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))), (int64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubSingle_Run_mD8A2C16B4DAE25588E98EFBB152C23E51A67A45D (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		float L_18 = ((float)il2cpp_codegen_subtract(((*(float*)UnBox(L_16, il2cpp_defaults.single_class))), ((*(float*)UnBox(L_17, il2cpp_defaults.single_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.single_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubDouble_Run_mEAB83F51AD00CB2A8975BB61567D075CB0BBE1F0 (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		double L_18 = ((double)il2cpp_codegen_subtract(((*(double*)UnBox(L_16, il2cpp_defaults.double_class))), ((*(double*)UnBox(L_17, il2cpp_defaults.double_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.double_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, const RuntimeMethod* method) 
{
	{
		SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInstruction_get_ConsumedStack_m9B748791AB9902A5B2AB5AB69130554C29319DD2 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInstruction_get_ProducedStack_mC99BCCB882641E3DAAAECDA2218E0378ECE2FA8F (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SubOvfInstruction_get_InstructionName_m8FC5B6242EB5BD360B3A354AFDEEDBFE33BCA71A (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubOvfInstruction_Create_m7DC1928ACE7BFC7B92FD06FD6A5673532457511C (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL;
	Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7)))
		{
			case 0:
			{
				goto IL_002e;
			}
			case 1:
			{
				goto IL_006d;
			}
			case 2:
			{
				goto IL_0043;
			}
			case 3:
			{
				goto IL_0082;
			}
			case 4:
			{
				goto IL_0058;
			}
			case 5:
			{
				goto IL_0097;
			}
		}
	}
	{
		goto IL_00ac;
	}

IL_002e:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
		if (L_5)
		{
			G_B4_0 = L_5;
			goto IL_0042;
		}
		G_B3_0 = L_5;
	}
	{
		SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* L_6 = (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5*)il2cpp_codegen_object_new(SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var);
		SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E(L_6, NULL);
		SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* L_7 = L_6;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7);
		G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
	}

IL_0042:
	{
		return G_B4_0;
	}

IL_0043:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
		if (L_9)
		{
			G_B7_0 = L_9;
			goto IL_0057;
		}
		G_B6_0 = L_9;
	}
	{
		SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* L_10 = (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3*)il2cpp_codegen_object_new(SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var);
		SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E(L_10, NULL);
		SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* L_11 = L_10;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11);
		G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
	}

IL_0057:
	{
		return G_B7_0;
	}

IL_0058:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
		if (L_13)
		{
			G_B10_0 = L_13;
			goto IL_006c;
		}
		G_B9_0 = L_13;
	}
	{
		SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* L_14 = (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA*)il2cpp_codegen_object_new(SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var);
		SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11(L_14, NULL);
		SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* L_15 = L_14;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15);
		G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
	}

IL_006c:
	{
		return G_B10_0;
	}

IL_006d:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
		if (L_17)
		{
			G_B13_0 = L_17;
			goto IL_0081;
		}
		G_B12_0 = L_17;
	}
	{
		SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* L_18 = (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B*)il2cpp_codegen_object_new(SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var);
		SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D(L_18, NULL);
		SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* L_19 = L_18;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19);
		G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
	}

IL_0081:
	{
		return G_B13_0;
	}

IL_0082:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
		if (L_21)
		{
			G_B16_0 = L_21;
			goto IL_0096;
		}
		G_B15_0 = L_21;
	}
	{
		SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* L_22 = (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA*)il2cpp_codegen_object_new(SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var);
		SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2(L_22, NULL);
		SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* L_23 = L_22;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23);
		G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
	}

IL_0096:
	{
		return G_B16_0;
	}

IL_0097:
	{
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
		if (L_25)
		{
			G_B19_0 = L_25;
			goto IL_00ab;
		}
		G_B18_0 = L_25;
	}
	{
		SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* L_26 = (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC*)il2cpp_codegen_object_new(SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_il2cpp_TypeInfo_var);
		SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D(L_26, NULL);
		SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* L_27 = L_26;
		((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27);
		G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
	}

IL_00ab:
	{
		return G_B19_0;
	}

IL_00ac:
	{
		Type_t* L_28 = ___0_type;
		Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29;
		L_29 = SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57(L_28, NULL);
		return L_29;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR int32_t SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))) - (int64_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))) - (int64_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
		if ((int64_t)(((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class)))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
		int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)UnBox(L_16, il2cpp_defaults.int16_class))), (int32_t)((*(int16_t*)UnBox(L_17, il2cpp_defaults.int16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2 (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))) - (int64_t)((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))) - (int64_t)((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var);
		RuntimeObject* L_18;
		L_18 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(((int32_t)il2cpp_codegen_subtract(((*(int32_t*)UnBox(L_16, il2cpp_defaults.int32_class))), ((*(int32_t*)UnBox(L_17, il2cpp_defaults.int32_class))))), NULL);
		G_B4_0 = L_18;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___0_frame;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		L_19->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (il2cpp_codegen_check_sub_overflow((int64_t)((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), (int64_t)((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var);
		int64_t L_18 = ((int64_t)il2cpp_codegen_subtract(((*(int64_t*)UnBox(L_16, il2cpp_defaults.int64_class))), ((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class)))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.int64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11 (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701 (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003b;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0039;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if (((int64_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))) - (int64_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))) - (int64_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))) > (int64_t)kIl2CppInt32Max))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
		if ((int64_t)(((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class)))))) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
		uint16_t L_18 = ((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)UnBox(L_16, il2cpp_defaults.uint16_class))), (int32_t)((*(uint16_t*)UnBox(L_17, il2cpp_defaults.uint16_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint16_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_003a;
	}

IL_0039:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_003a:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if ((uint64_t)(uint32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))) - (uint64_t)(uint32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))) > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var);
		uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint32_t*)UnBox(L_16, il2cpp_defaults.uint32_class))), (int32_t)((*(uint32_t*)UnBox(L_17, il2cpp_defaults.uint32_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint32_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2 (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	int32_t G_B3_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	int32_t G_B4_1 = 0;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		int32_t L_1 = L_0->___StackIndex;
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data;
		V_1 = L_3;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
		int32_t L_5 = V_0;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
		RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = L_7;
		RuntimeObject* L_8 = V_2;
		if (!L_8)
		{
			goto IL_003a;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
		RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
		int32_t L_14 = V_0;
		RuntimeObject* L_15 = V_3;
		if (!L_15)
		{
			G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
			G_B3_1 = L_13;
			goto IL_0038;
		}
		G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
		G_B2_1 = L_13;
	}
	{
		RuntimeObject* L_16 = V_2;
		RuntimeObject* L_17 = V_3;
		if ((uint64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))) < (uint64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var);
		uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((*(uint64_t*)UnBox(L_16, il2cpp_defaults.uint64_class))), (int64_t)((*(uint64_t*)UnBox(L_17, il2cpp_defaults.uint64_class))))));
		RuntimeObject* L_19 = Box(il2cpp_defaults.uint64_class, &L_18);
		G_B4_0 = L_19;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0039;
	}

IL_0038:
	{
		G_B4_0 = NULL;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0039:
	{
		NullCheck(G_B4_2);
		ArrayElementTypeCheck (G_B4_2, G_B4_0);
		(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
	}

IL_003a:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___0_frame;
		int32_t L_21 = V_0;
		NullCheck(L_20);
		L_20->___StackIndex = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, const RuntimeMethod* method) 
{
	{
		SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateDelegateInstruction__ctor_m9E024F3684AEE2CBEFD96C2038B143849B4F543B (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_delegateCreator, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = ___0_delegateCreator;
		__this->____creator = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____creator), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_get_ConsumedStack_m949A48EC66913827DFBBBE800EBACF6FC0E5A6BC (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method) 
{
	{
		LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = __this->____creator;
		NullCheck(L_0);
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1;
		L_1 = LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline(L_0, NULL);
		NullCheck(L_1);
		int32_t L_2;
		L_2 = Interpreter_get_ClosureSize_m65DCB33DD9115E6825987C807DB091AE5ED2C1B9(L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_get_ProducedStack_mCEC6C133662327678474E4C1C440439D1D43CD83 (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateDelegateInstruction_get_InstructionName_mEC2BC5815EF3CC4BB18E22C956815B92F51BCF2E (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BC64AE35C295F56448413857663A5EF051A0011);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral2BC64AE35C295F56448413857663A5EF051A0011;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_Run_mC47A749CE922F4D3630CD57D20F6573568847C8B (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* V_0 = NULL;
	Delegate_t* V_1 = NULL;
	int32_t V_2 = 0;
	{
		int32_t L_0;
		L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4, __this);
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_0035;
		}
	}
	{
		int32_t L_1;
		L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4, __this);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_2 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)SZArrayNew(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var, (uint32_t)L_1);
		V_0 = L_2;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = V_0;
		NullCheck(L_3);
		V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_3)->max_length)), 1));
		goto IL_002f;
	}

IL_001d:
	{
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_4 = V_0;
		int32_t L_5 = V_2;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame;
		NullCheck(L_6);
		RuntimeObject* L_7;
		L_7 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_6, NULL);
		NullCheck(L_4);
		ArrayElementTypeCheck (L_4, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_7, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
		int32_t L_8 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
	}

IL_002f:
	{
		int32_t L_9 = V_2;
		if ((((int32_t)L_9) >= ((int32_t)0)))
		{
			goto IL_001d;
		}
	}
	{
		goto IL_0037;
	}

IL_0035:
	{
		V_0 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)NULL;
	}

IL_0037:
	{
		LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_10 = __this->____creator;
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_11 = V_0;
		NullCheck(L_10);
		Delegate_t* L_12;
		L_12 = LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506(L_10, L_11, NULL);
		V_1 = L_12;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_13 = ___0_frame;
		Delegate_t* L_14 = V_1;
		NullCheck(L_13);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_13, L_14, NULL);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeIsInstruction__ctor_m5CFC4EDB6C76168474B08A30551DC3A75D56A9A3 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		Type_t* L_0 = ___0_type;
		__this->____type = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_get_ConsumedStack_mD665A710DADF0A5236256D1BE76B9E9F92925B89 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_get_ProducedStack_m9323215C9F1134C50A5584D621563CE6F0B20076 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeIsInstruction_get_InstructionName_mFD5821FBF6528F50D853D66D591CB49BF3B17497 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_Run_m138A8BBD7563924E532B324A23F5CB6DEF493106 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		Type_t* L_1 = __this->____type;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		NullCheck(L_1);
		bool L_4;
		L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118, L_1, L_3);
		NullCheck(L_0);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_0, L_4, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeIsInstruction_ToString_m772D78A343799B8CBD1D9231FD7FA18ED6CDA589 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = __this->____type;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_0);
		String_t* L_2;
		L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA, L_1, NULL);
		return L_2;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeAsInstruction__ctor_m0EBE0371589EAFCA6E3B89991B5FF8AE58056B1F (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		Type_t* L_0 = ___0_type;
		__this->____type = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_get_ConsumedStack_mD8C7248C4D3C55460D7E3DFAF836FEA4BE764DA1 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_get_ProducedStack_m3728BE7A7B104112AAC27F9CE6AFEAB13EB1306B (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeAsInstruction_get_InstructionName_mEB130CA3CFDA3CCFF9B99608596782D9690EAB52 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_Run_mE84524B8B90BD015AE4456DD67452F7957249CA8 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	RuntimeObject* G_B3_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		Type_t* L_3 = __this->____type;
		RuntimeObject* L_4 = V_0;
		NullCheck(L_3);
		bool L_5;
		L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118, L_3, L_4);
		if (L_5)
		{
			G_B2_0 = L_2;
			goto IL_0019;
		}
		G_B1_0 = L_2;
	}
	{
		G_B3_0 = NULL;
		G_B3_1 = G_B1_0;
		goto IL_001a;
	}

IL_0019:
	{
		RuntimeObject* L_6 = V_0;
		G_B3_0 = L_6;
		G_B3_1 = G_B2_0;
	}

IL_001a:
	{
		NullCheck(G_B3_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeAsInstruction_ToString_m8F109563B43BFD9E59912B317FD5EE785B119AA1 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral850D199C641344A6A44ED770E14187B9318C42B8);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = __this->____type;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_0);
		String_t* L_2;
		L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral850D199C641344A6A44ED770E14187B9318C42B8, L_1, NULL);
		return L_2;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_get_ConsumedStack_mF09C17E0E55A397D72D0FE47F269D43116D71F9A (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_get_ProducedStack_m1A173FA276C9C6E8499B4A14F1D74631DFD1FE66 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeEqualsInstruction_get_InstructionName_mECDFDD51C18E6049D9D08D061C946B06597A9508 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8791811237DD8573F68751524793669D92FFB56C);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral8791811237DD8573F68751524793669D92FFB56C;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_Run_m4350B3B193805F8605327A08A2B8B7CFC21B7D87 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	Type_t* G_B3_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_1;
		if (L_5)
		{
			G_B2_0 = L_4;
			goto IL_0015;
		}
		G_B1_0 = L_4;
	}
	{
		G_B3_0 = ((Type_t*)(NULL));
		G_B3_1 = G_B1_0;
		goto IL_001b;
	}

IL_0015:
	{
		RuntimeObject* L_6 = V_1;
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
		G_B3_0 = L_7;
		G_B3_1 = G_B2_0;
	}

IL_001b:
	{
		RuntimeObject* L_8 = V_0;
		NullCheck(G_B3_1);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(G_B3_1, (bool)((((RuntimeObject*)(Type_t*)G_B3_0) == ((RuntimeObject*)(RuntimeObject*)L_8))? 1 : 0), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__cctor_mDEE93E5FFE6B98110650BB8A97AC72E94498B08B (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* L_0 = (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065*)il2cpp_codegen_object_new(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var);
		TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5(L_0, NULL);
		((TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields*)il2cpp_codegen_static_fields_for(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var))->___Instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields*)il2cpp_codegen_static_fields_for(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var))->___Instance), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullableMethodCallInstruction_get_ConsumedStack_mAFF530B1FF34CDBEBD0E51ECFC0A2EFF7DF633C8 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullableMethodCallInstruction_get_ProducedStack_m188FA68B40F2D59EBCFE8BF94040F76BC156B042 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NullableMethodCallInstruction_get_InstructionName_mC174BD827A4079797F020B3F7765FD75498FBAF5 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_Create_m277AAA9CD0E5C2518819F8584C054735E935C12A (String_t* ___0_method, int32_t ___1_argCount, MethodInfo_t* ___2_mi, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0);
		s_Il2CppMethodInitialized = true;
	}
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B9_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B8_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B12_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B11_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B15_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B14_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B18_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B17_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B23_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B22_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B26_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B25_0 = NULL;
	{
		String_t* L_0 = ___0_method;
		bool L_1;
		L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493, NULL);
		if (L_1)
		{
			goto IL_0053;
		}
	}
	{
		String_t* L_2 = ___0_method;
		bool L_3;
		L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0, NULL);
		if (L_3)
		{
			goto IL_0068;
		}
	}
	{
		String_t* L_4 = ___0_method;
		bool L_5;
		L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D, NULL);
		if (L_5)
		{
			goto IL_007d;
		}
	}
	{
		String_t* L_6 = ___0_method;
		bool L_7;
		L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F, NULL);
		if (L_7)
		{
			goto IL_0092;
		}
	}
	{
		String_t* L_8 = ___0_method;
		bool L_9;
		L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, _stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904, NULL);
		if (L_9)
		{
			goto IL_00a7;
		}
	}
	{
		String_t* L_10 = ___0_method;
		bool L_11;
		L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA, NULL);
		if (L_11)
		{
			goto IL_00c6;
		}
	}
	{
		goto IL_00db;
	}

IL_0053:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_12 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_13 = L_12;
		if (L_13)
		{
			G_B9_0 = L_13;
			goto IL_0067;
		}
		G_B8_0 = L_13;
	}
	{
		HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* L_14 = (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52*)il2cpp_codegen_object_new(HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var);
		HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C(L_14, NULL);
		HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* L_15 = L_14;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue), (void*)L_15);
		G_B9_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_15));
	}

IL_0067:
	{
		return G_B9_0;
	}

IL_0068:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_16 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_17 = L_16;
		if (L_17)
		{
			G_B12_0 = L_17;
			goto IL_007c;
		}
		G_B11_0 = L_17;
	}
	{
		GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_18 = (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB*)il2cpp_codegen_object_new(GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
		GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307(L_18, NULL);
		GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_19 = L_18;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value), (void*)L_19);
		G_B12_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_19));
	}

IL_007c:
	{
		return G_B12_0;
	}

IL_007d:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_20 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_21 = L_20;
		if (L_21)
		{
			G_B15_0 = L_21;
			goto IL_0091;
		}
		G_B14_0 = L_21;
	}
	{
		EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* L_22 = (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0*)il2cpp_codegen_object_new(EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var);
		EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0(L_22, NULL);
		EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* L_23 = L_22;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals), (void*)L_23);
		G_B15_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_23));
	}

IL_0091:
	{
		return G_B15_0;
	}

IL_0092:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_24 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_25 = L_24;
		if (L_25)
		{
			G_B18_0 = L_25;
			goto IL_00a6;
		}
		G_B17_0 = L_25;
	}
	{
		GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* L_26 = (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249*)il2cpp_codegen_object_new(GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var);
		GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F(L_26, NULL);
		GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* L_27 = L_26;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode), (void*)L_27);
		G_B18_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_27));
	}

IL_00a6:
	{
		return G_B18_0;
	}

IL_00a7:
	{
		int32_t L_28 = ___1_argCount;
		if (L_28)
		{
			goto IL_00b1;
		}
	}
	{
		MethodInfo_t* L_29 = ___2_mi;
		GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* L_30 = (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920*)il2cpp_codegen_object_new(GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var);
		GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0(L_30, L_29, NULL);
		return L_30;
	}

IL_00b1:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_31 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_32 = L_31;
		if (L_32)
		{
			G_B23_0 = L_32;
			goto IL_00c5;
		}
		G_B22_0 = L_32;
	}
	{
		GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* L_33 = (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796*)il2cpp_codegen_object_new(GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var);
		GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683(L_33, NULL);
		GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* L_34 = L_33;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1 = L_34;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1), (void*)L_34);
		G_B23_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_34));
	}

IL_00c5:
	{
		return G_B23_0;
	}

IL_00c6:
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_35 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_36 = L_35;
		if (L_36)
		{
			G_B26_0 = L_36;
			goto IL_00da;
		}
		G_B25_0 = L_36;
	}
	{
		ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* L_37 = (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302*)il2cpp_codegen_object_new(ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var);
		ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91(L_37, NULL);
		ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* L_38 = L_37;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString = L_38;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString), (void*)L_38);
		G_B26_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_38));
	}

IL_00da:
	{
		return G_B26_0;
	}

IL_00db:
	{
		Exception_t* L_39;
		L_39 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableMethodCallInstruction_Create_m277AAA9CD0E5C2518819F8584C054735E935C12A_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_CreateGetValue_mA94E11D88CD618BD64C43A0F6FEDB4B27D7121E3 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B2_0 = NULL;
	NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B1_0 = NULL;
	{
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value;
		NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_1 = L_0;
		if (L_1)
		{
			G_B2_0 = L_1;
			goto IL_0014;
		}
		G_B1_0 = L_1;
	}
	{
		GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_2 = (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB*)il2cpp_codegen_object_new(GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
		GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307(L_2, NULL);
		GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_3 = L_2;
		((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value), (void*)L_3);
		G_B2_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_3));
	}

IL_0014:
	{
		return G_B2_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HasValue_Run_mC3DE9EE5A9747E34C6BC30DBAA23F2B279D6603F (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		RuntimeObject* L_3 = V_0;
		NullCheck(L_2);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_2, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValue_Run_mDB72964B31EAAD1731BA18D7D11B000EB6ACC88C (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
		if (L_1)
		{
			goto IL_0017;
		}
	}
	{
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_2 = (&V_0);
		il2cpp_codegen_initobj(L_2, sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		int32_t L_3;
		L_3 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA(L_2, Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		return L_3;
	}

IL_0017:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307 (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, MethodInfo_t* ___0_mi, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, NULL);
		MethodInfo_t* L_0 = ___0_mi;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_0);
		__this->____defaultValueType = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValueType), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault_Run_m8FB055D86CB7431C1399E095423E4D2E924C41B5 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
		if (L_1)
		{
			goto IL_0020;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		Type_t* L_5 = __this->____defaultValueType;
		RuntimeObject* L_6;
		L_6 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_5, NULL);
		NullCheck(L_4);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_6, NULL);
	}

IL_0020:
	{
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault1_get_ConsumedStack_m713B92903713A9205568EEC678A812A2ECCEFA6E (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault1_Run_m737A901CDEE03F326809F0726FF289A0B6D6D637 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	RuntimeObject* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_1 = NULL;
	RuntimeObject* G_B1_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame;
		RuntimeObject* L_5 = V_1;
		RuntimeObject* L_6 = L_5;
		if (L_6)
		{
			G_B2_0 = L_6;
			G_B2_1 = L_4;
			goto IL_0015;
		}
		G_B1_0 = L_6;
		G_B1_1 = L_4;
	}
	{
		RuntimeObject* L_7 = V_0;
		G_B2_0 = L_7;
		G_B2_1 = G_B1_1;
	}

IL_0015:
	{
		NullCheck(G_B2_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B2_1, G_B2_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualsClass_get_ConsumedStack_m83FF1E7D375DC1BE03850A40C5DCDBA365F3C65A (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method) 
{
	{
		return 2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualsClass_Run_m20E7695EB9DB02A3065983CF6E544B9750EE9C5B (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
		V_1 = L_3;
		RuntimeObject* L_4 = V_1;
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		RuntimeObject* L_6 = V_0;
		NullCheck(L_5);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
		goto IL_003a;
	}

IL_001d:
	{
		RuntimeObject* L_7 = V_0;
		if (L_7)
		{
			goto IL_002d;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame;
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_9 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse;
		NullCheck(L_8);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_8, L_9, NULL);
		goto IL_003a;
	}

IL_002d:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_10 = ___0_frame;
		RuntimeObject* L_11 = V_1;
		RuntimeObject* L_12 = V_0;
		NullCheck(L_11);
		bool L_13;
		L_13 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_11, L_12);
		NullCheck(L_10);
		InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_10, L_13, NULL);
	}

IL_003a:
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0 (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToStringClass_Run_mC3FBF2E97D5E247EF8F227FDA2C0B3A16A8B1EFE (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	String_t* G_B3_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		RuntimeObject* L_3 = V_0;
		if (!L_3)
		{
			G_B2_0 = L_2;
			goto IL_0013;
		}
		G_B1_0 = L_2;
	}
	{
		RuntimeObject* L_4 = V_0;
		NullCheck(L_4);
		String_t* L_5;
		L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4);
		G_B3_0 = L_5;
		G_B3_1 = G_B1_0;
		goto IL_0018;
	}

IL_0013:
	{
		G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
		G_B3_1 = G_B2_0;
	}

IL_0018:
	{
		NullCheck(G_B3_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91 (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetHashCodeClass_Run_mA42921CAD3D34A7D0D06856B8C59F7F220759991 (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	int32_t G_B3_0 = 0;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		RuntimeObject* L_3 = V_0;
		if (L_3)
		{
			G_B2_0 = L_2;
			goto IL_000e;
		}
		G_B1_0 = L_2;
	}
	{
		G_B3_0 = 0;
		G_B3_1 = G_B1_0;
		goto IL_0014;
	}

IL_000e:
	{
		RuntimeObject* L_4 = V_0;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_4);
		G_B3_0 = L_5;
		G_B3_1 = G_B2_0;
	}

IL_0014:
	{
		NullCheck(G_B3_1);
		InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(G_B3_1, G_B3_0, NULL);
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, const RuntimeMethod* method) 
{
	{
		NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstruction_get_ConsumedStack_mACF4E3A6188A746C35C1DCC3EFFECB6DF106B29C (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstruction_get_ProducedStack_m40DFBAA773011CA91EF037F5EA4C6DEC844F8085 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CastInstruction_get_InstructionName_m6270C2AA86C088D2A030C0CF9F3DEBD3337D75C5 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* CastInstruction_Create_mF1B3BA830F93C2DF30891FE4CC05D7DFE80666A4 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B4_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B3_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B7_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B6_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B10_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B9_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B13_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B12_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B16_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B15_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B19_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B18_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B22_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B21_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B25_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B24_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B28_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B27_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B31_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B30_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B34_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B33_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B37_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B36_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B40_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B39_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B43_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B42_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B46_0 = NULL;
	CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B45_0 = NULL;
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_1;
		L_1 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_0, NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
		{
			case 0:
			{
				goto IL_0054;
			}
			case 1:
			{
				goto IL_007e;
			}
			case 2:
			{
				goto IL_0111;
			}
			case 3:
			{
				goto IL_0069;
			}
			case 4:
			{
				goto IL_00d2;
			}
			case 5:
			{
				goto IL_0150;
			}
			case 6:
			{
				goto IL_00e7;
			}
			case 7:
			{
				goto IL_0165;
			}
			case 8:
			{
				goto IL_00fc;
			}
			case 9:
			{
				goto IL_017a;
			}
			case 10:
			{
				goto IL_0126;
			}
			case 11:
			{
				goto IL_00bd;
			}
			case 12:
			{
				goto IL_00a8;
			}
			case 13:
			{
				goto IL_0093;
			}
			case 14:
			{
				goto IL_018f;
			}
			case 15:
			{
				goto IL_013b;
			}
		}
	}
	{
		goto IL_018f;
	}

IL_0054:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_3 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_4 = L_3;
		if (L_4)
		{
			G_B4_0 = L_4;
			goto IL_0068;
		}
		G_B3_0 = L_4;
	}
	{
		CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* L_5 = (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32*)il2cpp_codegen_object_new(CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7(L_5, CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var);
		CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* L_6 = L_5;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean = L_6;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean), (void*)L_6);
		G_B4_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_6));
	}

IL_0068:
	{
		return G_B4_0;
	}

IL_0069:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_7 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_8 = L_7;
		if (L_8)
		{
			G_B7_0 = L_8;
			goto IL_007d;
		}
		G_B6_0 = L_8;
	}
	{
		CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* L_9 = (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307*)il2cpp_codegen_object_new(CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE(L_9, CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var);
		CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* L_10 = L_9;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_10);
		G_B7_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_10));
	}

IL_007d:
	{
		return G_B7_0;
	}

IL_007e:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_11 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_12 = L_11;
		if (L_12)
		{
			G_B10_0 = L_12;
			goto IL_0092;
		}
		G_B9_0 = L_12;
	}
	{
		CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* L_13 = (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C*)il2cpp_codegen_object_new(CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F(L_13, CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var);
		CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* L_14 = L_13;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char = L_14;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char), (void*)L_14);
		G_B10_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_14));
	}

IL_0092:
	{
		return G_B10_0;
	}

IL_0093:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_15 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_16 = L_15;
		if (L_16)
		{
			G_B13_0 = L_16;
			goto IL_00a7;
		}
		G_B12_0 = L_16;
	}
	{
		CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* L_17 = (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597*)il2cpp_codegen_object_new(CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4(L_17, CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var);
		CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* L_18 = L_17;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime = L_18;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime), (void*)L_18);
		G_B13_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_18));
	}

IL_00a7:
	{
		return G_B13_0;
	}

IL_00a8:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_19 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_20 = L_19;
		if (L_20)
		{
			G_B16_0 = L_20;
			goto IL_00bc;
		}
		G_B15_0 = L_20;
	}
	{
		CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* L_21 = (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47*)il2cpp_codegen_object_new(CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F(L_21, CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var);
		CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* L_22 = L_21;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal = L_22;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal), (void*)L_22);
		G_B16_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_22));
	}

IL_00bc:
	{
		return G_B16_0;
	}

IL_00bd:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_23 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_24 = L_23;
		if (L_24)
		{
			G_B19_0 = L_24;
			goto IL_00d1;
		}
		G_B18_0 = L_24;
	}
	{
		CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* L_25 = (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4*)il2cpp_codegen_object_new(CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054(L_25, CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var);
		CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* L_26 = L_25;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double = L_26;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double), (void*)L_26);
		G_B19_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_26));
	}

IL_00d1:
	{
		return G_B19_0;
	}

IL_00d2:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_27 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_28 = L_27;
		if (L_28)
		{
			G_B22_0 = L_28;
			goto IL_00e6;
		}
		G_B21_0 = L_28;
	}
	{
		CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* L_29 = (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F*)il2cpp_codegen_object_new(CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630(L_29, CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var);
		CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* L_30 = L_29;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16 = L_30;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_30);
		G_B22_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_30));
	}

IL_00e6:
	{
		return G_B22_0;
	}

IL_00e7:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_31 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_32 = L_31;
		if (L_32)
		{
			G_B25_0 = L_32;
			goto IL_00fb;
		}
		G_B24_0 = L_32;
	}
	{
		CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* L_33 = (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B*)il2cpp_codegen_object_new(CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB(L_33, CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var);
		CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* L_34 = L_33;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32 = L_34;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_34);
		G_B25_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_34));
	}

IL_00fb:
	{
		return G_B25_0;
	}

IL_00fc:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_35 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_36 = L_35;
		if (L_36)
		{
			G_B28_0 = L_36;
			goto IL_0110;
		}
		G_B27_0 = L_36;
	}
	{
		CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* L_37 = (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4*)il2cpp_codegen_object_new(CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102(L_37, CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var);
		CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* L_38 = L_37;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64 = L_38;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_38);
		G_B28_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_38));
	}

IL_0110:
	{
		return G_B28_0;
	}

IL_0111:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_39 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_40 = L_39;
		if (L_40)
		{
			G_B31_0 = L_40;
			goto IL_0125;
		}
		G_B30_0 = L_40;
	}
	{
		CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* L_41 = (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794*)il2cpp_codegen_object_new(CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4(L_41, CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var);
		CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* L_42 = L_41;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte = L_42;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_42);
		G_B31_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_42));
	}

IL_0125:
	{
		return G_B31_0;
	}

IL_0126:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_43 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_44 = L_43;
		if (L_44)
		{
			G_B34_0 = L_44;
			goto IL_013a;
		}
		G_B33_0 = L_44;
	}
	{
		CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* L_45 = (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99*)il2cpp_codegen_object_new(CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18(L_45, CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var);
		CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* L_46 = L_45;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single = L_46;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single), (void*)L_46);
		G_B34_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_46));
	}

IL_013a:
	{
		return G_B34_0;
	}

IL_013b:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_47 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_48 = L_47;
		if (L_48)
		{
			G_B37_0 = L_48;
			goto IL_014f;
		}
		G_B36_0 = L_48;
	}
	{
		CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* L_49 = (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345*)il2cpp_codegen_object_new(CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300(L_49, CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var);
		CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* L_50 = L_49;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String = L_50;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String), (void*)L_50);
		G_B37_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_50));
	}

IL_014f:
	{
		return G_B37_0;
	}

IL_0150:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_51 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_52 = L_51;
		if (L_52)
		{
			G_B40_0 = L_52;
			goto IL_0164;
		}
		G_B39_0 = L_52;
	}
	{
		CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* L_53 = (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40*)il2cpp_codegen_object_new(CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0(L_53, CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var);
		CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* L_54 = L_53;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16 = L_54;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_54);
		G_B40_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_54));
	}

IL_0164:
	{
		return G_B40_0;
	}

IL_0165:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_55 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_56 = L_55;
		if (L_56)
		{
			G_B43_0 = L_56;
			goto IL_0179;
		}
		G_B42_0 = L_56;
	}
	{
		CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* L_57 = (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C*)il2cpp_codegen_object_new(CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3(L_57, CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var);
		CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* L_58 = L_57;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32 = L_58;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_58);
		G_B43_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_58));
	}

IL_0179:
	{
		return G_B43_0;
	}

IL_017a:
	{
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_59 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_60 = L_59;
		if (L_60)
		{
			G_B46_0 = L_60;
			goto IL_018e;
		}
		G_B45_0 = L_60;
	}
	{
		CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* L_61 = (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF*)il2cpp_codegen_object_new(CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var);
		CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E(L_61, CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var);
		CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* L_62 = L_61;
		((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64 = L_62;
		Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_62);
		G_B46_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_62));
	}

IL_018e:
	{
		return G_B46_0;
	}

IL_018f:
	{
		Type_t* L_63 = ___0_t;
		CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_64;
		L_64 = CastInstructionNoT_Create_mE07F0A8FCF8C35EE9AE23FD12B58CB2D4DA5847B(L_63, NULL);
		return L_64;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
		Type_t* L_0 = ___0_t;
		__this->____t = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____t), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* CastInstructionNoT_Create_mE07F0A8FCF8C35EE9AE23FD12B58CB2D4DA5847B (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_0, NULL);
		if (!L_1)
		{
			goto IL_0017;
		}
	}
	{
		Type_t* L_2 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_2, NULL);
		if (L_3)
		{
			goto IL_0017;
		}
	}
	{
		Type_t* L_4 = ___0_t;
		Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* L_5 = (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2*)il2cpp_codegen_object_new(Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var);
		Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68(L_5, L_4, NULL);
		return L_5;
	}

IL_0017:
	{
		Type_t* L_6 = ___0_t;
		Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* L_7 = (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083*)il2cpp_codegen_object_new(Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var);
		Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC(L_7, L_6, NULL);
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	Type_t* V_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (!L_2)
		{
			goto IL_0050;
		}
	}
	{
		RuntimeObject* L_3 = V_0;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
		V_1 = L_4;
		Type_t* L_5 = V_1;
		Type_t* L_6 = __this->____t;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_7;
		L_7 = TypeUtils_HasReferenceConversionTo_m4BBDBC19498CDAEBA70C7173EBFEE23474BBFC28(L_5, L_6, NULL);
		if (L_7)
		{
			goto IL_0033;
		}
	}
	{
		Type_t* L_8 = V_1;
		Type_t* L_9 = __this->____t;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_10;
		L_10 = TypeUtils_HasIdentityPrimitiveOrNullableConversionTo_m4F6E8EFD0BFFED585D49E438A72CB090A070C812(L_8, L_9, NULL);
		if (L_10)
		{
			goto IL_0033;
		}
	}
	{
		InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_11 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
		InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_11, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var)));
	}

IL_0033:
	{
		Type_t* L_12 = __this->____t;
		Type_t* L_13 = V_1;
		NullCheck(L_12);
		bool L_14;
		L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_12, L_13);
		if (L_14)
		{
			goto IL_0047;
		}
	}
	{
		InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_15 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
		InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_15, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var)));
	}

IL_0047:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_16 = ___0_frame;
		RuntimeObject* L_17 = V_0;
		NullCheck(L_16);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_16, L_17, NULL);
		goto IL_0057;
	}

IL_0050:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_18 = ___0_frame;
		VirtualActionInvoker1< InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* >::Invoke(11, __this, L_18);
	}

IL_0057:
	{
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_t;
		CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref_ConvertNull_m3E66AF6EF165F46E243348F4007FE74234D00310 (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_0, NULL, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_t;
		CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0(__this, L_0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	{
		NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_0 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)));
		NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_0, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastToEnumInstruction__ctor_m53267CBB968F5A0396131ED6E2EC55304426B386 (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
		Type_t* L_0 = ___0_t;
		__this->____t = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____t), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastToEnumInstruction_Run_m6A794466BA57C8004A63AE35D6AB8167F4F96EDE (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
	RuntimeObject* G_B3_0 = NULL;
	InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame;
		RuntimeObject* L_3 = V_0;
		if (!L_3)
		{
			G_B2_0 = L_2;
			goto IL_0019;
		}
		G_B1_0 = L_2;
	}
	{
		Type_t* L_4 = __this->____t;
		RuntimeObject* L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_6;
		L_6 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_4, L_5, NULL);
		G_B3_0 = L_6;
		G_B3_1 = G_B1_0;
		goto IL_001a;
	}

IL_0019:
	{
		G_B3_0 = NULL;
		G_B3_1 = G_B2_0;
	}

IL_001a:
	{
		NullCheck(G_B3_1);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastReferenceToEnumInstruction__ctor_m805BCEF1DD5BF8C0887E32D326B9D9928A63B618 (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
		Type_t* L_0 = ___0_t;
		__this->____t = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____t), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastReferenceToEnumInstruction_Run_m8A3737651F1AB4F8FEEA1EBB60CD64A8B0539F23 (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
		V_0 = L_1;
		Type_t* L_2 = __this->____t;
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_2, NULL);
		V_1 = L_3;
		int32_t L_4 = V_1;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 4)))
		{
			case 0:
			{
				goto IL_011b;
			}
			case 1:
			{
				goto IL_00d0;
			}
			case 2:
			{
				goto IL_00b4;
			}
			case 3:
			{
				goto IL_00e9;
			}
			case 4:
			{
				goto IL_0102;
			}
			case 5:
			{
				goto IL_0044;
			}
			case 6:
			{
				goto IL_007c;
			}
			case 7:
			{
				goto IL_0060;
			}
			case 8:
			{
				goto IL_0098;
			}
		}
	}
	{
		goto IL_0134;
	}

IL_0044:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame;
		Type_t* L_6 = __this->____t;
		RuntimeObject* L_7 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_8;
		L_8 = Enum_ToObject_m7952B7BD43E48BBF79BB973BD31E7FF9E62B948E(L_6, ((*(int32_t*)UnBox(L_7, il2cpp_defaults.int32_class))), NULL);
		NullCheck(L_5);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_5, L_8, NULL);
		goto IL_0150;
	}

IL_0060:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame;
		Type_t* L_10 = __this->____t;
		RuntimeObject* L_11 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_12;
		L_12 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_10, ((*(int64_t*)UnBox(L_11, il2cpp_defaults.int64_class))), NULL);
		NullCheck(L_9);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_12, NULL);
		goto IL_0150;
	}

IL_007c:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_13 = ___0_frame;
		Type_t* L_14 = __this->____t;
		RuntimeObject* L_15 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_16;
		L_16 = Enum_ToObject_mD0233B84323DBD62E609917F9336F9D709E835AE(L_14, ((*(uint32_t*)UnBox(L_15, il2cpp_defaults.uint32_class))), NULL);
		NullCheck(L_13);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_13, L_16, NULL);
		goto IL_0150;
	}

IL_0098:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_17 = ___0_frame;
		Type_t* L_18 = __this->____t;
		RuntimeObject* L_19 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_20;
		L_20 = Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1(L_18, ((*(uint64_t*)UnBox(L_19, il2cpp_defaults.uint64_class))), NULL);
		NullCheck(L_17);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_17, L_20, NULL);
		goto IL_0150;
	}

IL_00b4:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_21 = ___0_frame;
		Type_t* L_22 = __this->____t;
		RuntimeObject* L_23 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_24;
		L_24 = Enum_ToObject_m9F3E855711F06F3E13107F9AED8BD7733351A61C(L_22, ((*(uint8_t*)UnBox(L_23, il2cpp_defaults.byte_class))), NULL);
		NullCheck(L_21);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_21, L_24, NULL);
		goto IL_0150;
	}

IL_00d0:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_25 = ___0_frame;
		Type_t* L_26 = __this->____t;
		RuntimeObject* L_27 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_28;
		L_28 = Enum_ToObject_mEEBC20B90E90260E53F2A73658F1ABE327F204CF(L_26, ((*(int8_t*)UnBox(L_27, il2cpp_defaults.sbyte_class))), NULL);
		NullCheck(L_25);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_25, L_28, NULL);
		goto IL_0150;
	}

IL_00e9:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_29 = ___0_frame;
		Type_t* L_30 = __this->____t;
		RuntimeObject* L_31 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_32;
		L_32 = Enum_ToObject_m0B6ACE15B0F8821CC795CA25D4AE0A9F56547CCC(L_30, ((*(int16_t*)UnBox(L_31, il2cpp_defaults.int16_class))), NULL);
		NullCheck(L_29);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_29, L_32, NULL);
		goto IL_0150;
	}

IL_0102:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_33 = ___0_frame;
		Type_t* L_34 = __this->____t;
		RuntimeObject* L_35 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_36;
		L_36 = Enum_ToObject_mABB2D5A99CABDBFEDDDF549DB39B57F41C64EA84(L_34, ((*(uint16_t*)UnBox(L_35, il2cpp_defaults.uint16_class))), NULL);
		NullCheck(L_33);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_33, L_36, NULL);
		goto IL_0150;
	}

IL_011b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_37 = ___0_frame;
		Type_t* L_38 = __this->____t;
		RuntimeObject* L_39 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_40;
		L_40 = Enum_ToObject_mABB2D5A99CABDBFEDDDF549DB39B57F41C64EA84(L_38, ((*(Il2CppChar*)UnBox(L_39, il2cpp_defaults.char_class))), NULL);
		NullCheck(L_37);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_37, L_40, NULL);
		goto IL_0150;
	}

IL_0134:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_41 = ___0_frame;
		Type_t* L_42 = __this->____t;
		RuntimeObject* L_43 = V_0;
		bool L_44 = ((*(bool*)UnBox(L_43, il2cpp_defaults.boolean_class)));
		RuntimeObject* L_45 = Box(il2cpp_defaults.boolean_class, &L_44);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_46;
		L_46 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_42, L_45, NULL);
		NullCheck(L_41);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_41, L_46, NULL);
	}

IL_0150:
	{
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteInstruction__ctor_mDB9A0F2AA977B2B75C57E19A894A4EE70619C8FA (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_operand, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___1_hoistedVariables, const RuntimeMethod* method) 
{
	{
		Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_operand;
		__this->____operand = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____operand), (void*)L_0);
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = ___1_hoistedVariables;
		__this->____hoistedVariables = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____hoistedVariables), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QuoteInstruction_get_ProducedStack_mF1CCE87033968381332B968CB40659F69E813B77 (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, const RuntimeMethod* method) 
{
	{
		return 1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QuoteInstruction_get_InstructionName_m8EFBCB289A968B32150E078B33AD68919DF92D1D (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40);
		s_Il2CppMethodInitialized = true;
	}
	{
		return _stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QuoteInstruction_Run_m3E6567C4AB4B438D59AF35F64D7AE45A069DCF68 (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____operand;
		V_0 = L_0;
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = __this->____hoistedVariables;
		if (!L_1)
		{
			goto IL_0022;
		}
	}
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_2 = __this->____hoistedVariables;
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame;
		ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* L_4 = (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536*)il2cpp_codegen_object_new(ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var);
		ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD(L_4, L_2, L_3, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
		NullCheck(L_4);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
		L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, L_4, L_5);
		V_0 = L_6;
	}

IL_0022:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = V_0;
		NullCheck(L_7);
		InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_8, NULL);
		return 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___0_hoistedVariables, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___1_frame, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_0 = (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*)il2cpp_codegen_object_new(Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var);
		Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136(L_0, Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var);
		__this->____shadowedVars = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____shadowedVars), (void*)L_0);
		ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, NULL);
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = ___0_hoistedVariables;
		__this->____variables = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____variables), (void*)L_1);
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___1_frame;
		__this->____frame = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____frame), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionQuoter_VisitBlock_m8462AFAEA27D7A6018277E5FA075A788373137C0 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_0 = NULL;
	{
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___0_node;
		NullCheck(L_0);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
		L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
		NullCheck(L_1);
		int32_t L_2;
		L_2 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_1, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		if ((((int32_t)L_2) <= ((int32_t)0)))
		{
			goto IL_0024;
		}
	}
	{
		Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_3 = __this->____shadowedVars;
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_4 = ___0_node;
		NullCheck(L_4);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5;
		L_5 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_4, NULL);
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_6 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA(L_6, L_5, HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var);
		NullCheck(L_3);
		Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE(L_3, L_6, Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
	}

IL_0024:
	{
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_7 = ___0_node;
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8;
		L_8 = ExpressionVisitorUtils_VisitBlockExpressions_mDB6BB94861DEA88403B2167804369B5A70C2B2F5(__this, L_7, NULL);
		V_0 = L_8;
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_9 = ___0_node;
		NullCheck(L_9);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_10;
		L_10 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_9, NULL);
		NullCheck(L_10);
		int32_t L_11;
		L_11 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_10, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		if ((((int32_t)L_11) <= ((int32_t)0)))
		{
			goto IL_0046;
		}
	}
	{
		Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_12 = __this->____shadowedVars;
		NullCheck(L_12);
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_13;
		L_13 = Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5(L_12, Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
	}

IL_0046:
	{
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_14 = V_0;
		if (L_14)
		{
			goto IL_004b;
		}
	}
	{
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_15 = ___0_node;
		return L_15;
	}

IL_004b:
	{
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_16 = ___0_node;
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_17 = ___0_node;
		NullCheck(L_17);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_18;
		L_18 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_17, NULL);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_19 = V_0;
		NullCheck(L_16);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_20;
		L_20 = VirtualFuncInvoker2< BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B*, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* >::Invoke(14, L_16, L_18, L_19);
		return L_20;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ExpressionQuoter_VisitCatchBlock_m4254F310525B53FE2488A5252ABC904585C19F07 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_1 = NULL;
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___0_node;
		NullCheck(L_0);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
		L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_0, NULL);
		if (!L_1)
		{
			goto IL_0025;
		}
	}
	{
		Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_2 = __this->____shadowedVars;
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_3 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
		HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B(L_3, HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_4 = L_3;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_5 = ___0_node;
		NullCheck(L_5);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6;
		L_6 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_5, NULL);
		NullCheck(L_4);
		bool L_7;
		L_7 = HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69(L_4, L_6, HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
		NullCheck(L_2);
		Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE(L_2, L_4, Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
	}

IL_0025:
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_8 = ___0_node;
		NullCheck(L_8);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
		L_9 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_8, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
		L_10 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, __this, L_9);
		V_0 = L_10;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_11 = ___0_node;
		NullCheck(L_11);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
		L_12 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_11, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
		L_13 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, __this, L_12);
		V_1 = L_13;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_14 = ___0_node;
		NullCheck(L_14);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_15;
		L_15 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_14, NULL);
		if (!L_15)
		{
			goto IL_0053;
		}
	}
	{
		Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_16 = __this->____shadowedVars;
		NullCheck(L_16);
		HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_17;
		L_17 = Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5(L_16, Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
	}

IL_0053:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = V_0;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_19 = ___0_node;
		NullCheck(L_19);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20;
		L_20 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_19, NULL);
		if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_18) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_20))))
		{
			goto IL_0067;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = V_1;
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_22 = ___0_node;
		NullCheck(L_22);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23;
		L_23 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_22, NULL);
		if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_21) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_23))))
		{
			goto IL_0067;
		}
	}
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_24 = ___0_node;
		return L_24;
	}

IL_0067:
	{
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_25 = ___0_node;
		NullCheck(L_25);
		Type_t* L_26;
		L_26 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_25, NULL);
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_27 = ___0_node;
		NullCheck(L_27);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_28;
		L_28 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_27, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29 = V_0;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30 = V_1;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_31;
		L_31 = Expression_MakeCatchBlock_m79BBAFFF3E27717FD806186309DD71240D276F6F(L_26, L_28, L_29, L_30, NULL);
		return L_31;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionQuoter_VisitParameter_m37A17EA2DF22E0AC0AAF961ECBBE3C21776C49E6 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___0_node;
		RuntimeObject* L_1;
		L_1 = ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59(__this, L_0, NULL);
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		if (L_2)
		{
			goto IL_000d;
		}
	}
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3 = ___0_node;
		return L_3;
	}

IL_000d:
	{
		RuntimeObject* L_4 = V_0;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_5;
		L_5 = Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44(L_4, NULL);
		MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_6;
		L_6 = Expression_Field_m7E7386B06D5633A67D272A594A9183C91373F8E3(L_5, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, NULL);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = ___0_node;
		NullCheck(L_7);
		Type_t* L_8;
		L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_7);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_9;
		L_9 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_6, L_8, NULL);
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
	{
		Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____variables;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_variable;
		NullCheck(L_0);
		bool L_2;
		L_2 = Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_0043;
		}
	}
	{
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_3 = V_0;
		NullCheck(L_3);
		bool L_4;
		L_4 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_3, NULL);
		if (!L_4)
		{
			goto IL_002b;
		}
	}
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = __this->____frame;
		NullCheck(L_5);
		IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_6 = L_5->___Closure;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_7 = V_0;
		NullCheck(L_7);
		int32_t L_8 = L_7->___Index;
		NullCheck(L_6);
		int32_t L_9 = L_8;
		RuntimeObject* L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		return L_10;
	}

IL_002b:
	{
		InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = __this->____frame;
		NullCheck(L_11);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11->___Data;
		LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13 = V_0;
		NullCheck(L_13);
		int32_t L_14 = L_13->___Index;
		NullCheck(L_12);
		int32_t L_15 = L_14;
		RuntimeObject* L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		return ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var));
	}

IL_0043:
	{
		return (RuntimeObject*)NULL;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224 (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisType_t_mADFDA970F62777C71750DBFF823EF5114DE029A1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisType_t_mD8597B059A2354F3F7C115AEC22CD569D67D9E5D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B3_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B3_1 = NULL;
	Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B2_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B2_1 = NULL;
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___0_types;
		NullCheck(L_0);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) > ((int32_t)((int32_t)17))))
		{
			goto IL_002e;
		}
	}
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = ___0_types;
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
		Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_2 = ((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0;
		Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_3 = L_2;
		if (L_3)
		{
			G_B3_0 = L_3;
			G_B3_1 = L_1;
			goto IL_0027;
		}
		G_B2_0 = L_3;
		G_B2_1 = L_1;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
		U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* L_4 = ((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_5 = (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*)il2cpp_codegen_object_new(Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var);
		Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var), NULL);
		Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_6 = L_5;
		((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0 = L_6;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0), (void*)L_6);
		G_B3_0 = L_6;
		G_B3_1 = G_B2_1;
	}

IL_0027:
	{
		bool L_7;
		L_7 = Enumerable_Any_TisType_t_mD8597B059A2354F3F7C115AEC22CD569D67D9E5D((RuntimeObject*)G_B3_1, G_B3_0, Enumerable_Any_TisType_t_mD8597B059A2354F3F7C115AEC22CD569D67D9E5D_RuntimeMethod_var);
		if (!L_7)
		{
			goto IL_0034;
		}
	}

IL_002e:
	{
		Exception_t* L_8;
		L_8 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224_RuntimeMethod_var)));
	}

IL_0034:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = ___0_types;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = ___0_types;
		NullCheck(L_10);
		NullCheck(L_9);
		int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_10)->max_length)), 1));
		Type_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_14;
		L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL);
		bool L_15;
		L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_12, L_14, NULL);
		if (!L_15)
		{
			goto IL_01c9;
		}
	}
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = ___0_types;
		NullCheck(L_16);
		Array_Resize_TisType_t_mADFDA970F62777C71750DBFF823EF5114DE029A1((&___0_types), ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_16)->max_length)), 1)), Array_Resize_TisType_t_mADFDA970F62777C71750DBFF823EF5114DE029A1_RuntimeMethod_var);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = ___0_types;
		NullCheck(L_17);
		V_0 = ((int32_t)(((RuntimeArray*)L_17)->max_length));
		int32_t L_18 = V_0;
		switch (L_18)
		{
			case 0:
			{
				goto IL_00ae;
			}
			case 1:
			{
				goto IL_00b9;
			}
			case 2:
			{
				goto IL_00ca;
			}
			case 3:
			{
				goto IL_00db;
			}
			case 4:
			{
				goto IL_00ec;
			}
			case 5:
			{
				goto IL_00fd;
			}
			case 6:
			{
				goto IL_010e;
			}
			case 7:
			{
				goto IL_011f;
			}
			case 8:
			{
				goto IL_0130;
			}
			case 9:
			{
				goto IL_0141;
			}
			case 10:
			{
				goto IL_0152;
			}
			case 11:
			{
				goto IL_0163;
			}
			case 12:
			{
				goto IL_0174;
			}
			case 13:
			{
				goto IL_0185;
			}
			case 14:
			{
				goto IL_0196;
			}
			case 15:
			{
				goto IL_01a7;
			}
			case 16:
			{
				goto IL_01b8;
			}
		}
	}
	{
		goto IL_033f;
	}

IL_00ae:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_20;
		L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL);
		return L_20;
	}

IL_00b9:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_22;
		L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_23 = ___0_types;
		NullCheck(L_22);
		Type_t* L_24;
		L_24 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_22, L_23);
		return L_24;
	}

IL_00ca:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast<intptr_t> (Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_26;
		L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = ___0_types;
		NullCheck(L_26);
		Type_t* L_28;
		L_28 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_26, L_27);
		return L_28;
	}

IL_00db:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast<intptr_t> (Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_30;
		L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_31 = ___0_types;
		NullCheck(L_30);
		Type_t* L_32;
		L_32 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_30, L_31);
		return L_32;
	}

IL_00ec:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_34;
		L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_35 = ___0_types;
		NullCheck(L_34);
		Type_t* L_36;
		L_36 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_34, L_35);
		return L_36;
	}

IL_00fd:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_37 = { reinterpret_cast<intptr_t> (Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_38;
		L_38 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_37, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_39 = ___0_types;
		NullCheck(L_38);
		Type_t* L_40;
		L_40 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_38, L_39);
		return L_40;
	}

IL_010e:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_41 = { reinterpret_cast<intptr_t> (Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_42;
		L_42 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_41, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = ___0_types;
		NullCheck(L_42);
		Type_t* L_44;
		L_44 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_42, L_43);
		return L_44;
	}

IL_011f:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_45 = { reinterpret_cast<intptr_t> (Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_46;
		L_46 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_45, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = ___0_types;
		NullCheck(L_46);
		Type_t* L_48;
		L_48 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_46, L_47);
		return L_48;
	}

IL_0130:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast<intptr_t> (Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_50;
		L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_51 = ___0_types;
		NullCheck(L_50);
		Type_t* L_52;
		L_52 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_50, L_51);
		return L_52;
	}

IL_0141:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_53 = { reinterpret_cast<intptr_t> (Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_54;
		L_54 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_53, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_55 = ___0_types;
		NullCheck(L_54);
		Type_t* L_56;
		L_56 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_54, L_55);
		return L_56;
	}

IL_0152:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast<intptr_t> (Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_58;
		L_58 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_57, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_59 = ___0_types;
		NullCheck(L_58);
		Type_t* L_60;
		L_60 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_58, L_59);
		return L_60;
	}

IL_0163:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_61 = { reinterpret_cast<intptr_t> (Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_62;
		L_62 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_61, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_63 = ___0_types;
		NullCheck(L_62);
		Type_t* L_64;
		L_64 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_62, L_63);
		return L_64;
	}

IL_0174:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_65 = { reinterpret_cast<intptr_t> (Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_66;
		L_66 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_65, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_67 = ___0_types;
		NullCheck(L_66);
		Type_t* L_68;
		L_68 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_66, L_67);
		return L_68;
	}

IL_0185:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_69 = { reinterpret_cast<intptr_t> (Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_70;
		L_70 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_69, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_71 = ___0_types;
		NullCheck(L_70);
		Type_t* L_72;
		L_72 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_70, L_71);
		return L_72;
	}

IL_0196:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast<intptr_t> (Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_74;
		L_74 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_73, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_75 = ___0_types;
		NullCheck(L_74);
		Type_t* L_76;
		L_76 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_74, L_75);
		return L_76;
	}

IL_01a7:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_77 = { reinterpret_cast<intptr_t> (Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_78;
		L_78 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_77, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_79 = ___0_types;
		NullCheck(L_78);
		Type_t* L_80;
		L_80 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_78, L_79);
		return L_80;
	}

IL_01b8:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_81 = { reinterpret_cast<intptr_t> (Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_82;
		L_82 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_81, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_83 = ___0_types;
		NullCheck(L_82);
		Type_t* L_84;
		L_84 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_82, L_83);
		return L_84;
	}

IL_01c9:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_85 = ___0_types;
		NullCheck(L_85);
		V_0 = ((int32_t)(((RuntimeArray*)L_85)->max_length));
		int32_t L_86 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract(L_86, 1)))
		{
			case 0:
			{
				goto IL_021e;
			}
			case 1:
			{
				goto IL_022f;
			}
			case 2:
			{
				goto IL_0240;
			}
			case 3:
			{
				goto IL_0251;
			}
			case 4:
			{
				goto IL_0262;
			}
			case 5:
			{
				goto IL_0273;
			}
			case 6:
			{
				goto IL_0284;
			}
			case 7:
			{
				goto IL_0295;
			}
			case 8:
			{
				goto IL_02a6;
			}
			case 9:
			{
				goto IL_02b7;
			}
			case 10:
			{
				goto IL_02c8;
			}
			case 11:
			{
				goto IL_02d9;
			}
			case 12:
			{
				goto IL_02ea;
			}
			case 13:
			{
				goto IL_02fb;
			}
			case 14:
			{
				goto IL_030c;
			}
			case 15:
			{
				goto IL_031d;
			}
			case 16:
			{
				goto IL_032e;
			}
		}
	}
	{
		goto IL_033f;
	}

IL_021e:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_87 = { reinterpret_cast<intptr_t> (Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_88;
		L_88 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_87, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_89 = ___0_types;
		NullCheck(L_88);
		Type_t* L_90;
		L_90 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_88, L_89);
		return L_90;
	}

IL_022f:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_91 = { reinterpret_cast<intptr_t> (Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_92;
		L_92 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_91, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_93 = ___0_types;
		NullCheck(L_92);
		Type_t* L_94;
		L_94 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_92, L_93);
		return L_94;
	}

IL_0240:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_95 = { reinterpret_cast<intptr_t> (Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_96;
		L_96 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_95, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_97 = ___0_types;
		NullCheck(L_96);
		Type_t* L_98;
		L_98 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_96, L_97);
		return L_98;
	}

IL_0251:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_99 = { reinterpret_cast<intptr_t> (Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_100;
		L_100 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_99, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_101 = ___0_types;
		NullCheck(L_100);
		Type_t* L_102;
		L_102 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_100, L_101);
		return L_102;
	}

IL_0262:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast<intptr_t> (Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_104;
		L_104 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_103, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_105 = ___0_types;
		NullCheck(L_104);
		Type_t* L_106;
		L_106 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_104, L_105);
		return L_106;
	}

IL_0273:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_107 = { reinterpret_cast<intptr_t> (Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_108;
		L_108 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_107, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_109 = ___0_types;
		NullCheck(L_108);
		Type_t* L_110;
		L_110 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_108, L_109);
		return L_110;
	}

IL_0284:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_111 = { reinterpret_cast<intptr_t> (Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_112;
		L_112 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_111, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_113 = ___0_types;
		NullCheck(L_112);
		Type_t* L_114;
		L_114 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_112, L_113);
		return L_114;
	}

IL_0295:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_115 = { reinterpret_cast<intptr_t> (Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_116;
		L_116 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_115, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_117 = ___0_types;
		NullCheck(L_116);
		Type_t* L_118;
		L_118 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_116, L_117);
		return L_118;
	}

IL_02a6:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_119 = { reinterpret_cast<intptr_t> (Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_120;
		L_120 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_119, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_121 = ___0_types;
		NullCheck(L_120);
		Type_t* L_122;
		L_122 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_120, L_121);
		return L_122;
	}

IL_02b7:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_123 = { reinterpret_cast<intptr_t> (Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_124;
		L_124 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_123, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_125 = ___0_types;
		NullCheck(L_124);
		Type_t* L_126;
		L_126 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_124, L_125);
		return L_126;
	}

IL_02c8:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_127 = { reinterpret_cast<intptr_t> (Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_128;
		L_128 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_127, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_129 = ___0_types;
		NullCheck(L_128);
		Type_t* L_130;
		L_130 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_128, L_129);
		return L_130;
	}

IL_02d9:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_131 = { reinterpret_cast<intptr_t> (Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_132;
		L_132 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_131, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_133 = ___0_types;
		NullCheck(L_132);
		Type_t* L_134;
		L_134 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_132, L_133);
		return L_134;
	}

IL_02ea:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_135 = { reinterpret_cast<intptr_t> (Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_136;
		L_136 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_135, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_137 = ___0_types;
		NullCheck(L_136);
		Type_t* L_138;
		L_138 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_136, L_137);
		return L_138;
	}

IL_02fb:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_139 = { reinterpret_cast<intptr_t> (Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_140;
		L_140 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_139, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_141 = ___0_types;
		NullCheck(L_140);
		Type_t* L_142;
		L_142 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_140, L_141);
		return L_142;
	}

IL_030c:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_143 = { reinterpret_cast<intptr_t> (Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_144;
		L_144 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_143, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_145 = ___0_types;
		NullCheck(L_144);
		Type_t* L_146;
		L_146 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_144, L_145);
		return L_146;
	}

IL_031d:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_147 = { reinterpret_cast<intptr_t> (Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_148;
		L_148 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_147, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_149 = ___0_types;
		NullCheck(L_148);
		Type_t* L_150;
		L_150 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_148, L_149);
		return L_150;
	}

IL_032e:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_151 = { reinterpret_cast<intptr_t> (Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_152;
		L_152 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_151, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_153 = ___0_types;
		NullCheck(L_152);
		Type_t* L_154;
		L_154 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_152, L_153);
		return L_154;
	}

IL_033f:
	{
		Exception_t* L_155;
		L_155 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_155, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DelegateHelpers_MakeDelegate_m59371A1E0D5AA366FE5EBFF7E098AA5F26DDD224_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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3DD8DF04456E67B09E35FF75F9B33FAB9DB69C2D (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* L_0 = (U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970*)il2cpp_codegen_object_new(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
		U3CU3Ec__ctor_m0300E2EE67AF698C1699D7A3E180116F519D50DF(L_0, NULL);
		((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0300E2EE67AF698C1699D7A3E180116F519D50DF (U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C (U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_t;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_0, NULL);
		return L_1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6 (int32_t ___0_i, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_i;
		switch (((int32_t)il2cpp_codegen_subtract(L_0, (-1))))
		{
			case 0:
			{
				goto IL_001e;
			}
			case 1:
			{
				goto IL_0024;
			}
			case 2:
			{
				goto IL_002a;
			}
			case 3:
			{
				goto IL_0030;
			}
			case 4:
			{
				goto IL_0036;
			}
		}
	}
	{
		goto IL_003c;
	}

IL_001e:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedIntM1;
		return L_1;
	}

IL_0024:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_2 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt0;
		return L_2;
	}

IL_002a:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_3 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt1;
		return L_3;
	}

IL_0030:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_4 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt2;
		return L_4;
	}

IL_0036:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt3;
		return L_5;
	}

IL_003c:
	{
		int32_t L_6 = ___0_i;
		int32_t L_7 = L_6;
		RuntimeObject* L_8 = Box(il2cpp_defaults.int32_class, &L_7);
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_GetPrimitiveDefaultValue_m7311A40D19B98263D5426532A86F06B325D683CC (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
		int32_t L_1;
		L_1 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_0, NULL);
		V_1 = L_1;
		int32_t L_2 = V_1;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
		{
			case 0:
			{
				goto IL_0049;
			}
			case 1:
			{
				goto IL_0061;
			}
			case 2:
			{
				goto IL_0051;
			}
			case 3:
			{
				goto IL_0059;
			}
			case 4:
			{
				goto IL_0069;
			}
			case 5:
			{
				goto IL_0081;
			}
			case 6:
			{
				goto IL_0071;
			}
			case 7:
			{
				goto IL_0089;
			}
			case 8:
			{
				goto IL_0079;
			}
			case 9:
			{
				goto IL_0091;
			}
			case 10:
			{
				goto IL_0099;
			}
			case 11:
			{
				goto IL_009f;
			}
			case 12:
			{
				goto IL_00ab;
			}
			case 13:
			{
				goto IL_00a5;
			}
		}
	}
	{
		goto IL_00b1;
	}

IL_0049:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_3 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse;
		V_0 = L_3;
		goto IL_00b3;
	}

IL_0051:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_4 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSByte;
		V_0 = L_4;
		goto IL_00b3;
	}

IL_0059:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultByte;
		V_0 = L_5;
		goto IL_00b3;
	}

IL_0061:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultChar;
		V_0 = L_6;
		goto IL_00b3;
	}

IL_0069:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_7 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt16;
		V_0 = L_7;
		goto IL_00b3;
	}

IL_0071:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_8 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedInt0;
		V_0 = L_8;
		goto IL_00b3;
	}

IL_0079:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_9 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultInt64;
		V_0 = L_9;
		goto IL_00b3;
	}

IL_0081:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_10 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt16;
		V_0 = L_10;
		goto IL_00b3;
	}

IL_0089:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_11 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt32;
		V_0 = L_11;
		goto IL_00b3;
	}

IL_0091:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_12 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultUInt64;
		V_0 = L_12;
		goto IL_00b3;
	}

IL_0099:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_13 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultSingle;
		return L_13;
	}

IL_009f:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_14 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDouble;
		return L_14;
	}

IL_00a5:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_15 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDateTime;
		return L_15;
	}

IL_00ab:
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		RuntimeObject* L_16 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedDefaultDecimal;
		return L_16;
	}

IL_00b1:
	{
		return NULL;
	}

IL_00b3:
	{
		Type_t* L_17 = ___0_type;
		NullCheck(L_17);
		bool L_18;
		L_18 = VirtualFuncInvoker0< bool >::Invoke(71, L_17);
		if (!L_18)
		{
			goto IL_00c3;
		}
	}
	{
		Type_t* L_19 = ___0_type;
		RuntimeObject* L_20 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_21;
		L_21 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_19, L_20, NULL);
		V_0 = L_21;
	}

IL_00c3:
	{
		RuntimeObject* L_22 = V_0;
		return L_22;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelpers_UnwrapAndRethrow_mCB6EC9CE5EA3B16A07C4506E956FEF2F8197949B (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* ___0_exception, const RuntimeMethod* method) 
{
	{
		TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_0 = ___0_exception;
		NullCheck(L_0);
		Exception_t* L_1;
		L_1 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_0, NULL);
		ExceptionDispatchInfo_Throw_m43FBCA37451EE3536FF8B1445D8F1422736223A1(L_1, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeOps_ExpandoTryGetValue_m9920A2E9531BC91B4C54C2C775C686BFC784C044 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, RuntimeObject* ___1_indexClass, int32_t ___2_index, String_t* ___3_name, bool ___4_ignoreCase, RuntimeObject** ___5_value, const RuntimeMethod* method) 
{
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		RuntimeObject* L_1 = ___1_indexClass;
		int32_t L_2 = ___2_index;
		String_t* L_3 = ___3_name;
		bool L_4 = ___4_ignoreCase;
		RuntimeObject** L_5 = ___5_value;
		NullCheck(L_0);
		bool L_6;
		L_6 = ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9(L_0, L_1, L_2, L_3, L_4, L_5, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeOps_ExpandoTrySetValue_m50B8D99C767944B26FF079F374011A0D5F152F3F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, RuntimeObject* ___1_indexClass, int32_t ___2_index, RuntimeObject* ___3_value, String_t* ___4_name, bool ___5_ignoreCase, const RuntimeMethod* method) 
{
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		RuntimeObject* L_1 = ___1_indexClass;
		int32_t L_2 = ___2_index;
		RuntimeObject* L_3 = ___3_value;
		String_t* L_4 = ___4_name;
		bool L_5 = ___5_ignoreCase;
		NullCheck(L_0);
		ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F(L_0, L_1, L_2, L_3, L_4, L_5, (bool)0, NULL);
		RuntimeObject* L_6 = ___3_value;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeOps_ExpandoTryDeleteValue_m42060C22AF33057F9485D6C63649F19C5DA83ADF (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, RuntimeObject* ___1_indexClass, int32_t ___2_index, String_t* ___3_name, bool ___4_ignoreCase, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		RuntimeObject* L_1 = ___1_indexClass;
		int32_t L_2 = ___2_index;
		String_t* L_3 = ___3_name;
		bool L_4 = ___4_ignoreCase;
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_5 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		NullCheck(L_0);
		bool L_6;
		L_6 = ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998(L_0, L_1, L_2, L_3, L_4, L_5, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeOps_ExpandoCheckVersion_m65EB3542092B876ED5B714E2C850412DA4B64714 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, RuntimeObject* ___1_version, const RuntimeMethod* method) 
{
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		NullCheck(L_0);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_1;
		L_1 = ExpandoObject_get_Class_m84A64A4FC9BC381EC387E2D81A9BCCC6ACF2B4ED(L_0, NULL);
		RuntimeObject* L_2 = ___1_version;
		return (bool)((((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_1) == ((RuntimeObject*)(RuntimeObject*)L_2))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeOps_ExpandoPromoteClass_m6B0B0D9E247C16328C78C9B6A9A88F56E573DDA3 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, RuntimeObject* ___1_oldClass, RuntimeObject* ___2_newClass, const RuntimeMethod* method) 
{
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		RuntimeObject* L_1 = ___1_oldClass;
		RuntimeObject* L_2 = ___2_newClass;
		NullCheck(L_0);
		ExpandoObject_PromoteClass_mD17C5D5B99008C746F2C85EA546CF62FB58F990C(L_0, L_1, L_2, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallSite__ctor_m77AE7F8CED34B72F7C734562FC18A7798C0E1C07 (CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* __this, CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* ___0_binder, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* L_0 = ___0_binder;
		__this->____binder = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____binder), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* CallSite_get_Binder_mA7D06DD00FEE519623E5D4CAF8A4009B1899DFCD (CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* __this, const RuntimeMethod* method) 
{
	{
		CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* L_0 = __this->____binder;
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallSiteBinder__ctor_m684D18808474818A3B11F87870802C65BA22C635 (CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* CallSiteBinder_get_UpdateLabel_mFBA5DD59CA8778F201C1BA20B91270D17AC367FC (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields*)il2cpp_codegen_static_fields_for(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var))->___U3CUpdateLabelU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallSiteBinder__cctor_m443A150DD46E4A4D684B6D577B938B593A770338 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7706C829232096C08B6F4E55DA8484C439060409);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0;
		L_0 = Expression_Label_m276BC88C93CE3BDE5E995A94EFDDD0FB940D3F20(_stringLiteral7706C829232096C08B6F4E55DA8484C439060409, NULL);
		((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields*)il2cpp_codegen_static_fields_for(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var))->___U3CUpdateLabelU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields*)il2cpp_codegen_static_fields_for(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var))->___U3CUpdateLabelU3Ek__BackingField), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallSiteOps_SetNotMatched_m64F2809805FE65D6675848E54A1DCBE85B2BA55B (CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* ___0_site, const RuntimeMethod* method) 
{
	{
		CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* L_0 = ___0_site;
		NullCheck(L_0);
		bool L_1 = L_0->____match;
		CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* L_2 = ___0_site;
		NullCheck(L_2);
		L_2->____match = (bool)0;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallSiteOps_GetMatch_mE913AFC5D88939BF26962443F211404F33EE0968 (CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* ___0_site, const RuntimeMethod* method) 
{
	{
		CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* L_0 = ___0_site;
		NullCheck(L_0);
		bool L_1 = L_0->____match;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallSiteOps_ClearMatch_mF9A89B3DC2252BE81793428B0F1403E67AC7FC4B (CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* ___0_site, const RuntimeMethod* method) 
{
	{
		CallSite_t7E03097DD9D28AA5BB84A32493F38B8AF731B5AF* L_0 = ___0_site;
		NullCheck(L_0);
		L_0->____match = (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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryOperationBinder_get_Operation_m2FA2599E1B43F4A6127084516C2CFF7914C3349E (BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3COperationU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* BinaryOperationBinder_FallbackBinaryOperation_m3D239F307C30EF9ED59516D1057B607996C82E8E (BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_arg, const RuntimeMethod* method) 
{
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_1 = ___1_arg;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = VirtualFuncInvoker3< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(9, __this, L_0, L_1, (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* BinaryOperationBinder_Bind_m5CA2A05D282788C64F10A8A3B37FDEA0F9D16B6E (BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* V_0 = NULL;
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D((RuntimeObject*)L_1, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_2);
		ContractUtils_Requires_mB75206C24EAACC2AF630A8FC9BFE87D772BE7529((bool)((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) == ((int32_t)1))? 1 : 0), _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_3 = ___1_args;
		NullCheck(L_3);
		int32_t L_4 = 0;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = L_5;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_6 = V_0;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_7 = ___0_target;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_8 = V_0;
		NullCheck(L_7);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_9;
		L_9 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(15, L_7, __this, 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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0 (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_Merge_mD2B5746636C9BAD9E88FE2618E18AE0B0C8B3785 (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_restrictions, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF71E70A5973ABCC0DA323F21F9E79897CB068643);
		s_Il2CppMethodInitialized = true;
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = ___0_restrictions;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralF71E70A5973ABCC0DA323F21F9E79897CB068643, NULL);
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		if ((!(((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)__this) == ((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_1))))
		{
			goto IL_0015;
		}
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_2 = ___0_restrictions;
		return L_2;
	}

IL_0015:
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_3 = ___0_restrictions;
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_4 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		if ((!(((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_3) == ((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_4))))
		{
			goto IL_001f;
		}
	}
	{
		return __this;
	}

IL_001f:
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_5 = ___0_restrictions;
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_6 = (MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A*)il2cpp_codegen_object_new(MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var);
		MergedRestriction__ctor_mA5EE37FED14AA966C23D3D8FCA0997E836272D88(L_6, __this, L_5, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_GetTypeRestriction_mC8B75CAECC58989B682006D3FC48AF47E5C25D69 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, Type_t* ___1_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		s_Il2CppMethodInitialized = true;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expression;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6, NULL);
		Type_t* L_1 = ___1_type;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_1, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___0_expression;
		Type_t* L_3 = ___1_type;
		TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* L_4 = (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205*)il2cpp_codegen_object_new(TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205_il2cpp_TypeInfo_var);
		TypeRestriction__ctor_m1E15DC7BC6C5ED6A11B2B9FFDD55FA5DC346306B(L_4, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_GetTypeRestriction_m85CB47FE20F3C30F9139B95C351DF85435CEA778 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_obj;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(L_0, NULL);
		if (L_1)
		{
			goto IL_001d;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2 = ___0_obj;
		NullCheck(L_2);
		bool L_3;
		L_3 = DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B(L_2, NULL);
		if (!L_3)
		{
			goto IL_001d;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4 = ___0_obj;
		NullCheck(L_4);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5;
		L_5 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_4, NULL);
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_6;
		L_6 = BindingRestrictions_GetInstanceRestriction_m82AED6536ECDBF2725A5FF43BC18300A033A5816(L_5, NULL, NULL);
		return L_6;
	}

IL_001d:
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_7 = ___0_obj;
		NullCheck(L_7);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
		L_8 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_7, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_9 = ___0_obj;
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = DynamicMetaObject_get_LimitType_m83337ACBF440933B51E252191614393EA00830B7(L_9, NULL);
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_11;
		L_11 = BindingRestrictions_GetTypeRestriction_mC8B75CAECC58989B682006D3FC48AF47E5C25D69(L_8, L_10, NULL);
		return L_11;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* BindingRestrictions_GetInstanceRestriction_m82AED6536ECDBF2725A5FF43BC18300A033A5816 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, RuntimeObject* ___1_instance, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6);
		s_Il2CppMethodInitialized = true;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expression;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___0_expression;
		RuntimeObject* L_2 = ___1_instance;
		InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* L_3 = (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1*)il2cpp_codegen_object_new(InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1_il2cpp_TypeInfo_var);
		InstanceRestriction__ctor_mEC4ADCE01546B4BE9CDCE931FE1D8EC8FC1439AB(L_3, L_1, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BindingRestrictions_ToExpression_m4FE6BF8E182F1BBAA64D2CB547942E05EDF9D43D (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
		L_0 = VirtualFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, __this);
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BindingRestrictions_get_DebugView_mC774AB4DA10F698C84E4ECA9C01F8BF90187D3B9 (BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0;
		L_0 = BindingRestrictions_ToExpression_m4FE6BF8E182F1BBAA64D2CB547942E05EDF9D43D(__this, NULL);
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingRestrictions__cctor_mC52A7F09F0CF33E86A8FEA5542BA21260A380FE6 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_0;
		L_0 = Utils_Constant_m78BEE7BC2541025969D84153FF41B3F8BC4883AE((bool)1, NULL);
		CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* L_1 = (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234*)il2cpp_codegen_object_new(CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234_il2cpp_TypeInfo_var);
		CustomRestriction__ctor_m3E92471F15ABFBD6F1152940818322DF3FA9EA38(L_1, L_0, NULL);
		((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty), (void*)L_1);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder_Append_m06A5883625521712C9E3E99B254DED942314F61D (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_restrictions, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m7528F37BE9D16657BDD836D9BB7B63C59B804F93_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB* L_0 = __this->____unique;
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ___0_restrictions;
		NullCheck(L_0);
		bool L_2;
		L_2 = HashSet_1_Add_m7528F37BE9D16657BDD836D9BB7B63C59B804F93(L_0, L_1, HashSet_1_Add_m7528F37BE9D16657BDD836D9BB7B63C59B804F93_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_001b;
		}
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_3 = ___0_restrictions;
		NullCheck(L_3);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
		L_4 = VirtualFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, L_3);
		TestBuilder_Push_mDA57126C9410E9E1CDDE6BFE72FBF5E53954D898(__this, L_4, 0, NULL);
	}

IL_001b:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TestBuilder_ToExpression_m68928AFC75DC1D73482199F0B8916F3FA76D2BBD (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_0 = __this->____tests;
		NullCheck(L_0);
		AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 L_1;
		L_1 = Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484(L_0, Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = L_1.___Node;
		V_0 = L_2;
		goto IL_002a;
	}

IL_0013:
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_3 = __this->____tests;
		NullCheck(L_3);
		AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 L_4;
		L_4 = Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484(L_3, Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = L_4.___Node;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6 = V_0;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_7;
		L_7 = Expression_AndAlso_mCC7AA2917CD76068F8A22C55C429C1ABF3F97577(L_5, L_6, NULL);
		V_0 = L_7;
	}

IL_002a:
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_8 = __this->____tests;
		NullCheck(L_8);
		int32_t L_9;
		L_9 = Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_inline(L_8, Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_RuntimeMethod_var);
		if ((((int32_t)L_9) > ((int32_t)0)))
		{
			goto IL_0013;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = V_0;
		return L_10;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder_Push_mDA57126C9410E9E1CDDE6BFE72FBF5E53954D898 (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, int32_t ___1_depth, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		goto IL_001f;
	}

IL_0002:
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_0 = __this->____tests;
		NullCheck(L_0);
		AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 L_1;
		L_1 = Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484(L_0, Stack_1_Pop_mA513EEFF40152A51C68A34DDFDA3037C88690484_RuntimeMethod_var);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = L_1.___Node;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_node;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4;
		L_4 = Expression_AndAlso_mCC7AA2917CD76068F8A22C55C429C1ABF3F97577(L_2, L_3, NULL);
		___0_node = L_4;
		int32_t L_5 = ___1_depth;
		___1_depth = ((int32_t)il2cpp_codegen_add(L_5, 1));
	}

IL_001f:
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_6 = __this->____tests;
		NullCheck(L_6);
		int32_t L_7;
		L_7 = Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_inline(L_6, Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_RuntimeMethod_var);
		if ((((int32_t)L_7) <= ((int32_t)0)))
		{
			goto IL_0040;
		}
	}
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_8 = __this->____tests;
		NullCheck(L_8);
		AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 L_9;
		L_9 = Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833(L_8, Stack_1_Peek_m659C26FA0DEF93AA0664171E364E510C49AE3833_RuntimeMethod_var);
		int32_t L_10 = L_9.___Depth;
		int32_t L_11 = ___1_depth;
		if ((((int32_t)L_10) == ((int32_t)L_11)))
		{
			goto IL_0002;
		}
	}

IL_0040:
	{
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_12 = __this->____tests;
		il2cpp_codegen_initobj((&V_0), sizeof(AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653));
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___0_node;
		(&V_0)->___Node = L_13;
		Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Node), (void*)L_13);
		int32_t L_14 = ___1_depth;
		(&V_0)->___Depth = L_14;
		AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653 L_15 = V_0;
		NullCheck(L_12);
		Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A(L_12, L_15, Stack_1_Push_mFA133EBCA82BB267A061CE9770CC1A422F396C2A_RuntimeMethod_var);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBuilder__ctor_m037D48AFDDDF41271DC0962FBF8816CB3FD94F0F (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m8580EDA142AB3587CA7BA022F84E51E800D785A6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB* L_0 = (HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB*)il2cpp_codegen_object_new(HashSet_1_t592C04D3BDE4AD3083872E1A5AC0613BD01EAAEB_il2cpp_TypeInfo_var);
		HashSet_1__ctor_m8580EDA142AB3587CA7BA022F84E51E800D785A6(L_0, HashSet_1__ctor_m8580EDA142AB3587CA7BA022F84E51E800D785A6_RuntimeMethod_var);
		__this->____unique = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____unique), (void*)L_0);
		Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* L_1 = (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC*)il2cpp_codegen_object_new(Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC_il2cpp_TypeInfo_var);
		Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283(L_1, Stack_1__ctor_m56570E522663AF971180A29A08B0A5A885CEE283_RuntimeMethod_var);
		__this->____tests = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____tests), (void*)L_1);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_pinvoke(const AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653& unmarshaled, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_pinvoke& marshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___NodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___NodeException, NULL);
}
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_pinvoke_back(const AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_pinvoke& marshaled, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___NodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___NodeException, NULL);
}
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_pinvoke_cleanup(AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_com(const AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653& unmarshaled, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_com& marshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___NodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___NodeException, NULL);
}
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_com_back(const AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_com& marshaled, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Exception_t* ___NodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653____Node_FieldInfo_var, AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_0_0_0_var);
	IL2CPP_RAISE_MANAGED_EXCEPTION(___NodeException, NULL);
}
IL2CPP_EXTERN_C void AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshal_com_cleanup(AndNode_tD84E0D831AD339630C4170F558969F4ACAD73653_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedRestriction__ctor_mA5EE37FED14AA966C23D3D8FCA0997E836272D88 (MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_left, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_right, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0(__this, NULL);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = ___0_left;
		__this->___Left = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Left), (void*)L_0);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ___1_right;
		__this->___Right = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Right), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MergedRestriction_GetExpression_m683BC42CA1778DE9CD517DF6F291C523CBC8EB3C (MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* V_0 = NULL;
	Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* V_1 = NULL;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* V_2 = NULL;
	MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* V_3 = NULL;
	{
		TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* L_0 = (TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2*)il2cpp_codegen_object_new(TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2_il2cpp_TypeInfo_var);
		TestBuilder__ctor_m037D48AFDDDF41271DC0962FBF8816CB3FD94F0F(L_0, NULL);
		V_0 = L_0;
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_1 = (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*)il2cpp_codegen_object_new(Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5_il2cpp_TypeInfo_var);
		Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D(L_1, Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D_RuntimeMethod_var);
		V_1 = L_1;
		V_2 = __this;
	}

IL_000e:
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_2 = V_2;
		V_3 = ((MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A*)IsInstSealed((RuntimeObject*)L_2, MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var));
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_3 = V_3;
		if (!L_3)
		{
			goto IL_002d;
		}
	}
	{
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_4 = V_1;
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_5 = V_3;
		NullCheck(L_5);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_6 = L_5->___Right;
		NullCheck(L_4);
		Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593(L_4, L_6, Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593_RuntimeMethod_var);
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_7 = V_3;
		NullCheck(L_7);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_8 = L_7->___Left;
		V_2 = L_8;
		goto IL_000e;
	}

IL_002d:
	{
		TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* L_9 = V_0;
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_10 = V_2;
		NullCheck(L_9);
		TestBuilder_Append_m06A5883625521712C9E3E99B254DED942314F61D(L_9, L_10, NULL);
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_11 = V_1;
		NullCheck(L_11);
		int32_t L_12;
		L_12 = Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_inline(L_11, Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_RuntimeMethod_var);
		if (L_12)
		{
			goto IL_0043;
		}
	}
	{
		TestBuilder_tD87B35762E4AEF3F01385B643DD645D16036B8E2* L_13 = V_0;
		NullCheck(L_13);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14;
		L_14 = TestBuilder_ToExpression_m68928AFC75DC1D73482199F0B8916F3FA76D2BBD(L_13, NULL);
		return L_14;
	}

IL_0043:
	{
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_15 = V_1;
		NullCheck(L_15);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_16;
		L_16 = Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D(L_15, Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D_RuntimeMethod_var);
		V_2 = L_16;
		goto IL_000e;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void CustomRestriction__ctor_m3E92471F15ABFBD6F1152940818322DF3FA9EA38 (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0(__this, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expression;
		__this->____expression = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____expression), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomRestriction_Equals_mC010D52A12D8ED4D7AE50AA3179D4B46D28175C3 (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* G_B2_0 = NULL;
	CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* G_B1_0 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B3_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_obj;
		CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* L_1 = ((CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234*)IsInstSealed((RuntimeObject*)L_0, CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234_il2cpp_TypeInfo_var));
		if (L_1)
		{
			G_B2_0 = L_1;
			goto IL_000d;
		}
		G_B1_0 = L_1;
	}
	{
		G_B3_0 = ((Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)(NULL));
		goto IL_0012;
	}

IL_000d:
	{
		NullCheck(G_B2_0);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = G_B2_0->____expression;
		G_B3_0 = L_2;
	}

IL_0012:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = __this->____expression;
		return (bool)((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)G_B3_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_3))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CustomRestriction_GetHashCode_m9AFED0122285F0B72FEE3B5D6E6EF5C63D77AD9F (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0);
		return ((int32_t)(((int32_t)613566756)^L_1));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CustomRestriction_GetExpression_mFFF2A41EAE6D581591C24C3F858AE5870B0D0FD4 (CustomRestriction_t2D6C48EAE3BA4D6A611B0649A05DB41C368AD234* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression;
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeRestriction__ctor_m1E15DC7BC6C5ED6A11B2B9FFDD55FA5DC346306B (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_parameter, Type_t* ___1_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0(__this, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_parameter;
		__this->____expression = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____expression), (void*)L_0);
		Type_t* L_1 = ___1_type;
		__this->____type = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeRestriction_Equals_m06D2A947AB25E12869FBA6607779B97DFAD63F8A (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* V_0 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B3_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_obj;
		V_0 = ((TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205*)IsInstSealed((RuntimeObject*)L_0, TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205_il2cpp_TypeInfo_var));
		TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* L_1 = V_0;
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		G_B3_0 = ((Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)(NULL));
		goto IL_0013;
	}

IL_000d:
	{
		TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* L_2 = V_0;
		NullCheck(L_2);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = L_2->____expression;
		G_B3_0 = L_3;
	}

IL_0013:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____expression;
		if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)G_B3_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4))))
		{
			goto IL_002d;
		}
	}
	{
		TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6 = L_5->____type;
		Type_t* L_7 = __this->____type;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_8;
		L_8 = TypeUtils_AreEquivalent_m0BABD4C82A94A96D19CCA4B9A7788B436049BC65(L_6, L_7, NULL);
		return L_8;
	}

IL_002d:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeRestriction_GetHashCode_mCAE0CC4B6C91830574F3F10E91A5A05F5B2298F7 (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0);
		Type_t* L_2 = __this->____type;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_2);
		return ((int32_t)(((int32_t)(((int32_t)1227133513)^L_1))^L_3));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeRestriction_GetExpression_m66B2BC29FF6524F84BC6D21D8A4D29BBC7E640E5 (TypeRestriction_tEB9F3DDB24DB4DAD4B1D6C14FB9CF4CCA9190205* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression;
		Type_t* L_1 = __this->____type;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_2;
		L_2 = Expression_TypeEqual_m28C7913CEB3CDEFB67266803CFB048007791B504(L_0, L_1, NULL);
		return L_2;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceRestriction__ctor_mEC4ADCE01546B4BE9CDCE931FE1D8EC8FC1439AB (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_parameter, RuntimeObject* ___1_instance, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions__ctor_mE94FB20B55D388ACD702F44DF86F336C698166E0(__this, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_parameter;
		__this->____expression = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____expression), (void*)L_0);
		RuntimeObject* L_1 = ___1_instance;
		__this->____instance = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____instance), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InstanceRestriction_Equals_m93A05CCF6A01EABDD9485C8D242B65D77DBAC6F5 (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* V_0 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B3_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_obj;
		V_0 = ((InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1*)IsInstSealed((RuntimeObject*)L_0, InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1_il2cpp_TypeInfo_var));
		InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* L_1 = V_0;
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		G_B3_0 = ((Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)(NULL));
		goto IL_0013;
	}

IL_000d:
	{
		InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* L_2 = V_0;
		NullCheck(L_2);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = L_2->____expression;
		G_B3_0 = L_3;
	}

IL_0013:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = __this->____expression;
		if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)G_B3_0) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4))))
		{
			goto IL_002a;
		}
	}
	{
		InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* L_5 = V_0;
		NullCheck(L_5);
		RuntimeObject* L_6 = L_5->____instance;
		RuntimeObject* L_7 = __this->____instance;
		return (bool)((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)L_7))? 1 : 0);
	}

IL_002a:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceRestriction_GetHashCode_m5C126749B11641E0197EF442E0C259BD8D2DAEE6 (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->____instance;
		int32_t L_1;
		L_1 = RuntimeHelpers_GetHashCode_m7B5D57E1EE2A59EDFA1BD237E9B37C6C836D774B(L_0, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = __this->____expression;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_2);
		return ((int32_t)(((int32_t)(((int32_t)-1840700270)^L_1))^L_3));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InstanceRestriction_GetExpression_m48C07E3A760AB6049C1E3A7D36A4068D80AAC82A (InstanceRestriction_tA5581D814C6DF64CBC55705E275416E1EBDFA6A1* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_0 = NULL;
	{
		RuntimeObject* L_0 = __this->____instance;
		if (L_0)
		{
			goto IL_0028;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = __this->____expression;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_3;
		L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_4;
		L_4 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_1, L_3, NULL);
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Null;
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_6;
		L_6 = Expression_Equal_m34192402FDC7FF9F1F71FF8FCCE09D1D19A73E1B(L_4, L_5, NULL);
		return L_6;
	}

IL_0028:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_8;
		L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_9;
		L_9 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_8, (String_t*)NULL, NULL);
		V_0 = L_9;
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_10 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
		ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_11 = L_10;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12 = V_0;
		NullCheck(L_11);
		ArrayElementTypeCheck (L_11, L_12);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_12);
		TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1* L_13 = (TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_t7E25F2F60743133CCDC812DD1652DF57315FB0D1_il2cpp_TypeInfo_var);
		TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C(L_13, L_11, TrueReadOnlyCollection_1__ctor_m5B06AFD2DDDD8B9FB4444BF45E404C5FE4BAA51C_RuntimeMethod_var);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_14 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)2);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_15 = L_14;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_16 = V_0;
		RuntimeObject* L_17 = __this->____instance;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_19;
		L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_20;
		L_20 = Expression_Constant_m71DA28DF529697FFF5205A455CACAD09A4FD30CE(L_17, L_19, NULL);
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_21;
		L_21 = Expression_Assign_m40E289CAB859CE4106031350821B9B1B8DA51DBE(L_16, L_20, NULL);
		NullCheck(L_15);
		ArrayElementTypeCheck (L_15, L_21);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_21);
		ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_22 = L_15;
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_23 = V_0;
		il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_24 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Null;
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_25;
		L_25 = Expression_NotEqual_m0EB019FAA689B1BE8CC276C628A02C7ACEEF66FF(L_23, L_24, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_26 = __this->____expression;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_28;
		L_28 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_27, NULL);
		UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_29;
		L_29 = Expression_Convert_mD5233B60383B3FD0F5A044E4440FB32CBF9609D5(L_26, L_28, NULL);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_30 = V_0;
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_31;
		L_31 = Expression_Equal_m34192402FDC7FF9F1F71FF8FCCE09D1D19A73E1B(L_29, L_30, NULL);
		BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_32;
		L_32 = Expression_AndAlso_mCC7AA2917CD76068F8A22C55C429C1ABF3F97577(L_25, L_31, NULL);
		NullCheck(L_22);
		ArrayElementTypeCheck (L_22, L_32);
		(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_32);
		TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6* L_33 = (TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6*)il2cpp_codegen_object_new(TrueReadOnlyCollection_1_tF83D1BA3C01B3349644B9EDA4F52301FC7863BB6_il2cpp_TypeInfo_var);
		TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD(L_33, L_22, TrueReadOnlyCollection_1__ctor_m5A7431D84DF4F093FF9D23D49D1B6C3C4FC5B0CD_RuntimeMethod_var);
		BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_34;
		L_34 = Expression_Block_mBBEF1F00572B18C5114360A5AD91850342A1B9C6(L_13, L_33, NULL);
		return L_34;
	}
}
#ifdef __clang__
#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 IL2CPP_METHOD_ATTR void BindingRestrictionsProxy__ctor_m0BA16D0FE4A26CE9E43802F3879FCF1543E73C3A (BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552* __this, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___0_node, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = ___0_node;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, NULL);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ___0_node;
		__this->____node = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____node), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingRestrictionsProxy_get_IsEmpty_mA3CC7A987DF4A9E939F20F615E0A7E9BC1ACAE81 (BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = __this->____node;
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		return (bool)((((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_0) == ((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_1))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BindingRestrictionsProxy_get_Test_m8EA4F0F75096E77F77F1068A1E7257F1CE7CC993 (BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552* __this, const RuntimeMethod* method) 
{
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = __this->____node;
		NullCheck(L_0);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
		L_1 = BindingRestrictions_ToExpression_m4FE6BF8E182F1BBAA64D2CB547942E05EDF9D43D(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* BindingRestrictionsProxy_get_Restrictions_m71D1A738D32E76D73F8C6BC17D38D099483C9EFF (BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC0902210799C8C311E21A3BE8F2E2E2476FF193D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m219DCAC484685AC6B28B1AF7374467D4247D3316_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EE49672735AEB07EF358CC954BBF856504DAEE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* V_0 = NULL;
	Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* V_1 = NULL;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* V_2 = NULL;
	MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* V_3 = NULL;
	{
		List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* L_0 = (List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6*)il2cpp_codegen_object_new(List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6_il2cpp_TypeInfo_var);
		List_1__ctor_mA1EE49672735AEB07EF358CC954BBF856504DAEE(L_0, List_1__ctor_mA1EE49672735AEB07EF358CC954BBF856504DAEE_RuntimeMethod_var);
		V_0 = L_0;
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_1 = (Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5*)il2cpp_codegen_object_new(Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5_il2cpp_TypeInfo_var);
		Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D(L_1, Stack_1__ctor_mD6C155101146850552B554FDEF5339497CE3B76D_RuntimeMethod_var);
		V_1 = L_1;
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_2 = __this->____node;
		V_2 = L_2;
	}

IL_0013:
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_3 = V_2;
		V_3 = ((MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A*)IsInstSealed((RuntimeObject*)L_3, MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A_il2cpp_TypeInfo_var));
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_4 = V_3;
		if (!L_4)
		{
			goto IL_0032;
		}
	}
	{
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_5 = V_1;
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_6 = V_3;
		NullCheck(L_6);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_7 = L_6->___Right;
		NullCheck(L_5);
		Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593(L_5, L_7, Stack_1_Push_m9F96E2095E1EADA96E336DC97F1483A35D400593_RuntimeMethod_var);
		MergedRestriction_t76959A1D7A256622BF730C539A3D76D35260046A* L_8 = V_3;
		NullCheck(L_8);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_9 = L_8->___Left;
		V_2 = L_9;
		goto IL_0013;
	}

IL_0032:
	{
		List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* L_10 = V_0;
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_11 = V_2;
		NullCheck(L_10);
		List_1_Add_mC0902210799C8C311E21A3BE8F2E2E2476FF193D_inline(L_10, L_11, List_1_Add_mC0902210799C8C311E21A3BE8F2E2E2476FF193D_RuntimeMethod_var);
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_12 = V_1;
		NullCheck(L_12);
		int32_t L_13;
		L_13 = Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_inline(L_12, Stack_1_get_Count_m9EF3832B071F9227C5B2FC9F52F64D57E7FDB0A4_RuntimeMethod_var);
		if (L_13)
		{
			goto IL_0048;
		}
	}
	{
		List_1_t9E5667ECFF1B6D79D661C14BF0FF63385756C1D6* L_14 = V_0;
		NullCheck(L_14);
		BindingRestrictionsU5BU5D_t20D14DA92641232230C1B6C9B23B71C39EB692EC* L_15;
		L_15 = List_1_ToArray_m219DCAC484685AC6B28B1AF7374467D4247D3316(L_14, List_1_ToArray_m219DCAC484685AC6B28B1AF7374467D4247D3316_RuntimeMethod_var);
		return L_15;
	}

IL_0048:
	{
		Stack_1_tB5C0384B379D410A256ABCF85BFB476CFC1563E5* L_16 = V_1;
		NullCheck(L_16);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_17;
		L_17 = Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D(L_16, Stack_1_Pop_mEC631050A733A264190EEA2861B9838C9869851D_RuntimeMethod_var);
		V_2 = L_17;
		goto IL_0013;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BindingRestrictionsProxy_ToString_m52872439DFCA0B8909973B9EAB12C6472B227931 (BindingRestrictionsProxy_tE8D0B5D2BBB517E37546A17FAD3CD0A9FF88E552* __this, const RuntimeMethod* method) 
{
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = __this->____node;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = BindingRestrictions_get_DebugView_mC774AB4DA10F698C84E4ECA9C01F8BF90187D3B9(L_0, NULL);
		return L_1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ConvertBinder_get_Type_mA5BAA8C6D9E93623C37EDF0FED67DE048C908998 (ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ConvertBinder_FallbackConvert_mBB3732F28120DDA2888CCE6B3D26614EC484763D (ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) 
{
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_1;
		L_1 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(9, __this, L_0, (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ConvertBinder_Bind_m56221D6F2898B58889237A8433E5C3BDD67A35F0 (ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		if (!L_1)
		{
			goto IL_0015;
		}
	}
	{
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_2);
		G_B3_0 = ((((int32_t)(((RuntimeArray*)L_2)->max_length)) == ((int32_t)0))? 1 : 0);
		goto IL_0016;
	}

IL_0015:
	{
		G_B3_0 = 1;
	}

IL_0016:
	{
		ContractUtils_Requires_mB75206C24EAACC2AF630A8FC9BFE87D772BE7529((bool)G_B3_0, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3 = ___0_target;
		NullCheck(L_3);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4;
		L_4 = VirtualFuncInvoker1< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* >::Invoke(4, L_3, __this);
		return L_4;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* CreateInstanceBinder_FallbackCreateInstance_m134535C51E140E046E726EB79DCB468CA524273F (CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = VirtualFuncInvoker3< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(9, __this, L_0, L_1, (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* CreateInstanceBinder_Bind_mE042F2751AEED788EC2EB0897C1110315D197913 (CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F((RuntimeObject*)L_1, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F_RuntimeMethod_var);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_3 = ___1_args;
		NullCheck(L_2);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4;
		L_4 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* >::Invoke(13, L_2, __this, L_3);
		return L_4;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteIndexBinder_Bind_m2D60AD6A96E32F165318029CF7973D41947B28ED (DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F((RuntimeObject*)L_1, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, ContractUtils_RequiresNotNullItems_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m003B58421627BCAFFF15BC14C1B5A30386260E1F_RuntimeMethod_var);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_3 = ___1_args;
		NullCheck(L_2);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4;
		L_4 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* >::Invoke(10, L_2, __this, L_3);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteIndexBinder_FallbackDeleteIndex_m9BC38D64039F5F6973969D1B204649A7B5D7F96E (DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, const RuntimeMethod* method) 
{
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_indexes;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = VirtualFuncInvoker3< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(9, __this, L_0, L_1, (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)NULL);
		return L_2;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DeleteMemberBinder_get_Name_m756F75A8F1EF08F50DE5DC9622A77AFBE18419EB (DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeleteMemberBinder_get_IgnoreCase_m60488072CF8B2ED6D8B446EBB647E12176B322F2 (DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreCaseU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteMemberBinder_FallbackDeleteMember_mC22561227C8A736C1A7E58470F5A44FEAAFFE8BE (DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, const RuntimeMethod* method) 
{
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_1;
		L_1 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* >::Invoke(9, __this, L_0, (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DeleteMemberBinder_Bind_mA9C8E4ABF6834A9B01650BDD36E4DE832B9D1FCA (DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_0 = ___0_target;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_1 = ___1_args;
		if (!L_1)
		{
			goto IL_0015;
		}
	}
	{
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_2);
		G_B3_0 = ((((int32_t)(((RuntimeArray*)L_2)->max_length)) == ((int32_t)0))? 1 : 0);
		goto IL_0016;
	}

IL_0015:
	{
		G_B3_0 = 1;
	}

IL_0016:
	{
		ContractUtils_Requires_mB75206C24EAACC2AF630A8FC9BFE87D772BE7529((bool)G_B3_0, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3 = ___0_target;
		NullCheck(L_3);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4;
		L_4 = VirtualFuncInvoker1< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* >::Invoke(7, L_3, __this);
		return L_4;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_restrictions, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF71E70A5973ABCC0DA323F21F9E79897CB068643);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		RuntimeObject* L_0 = ((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___s_noValueSentinel;
		__this->____value = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____value), (void*)L_0);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___0_expression;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_1, _stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6, NULL);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_2 = ___1_restrictions;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_2, _stringLiteralF71E70A5973ABCC0DA323F21F9E79897CB068643, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_expression;
		__this->___U3CExpressionU3Ek__BackingField = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExpressionU3Ek__BackingField), (void*)L_3);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_4 = ___1_restrictions;
		__this->___U3CRestrictionsU3Ek__BackingField = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRestrictionsU3Ek__BackingField), (void*)L_4);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObject__ctor_m0EF60D4FAD0803B0154DDD3C3F56F91CE666E7E1 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_restrictions, RuntimeObject* ___2_value, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expression;
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_1 = ___1_restrictions;
		DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A(__this, L_0, L_1, NULL);
		RuntimeObject* L_2 = ___2_value;
		__this->____value = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____value), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = __this->___U3CRestrictionsU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	{
		bool L_0;
		L_0 = DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B(__this, NULL);
		if (L_0)
		{
			goto IL_000a;
		}
	}
	{
		return NULL;
	}

IL_000a:
	{
		RuntimeObject* L_1 = __this->____value;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = __this->____value;
		il2cpp_codegen_runtime_class_init_inline(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___s_noValueSentinel;
		return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DynamicMetaObject_get_RuntimeType_m7404E916E28706914DF645B26FC142F084FA748D (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	Type_t* V_0 = NULL;
	RuntimeObject* G_B5_0 = NULL;
	RuntimeObject* G_B4_0 = NULL;
	{
		bool L_0;
		L_0 = DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B(__this, NULL);
		if (!L_0)
		{
			goto IL_0030;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
		L_1 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(__this, NULL);
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_1);
		V_0 = L_2;
		Type_t* L_3 = V_0;
		NullCheck(L_3);
		bool L_4;
		L_4 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_3, NULL);
		if (!L_4)
		{
			goto IL_001e;
		}
	}
	{
		Type_t* L_5 = V_0;
		return L_5;
	}

IL_001e:
	{
		RuntimeObject* L_6;
		L_6 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(__this, NULL);
		RuntimeObject* L_7 = L_6;
		if (L_7)
		{
			G_B5_0 = L_7;
			goto IL_002a;
		}
		G_B4_0 = L_7;
	}
	{
		return (Type_t*)NULL;
	}

IL_002a:
	{
		NullCheck(G_B5_0);
		Type_t* L_8;
		L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(G_B5_0, NULL);
		return L_8;
	}

IL_0030:
	{
		return (Type_t*)NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DynamicMetaObject_get_LimitType_m83337ACBF440933B51E252191614393EA00830B7 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	Type_t* G_B2_0 = NULL;
	Type_t* G_B1_0 = NULL;
	{
		Type_t* L_0;
		L_0 = DynamicMetaObject_get_RuntimeType_m7404E916E28706914DF645B26FC142F084FA748D(__this, NULL);
		Type_t* L_1 = L_0;
		if (L_1)
		{
			G_B2_0 = L_1;
			goto IL_0015;
		}
		G_B1_0 = L_1;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2;
		L_2 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(__this, NULL);
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_2);
		G_B2_0 = L_3;
	}

IL_0015:
	{
		return G_B2_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindConvert_m8585D707E8B775AC3682B57CB52FF84D7E30F3FF (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* ___0_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		ConvertBinder_t62EDBE2BB8CEE50ADDFB93F40969D23542DACA39* L_1 = ___0_binder;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = ConvertBinder_FallbackConvert_mBB3732F28120DDA2888CCE6B3D26614EC484763D(L_1, __this, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindGetMember_m3F1C0E62BDB3424535B95335D8C2E12DD065E6BB (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* ___0_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_1 = ___0_binder;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = GetMemberBinder_FallbackGetMember_m6AC5102EA17E2896DF5227F6E74531A31B547BB8(L_1, __this, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindSetMember_m532BDBA6B2772F36FB0D75AC30F5841F72954990 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* ___0_binder, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_1 = ___0_binder;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2 = ___1_value;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = SetMemberBinder_FallbackSetMember_m074FFAB938AAFA601F0CA3D252F797FD8365A52B(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindDeleteMember_m875A8C3CFA92BF7CBE49B1919502E743E4280EAF (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* ___0_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		DeleteMemberBinder_tA175115F3D557B584B50DA6626CFBDB6F28D374C* L_1 = ___0_binder;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = DeleteMemberBinder_FallbackDeleteMember_mC22561227C8A736C1A7E58470F5A44FEAAFFE8BE(L_1, __this, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindGetIndex_m57A2395C56DF2FC38D0846071716706A1FA8D9FE (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		GetIndexBinder_t1D53762D30B3AF1DABB042424B93BE4726D176E2* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_indexes;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = GetIndexBinder_FallbackGetIndex_m5C062F467EA2A97F44EFAD9475EEA31199153BCF(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindSetIndex_m73D177283D98FA3692B3DEF87AEC200B6A364F13 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___2_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		SetIndexBinder_t89B08F3E4022E4855941688FDEB172820F355898* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_indexes;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3 = ___2_value;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4;
		L_4 = SetIndexBinder_FallbackSetIndex_m8EC433688F362D80739F73B25FEE0DD714ECA491(L_1, __this, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindDeleteIndex_m90178313E4EAF2E0B8CC55689C6A1F062CC66440 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_indexes, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		DeleteIndexBinder_t7D0699BF8639B216EFFAB978C96F75F230B961B3* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_indexes;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = DeleteIndexBinder_FallbackDeleteIndex_m9BC38D64039F5F6973969D1B204649A7B5D7F96E(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindInvokeMember_m3F3369C91F1022DA6C4A3B41297D2F8AD0396CB9 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		InvokeMemberBinder_tC905DDA179A04ABDC74A71733841A11AA210CFBE* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = InvokeMemberBinder_FallbackInvokeMember_m90DE0113F5AC637BA6AAAA52A752C0201E655952(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindInvoke_mFE0B2305B0802223D7CAA3D18D4FBE2D9149555C (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		InvokeBinder_tC5AB6E0A532F16789BA5B26EA123C0DD75F8D44B* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = InvokeBinder_FallbackInvoke_m3EEA1557AABE7AEA956D79097E23003F3FF91D39(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindCreateInstance_m2494B53B7AA369E64FD075A208AD9D098F99699A (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* ___0_binder, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		CreateInstanceBinder_t7B6F062DCBA88004AE70F5F2A55BF5E57B387754* L_1 = ___0_binder;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = ___1_args;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = CreateInstanceBinder_FallbackCreateInstance_m134535C51E140E046E726EB79DCB468CA524273F(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindUnaryOperation_m5E5B3771BBAEE918582C56ADA26B4F7628D42986 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE* ___0_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		UnaryOperationBinder_t701A726B3ED70005D3C18637A7AE5AA96D8FABCE* L_1 = ___0_binder;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2;
		L_2 = UnaryOperationBinder_FallbackUnaryOperation_mD0455A787C02F1A724129221D2AB61206A3CF6CC(L_1, __this, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_BindBinaryOperation_mC35F94CDF14B832694697A434658F91794D0B770 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* ___0_binder, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_arg, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B);
		s_Il2CppMethodInitialized = true;
	}
	{
		BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* L_0 = ___0_binder;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral99EB84F6AB88027593D943B0B9C498D171778B1B, NULL);
		BinaryOperationBinder_tE42809ADF29616BE196ADCAF20EA4D75D8FC0307* L_1 = ___0_binder;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_2 = ___1_arg;
		NullCheck(L_1);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = BinaryOperationBinder_FallbackBinaryOperation_m3D239F307C30EF9ED59516D1057B607996C82E8E(L_1, __this, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DynamicMetaObject_GetDynamicMemberNames_m8D64650FD47393A7FB88577FB7F0B9076DE71E82 (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0;
		L_0 = Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_inline(Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
		return (RuntimeObject*)L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7 (RuntimeObject* ___0_value, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_expression, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* V_1 = NULL;
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___1_expression;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral866DE57E7E4678162A1865095E3B8C11E24AD5C6, NULL);
		RuntimeObject* L_1 = ___0_value;
		V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var));
		RuntimeObject* L_2 = V_0;
		if (!L_2)
		{
			goto IL_0047;
		}
	}
	{
		RuntimeObject* L_3 = V_0;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___1_expression;
		NullCheck(L_3);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_5;
		L_5 = InterfaceFuncInvoker1< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var, L_3, L_4);
		V_1 = L_5;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_6 = V_1;
		if (!L_6)
		{
			goto IL_0039;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_7 = V_1;
		NullCheck(L_7);
		bool L_8;
		L_8 = DynamicMetaObject_get_HasValue_m17631988907BEB9603219143AD995FB1238BE48B(L_7, NULL);
		if (!L_8)
		{
			goto IL_0039;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_9 = V_1;
		NullCheck(L_9);
		RuntimeObject* L_10;
		L_10 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(L_9, NULL);
		if (!L_10)
		{
			goto IL_0039;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_11 = V_1;
		NullCheck(L_11);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
		L_12 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_11, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___1_expression;
		if ((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_12) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_13)))
		{
			goto IL_0045;
		}
	}

IL_0039:
	{
		RuntimeObject* L_14 = V_0;
		NullCheck(L_14);
		Type_t* L_15;
		L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL);
		Exception_t* L_16;
		L_16 = Error_InvalidMetaObjectCreated_m99FAEA319BE9826EF9CEACA293CBEDBC4D4009F7(L_15, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7_RuntimeMethod_var)));
	}

IL_0045:
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_17 = V_1;
		return L_17;
	}

IL_0047:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = ___1_expression;
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_19 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		RuntimeObject* L_20 = ___0_value;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_21 = (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)il2cpp_codegen_object_new(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObject__ctor_m0EF60D4FAD0803B0154DDD3C3F56F91CE666E7E1(L_21, L_18, L_19, L_20, NULL);
		return L_21;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObject__cctor_m23EDDAF57E0A900E0AA6E1E8B863DCE9956A9958 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m5F1F3491EDDC593A53842D632636C97C5C082F50_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_0;
		L_0 = Array_Empty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m5F1F3491EDDC593A53842D632636C97C5C082F50_inline(Array_Empty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m5F1F3491EDDC593A53842D632636C97C5C082F50_RuntimeMethod_var);
		((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___EmptyMetaObjects = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___EmptyMetaObjects), (void*)L_0);
		RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL);
		((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___s_noValueSentinel = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___s_noValueSentinel), (void*)L_1);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicMetaObjectBinder__ctor_m59E3851B1A634034DB43CBE9659FB3F08A158497 (DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		CallSiteBinder__ctor_m684D18808474818A3B11F87870802C65BA22C635(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DynamicMetaObjectBinder_get_ReturnType_m85C96E6BAF70EAC8E7AF60B4E9D462035688A476 (DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF* __this, const RuntimeMethod* method) 
{
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_1;
		L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65 (DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___1_parameters, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___2_returnLabel, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0E1B6585ADEF680454259CF1F5C9B8C36CCDF32);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* V_1 = NULL;
	DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* V_2 = NULL;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_3 = NULL;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* V_4 = NULL;
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* G_B13_0 = NULL;
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* G_B12_0 = NULL;
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___0_args;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D((RuntimeObject*)L_0, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, NULL);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1 = ___1_parameters;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_1, _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13, NULL);
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___2_returnLabel;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_2, _stringLiteralA0E1B6585ADEF680454259CF1F5C9B8C36CCDF32, NULL);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___0_args;
		NullCheck(L_3);
		if ((((RuntimeArray*)L_3)->max_length))
		{
			goto IL_0036;
		}
	}
	{
		int32_t L_4 = 1;
		RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
		Exception_t* L_6;
		L_6 = Error_OutOfRange_mC226DCA4D16C7B52012B2F30DD6A65C92C790B9F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral055751FC1BA1FFAD8850B325AC9F8BD7BF9E6573)), L_5, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_0036:
	{
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_7 = ___1_parameters;
		NullCheck(L_7);
		int32_t L_8;
		L_8 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_7, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		if (L_8)
		{
			goto IL_004f;
		}
	}
	{
		int32_t L_9 = 1;
		RuntimeObject* L_10 = Box(il2cpp_defaults.int32_class, &L_9);
		Exception_t* L_11;
		L_11 = Error_OutOfRange_mC226DCA4D16C7B52012B2F30DD6A65C92C790B9F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDCF6C28759950226853398669C4B4CB8FB06B28)), L_10, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_004f:
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = ___0_args;
		NullCheck(L_12);
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_13 = ___1_parameters;
		NullCheck(L_13);
		int32_t L_14;
		L_14 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_13, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))) == ((int32_t)L_14)))
		{
			goto IL_0065;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_15 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_0065:
	{
		bool L_16;
		L_16 = VirtualFuncInvoker0< bool >::Invoke(8, __this);
		if (!L_16)
		{
			goto IL_00a7;
		}
	}
	{
		Type_t* L_17;
		L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(6, __this);
		V_0 = L_17;
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_18 = ___2_returnLabel;
		NullCheck(L_18);
		Type_t* L_19;
		L_19 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_18, NULL);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_21;
		L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL);
		bool L_22;
		L_22 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_19, L_21, NULL);
		if (!L_22)
		{
			goto IL_00ae;
		}
	}
	{
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_23 = ___2_returnLabel;
		NullCheck(L_23);
		Type_t* L_24;
		L_24 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_23, NULL);
		Type_t* L_25 = V_0;
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_26;
		L_26 = TypeUtils_AreReferenceAssignable_m2153DADCC06A2E1C36820F736A9F93E6183D0177(L_24, L_25, NULL);
		if (L_26)
		{
			goto IL_00ae;
		}
	}
	{
		Type_t* L_27 = V_0;
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_28 = ___2_returnLabel;
		NullCheck(L_28);
		Type_t* L_29;
		L_29 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_28, NULL);
		Exception_t* L_30;
		L_30 = Error_BinderNotCompatibleWithCallSite_mD978EC7E3BAD2E1DCE10EF657240014692176032(L_27, __this, L_29, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_00a7:
	{
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_31 = ___2_returnLabel;
		NullCheck(L_31);
		Type_t* L_32;
		L_32 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_31, NULL);
		V_0 = L_32;
	}

IL_00ae:
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = ___0_args;
		NullCheck(L_33);
		int32_t L_34 = 0;
		RuntimeObject* L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_36 = ___1_parameters;
		NullCheck(L_36);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_37;
		L_37 = ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F(L_36, 0, ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F_RuntimeMethod_var);
		il2cpp_codegen_runtime_class_init_inline(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_38;
		L_38 = DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7(L_35, L_37, NULL);
		V_1 = L_38;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_39 = ___0_args;
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_40 = ___1_parameters;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_41;
		L_41 = DynamicMetaObjectBinder_CreateArgumentMetaObjects_m1B09BE663BF2350F60F1AEE7BEBDFFC3BB685CBA(L_39, L_40, NULL);
		V_2 = L_41;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_42 = V_1;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_43 = V_2;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_44;
		L_44 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* >::Invoke(7, __this, L_42, L_43);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_45 = L_44;
		if (L_45)
		{
			G_B13_0 = L_45;
			goto IL_00d7;
		}
		G_B12_0 = L_45;
	}
	{
		Exception_t* L_46;
		L_46 = Error_BindingCannotBeNull_m14915DFF84BE6EC8B77A2C8EB73F7DD1B25ED920(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_00d7:
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_47 = G_B13_0;
		NullCheck(L_47);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_48;
		L_48 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_47, NULL);
		V_3 = L_48;
		NullCheck(L_47);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_49;
		L_49 = DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68_inline(L_47, NULL);
		V_4 = L_49;
		Type_t* L_50 = V_0;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_51 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_52;
		L_52 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_51, NULL);
		bool L_53;
		L_53 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_50, L_52, NULL);
		if (!L_53)
		{
			goto IL_0139;
		}
	}
	{
		Type_t* L_54 = V_0;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_55 = V_3;
		NullCheck(L_55);
		Type_t* L_56;
		L_56 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_55);
		il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
		bool L_57;
		L_57 = TypeUtils_AreReferenceAssignable_m2153DADCC06A2E1C36820F736A9F93E6183D0177(L_54, L_56, NULL);
		if (L_57)
		{
			goto IL_0139;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_58 = V_1;
		NullCheck(L_58);
		RuntimeObject* L_59;
		L_59 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(L_58, NULL);
		if (!((RuntimeObject*)IsInst((RuntimeObject*)L_59, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var)))))
		{
			goto IL_012b;
		}
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_60 = V_3;
		NullCheck(L_60);
		Type_t* L_61;
		L_61 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_60);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_62 = V_1;
		NullCheck(L_62);
		RuntimeObject* L_63;
		L_63 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(L_62, NULL);
		NullCheck(L_63);
		Type_t* L_64;
		L_64 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_63, NULL);
		Type_t* L_65 = V_0;
		Exception_t* L_66;
		L_66 = Error_DynamicObjectResultNotAssignable_mCB929193886FA6F0B4DB9A3B363F1724584F5327(L_61, L_64, __this, L_65, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_012b:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_67 = V_3;
		NullCheck(L_67);
		Type_t* L_68;
		L_68 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_67);
		Type_t* L_69 = V_0;
		Exception_t* L_70;
		L_70 = Error_DynamicBinderResultNotAssignable_m3E90BDD27FA60C766FFBE5096484E79EB89642A3(L_68, __this, L_69, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_0139:
	{
		bool L_71;
		L_71 = VirtualFuncInvoker0< bool >::Invoke(8, __this);
		if (!L_71)
		{
			goto IL_0166;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_72 = ___0_args;
		NullCheck(L_72);
		int32_t L_73 = 0;
		RuntimeObject* L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
		if (!((RuntimeObject*)IsInst((RuntimeObject*)L_74, IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var)))
		{
			goto IL_0166;
		}
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_75 = V_4;
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_76 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		if ((!(((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_75) == ((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_76))))
		{
			goto IL_0166;
		}
	}
	{
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_77 = V_1;
		NullCheck(L_77);
		RuntimeObject* L_78;
		L_78 = DynamicMetaObject_get_Value_mF9A9DBF95126905A880CC241059A693768D2FDAA(L_77, NULL);
		NullCheck(L_78);
		Type_t* L_79;
		L_79 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_78, NULL);
		Exception_t* L_80;
		L_80 = Error_DynamicBindingNeedsRestrictions_m92055E9E4A0B0A1E568555DB0D059CDC2DEF3448(L_79, __this, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DynamicMetaObjectBinder_Bind_mE48B0C765D7433005203BDD38B0A54FD7DCD5D65_RuntimeMethod_var)));
	}

IL_0166:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_81 = V_3;
		NullCheck(L_81);
		int32_t L_82;
		L_82 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_81);
		if ((((int32_t)L_82) == ((int32_t)((int32_t)53))))
		{
			goto IL_0178;
		}
	}
	{
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_83 = ___2_returnLabel;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_84 = V_3;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_85;
		L_85 = Expression_Return_mB6AFFF7202147FE939AEB5E16BDD4F45F737E201(L_83, L_84, NULL);
		V_3 = L_85;
	}

IL_0178:
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_86 = V_4;
		il2cpp_codegen_runtime_class_init_inline(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_87 = ((BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields*)il2cpp_codegen_static_fields_for(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_il2cpp_TypeInfo_var))->___Empty;
		if ((((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_86) == ((RuntimeObject*)(BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424*)L_87)))
		{
			goto IL_018f;
		}
	}
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_88 = V_4;
		NullCheck(L_88);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_89;
		L_89 = BindingRestrictions_ToExpression_m4FE6BF8E182F1BBAA64D2CB547942E05EDF9D43D(L_88, NULL);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_90 = V_3;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_91;
		L_91 = Expression_IfThen_mE022C3B373A1761B2E664378D2AEAF59E46C08A4(L_89, L_90, NULL);
		V_3 = L_91;
	}

IL_018f:
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_92 = V_3;
		return L_92;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* DynamicMetaObjectBinder_CreateArgumentMetaObjects_m1B09BE663BF2350F60F1AEE7BEBDFFC3BB685CBA (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___1_parameters, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* V_0 = NULL;
	int32_t V_1 = 0;
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___0_args;
		NullCheck(L_0);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)1)))
		{
			goto IL_0035;
		}
	}
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___0_args;
		NullCheck(L_1);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = (DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*)(DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*)SZArrayNew(DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_1)->max_length)), 1)));
		V_0 = L_2;
		V_1 = 1;
		goto IL_002d;
	}

IL_0015:
	{
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_3 = V_0;
		int32_t L_4 = V_1;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___0_args;
		int32_t L_6 = V_1;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		RuntimeObject* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_9 = ___1_parameters;
		int32_t L_10 = V_1;
		NullCheck(L_9);
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_11;
		L_11 = ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F(L_9, L_10, ReadOnlyCollection_1_get_Item_m254B67D0E00A2DE4479C12778F12357356DA737F_RuntimeMethod_var);
		il2cpp_codegen_runtime_class_init_inline(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_12;
		L_12 = DynamicMetaObject_Create_m92BE0ED35F3C3BBFEC6CE39037D366750E0528A7(L_8, L_11, NULL);
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_12);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_4, 1))), (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)L_12);
		int32_t L_13 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
	}

IL_002d:
	{
		int32_t L_14 = V_1;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = ___0_args;
		NullCheck(L_15);
		if ((((int32_t)L_14) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))
		{
			goto IL_0015;
		}
	}
	{
		goto IL_003b;
	}

IL_0035:
	{
		il2cpp_codegen_runtime_class_init_inline(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_16 = ((DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields*)il2cpp_codegen_static_fields_for(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var))->___EmptyMetaObjects;
		V_0 = L_16;
	}

IL_003b:
	{
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_17 = V_0;
		return L_17;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DynamicMetaObjectBinder_GetUpdateExpression_mA28B21FE903B52CC123BE637EB0EBA652AAE6860 (DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0;
		L_0 = CallSiteBinder_get_UpdateLabel_mFBA5DD59CA8778F201C1BA20B91270D17AC367FC_inline(NULL);
		Type_t* L_1 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_2;
		L_2 = Expression_Goto_mB295A3F7D8150C7DED80EC76769C969B287D1BF6(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicMetaObjectBinder_get_IsStandardBinder_m648958DA9618950AFC41DEB336DD9787412B8E22 (DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF* __this, const RuntimeMethod* method) 
{
	{
		return (bool)0;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoClass__ctor_mD52ED89A2735D4B2782093896FC7EB62C4E3C928 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		__this->____hashCode = ((int32_t)6551);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0;
		L_0 = Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_inline(Array_Empty_TisString_t_m9832B70DF2B936246FE60F75D3D12CB946C39D16_RuntimeMethod_var);
		__this->____keys = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____keys), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoClass__ctor_m4DF7DB5BBEACAFAE7CBAB6FB3D5801931294A251 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_keys, int32_t ___1_hashCode, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		int32_t L_0 = ___1_hashCode;
		__this->____hashCode = L_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___0_keys;
		__this->____keys = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____keys), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ExpandoClass_FindNewClass_mBF8AC61BFF8120D95EB152A20555A8E8D4D99F09 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_newKey, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m25F4DF4DE179873ACDA24F3C314479DDBCCC0BDD_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mF80BF97BFA8A129C7FD6657D775699F44F28DE54_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4D47FECAB21C77F7F4D9632A361C697E7D81CADC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m83668C338517BB0174D4836DD9700CC489D01E44_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* V_1 = NULL;
	bool V_2 = false;
	List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* V_3 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_4 = NULL;
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* V_5 = NULL;
	int32_t V_6 = 0;
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* V_7 = NULL;
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* V_8 = NULL;
	{
		int32_t L_0 = __this->____hashCode;
		String_t* L_1 = ___0_newKey;
		NullCheck(L_1);
		int32_t L_2;
		L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1);
		V_0 = ((int32_t)(L_0^L_2));
		V_1 = __this;
		V_2 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_00d2:
			{
				{
					bool L_3 = V_2;
					if (!L_3)
					{
						goto IL_00db;
					}
				}
				{
					ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_4 = V_1;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL);
				}

IL_00db:
				{
					return;
				}
			}
		});
		try
		{
			{
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_5 = V_1;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL);
				int32_t L_6 = V_0;
				List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_7;
				L_7 = ExpandoClass_GetTransitionList_m66DB062C4637AED92CF8F7F47C50B1E83D8E70D0(__this, L_6, NULL);
				V_3 = L_7;
				V_6 = 0;
				goto IL_0077_1;
			}

IL_0027_1:
			{
				List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_8 = V_3;
				int32_t L_9 = V_6;
				NullCheck(L_8);
				WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_10;
				L_10 = List_1_get_Item_m83668C338517BB0174D4836DD9700CC489D01E44(L_8, L_9, List_1_get_Item_m83668C338517BB0174D4836DD9700CC489D01E44_RuntimeMethod_var);
				NullCheck(L_10);
				RuntimeObject* L_11;
				L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, L_10);
				V_7 = ((ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)IsInstClass((RuntimeObject*)L_11, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var));
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_12 = V_7;
				if (L_12)
				{
					goto IL_004f_1;
				}
			}
			{
				List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_13 = V_3;
				int32_t L_14 = V_6;
				NullCheck(L_13);
				List_1_RemoveAt_mF80BF97BFA8A129C7FD6657D775699F44F28DE54(L_13, L_14, List_1_RemoveAt_mF80BF97BFA8A129C7FD6657D775699F44F28DE54_RuntimeMethod_var);
				int32_t L_15 = V_6;
				V_6 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
				goto IL_0071_1;
			}

IL_004f_1:
			{
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_16 = V_7;
				NullCheck(L_16);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16->____keys;
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_18 = V_7;
				NullCheck(L_18);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18->____keys;
				NullCheck(L_19);
				NullCheck(L_17);
				int32_t L_20 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_19)->max_length)), 1));
				String_t* L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
				String_t* L_22 = ___0_newKey;
				bool L_23;
				L_23 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_21, L_22, 4, NULL);
				if (!L_23)
				{
					goto IL_0071_1;
				}
			}
			{
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_24 = V_7;
				V_8 = L_24;
				goto IL_00dc;
			}

IL_0071_1:
			{
				int32_t L_25 = V_6;
				V_6 = ((int32_t)il2cpp_codegen_add(L_25, 1));
			}

IL_0077_1:
			{
				int32_t L_26 = V_6;
				List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_27 = V_3;
				NullCheck(L_27);
				int32_t L_28;
				L_28 = List_1_get_Count_m4D47FECAB21C77F7F4D9632A361C697E7D81CADC_inline(L_27, List_1_get_Count_m4D47FECAB21C77F7F4D9632A361C697E7D81CADC_RuntimeMethod_var);
				if ((((int32_t)L_26) < ((int32_t)L_28)))
				{
					goto IL_0027_1;
				}
			}
			{
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = __this->____keys;
				NullCheck(L_29);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_29)->max_length)), 1)));
				V_4 = L_30;
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = __this->____keys;
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = V_4;
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = __this->____keys;
				NullCheck(L_33);
				Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_31, 0, (RuntimeArray*)L_32, 0, ((int32_t)(((RuntimeArray*)L_33)->max_length)), NULL);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = V_4;
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = __this->____keys;
				NullCheck(L_35);
				String_t* L_36 = ___0_newKey;
				NullCheck(L_34);
				(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)(((RuntimeArray*)L_35)->max_length))), (String_t*)L_36);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = V_4;
				int32_t L_38 = V_0;
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_39 = (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)il2cpp_codegen_object_new(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var);
				ExpandoClass__ctor_m4DF7DB5BBEACAFAE7CBAB6FB3D5801931294A251(L_39, L_37, L_38, NULL);
				V_5 = L_39;
				List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_40 = V_3;
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_41 = V_5;
				WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_42 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var);
				WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241(L_42, L_41, NULL);
				NullCheck(L_40);
				List_1_Add_m25F4DF4DE179873ACDA24F3C314479DDBCCC0BDD_inline(L_40, L_42, List_1_Add_m25F4DF4DE179873ACDA24F3C314479DDBCCC0BDD_RuntimeMethod_var);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_43 = V_5;
				V_8 = L_43;
				goto IL_00dc;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_00dc:
	{
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_44 = V_8;
		return L_44;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* ExpandoClass_GetTransitionList_m66DB062C4637AED92CF8F7F47C50B1E83D8E70D0 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, int32_t ___0_hashCode, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m8BFB4F2E25D2B40F4912FF7D3F969757E38E2F89_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC0076B4F3AECD6F6669A57753C284230541D37E7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6C9307344FE1CAC174F80FC7628E7C2C46514AD6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m63EDE1AEAA4A4FCAB6203FB0C262E31C79D24F9E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* V_0 = NULL;
	{
		Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* L_0 = __this->____transitions;
		if (L_0)
		{
			goto IL_0013;
		}
	}
	{
		Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* L_1 = (Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65*)il2cpp_codegen_object_new(Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_mC0076B4F3AECD6F6669A57753C284230541D37E7(L_1, Dictionary_2__ctor_mC0076B4F3AECD6F6669A57753C284230541D37E7_RuntimeMethod_var);
		__this->____transitions = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____transitions), (void*)L_1);
	}

IL_0013:
	{
		Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* L_2 = __this->____transitions;
		int32_t L_3 = ___0_hashCode;
		NullCheck(L_2);
		bool L_4;
		L_4 = Dictionary_2_TryGetValue_m8BFB4F2E25D2B40F4912FF7D3F969757E38E2F89(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_m8BFB4F2E25D2B40F4912FF7D3F969757E38E2F89_RuntimeMethod_var);
		if (L_4)
		{
			goto IL_0036;
		}
	}
	{
		Dictionary_2_t697CE563C099F86A8194F2BE7E5D47AA6EA83E65* L_5 = __this->____transitions;
		int32_t L_6 = ___0_hashCode;
		List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_7 = (List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9*)il2cpp_codegen_object_new(List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9_il2cpp_TypeInfo_var);
		List_1__ctor_m63EDE1AEAA4A4FCAB6203FB0C262E31C79D24F9E(L_7, List_1__ctor_m63EDE1AEAA4A4FCAB6203FB0C262E31C79D24F9E_RuntimeMethod_var);
		List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_8 = L_7;
		V_0 = L_8;
		NullCheck(L_5);
		Dictionary_2_set_Item_m6C9307344FE1CAC174F80FC7628E7C2C46514AD6(L_5, L_6, L_8, Dictionary_2_set_Item_m6C9307344FE1CAC174F80FC7628E7C2C46514AD6_RuntimeMethod_var);
	}

IL_0036:
	{
		List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9* L_9 = V_0;
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndex_mADA5BEA466D5496E7E4096C535ADD6643199AD51 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, bool ___1_caseInsensitive, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___2_obj, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___1_caseInsensitive;
		if (!L_0)
		{
			goto IL_000c;
		}
	}
	{
		String_t* L_1 = ___0_name;
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_2 = ___2_obj;
		int32_t L_3;
		L_3 = ExpandoClass_GetValueIndexCaseInsensitive_m2D7918C665435EC7F607194F9204C0BEA10DEC7A(__this, L_1, L_2, NULL);
		return L_3;
	}

IL_000c:
	{
		String_t* L_4 = ___0_name;
		int32_t L_5;
		L_5 = ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7(__this, L_4, NULL);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		goto IL_001b;
	}

IL_0004:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____keys;
		int32_t L_1 = V_0;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		String_t* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		String_t* L_4 = ___0_name;
		bool L_5;
		L_5 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_3, L_4, 4, NULL);
		if (!L_5)
		{
			goto IL_0017;
		}
	}
	{
		int32_t L_6 = V_0;
		return L_6;
	}

IL_0017:
	{
		int32_t L_7 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
	}

IL_001b:
	{
		int32_t L_8 = V_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = __this->____keys;
		NullCheck(L_9);
		if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
		{
			goto IL_0004;
		}
	}
	{
		return (-1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoClass_GetValueIndexCaseInsensitive_m2D7918C665435EC7F607194F9204C0BEA10DEC7A (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, String_t* ___0_name, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___1_obj, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	RuntimeObject* V_1 = NULL;
	bool V_2 = false;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	{
		V_0 = (-1);
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___1_obj;
		NullCheck(L_0);
		RuntimeObject* L_1 = L_0->___LockObject;
		V_1 = L_1;
		V_2 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0052:
			{
				{
					bool L_2 = V_2;
					if (!L_2)
					{
						goto IL_005b;
					}
				}
				{
					RuntimeObject* L_3 = V_1;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
				}

IL_005b:
				{
					return;
				}
			}
		});
		try
		{
			{
				RuntimeObject* L_4 = V_1;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = __this->____keys;
				NullCheck(L_5);
				V_3 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_5)->max_length)), 1));
				goto IL_004c_1;
			}

IL_0020_1:
			{
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = __this->____keys;
				int32_t L_7 = V_3;
				NullCheck(L_6);
				int32_t L_8 = L_7;
				String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
				String_t* L_10 = ___0_name;
				bool L_11;
				L_11 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_9, L_10, 5, NULL);
				if (!L_11)
				{
					goto IL_0048_1;
				}
			}
			{
				ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_12 = ___1_obj;
				int32_t L_13 = V_3;
				NullCheck(L_12);
				bool L_14;
				L_14 = ExpandoObject_IsDeletedMember_m7C01B03C2A736114F07805A23D4DCDF5B1A2DC93(L_12, L_13, NULL);
				if (L_14)
				{
					goto IL_0048_1;
				}
			}
			{
				int32_t L_15 = V_0;
				if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
				{
					goto IL_0042_1;
				}
			}
			{
				int32_t L_16 = V_3;
				V_0 = L_16;
				goto IL_0048_1;
			}

IL_0042_1:
			{
				V_4 = ((int32_t)-2);
				goto IL_005e;
			}

IL_0048_1:
			{
				int32_t L_17 = V_3;
				V_3 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
			}

IL_004c_1:
			{
				int32_t L_18 = V_3;
				if ((((int32_t)L_18) >= ((int32_t)0)))
				{
					goto IL_0020_1;
				}
			}
			{
				goto IL_005c;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_005c:
	{
		int32_t L_19 = V_0;
		return L_19;
	}

IL_005e:
	{
		int32_t L_20 = V_4;
		return L_20;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0 (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, const RuntimeMethod* method) 
{
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____keys;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoClass__cctor_m8AFC7E1CF8E0B7CB5EFD944EADDFE2B372CF4FA3 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_0 = (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)il2cpp_codegen_object_new(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var);
		ExpandoClass__ctor_mD52ED89A2735D4B2782093896FC7EB62C4E3C928(L_0, NULL);
		((ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var))->___Empty = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var))->___Empty), (void*)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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject__ctor_m81DB4046E4A2008618DB280EDF53B33171D4408F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		il2cpp_codegen_runtime_class_init_inline(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var);
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = ((ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var))->___Empty;
		__this->____data = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____data), (void*)L_0);
		RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL);
		__this->___LockObject = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___LockObject), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, String_t* ___2_name, bool ___3_ignoreCase, RuntimeObject** ___4_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		V_0 = L_0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = V_0;
		NullCheck(L_1);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_2 = L_1->___Class;
		RuntimeObject* L_3 = ___0_indexClass;
		bool L_4 = ___3_ignoreCase;
		if (!((int32_t)(((((int32_t)((((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_4)))
		{
			goto IL_0035;
		}
	}
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_5 = V_0;
		NullCheck(L_5);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_6 = L_5->___Class;
		String_t* L_7 = ___2_name;
		bool L_8 = ___3_ignoreCase;
		NullCheck(L_6);
		int32_t L_9;
		L_9 = ExpandoClass_GetValueIndex_mADA5BEA466D5496E7E4096C535ADD6643199AD51(L_6, L_7, L_8, __this, NULL);
		___1_index = L_9;
		int32_t L_10 = ___1_index;
		if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)-2)))))
		{
			goto IL_0035;
		}
	}
	{
		String_t* L_11 = ___2_name;
		Exception_t* L_12;
		L_12 = Error_AmbiguousMatchInExpandoObject_m48AE589AC41855AF29EAACAB05C1C6784E5C95CD(L_11, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9_RuntimeMethod_var)));
	}

IL_0035:
	{
		int32_t L_13 = ___1_index;
		if ((!(((uint32_t)L_13) == ((uint32_t)(-1)))))
		{
			goto IL_003f;
		}
	}
	{
		RuntimeObject** L_14 = ___4_value;
		*((RuntimeObject**)L_14) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_14, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}

IL_003f:
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_15 = V_0;
		int32_t L_16 = ___1_index;
		NullCheck(L_15);
		RuntimeObject* L_17;
		L_17 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_15, L_16, NULL);
		V_1 = L_17;
		RuntimeObject* L_18 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_19 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		if ((!(((RuntimeObject*)(RuntimeObject*)L_18) == ((RuntimeObject*)(RuntimeObject*)L_19))))
		{
			goto IL_0055;
		}
	}
	{
		RuntimeObject** L_20 = ___4_value;
		*((RuntimeObject**)L_20) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}

IL_0055:
	{
		RuntimeObject** L_21 = ___4_value;
		RuntimeObject* L_22 = V_1;
		*((RuntimeObject**)L_21) = (RuntimeObject*)L_22;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_22);
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, RuntimeObject* ___2_value, String_t* ___3_name, bool ___4_ignoreCase, bool ___5_add, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* V_2 = NULL;
	RuntimeObject* V_3 = NULL;
	bool V_4 = false;
	int32_t V_5 = 0;
	ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* V_6 = NULL;
	int32_t G_B8_0 = 0;
	{
		RuntimeObject* L_0 = __this->___LockObject;
		V_3 = L_0;
		V_4 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_00d1:
			{
				{
					bool L_1 = V_4;
					if (!L_1)
					{
						goto IL_00db;
					}
				}
				{
					RuntimeObject* L_2 = V_3;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
				}

IL_00db:
				{
					return;
				}
			}
		});
		try
		{
			{
				RuntimeObject* L_3 = V_3;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_4), NULL);
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_4 = __this->____data;
				V_0 = L_4;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_5 = V_0;
				NullCheck(L_5);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_6 = L_5->___Class;
				RuntimeObject* L_7 = ___0_indexClass;
				bool L_8 = ___4_ignoreCase;
				if (!((int32_t)(((((int32_t)((((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_6) == ((RuntimeObject*)(RuntimeObject*)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_8)))
				{
					goto IL_009b_1;
				}
			}
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_9 = V_0;
				NullCheck(L_9);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_10 = L_9->___Class;
				String_t* L_11 = ___3_name;
				bool L_12 = ___4_ignoreCase;
				NullCheck(L_10);
				int32_t L_13;
				L_13 = ExpandoClass_GetValueIndex_mADA5BEA466D5496E7E4096C535ADD6643199AD51(L_10, L_11, L_12, __this, NULL);
				___1_index = L_13;
				int32_t L_14 = ___1_index;
				if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)-2)))))
				{
					goto IL_0049_1;
				}
			}
			{
				String_t* L_15 = ___3_name;
				Exception_t* L_16;
				L_16 = Error_AmbiguousMatchInExpandoObject_m48AE589AC41855AF29EAACAB05C1C6784E5C95CD(L_15, NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F_RuntimeMethod_var)));
			}

IL_0049_1:
			{
				int32_t L_17 = ___1_index;
				if ((!(((uint32_t)L_17) == ((uint32_t)(-1)))))
				{
					goto IL_009b_1;
				}
			}
			{
				bool L_18 = ___4_ignoreCase;
				if (L_18)
				{
					goto IL_0054_1;
				}
			}
			{
				int32_t L_19 = ___1_index;
				G_B8_0 = L_19;
				goto IL_0061_1;
			}

IL_0054_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_20 = V_0;
				NullCheck(L_20);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_21 = L_20->___Class;
				String_t* L_22 = ___3_name;
				NullCheck(L_21);
				int32_t L_23;
				L_23 = ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7(L_21, L_22, NULL);
				G_B8_0 = L_23;
			}

IL_0061_1:
			{
				V_5 = G_B8_0;
				int32_t L_24 = V_5;
				if ((((int32_t)L_24) == ((int32_t)(-1))))
				{
					goto IL_006e_1;
				}
			}
			{
				int32_t L_25 = V_5;
				___1_index = L_25;
				goto IL_009b_1;
			}

IL_006e_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_26 = V_0;
				NullCheck(L_26);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_27 = L_26->___Class;
				String_t* L_28 = ___3_name;
				NullCheck(L_27);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_29;
				L_29 = ExpandoClass_FindNewClass_mBF8AC61BFF8120D95EB152A20555A8E8D4D99F09(L_27, L_28, NULL);
				V_6 = L_29;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_30 = V_0;
				NullCheck(L_30);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_31 = L_30->___Class;
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_32 = V_6;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_33;
				L_33 = ExpandoObject_PromoteClassCore_mFF24F813F58931CEA8F5B4136652B87B4AD64BCC(__this, L_31, L_32, NULL);
				V_0 = L_33;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_34 = V_0;
				NullCheck(L_34);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_35 = L_34->___Class;
				String_t* L_36 = ___3_name;
				NullCheck(L_35);
				int32_t L_37;
				L_37 = ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7(L_35, L_36, NULL);
				___1_index = L_37;
			}

IL_009b_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_38 = V_0;
				int32_t L_39 = ___1_index;
				NullCheck(L_38);
				RuntimeObject* L_40;
				L_40 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_38, L_39, NULL);
				V_1 = L_40;
				RuntimeObject* L_41 = V_1;
				il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
				RuntimeObject* L_42 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
				if ((!(((RuntimeObject*)(RuntimeObject*)L_41) == ((RuntimeObject*)(RuntimeObject*)L_42))))
				{
					goto IL_00bb_1;
				}
			}
			{
				int32_t L_43 = __this->____count;
				__this->____count = ((int32_t)il2cpp_codegen_add(L_43, 1));
				goto IL_00c7_1;
			}

IL_00bb_1:
			{
				bool L_44 = ___5_add;
				if (!L_44)
				{
					goto IL_00c7_1;
				}
			}
			{
				String_t* L_45 = ___3_name;
				Exception_t* L_46;
				L_46 = Error_SameKeyExistsInExpando_m614E6812B75076B1F266CA63E414DC4F17300DC6(L_45, NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F_RuntimeMethod_var)));
			}

IL_00c7_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_47 = V_0;
				int32_t L_48 = ___1_index;
				RuntimeObject* L_49 = ___2_value;
				NullCheck(L_47);
				ExpandoData_set_Item_m8501AD0E9E01A180766D975E93C62DF00B1D4B9B(L_47, L_48, L_49, NULL);
				goto IL_00dc;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_00dc:
	{
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_50 = __this->____propertyChanged;
		V_2 = L_50;
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_51 = V_2;
		if (!L_51)
		{
			goto IL_0103;
		}
	}
	{
		RuntimeObject* L_52 = ___2_value;
		RuntimeObject* L_53 = V_1;
		if ((((RuntimeObject*)(RuntimeObject*)L_52) == ((RuntimeObject*)(RuntimeObject*)L_53)))
		{
			goto IL_0103;
		}
	}
	{
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_54 = V_2;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_55 = V_0;
		NullCheck(L_55);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_56 = L_55->___Class;
		NullCheck(L_56);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57;
		L_57 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_56, NULL);
		int32_t L_58 = ___1_index;
		NullCheck(L_57);
		int32_t L_59 = L_58;
		String_t* L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
		PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_61 = (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*)il2cpp_codegen_object_new(PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5(L_61, L_60, NULL);
		NullCheck(L_54);
		PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_inline(L_54, __this, L_61, NULL);
	}

IL_0103:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_indexClass, int32_t ___1_index, String_t* ___2_name, bool ___3_ignoreCase, RuntimeObject* ___4_deleteValue, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	bool V_2 = false;
	RuntimeObject* V_3 = NULL;
	bool V_4 = false;
	PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* G_B17_0 = NULL;
	PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* G_B16_0 = NULL;
	{
		RuntimeObject* L_0 = __this->___LockObject;
		V_1 = L_0;
		V_2 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0098:
			{
				{
					bool L_1 = V_2;
					if (!L_1)
					{
						goto IL_00a1;
					}
				}
				{
					RuntimeObject* L_2 = V_1;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
				}

IL_00a1:
				{
					return;
				}
			}
		});
		try
		{
			{
				RuntimeObject* L_3 = V_1;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL);
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_4 = __this->____data;
				V_0 = L_4;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_5 = V_0;
				NullCheck(L_5);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_6 = L_5->___Class;
				RuntimeObject* L_7 = ___0_indexClass;
				bool L_8 = ___3_ignoreCase;
				if (!((int32_t)(((((int32_t)((((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_6) == ((RuntimeObject*)(RuntimeObject*)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_8)))
				{
					goto IL_0046_1;
				}
			}
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_9 = V_0;
				NullCheck(L_9);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_10 = L_9->___Class;
				String_t* L_11 = ___2_name;
				bool L_12 = ___3_ignoreCase;
				NullCheck(L_10);
				int32_t L_13;
				L_13 = ExpandoClass_GetValueIndex_mADA5BEA466D5496E7E4096C535ADD6643199AD51(L_10, L_11, L_12, __this, NULL);
				___1_index = L_13;
				int32_t L_14 = ___1_index;
				if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)-2)))))
				{
					goto IL_0046_1;
				}
			}
			{
				String_t* L_15 = ___2_name;
				Exception_t* L_16;
				L_16 = Error_AmbiguousMatchInExpandoObject_m48AE589AC41855AF29EAACAB05C1C6784E5C95CD(L_15, NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998_RuntimeMethod_var)));
			}

IL_0046_1:
			{
				int32_t L_17 = ___1_index;
				if ((!(((uint32_t)L_17) == ((uint32_t)(-1)))))
				{
					goto IL_004f_1;
				}
			}
			{
				V_4 = (bool)0;
				goto IL_00c8;
			}

IL_004f_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_18 = V_0;
				int32_t L_19 = ___1_index;
				NullCheck(L_18);
				RuntimeObject* L_20;
				L_20 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_18, L_19, NULL);
				V_3 = L_20;
				RuntimeObject* L_21 = V_3;
				il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
				RuntimeObject* L_22 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
				if ((!(((RuntimeObject*)(RuntimeObject*)L_21) == ((RuntimeObject*)(RuntimeObject*)L_22))))
				{
					goto IL_0064_1;
				}
			}
			{
				V_4 = (bool)0;
				goto IL_00c8;
			}

IL_0064_1:
			{
				RuntimeObject* L_23 = ___4_deleteValue;
				il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
				RuntimeObject* L_24 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
				if ((((RuntimeObject*)(RuntimeObject*)L_23) == ((RuntimeObject*)(RuntimeObject*)L_24)))
				{
					goto IL_007c_1;
				}
			}
			{
				RuntimeObject* L_25 = V_3;
				RuntimeObject* L_26 = ___4_deleteValue;
				bool L_27;
				L_27 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_25, L_26, NULL);
				if (L_27)
				{
					goto IL_007c_1;
				}
			}
			{
				V_4 = (bool)0;
				goto IL_00c8;
			}

IL_007c_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_28 = V_0;
				int32_t L_29 = ___1_index;
				il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
				RuntimeObject* L_30 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
				NullCheck(L_28);
				ExpandoData_set_Item_m8501AD0E9E01A180766D975E93C62DF00B1D4B9B(L_28, L_29, L_30, NULL);
				int32_t L_31 = __this->____count;
				__this->____count = ((int32_t)il2cpp_codegen_subtract(L_31, 1));
				goto IL_00a2;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_00a2:
	{
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_32 = __this->____propertyChanged;
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_33 = L_32;
		if (L_33)
		{
			G_B17_0 = L_33;
			goto IL_00ae;
		}
		G_B16_0 = L_33;
	}
	{
		goto IL_00c6;
	}

IL_00ae:
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_34 = V_0;
		NullCheck(L_34);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_35 = L_34->___Class;
		NullCheck(L_35);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36;
		L_36 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_35, NULL);
		int32_t L_37 = ___1_index;
		NullCheck(L_36);
		int32_t L_38 = L_37;
		String_t* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
		PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_40 = (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*)il2cpp_codegen_object_new(PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5(L_40, L_39, NULL);
		NullCheck(G_B17_0);
		PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_inline(G_B17_0, __this, L_40, NULL);
	}

IL_00c6:
	{
		return (bool)1;
	}

IL_00c8:
	{
		bool L_41 = V_4;
		return L_41;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_IsDeletedMember_m7C01B03C2A736114F07805A23D4DCDF5B1A2DC93 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, int32_t ___0_index, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_index;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = __this->____data;
		NullCheck(L_1);
		int32_t L_2;
		L_2 = ExpandoData_get_Length_m41A172B2D3BFCC209FD1C8892FFEA5C929FBDC01(L_1, NULL);
		if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
		{
			goto IL_0010;
		}
	}
	{
		return (bool)0;
	}

IL_0010:
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_3 = __this->____data;
		int32_t L_4 = ___0_index;
		NullCheck(L_3);
		RuntimeObject* L_5;
		L_5 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_3, L_4, NULL);
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		return (bool)((((RuntimeObject*)(RuntimeObject*)L_5) == ((RuntimeObject*)(RuntimeObject*)L_6))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ExpandoObject_get_Class_m84A64A4FC9BC381EC387E2D81A9BCCC6ACF2B4ED (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		NullCheck(L_0);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_1 = L_0->___Class;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ExpandoObject_PromoteClassCore_mFF24F813F58931CEA8F5B4136652B87B4AD64BCC (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___0_oldClass, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* ___1_newClass, const RuntimeMethod* method) 
{
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		NullCheck(L_0);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_1 = L_0->___Class;
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_2 = ___0_oldClass;
		if ((!(((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_1) == ((RuntimeObject*)(ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)L_2))))
		{
			goto IL_0020;
		}
	}
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_3 = __this->____data;
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_4 = ___1_newClass;
		NullCheck(L_3);
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_5;
		L_5 = ExpandoData_UpdateClass_mC6E0BE48FFFD35F493746192D129799EFEA1B095(L_3, L_4, NULL);
		__this->____data = L_5;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____data), (void*)L_5);
	}

IL_0020:
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_6 = __this->____data;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_PromoteClass_mD17C5D5B99008C746F2C85EA546CF62FB58F990C (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, RuntimeObject* ___0_oldClass, RuntimeObject* ___1_newClass, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	{
		RuntimeObject* L_0 = __this->___LockObject;
		V_0 = L_0;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0026:
			{
				{
					bool L_1 = V_1;
					if (!L_1)
					{
						goto IL_002f;
					}
				}
				{
					RuntimeObject* L_2 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
				}

IL_002f:
				{
					return;
				}
			}
		});
		try
		{
			RuntimeObject* L_3 = V_0;
			Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
			RuntimeObject* L_4 = ___0_oldClass;
			RuntimeObject* L_5 = ___1_newClass;
			ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_6;
			L_6 = ExpandoObject_PromoteClassCore_mFF24F813F58931CEA8F5B4136652B87B4AD64BCC(__this, ((ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)CastclassClass((RuntimeObject*)L_4, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var)), ((ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19*)CastclassClass((RuntimeObject*)L_5, ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19_il2cpp_TypeInfo_var)), NULL);
			goto IL_0030;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0030:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ExpandoObject_System_Dynamic_IDynamicMetaObjectProvider_GetMetaObject_mDBA75AE0169860A389B1DA9321A0987BC6C67C34 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_parameter, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_parameter;
		MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F* L_1 = (MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F*)il2cpp_codegen_object_new(MetaExpando_t98113C7B14DB22EC1F72692FB6F87FCF34EB947F_il2cpp_TypeInfo_var);
		MetaExpando__ctor_mECD0FACD90A7BA6B4C48359E43EE6518B330E9B2(L_1, L_0, __this, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_TryAddMember_mF8BCAF03C5F1657F87A0BF835EF8FCECB75B87ED (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_key;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
		RuntimeObject* L_1 = ___1_value;
		String_t* L_2 = ___0_key;
		ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F(__this, NULL, (-1), L_1, L_2, (bool)0, (bool)1, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_TryGetValueForKey_m620C2089075681908C699ED333AC7062746C9E0F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_key;
		RuntimeObject** L_1 = ___1_value;
		bool L_2;
		L_2 = ExpandoObject_TryGetValue_mCA527B75048DA546E21F22244FB41DAA98D6BDA9(__this, NULL, (-1), L_0, (bool)0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_ExpandoContainsKey_mBE733E225E7F922E6765207B169F823BD8967892 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, const RuntimeMethod* method) 
{
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		NullCheck(L_0);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_1 = L_0->___Class;
		String_t* L_2 = ___0_key;
		NullCheck(L_1);
		int32_t L_3;
		L_3 = ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7(L_1, L_2, NULL);
		return (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_get_Keys_mE1E50C3D7FD9F3B6587C2CCE8ED9423500D44AD2 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* L_0 = (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640*)il2cpp_codegen_object_new(KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640_il2cpp_TypeInfo_var);
		KeyCollection__ctor_m60185F50D4BE554F48C580979640329A39178464(L_0, __this, NULL);
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_get_Values_mCAD5E11F2E1F6E63246E46D11B30525FBB3DAF02 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88* L_0 = (ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88*)il2cpp_codegen_object_new(ValueCollection_tD1F51CD625B96F9BBD48505E7DE3709F73408F88_il2cpp_TypeInfo_var);
		ValueCollection__ctor_mA76943C70A98DC30B525087E20015A8DC7E78F07(L_0, __this, NULL);
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_get_Item_mE06F2419A211A42BB57DFB84F7FDC48608B0B656 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	{
		String_t* L_0 = ___0_key;
		bool L_1;
		L_1 = ExpandoObject_TryGetValueForKey_m620C2089075681908C699ED333AC7062746C9E0F(__this, L_0, (&V_0), NULL);
		if (L_1)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_2 = ___0_key;
		Exception_t* L_3;
		L_3 = Error_KeyDoesNotExistInExpando_m2456191541C48DFB6ABA33BECC8421DC9AE1611C(L_2, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_get_Item_mE06F2419A211A42BB57DFB84F7FDC48608B0B656_RuntimeMethod_var)));
	}

IL_0012:
	{
		RuntimeObject* L_4 = V_0;
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_set_Item_m2324B41B30F57D473ACAC931C5EC050A1FEA287A (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_key;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
		RuntimeObject* L_1 = ___1_value;
		String_t* L_2 = ___0_key;
		ExpandoObject_TrySetValue_mF05E9EB66F05C78EE979F8738533E6C2E9E7014F(__this, NULL, (-1), L_1, L_2, (bool)0, (bool)0, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_Add_mEFC1B320C17F3BBB9601106F68D7A18BE6F7D058 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_key;
		RuntimeObject* L_1 = ___1_value;
		ExpandoObject_TryAddMember_mF8BCAF03C5F1657F87A0BF835EF8FCECB75B87ED(__this, L_0, L_1, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_ContainsKey_m624B23B70FE64C3E9D9EA59E1D694DEC3F9AA45C (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
		s_Il2CppMethodInitialized = true;
	}
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	int32_t V_1 = 0;
	{
		String_t* L_0 = ___0_key;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = __this->____data;
		V_0 = L_1;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_2 = V_0;
		NullCheck(L_2);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_3 = L_2->___Class;
		String_t* L_4 = ___0_key;
		NullCheck(L_3);
		int32_t L_5;
		L_5 = ExpandoClass_GetValueIndexCaseSensitive_m73BC139AEEFA905FBF7859284AD4B790678056B7(L_3, L_4, NULL);
		V_1 = L_5;
		int32_t L_6 = V_1;
		if ((((int32_t)L_6) < ((int32_t)0)))
		{
			goto IL_0035;
		}
	}
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_7 = V_0;
		int32_t L_8 = V_1;
		NullCheck(L_7);
		RuntimeObject* L_9;
		L_9 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_7, L_8, NULL);
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_10 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_9) == ((RuntimeObject*)(RuntimeObject*)L_10))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}

IL_0035:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_Remove_m69969688C2B4D7D5629E57BB230D24453C356315 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_key;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, NULL);
		String_t* L_1 = ___0_key;
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_2 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		bool L_3;
		L_3 = ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998(__this, NULL, (-1), L_1, (bool)0, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CSystem_ObjectU3E_TryGetValue_m2B3D564570B60F65BD1CB26CEB661E48ECB7F38F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, String_t* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_key;
		RuntimeObject** L_1 = ___1_value;
		bool L_2;
		L_2 = ExpandoObject_TryGetValueForKey_m620C2089075681908C699ED333AC7062746C9E0F(__this, L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_get_Count_m2BF93C1C471AB64CAC354993EF5C882E9C0A248F (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____count;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_get_IsReadOnly_m6D844CC323018090BD2F71A09C2F7D5DEF10E1E1 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_Add_mE43F7568B7D4AA45D2863715AD289DA0E015D6BA (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 ___0_item, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0;
		L_0 = KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline((&___0_item), KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		RuntimeObject* L_1;
		L_1 = KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline((&___0_item), KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		ExpandoObject_TryAddMember_mF8BCAF03C5F1657F87A0BF835EF8FCECB75B87ED(__this, L_0, L_1, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_Clear_m5AEE409B919D1C21257F824CCA2EB885603468E9 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	bool V_3 = false;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	{
		RuntimeObject* L_0 = __this->___LockObject;
		V_2 = L_0;
		V_3 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_002c:
			{
				{
					bool L_1 = V_3;
					if (!L_1)
					{
						goto IL_0035;
					}
				}
				{
					RuntimeObject* L_2 = V_2;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
				}

IL_0035:
				{
					return;
				}
			}
		});
		try
		{
			RuntimeObject* L_3 = V_2;
			Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_3), NULL);
			ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_4 = __this->____data;
			V_0 = L_4;
			il2cpp_codegen_runtime_class_init_inline(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var);
			ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_5 = ((ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA_il2cpp_TypeInfo_var))->___Empty;
			__this->____data = L_5;
			Il2CppCodeGenWriteBarrier((void**)(&__this->____data), (void*)L_5);
			__this->____count = 0;
			goto IL_0036;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0036:
	{
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_6 = __this->____propertyChanged;
		V_1 = L_6;
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_7 = V_1;
		if (!L_7)
		{
			goto IL_0089;
		}
	}
	{
		V_4 = 0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_8 = V_0;
		NullCheck(L_8);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_9 = L_8->___Class;
		NullCheck(L_9);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10;
		L_10 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_9, NULL);
		NullCheck(L_10);
		V_5 = ((int32_t)(((RuntimeArray*)L_10)->max_length));
		goto IL_0083;
	}

IL_0054:
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_11 = V_0;
		int32_t L_12 = V_4;
		NullCheck(L_11);
		RuntimeObject* L_13;
		L_13 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_11, L_12, NULL);
		il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		RuntimeObject* L_14 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
		if ((((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(RuntimeObject*)L_14)))
		{
			goto IL_007d;
		}
	}
	{
		PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_15 = V_1;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_16 = V_0;
		NullCheck(L_16);
		ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_17 = L_16->___Class;
		NullCheck(L_17);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18;
		L_18 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_17, NULL);
		int32_t L_19 = V_4;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		String_t* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_22 = (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*)il2cpp_codegen_object_new(PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321_il2cpp_TypeInfo_var);
		PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5(L_22, L_21, NULL);
		NullCheck(L_15);
		PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_inline(L_15, __this, L_22, NULL);
	}

IL_007d:
	{
		int32_t L_23 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_23, 1));
	}

IL_0083:
	{
		int32_t L_24 = V_4;
		int32_t L_25 = V_5;
		if ((((int32_t)L_24) < ((int32_t)L_25)))
		{
			goto IL_0054;
		}
	}

IL_0089:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_Contains_mD10EC591CF6DE04EE8384A6A2AF1E4799611B426 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 ___0_item, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		String_t* L_0;
		L_0 = KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline((&___0_item), KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		bool L_1;
		L_1 = ExpandoObject_TryGetValueForKey_m620C2089075681908C699ED333AC7062746C9E0F(__this, L_0, (&V_0), NULL);
		if (L_1)
		{
			goto IL_0013;
		}
	}
	{
		return (bool)0;
	}

IL_0013:
	{
		RuntimeObject* L_2 = V_0;
		RuntimeObject* L_3;
		L_3 = KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline((&___0_item), KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		bool L_4;
		L_4 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_CopyTo_m125E601446DCF28B8089EAF7F040CCA829460426 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_mAC1CAC3A5B6A51A551BFF485B064CB7978E1EDC1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	RuntimeObject* V_2 = NULL;
	KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 V_3;
	memset((&V_3), 0, sizeof(V_3));
	{
		KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1* L_0 = ___0_array;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D((RuntimeObject*)L_0, _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED, NULL);
		RuntimeObject* L_1 = __this->___LockObject;
		V_0 = L_1;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0064:
			{
				{
					bool L_2 = V_1;
					if (!L_2)
					{
						goto IL_006d;
					}
				}
				{
					RuntimeObject* L_3 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
				}

IL_006d:
				{
					return;
				}
			}
		});
		try
		{
			{
				RuntimeObject* L_4 = V_0;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
				KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1* L_5 = ___0_array;
				int32_t L_6 = ___1_arrayIndex;
				int32_t L_7 = __this->____count;
				ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_mAC1CAC3A5B6A51A551BFF485B064CB7978E1EDC1((RuntimeObject*)L_5, L_6, L_7, _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, ContractUtils_RequiresArrayRange_TisKeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_mAC1CAC3A5B6A51A551BFF485B064CB7978E1EDC1_RuntimeMethod_var);
				RuntimeObject* L_8;
				L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665_il2cpp_TypeInfo_var, __this);
				V_2 = L_8;
			}
			{
				auto __finallyBlock = il2cpp::utils::Finally([&]
				{

FINALLY_005a_1:
					{
						{
							RuntimeObject* L_9 = V_2;
							if (!L_9)
							{
								goto IL_0063_1;
							}
						}
						{
							RuntimeObject* L_10 = V_2;
							NullCheck(L_10);
							InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
						}

IL_0063_1:
						{
							return;
						}
					}
				});
				try
				{
					{
						goto IL_0050_2;
					}

IL_003c_2:
					{
						RuntimeObject* L_11 = V_2;
						NullCheck(L_11);
						KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_12;
						L_12 = InterfaceFuncInvoker0< KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 >::Invoke(0, IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10_il2cpp_TypeInfo_var, L_11);
						V_3 = L_12;
						KeyValuePair_2U5BU5D_tB0707823AD77DFC250A1B32BFDE51BCC2B93F6B1* L_13 = ___0_array;
						int32_t L_14 = ___1_arrayIndex;
						int32_t L_15 = L_14;
						___1_arrayIndex = ((int32_t)il2cpp_codegen_add(L_15, 1));
						KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_16 = V_3;
						NullCheck(L_13);
						(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9)L_16);
					}

IL_0050_2:
					{
						RuntimeObject* L_17 = V_2;
						NullCheck(L_17);
						bool L_18;
						L_18 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17);
						if (L_18)
						{
							goto IL_003c_2;
						}
					}
					{
						goto IL_006e;
					}
				}
				catch(Il2CppExceptionWrapper& e)
				{
					__finallyBlock.StoreException(e.ex);
				}
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_006e:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandoObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_Remove_mDDABC62649B98554D12D1726A9ABAD2D5FEDB05B (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 ___0_item, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0;
		L_0 = KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_inline((&___0_item), KeyValuePair_2_get_Key_mA64FF29A08423140758B0276333D1A89C71B793A_RuntimeMethod_var);
		RuntimeObject* L_1;
		L_1 = KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_inline((&___0_item), KeyValuePair_2_get_Value_m2052BF44A3FDE623D98B0E6B6E227B2900034235_RuntimeMethod_var);
		bool L_2;
		L_2 = ExpandoObject_TryDeleteValue_mE682342482A3F698ACB62A8036369EEECA4F4998(__this, NULL, (-1), L_0, (bool)0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_System_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_GetEnumerator_m2DC25F9CB1C38642916A269C30A9AD6A667C7CCE (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		V_0 = L_0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = V_0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_2 = V_0;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline(L_2, NULL);
		RuntimeObject* L_4;
		L_4 = ExpandoObject_GetExpandoEnumerator_m2AB9249FF0DA1228B91637E59918C72A0E5F003A(__this, L_1, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_System_Collections_IEnumerable_GetEnumerator_m2B7FC8842303B110AF36E9589EF07EC62E347012 (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, const RuntimeMethod* method) 
{
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_0 = NULL;
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_0 = __this->____data;
		V_0 = L_0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = V_0;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_2 = V_0;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline(L_2, NULL);
		RuntimeObject* L_4;
		L_4 = ExpandoObject_GetExpandoEnumerator_m2AB9249FF0DA1228B91637E59918C72A0E5F003A(__this, L_1, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpandoObject_GetExpandoEnumerator_m2AB9249FF0DA1228B91637E59918C72A0E5F003A (ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* __this, ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* ___0_data, int32_t ___1_version, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2* L_0 = (U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2*)il2cpp_codegen_object_new(U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2_il2cpp_TypeInfo_var);
		U3CGetExpandoEnumeratorU3Ed__51__ctor_m2995AD242F23DA972637B4BA3E14365BBF04EA57(L_0, 0, NULL);
		U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2* L_1 = L_0;
		NullCheck(L_1);
		L_1->___U3CU3E4__this = __this;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
		U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2* L_2 = L_1;
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_3 = ___0_data;
		NullCheck(L_2);
		L_2->___data = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&L_2->___data), (void*)L_3);
		U3CGetExpandoEnumeratorU3Ed__51_t421D8F375E4578DE15A8E3481A5E74CAFE0E06F2* L_4 = L_2;
		int32_t L_5 = ___1_version;
		NullCheck(L_4);
		L_4->___version = L_5;
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObject__cctor_mE3AD893EF80AF36ED4DAA7608ABF452CB8AA58D8 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04AB5700229BC34977C509675EE39F318A9193B1);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2927CC0C31BDB0F2FAA5953E8850D31FE0CEB53C);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEB60C2895E8B5AB1E8361FF171D5E075A2D60E);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70044F38A4A0FB5B888EA446BB49115359085BCB);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFAA3E8596AACEB4F4AC1B8864F70A6A96BDE686);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_1;
		L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
		NullCheck(L_1);
		MethodInfo_t* L_2;
		L_2 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_1, _stringLiteral70044F38A4A0FB5B888EA446BB49115359085BCB, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTryGetValue = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTryGetValue), (void*)L_2);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var) };
		Type_t* L_4;
		L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
		NullCheck(L_4);
		MethodInfo_t* L_5;
		L_5 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_4, _stringLiteral04AB5700229BC34977C509675EE39F318A9193B1, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTrySetValue = L_5;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTrySetValue), (void*)L_5);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var) };
		Type_t* L_7;
		L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
		NullCheck(L_7);
		MethodInfo_t* L_8;
		L_8 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_7, _stringLiteral2927CC0C31BDB0F2FAA5953E8850D31FE0CEB53C, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTryDeleteValue = L_8;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoTryDeleteValue), (void*)L_8);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var) };
		Type_t* L_10;
		L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
		NullCheck(L_10);
		MethodInfo_t* L_11;
		L_11 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_10, _stringLiteralAFAA3E8596AACEB4F4AC1B8864F70A6A96BDE686, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoPromoteClass = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoPromoteClass), (void*)L_11);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (RuntimeOps_t00A409D3C6B7227F49FF9AF10FE4CD0E98ADDFFA_0_0_0_var) };
		Type_t* L_13;
		L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL);
		NullCheck(L_13);
		MethodInfo_t* L_14;
		L_14 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_13, _stringLiteral5BEB60C2895E8B5AB1E8361FF171D5E075A2D60E, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoCheckVersion = L_14;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___s_expandoCheckVersion), (void*)L_14);
		RuntimeObject* L_15 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_15, NULL);
		((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized), (void*)L_15);
		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
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollectionDebugView__ctor_m13594261D267B5801F54AD2A01F2C2ECA1AF7E18 (KeyCollectionDebugView_t07F0DB5EFD6A6718FE21DAA27904C8837A890E9F* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		RuntimeObject* L_0 = ___0_collection;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_0, _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25, NULL);
		RuntimeObject* L_1 = ___0_collection;
		__this->____collection = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____collection), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* KeyCollectionDebugView_get_Items_m7917AFD377F7DF5EAA498C38BDFDE6412C4F8F72 (KeyCollectionDebugView_t07F0DB5EFD6A6718FE21DAA27904C8837A890E9F* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
	{
		RuntimeObject* L_0 = __this->____collection;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_1);
		V_0 = L_2;
		RuntimeObject* L_3 = __this->____collection;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_0;
		NullCheck(L_3);
		InterfaceActionInvoker2< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, int32_t >::Invoke(5, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_3, L_4, 0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_0;
		return L_5;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection__ctor_m60185F50D4BE554F48C580979640329A39178464 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* ___0_expando, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = ___0_expando;
		NullCheck(L_0);
		RuntimeObject* L_1 = L_0->___LockObject;
		V_0 = L_1;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0049:
			{
				{
					bool L_2 = V_1;
					if (!L_2)
					{
						goto IL_0052;
					}
				}
				{
					RuntimeObject* L_3 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
				}

IL_0052:
				{
					return;
				}
			}
		});
		try
		{
			RuntimeObject* L_4 = V_0;
			Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
			ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_5 = ___0_expando;
			__this->____expando = L_5;
			Il2CppCodeGenWriteBarrier((void**)(&__this->____expando), (void*)L_5);
			ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_6 = ___0_expando;
			NullCheck(L_6);
			ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_7 = L_6->____data;
			NullCheck(L_7);
			int32_t L_8;
			L_8 = ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline(L_7, NULL);
			__this->____expandoVersion = L_8;
			ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_9 = ___0_expando;
			NullCheck(L_9);
			int32_t L_10 = L_9->____count;
			__this->____expandoCount = L_10;
			ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_11 = ___0_expando;
			NullCheck(L_11);
			ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_12 = L_11->____data;
			__this->____expandoData = L_12;
			Il2CppCodeGenWriteBarrier((void**)(&__this->____expandoData), (void*)L_12);
			goto IL_0053;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0053:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = __this->____expando;
		NullCheck(L_0);
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_1 = L_0->____data;
		NullCheck(L_1);
		int32_t L_2;
		L_2 = ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline(L_1, NULL);
		int32_t L_3 = __this->____expandoVersion;
		if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
		{
			goto IL_002b;
		}
	}
	{
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_4 = __this->____expandoData;
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_5 = __this->____expando;
		NullCheck(L_5);
		ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_6 = L_5->____data;
		if ((((RuntimeObject*)(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA*)L_4) == ((RuntimeObject*)(ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA*)L_6)))
		{
			goto IL_0031;
		}
	}

IL_002b:
	{
		Exception_t* L_7;
		L_7 = Error_CollectionModifiedWhileEnumerating_mEDB37219E6150E51BF062F67A5D55C27C236E23C(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D_RuntimeMethod_var)));
	}

IL_0031:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_Add_m4223B478EBF4FCFB72DA376752D8C14BB64558C7 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, String_t* ___0_item, const RuntimeMethod* method) 
{
	{
		Exception_t* L_0;
		L_0 = Error_CollectionReadOnly_m889084E0F355A8459043F58B6FE22075B9C82BD5(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_Add_m4223B478EBF4FCFB72DA376752D8C14BB64558C7_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_Clear_mB378FE0BA9653BA54EFD15D19ABEA1CD59FD7154 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	{
		Exception_t* L_0;
		L_0 = Error_CollectionReadOnly_m889084E0F355A8459043F58B6FE22075B9C82BD5(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_Clear_mB378FE0BA9653BA54EFD15D19ABEA1CD59FD7154_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_Contains_m1A4E00AC535F3387187774410585DB70AB4849EE (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, String_t* ___0_item, const RuntimeMethod* method) 
{
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	bool V_2 = false;
	{
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_0 = __this->____expando;
		NullCheck(L_0);
		RuntimeObject* L_1 = L_0->___LockObject;
		V_0 = L_1;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_002b:
			{
				{
					bool L_2 = V_1;
					if (!L_2)
					{
						goto IL_0034;
					}
				}
				{
					RuntimeObject* L_3 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
				}

IL_0034:
				{
					return;
				}
			}
		});
		try
		{
			RuntimeObject* L_4 = V_0;
			Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
			KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D(__this, NULL);
			ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_5 = __this->____expando;
			String_t* L_6 = ___0_item;
			NullCheck(L_5);
			bool L_7;
			L_7 = ExpandoObject_ExpandoContainsKey_mBE733E225E7F922E6765207B169F823BD8967892(L_5, L_6, NULL);
			V_2 = L_7;
			goto IL_0035;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0035:
	{
		bool L_8 = V_2;
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m82961159BE821FA72D816F3CF08D93535370836E (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContractUtils_RequiresArrayRange_TisString_t_mEE6B6CE8327569AAF01C5DA66F792DA2B060D1B8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* V_2 = NULL;
	int32_t V_3 = 0;
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_array;
		ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D((RuntimeObject*)L_0, _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED, NULL);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___0_array;
		int32_t L_2 = ___1_arrayIndex;
		int32_t L_3 = __this->____expandoCount;
		ContractUtils_RequiresArrayRange_TisString_t_mEE6B6CE8327569AAF01C5DA66F792DA2B060D1B8((RuntimeObject*)L_1, L_2, L_3, _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, ContractUtils_RequiresArrayRange_TisString_t_mEE6B6CE8327569AAF01C5DA66F792DA2B060D1B8_RuntimeMethod_var);
		ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_4 = __this->____expando;
		NullCheck(L_4);
		RuntimeObject* L_5 = L_4->___LockObject;
		V_0 = L_5;
		V_1 = (bool)0;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0087:
			{
				{
					bool L_6 = V_1;
					if (!L_6)
					{
						goto IL_0090;
					}
				}
				{
					RuntimeObject* L_7 = V_0;
					Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_7, NULL);
				}

IL_0090:
				{
					return;
				}
			}
		});
		try
		{
			{
				RuntimeObject* L_8 = V_0;
				Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_8, (&V_1), NULL);
				KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D(__this, NULL);
				ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012* L_9 = __this->____expando;
				NullCheck(L_9);
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_10 = L_9->____data;
				V_2 = L_10;
				V_3 = 0;
				goto IL_0075_1;
			}

IL_004e_1:
			{
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_11 = V_2;
				int32_t L_12 = V_3;
				NullCheck(L_11);
				RuntimeObject* L_13;
				L_13 = ExpandoData_get_Item_mF687556304D0E8E41028233208324FAC0B99C289(L_11, L_12, NULL);
				il2cpp_codegen_runtime_class_init_inline(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var);
				RuntimeObject* L_14 = ((ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_StaticFields*)il2cpp_codegen_static_fields_for(ExpandoObject_t74F67096810BE9395E3E97BB892A8EFA264A3012_il2cpp_TypeInfo_var))->___Uninitialized;
				if ((((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(RuntimeObject*)L_14)))
				{
					goto IL_0071_1;
				}
			}
			{
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = ___0_array;
				int32_t L_16 = ___1_arrayIndex;
				int32_t L_17 = L_16;
				___1_arrayIndex = ((int32_t)il2cpp_codegen_add(L_17, 1));
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_18 = V_2;
				NullCheck(L_18);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_19 = L_18->___Class;
				NullCheck(L_19);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20;
				L_20 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_19, NULL);
				int32_t L_21 = V_3;
				NullCheck(L_20);
				int32_t L_22 = L_21;
				String_t* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
				NullCheck(L_15);
				(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (String_t*)L_23);
			}

IL_0071_1:
			{
				int32_t L_24 = V_3;
				V_3 = ((int32_t)il2cpp_codegen_add(L_24, 1));
			}

IL_0075_1:
			{
				int32_t L_25 = V_3;
				ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* L_26 = V_2;
				NullCheck(L_26);
				ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* L_27 = L_26->___Class;
				NullCheck(L_27);
				StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28;
				L_28 = ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline(L_27, NULL);
				NullCheck(L_28);
				if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
				{
					goto IL_004e_1;
				}
			}
			{
				goto IL_0091;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0091:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyCollection_get_Count_m8C0D1B3EF3A7D05CABD416E5631C9D7471FD4167 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	{
		KeyCollection_CheckVersion_m81754655C3B60477C80175C3E0EED0F5A28D9A6D(__this, NULL);
		int32_t L_0 = __this->____expandoCount;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_get_IsReadOnly_m3D5F199D01C2F133EB47DBAE448A79A2E4CE65E8 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyCollection_Remove_m88ECEA7E64634D09146C4F42576B00D6F93C95BF (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, String_t* ___0_item, const RuntimeMethod* method) 
{
	{
		Exception_t* L_0;
		L_0 = Error_CollectionReadOnly_m889084E0F355A8459043F58B6FE22075B9C82BD5(NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyCollection_Remove_m88ECEA7E64634D09146C4F42576B00D6F93C95BF_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_GetEnumerator_mDC8C33F6F2E5980CC0B516766188BFAA038B8EE6 (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564* L_0 = (U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564*)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564_il2cpp_TypeInfo_var);
		U3CGetEnumeratorU3Ed__15__ctor_m97DAD84FE2FFF0D3AC2FB57FFFD97A667A65FDED(L_0, 0, NULL);
		U3CGetEnumeratorU3Ed__15_t4CBA243D78DC3F4FBC374F023E8EA0FEE17FE564* L_1 = L_0;
		NullCheck(L_1);
		L_1->___U3CU3E4__this = __this;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyCollection_System_Collections_IEnumerable_GetEnumerator_mED5BCE5B5F7BECB0B2D16B5607E6274190705A4E (KeyCollection_t0642282981BDCEFD7CCE3A15BB4D8D20DAA9F640* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0;
		L_0 = KeyCollection_GetEnumerator_mDC8C33F6F2E5980CC0B516766188BFAA038B8EE6(__this, NULL);
		return L_0;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) 
{
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CVariableU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFilterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) 
{
	{
		ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CTestValuesU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CIndexU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method) 
{
	{
		Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___U3CInterpreterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) 
{
	{
		InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_0 = __this->____instructions;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, const RuntimeMethod* method) 
{
	{
		TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_0 = __this->____tryHandler;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) 
{
	{
		ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_0 = __this->____handlers;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, const RuntimeMethod* method) 
{
	{
		TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_0 = __this->____tryHandler;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____stringLength;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CLocalCountU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->____name;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) 
{
	{
		ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CParameterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CTestU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) 
{
	{
		Exception_t* L_0 = __this->____innerException;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68_inline (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, const RuntimeMethod* method) 
{
	{
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_0 = __this->___U3CRestrictionsU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* CallSiteBinder_get_UpdateLabel_mFBA5DD59CA8778F201C1BA20B91270D17AC367FC_inline (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields*)il2cpp_codegen_static_fields_for(CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var))->___U3CUpdateLabelU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ExpandoClass_get_Keys_m55EC5F3748234BC40E15450CD7FC5EE8A48DBBF0_inline (ExpandoClass_t524164F888FFC60A2C71686D3F448F706D3CDF19* __this, const RuntimeMethod* method) 
{
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____keys;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_inline (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) 
{
	typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*);
	((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ExpandoData_get_Version_m944EB58E8724C277C1AD92AFA342545AFA008DB3_inline (ExpandoData_t82B13AAFF00D56FCEBF09B38052A91ADE30A19EA* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____version;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) 
{
	{
		LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) 
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->____version;
		__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items;
		V_0 = L_1;
		int32_t L_2 = __this->____size;
		V_1 = L_2;
		int32_t L_3 = V_1;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
		NullCheck(L_4);
		if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
		{
			goto IL_0034;
		}
	}
	{
		int32_t L_5 = V_1;
		__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
		int32_t L_7 = V_1;
		RuntimeObject* L_8 = ___0_item;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
		return;
	}

IL_0034:
	{
		RuntimeObject* L_9 = ___0_item;
		List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method) 
{
	typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
	return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) 
{
	il2cpp_rgctx_method_init(method);
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2));
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mE4A6E94998E6963C611289A9189718D87A7CCD55_gshared_inline (Stack_1_t4CBF30999DDABBC57F83A717A23AF0B6B472FBEC* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____size;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____size;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____size;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->___key;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->___value;
		return L_0;
	}
}
