﻿#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, typename T3>
struct VirtualActionInvoker3
{
	typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);

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

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
	}
};
template <typename R, typename T1>
struct GenericVirtualFuncInvoker1
{
	typedef R (*Func)(void*, T1, const RuntimeMethod*);

	static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
	{
		VirtualInvokeData invokeData;
		il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
		return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
	}
};
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 T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
	typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);

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

	static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
	{
		const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
		return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
	}
};

struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C;
struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7;
struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15;
struct ConcurrentDictionary_2_t72691F75B6C45685845A39BBFE01D1B70992B54E;
struct ConcurrentDictionary_2_t0A6BCCBCD2F7139BB7805897FF13E3E6AF27F6C3;
struct ConcurrentDictionary_2_t9F2024F9B290406C9129D78931CF9D0B9DFD9FD8;
struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7;
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
struct Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3;
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
struct Dictionary_2_t3548A0C0ADE1D860E81C2982E252A309A8681C13;
struct Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2;
struct Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5;
struct Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5;
struct Dictionary_2_tFA5E03354423C94DC3899BB6C353B5CBFE767263;
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
struct Func_2_tE378E613DF59ED24E2B05848263C326986F5BB56;
struct Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C;
struct Func_2_t890667DD511E31012095396A8BF9C888E2284437;
struct Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C;
struct Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08;
struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630;
struct Func_2_t3AD18756954329B3F479B276109D69F8B574B73D;
struct Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D;
struct Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335;
struct Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164;
struct Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1;
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B;
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
struct Func_2_t083860B929985EC8DF79C99B5157C38632F84196;
struct Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74;
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93;
struct Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A;
struct Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1;
struct Func_2_t43CC133C289457C636A18BA4D471FC2B56544421;
struct IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6;
struct IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC;
struct IEnumerable_1_t6D567E0DEED199BD9CE1CD6D0CD7AA16F2A36274;
struct IEnumerable_1_tB115F5F790744426D29118098864CADBAFD6E7C9;
struct IEnumerable_1_t60509816D8966320E2A9660FC756B6C440ADFC50;
struct IEnumerable_1_tF5487DDC9BFE72D77C0A279762BD5851F02B4F03;
struct IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05;
struct IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC;
struct IEnumerable_1_t12FC555E5CFF3E3FB1900657DA9B62D9AE3AA060;
struct IEnumerable_1_tB708E9C2FA823B01C747E05E9A94F71093AAE6F1;
struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2;
struct IEnumerable_1_tC107EFC206CB804E47AF5CCEE98D4FEF67889387;
struct IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143;
struct IEnumerable_1_tE0A67F3FB4C800B39F37C976E22371A7DF4DDB1C;
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
struct IEnumerable_1_t8E50A30565DC033F3BDF1627DA5A9C930C1E0DB9;
struct IEnumerable_1_t4F5FCDEAC3CEC5489B3CEE5871FC5F9D22C281EE;
struct IEnumerable_1_tE256595CBE2DAAF72A418146125F89DEE679C951;
struct IEnumerable_1_t716934C22E6529DDE8B45F4D07A7CC7E6538FF75;
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
struct IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B;
struct IEnumerable_1_t8BB8DBC368DDF76EBAD63F319A22CBB204DD7F97;
struct IEnumerator_1_t9DFF5CCD2F9C4E5CAEEB028E6189933EE4E77294;
struct IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8;
struct IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23;
struct IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901;
struct IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E;
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
struct IEqualityComparer_1_t0C79004BFE79D9DBCE6C2250109D31D468A9A68E;
struct IGrouping_2_t67FFAFEEADC6063801C91E5569E355E7B86F337C;
struct IList_1_tF23041AC58956CDAA98A1DA3D23002DBE4EBE278;
struct IList_1_tFB8BE2ED9A601C1259EAB8D73D1B3E96EA321FA1;
struct IList_1_t106D4C1340745E38431865BBEA6AE170A4713431;
struct IList_1_t9B14A530FBA8ECACC8EB673DB4D93DA765DD8551;
struct IList_1_t7A435ADE2CFF0B5E61FE0F18231D7FECE59814F0;
struct IList_1_t6EE90D273EFCF5E7E4C37FAB712E70BB6F1B4BFF;
struct IList_1_tA9E92116BDDEB68A8527F08BF8D2B70B7A00CA95;
struct IList_1_tB15DAEB90BDCB6EC5FB36C426C9B01479C29D325;
struct IList_1_t99C7C916D02D689DC580487372A25B2877AC2B7E;
struct IList_1_tF7649ED29A5D831B272B7DC5F291E38EEDBC7511;
struct IList_1_t41B700AA42A1779B29D644B2E6DAC0CFEB517141;
struct IOrderedEnumerable_1_t2A8DF8E5F49CE74F9D7D12340E0E4EEDE4873FE9;
struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC;
struct KeyCollection_tC1CFB404B6EFFA0BA33C98E5B1ED9785ED563E62;
struct KeyCollection_tD6AF16813F7D84241401374A39A2F8B5705C1EB2;
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7;
struct List_1_tCA41878C726B03CC852C13E2FB0D9FFA9CEE458E;
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A;
struct List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB;
struct List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB;
struct List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4;
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
struct List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E;
struct List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132;
struct List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E;
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72;
struct List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158;
struct MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270;
struct ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901;
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
struct ThreadSafeStore_2_tE8A4308D2D6297CCAAB09DEA5BE10886A8C1A6C1;
struct ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2;
struct ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E;
struct ThreadSafeStore_2_t49EC2348B7EE981B1B01650A69EB2B2321896A91;
struct ThreadSafeStore_2_t565431F64E01F8E78F37837E809D95D97A8B9355;
struct ThreadSafeStore_2_t9B8FEA7F0B042AA9B6B23AC5DA28F949FF6FCFBF;
struct ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5;
struct ThreadSafeStore_2_tF759F5FA265D721F4FB391BC4F3E3760CF111CD7;
struct ThreadSafeStore_2_tCEC2827DC2C44157CCDD76299BCF8513E90DD8C9;
struct ThreadSafeStore_2_t87BBBE053D42EE4846893A2168FF85F61FBA5489;
struct ValueCollection_tFD8ED2F783CF40FD378DF09D8E6EDB74202234F3;
struct ValueCollection_t2CE2F877DFF07E0C3BD525EA53A808D651F68FD2;
struct EntryU5BU5D_t554BCB12206FA7690CF387E40B583AC496870E40;
struct EntryU5BU5D_tAF1AF89B14D009C2A5A641A946C668297C4355D6;
struct StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED;
struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50;
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E;
struct JsonPropertyU5BU5D_t10C88F15FC6BA5C5F99848D555A2946AB5585919;
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7;
struct SerializationCallbackU5BU5D_t5E17CCC9EDB4AB8A56408EE655963AB828439587;
struct SerializationErrorCallbackU5BU5D_t4A6A51A548F309BC83144F8F260DF6B7D1E58BB6;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
struct EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00;
struct ImmutableCollectionTypeInfoU5BU5D_t9317816DEBB98642322057EDEAA807FA393F4425;
struct AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA;
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
struct Assembly_t;
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
struct Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57;
struct BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424;
struct BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A;
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F;
struct CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8;
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913;
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547;
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
struct DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F;
struct DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73;
struct DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846;
struct DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E;
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
struct DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD;
struct DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D;
struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39;
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825;
struct EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA;
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
struct EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571;
struct EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F;
struct ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B;
struct Exception_t;
struct ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7;
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785;
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590;
struct ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767;
struct ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3;
struct FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF;
struct FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD;
struct FieldInfo_t;
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3;
struct IAttributeProvider_t7A99979C2D7DD703E91285B65728D13FCD3D2E2E;
struct IContractResolver_t7EC502F5FCA86DD95579A92A1E0116BE32D6340B;
struct IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515;
struct ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D;
struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131;
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
struct IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C;
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
struct ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F;
struct IValueProvider_t2EEC2D13DF16BA74BC89448718A0754E0A4931D4;
struct IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777;
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
struct JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90;
struct JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7;
struct JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA;
struct JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16;
struct JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1;
struct JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344;
struct JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD;
struct JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E;
struct JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247;
struct JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850;
struct JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8;
struct JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9;
struct JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3;
struct JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E;
struct JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3;
struct JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48;
struct JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6;
struct JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765;
struct JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647;
struct JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC;
struct JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268;
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3;
struct JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA;
struct KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413;
struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5;
struct LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct MemberInfo_t;
struct MethodBase_t;
struct MethodInfo_t;
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0;
struct NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50;
struct NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A;
struct NoThrowGetBinderMember_t9AB4335A1986006E9CE9EA2F76B26037E412E90D;
struct NoThrowSetBinderMember_t2A08A7A6DC7581F640C7AECC9A15D4AC8F9197E2;
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F;
struct PropertyInfo_t;
struct ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B;
struct ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574;
struct ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E;
struct ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7;
struct ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007;
struct RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13;
struct SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962;
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
struct SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F;
struct String_t;
struct StringBuilder_t;
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D;
struct TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859;
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8;
struct Type_t;
struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C;
struct TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA;
struct TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15;
struct UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0;
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF;
struct U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3;
struct U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F;
struct U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408;
struct U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997;
struct U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC;
struct U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0;
struct U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A;
struct U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07;
struct U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209;
struct U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A;
struct AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD;
struct U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1;
struct U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F;
struct U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C;
struct U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0;
struct ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685;
struct U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC;
struct U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905;
struct U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1;
struct U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937;
struct U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2;
struct U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35;
struct U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185;
struct U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037;
struct U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341;
struct CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF;
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;

IL2CPP_EXTERN_C RuntimeClass* Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Assembly_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeKind_t3AD6DA06BEF8955A740777163FFB481C19089BBC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39_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* EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t083860B929985EC8DF79C99B5157C38632F84196_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t3AD18756954329B3F479B276109D69F8B574B73D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t43CC133C289457C636A18BA4D471FC2B56544421_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t890667DD511E31012095396A8BF9C888E2284437_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tACBF5A1656250800CE861707354491F0611F6624_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tAE3782A30E2C5880223F5DBCAB3CBC888034E16A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tAEFB03A20C920360E6267BB102BA124921CF043D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tC9B15468F509008C580ED71459A502B60CE0346B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tDECCB0903E13D406837BA6674FDAF7B6B1EDF44B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_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_t62CCC8C17677893BE99939DD1210D67697098FFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tB115F5F790744426D29118098864CADBAFD6E7C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t9DFF5CCD2F9C4E5CAEEB028E6189933EE4E77294_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_tA9E92116BDDEB68A8527F08BF8D2B70B7A00CA95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_tB15DAEB90BDCB6EC5FB36C426C9B01479C29D325_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemberTypes_t26BAB0893BEC9328F2F64E8BACDA967C445632E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_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* StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____19AE20A57B073E3E8DD45C6F6A4E9AB1076EA3EBFFF28E4AEB58B411472CF994_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral01385C410406BC5C6E613A5C7CEFFAADC5A9E11D;
IL2CPP_EXTERN_C String_t* _stringLiteral03240CCFCA588F834F0D4346FC80A8CB5E79695D;
IL2CPP_EXTERN_C String_t* _stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720;
IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626;
IL2CPP_EXTERN_C String_t* _stringLiteral0970355F339FE6FF1C222547CF241398A1C378A9;
IL2CPP_EXTERN_C String_t* _stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5;
IL2CPP_EXTERN_C String_t* _stringLiteral1071603CBA2BD3C11874C92C7C0DB97BF5899046;
IL2CPP_EXTERN_C String_t* _stringLiteral136926B654432552F29A067979EE9E9D569C7895;
IL2CPP_EXTERN_C String_t* _stringLiteral148D879740EE71DEE70EA413F9D574F5B36E9578;
IL2CPP_EXTERN_C String_t* _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539;
IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
IL2CPP_EXTERN_C String_t* _stringLiteral1706A972A45E7E0E7BC14717526F35BAE9546192;
IL2CPP_EXTERN_C String_t* _stringLiteral18758AA8E5FA243D1B2431D03A55ED42516F8AF3;
IL2CPP_EXTERN_C String_t* _stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60;
IL2CPP_EXTERN_C String_t* _stringLiteral191622F509097F2FCB595D5FC78BA99C9F397DDE;
IL2CPP_EXTERN_C String_t* _stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71;
IL2CPP_EXTERN_C String_t* _stringLiteral1F4D219C936F7DB413B4CEB44F4A08C41F37F504;
IL2CPP_EXTERN_C String_t* _stringLiteral224AD8F0814E7FB2B04D340D80A376D7C8E5BFEB;
IL2CPP_EXTERN_C String_t* _stringLiteral22D0E4FBFC9106F5EFA4D0853D79683DFF3598CD;
IL2CPP_EXTERN_C String_t* _stringLiteral22FE8CF0CFDCCDB13208BCC31E8BD10F478125DC;
IL2CPP_EXTERN_C String_t* _stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD;
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
IL2CPP_EXTERN_C String_t* _stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6;
IL2CPP_EXTERN_C String_t* _stringLiteral31782CD9A6A47475536890B41BD5A172BFBA9D7C;
IL2CPP_EXTERN_C String_t* _stringLiteral31A818CB76EAE1A4A09297F7BFAD5D4AE41446DD;
IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018;
IL2CPP_EXTERN_C String_t* _stringLiteral3438D17A546896844C14420AF9F02B18607937D8;
IL2CPP_EXTERN_C String_t* _stringLiteral35DE67C929967618347FCE340E2E87102A932FEB;
IL2CPP_EXTERN_C String_t* _stringLiteral38D3180E9C0FF991B68A4FB4936D05239A551CBD;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral3CB8E4E9FA73474FDEE5B468EA99A751021BFF03;
IL2CPP_EXTERN_C String_t* _stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E;
IL2CPP_EXTERN_C String_t* _stringLiteral42559C2140EDFAB50DB6AE7DCF62B93B4DA42968;
IL2CPP_EXTERN_C String_t* _stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393;
IL2CPP_EXTERN_C String_t* _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral47464D6F4499EB8E220AD741CB115980E89554E2;
IL2CPP_EXTERN_C String_t* _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074;
IL2CPP_EXTERN_C String_t* _stringLiteral49AA63440730594CB862C148C034957D190DBB80;
IL2CPP_EXTERN_C String_t* _stringLiteral4A3F3076AFA423A603517B2CF9E27A25AA6E85F7;
IL2CPP_EXTERN_C String_t* _stringLiteral4B301D8494B36842D7B3D50DCBFE8B45FF4A545F;
IL2CPP_EXTERN_C String_t* _stringLiteral513340C13770DA3BCCC1E8CBDCD957EAAB92BD90;
IL2CPP_EXTERN_C String_t* _stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0;
IL2CPP_EXTERN_C String_t* _stringLiteral554C54D10FBB0372247C0FC5B8F60A024D10681B;
IL2CPP_EXTERN_C String_t* _stringLiteral557497B805CDE4270742B0BA5CA4F435918A1FC4;
IL2CPP_EXTERN_C String_t* _stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B;
IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9;
IL2CPP_EXTERN_C String_t* _stringLiteral59E5E11BFC1B758617E7403A28E45E8E18562B95;
IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B;
IL2CPP_EXTERN_C String_t* _stringLiteral5F86FD91A59C8D1EE50BC1FAE93198709F71ADFD;
IL2CPP_EXTERN_C String_t* _stringLiteral60E054398E9A44564C17311CB5271848DD97B127;
IL2CPP_EXTERN_C String_t* _stringLiteral61792A94CAAE6F418C961B460FC78E84493C1A53;
IL2CPP_EXTERN_C String_t* _stringLiteral61C85293E5A099C3EF346E1AADA08CBCA89DA3C6;
IL2CPP_EXTERN_C String_t* _stringLiteral620393CAA7436A70D33A45431FDCF0685865506A;
IL2CPP_EXTERN_C String_t* _stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41;
IL2CPP_EXTERN_C String_t* _stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0;
IL2CPP_EXTERN_C String_t* _stringLiteral64CC8687188AD60D21B4B3FCE3779CED9FA4BCF9;
IL2CPP_EXTERN_C String_t* _stringLiteral678C8068977C934D424C4D57A19F629825D2A4BB;
IL2CPP_EXTERN_C String_t* _stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242;
IL2CPP_EXTERN_C String_t* _stringLiteral6933B3473F816EDB2EEF7A7CEF6EFA018D17C6B3;
IL2CPP_EXTERN_C String_t* _stringLiteral6A0B34AAFB24E098ABCB1BE882BD0878913C3D28;
IL2CPP_EXTERN_C String_t* _stringLiteral6B32DCC9DD9FF2ED15F20D20FBEEE7EB511CC73C;
IL2CPP_EXTERN_C String_t* _stringLiteral6B678D52DFE1E770472694B755712C0213F5B1E1;
IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2;
IL2CPP_EXTERN_C String_t* _stringLiteral6C736E6AB8B5387DD29A5EA69450FFE869B6B10E;
IL2CPP_EXTERN_C String_t* _stringLiteral6CC89AE92D5E497F1202B3C349634C66958E8423;
IL2CPP_EXTERN_C String_t* _stringLiteral6D6DFBC69EC51C91CE8468497DE15B8CFFFDE7B5;
IL2CPP_EXTERN_C String_t* _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A;
IL2CPP_EXTERN_C String_t* _stringLiteral70A44463260654A02F64C384069FD48D9C0271C4;
IL2CPP_EXTERN_C String_t* _stringLiteral72D121639A07E322A737215D5BD5E08E4194BC92;
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
IL2CPP_EXTERN_C String_t* _stringLiteral75A5AEBF062DA407173D89C0450A43389571E01F;
IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA;
IL2CPP_EXTERN_C String_t* _stringLiteral76EE5B8D032C95BE563A920FDFAD51C49E21E8AA;
IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51;
IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC;
IL2CPP_EXTERN_C String_t* _stringLiteral7B5B333A6FE127ABB1B51BFBECF3A03D6DA34741;
IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E;
IL2CPP_EXTERN_C String_t* _stringLiteral7EB1862B8007FB96FDB5E7E0F2669BF5F89537DC;
IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462;
IL2CPP_EXTERN_C String_t* _stringLiteral82654850C7DC175C6EB41DBCE0F83FCD0ACFC651;
IL2CPP_EXTERN_C String_t* _stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD;
IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF;
IL2CPP_EXTERN_C String_t* _stringLiteral847BDE321BACE58C20EACA226ABC5487CBF50A05;
IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD;
IL2CPP_EXTERN_C String_t* _stringLiteral878AE10D03D16A069554617545B8533ED09E594F;
IL2CPP_EXTERN_C String_t* _stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055;
IL2CPP_EXTERN_C String_t* _stringLiteral87C02C6ED924DBDF9E706ECBA4CF02938714E608;
IL2CPP_EXTERN_C String_t* _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384;
IL2CPP_EXTERN_C String_t* _stringLiteral8826DF55691249F23AA5FBAED740FD6A1ABA7397;
IL2CPP_EXTERN_C String_t* _stringLiteral88795AB13DE909B0C1686FB8EF79E69E5C7468DD;
IL2CPP_EXTERN_C String_t* _stringLiteral89A8A6DFE51E6293077916D2B707D10D9F9A7913;
IL2CPP_EXTERN_C String_t* _stringLiteral8B1F87BF4C64319A8AA1DA5423C987A720C3CFF0;
IL2CPP_EXTERN_C String_t* _stringLiteral8B4B3F4658F5299CF25AA8C483513A423A6C1E5D;
IL2CPP_EXTERN_C String_t* _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99;
IL2CPP_EXTERN_C String_t* _stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE;
IL2CPP_EXTERN_C String_t* _stringLiteral9BA8E3033D469A47C12379E4233623AFE1AED303;
IL2CPP_EXTERN_C String_t* _stringLiteral9BF3B27ED4B30446D57C1D67F48C33F813074AB2;
IL2CPP_EXTERN_C String_t* _stringLiteral9C7B0A231B92371DBD368FFCAD12A986962E0D02;
IL2CPP_EXTERN_C String_t* _stringLiteral9F5D597C1F916FE878F01CF7090052DBF4EE07E1;
IL2CPP_EXTERN_C String_t* _stringLiteral9F6437DFCF367019BCABE14E230D6D210AF41505;
IL2CPP_EXTERN_C String_t* _stringLiteral9F8D72E59DAFDA9FEDE3FA132F4A524660A67F46;
IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
IL2CPP_EXTERN_C String_t* _stringLiteralA37E350E730B9C7E6ACED476C06361A729F5D9F2;
IL2CPP_EXTERN_C String_t* _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7;
IL2CPP_EXTERN_C String_t* _stringLiteralA494339A63BDAC7F1433B63C8350BA55ACB2F466;
IL2CPP_EXTERN_C String_t* _stringLiteralA52838C9E06400FD794AE6DF33C5AE83BE60D878;
IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122;
IL2CPP_EXTERN_C String_t* _stringLiteralA8924528F9409C90EAD299E9EA52CD89A0C99F1E;
IL2CPP_EXTERN_C String_t* _stringLiteralAAEAF54173166405B926BB5574839DE67CA541AB;
IL2CPP_EXTERN_C String_t* _stringLiteralABCBF9237C1838708E0ABCCBC46B379E6CF55480;
IL2CPP_EXTERN_C String_t* _stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8;
IL2CPP_EXTERN_C String_t* _stringLiteralAD5BAE51140F5FF32C4A4D46B53FB6E0AA6B4FD6;
IL2CPP_EXTERN_C String_t* _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E;
IL2CPP_EXTERN_C String_t* _stringLiteralAFBD6003EB35087D8063200EFEE0344815A6DA10;
IL2CPP_EXTERN_C String_t* _stringLiteralB1BADF651F72DA9740CFF018B33A84A8FE0940FC;
IL2CPP_EXTERN_C String_t* _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC;
IL2CPP_EXTERN_C String_t* _stringLiteralB6E90C09E43FB002DA629508AC300A0750320118;
IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58;
IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F;
IL2CPP_EXTERN_C String_t* _stringLiteralC15794DEFBE3453617E107C1B94FB66C79190806;
IL2CPP_EXTERN_C String_t* _stringLiteralC17346629BDD1E4B02DEDA10A4D5C04D452E3078;
IL2CPP_EXTERN_C String_t* _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581;
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
IL2CPP_EXTERN_C String_t* _stringLiteralC39D82415A21DB974A9227D1080814A472716CD9;
IL2CPP_EXTERN_C String_t* _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5;
IL2CPP_EXTERN_C String_t* _stringLiteralC5CC449033453453DD1344B48A3C2E66DC77A110;
IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677;
IL2CPP_EXTERN_C String_t* _stringLiteralC89ED2A5E7C138031837DF70004D15D0B608F982;
IL2CPP_EXTERN_C String_t* _stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A;
IL2CPP_EXTERN_C String_t* _stringLiteralC9FEEC3BAA682D77E77837073F55B25B8BC10BA4;
IL2CPP_EXTERN_C String_t* _stringLiteralCAE6BA44DADA6A60279DD4D337EEF1E75234BBD8;
IL2CPP_EXTERN_C String_t* _stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79;
IL2CPP_EXTERN_C String_t* _stringLiteralCD26DE29642C27888155DD7EC5F53F6D1A55BA2D;
IL2CPP_EXTERN_C String_t* _stringLiteralD1A212DEDA96849ABCCDF1D53E590A0248230435;
IL2CPP_EXTERN_C String_t* _stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6;
IL2CPP_EXTERN_C String_t* _stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894;
IL2CPP_EXTERN_C String_t* _stringLiteralD5D63F2081844002414FDE60A1E7D4E34A05B1B1;
IL2CPP_EXTERN_C String_t* _stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1;
IL2CPP_EXTERN_C String_t* _stringLiteralD7A66F857F6E3FCCC482964755DB79017BF35DD2;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA5C73BCDDD96ECFB9C5FA4C7D8C74319CD3B418;
IL2CPP_EXTERN_C String_t* _stringLiteralDC831E4287EDA3A3A9B5B37A3194AA566D49E6CF;
IL2CPP_EXTERN_C String_t* _stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67;
IL2CPP_EXTERN_C String_t* _stringLiteralDD57D1C5935A294D52FBA3188055CCFAB409389F;
IL2CPP_EXTERN_C String_t* _stringLiteralDDB0068F06DC4CE0D4EC2AC5016BF557B2BA6EE7;
IL2CPP_EXTERN_C String_t* _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9;
IL2CPP_EXTERN_C String_t* _stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566;
IL2CPP_EXTERN_C String_t* _stringLiteralE086D2006B6AA983B2956137EB1F59EE455C2B86;
IL2CPP_EXTERN_C String_t* _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE;
IL2CPP_EXTERN_C String_t* _stringLiteralE358F823C39A638A3134E442FF53D303271291F3;
IL2CPP_EXTERN_C String_t* _stringLiteralE82E7E39A080DB8846CE79087BCE5C6221CD4CFA;
IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB;
IL2CPP_EXTERN_C String_t* _stringLiteralEE3B7AB722A7F6C702B293A2D07B91E051ECD568;
IL2CPP_EXTERN_C String_t* _stringLiteralF0E616973F967C7FC677A64CF4080530C0989A71;
IL2CPP_EXTERN_C String_t* _stringLiteralF125FE9766275C94D708AE1B19214A966542F343;
IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
IL2CPP_EXTERN_C String_t* _stringLiteralF3B6BB5E3798289880FD394AEC70B6ABE7FD1033;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF4755C417A8BAD97BCCC04B580B977A4D1964112;
IL2CPP_EXTERN_C String_t* _stringLiteralFA2185790BBBFA49678D5ACF72BA0A089939D474;
IL2CPP_EXTERN_C String_t* _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4;
IL2CPP_EXTERN_C String_t* _stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438;
IL2CPP_EXTERN_C String_t* _stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5;
IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_m36A80615E8974C412EAF8F947B8583C435D0F69B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisMemberInfo_t_mDE50EE4C0A4096874E30FF48A4806321F24E103F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisSerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962_m32C2A13D039A4352849B7035C2E2DFB787D1DA8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_ArrayEmpty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m793DC143AE55A58535BA6603B70007270AD05EAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_CreateCastConverter_mF01E025B788CC95CF6B1A4F9C5219BCFB9E3B991_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_FromBigInteger_mD9D0EE989350097264EC89D67EDD051DA75DA144_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_ToBigInteger_m098CB836D5C2C8E7F4FFC408B4E15982DDC1C0D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DateTimeUtils_ToSerializationMode_m91B5EE22B7ED390567F3EBA783285F6218D17AE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateArrayContract_mC312CC56C381CAE1B50C72F260A2181DA63AC51F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateDictionaryContract_m69CB0EBB8CC0F79507F48D85B647B20C9B0E6969_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateProperties_mB299696CA0E7060E307E7F54D0E94586B7B2869F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_FilterMembers_m7F1BECC4ACFDB916F04C33C7C5B57416F97F1A9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_ShouldSerializeEntityMember_mB9347B1632170CAF3DBDE3C3E25D807BC10044CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_ThrowUnableToSerializeError_mFD991E1DF4D3F5CBD7D7A08014E4FE0CABA61164_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mEC72D6EF420C656529099C9CBDA497904A1B8ADC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4438CC0F2FC3FBD7CDF900B58B9726DAB7734F29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m96B447EB5EF440757CFDA218BB8344D89762CE2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EnumUtils_InitializeValuesAndNames_m13423944634BFA224CAF46E6CD898E1E66A319F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisMemberInfo_t_m868B3A5EC2CF687D82B634F7E6B932F42A58D7C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisMethodInfo_t_m8915E1BA27066F32C8A94E36583A462C24C566EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m422594D537BC082F6EB4C804B7DAADC241488462_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_mBB62B5AA1A4156EA57D5F11A08CA76D3DF40E76E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_m738126B43BFC4A469539CD807C4F2E7E5C3893E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisFieldInfo_t_mEE56A66449C8F58A3D977B40AF15DAD085FCEC2D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisMemberInfo_t_mFE7B0D074D81DB92A8372403E596FAD6331DE850_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m5714DB5234D33E9C6317D423F7F7BA4E4DEA040B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisMemberInfo_t_m0B06E6F811820A6D4689F2B430B0B14981C3486B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_GroupBy_TisMemberInfo_t_TisString_t_m4F38EB03A1032D1595CF4881AF4B4C7D8C30DF17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisMemberInfo_t_m11010AC277028F3D5F346C030D7B463D81160C39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD0F1264679BB12DCA1F1B768C86E3A03774175F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m1A14D01630FFBB60A70C46B17DDEE0078307ED71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_TisString_t_mC4C3CE4E0D40292DBA38F800CD80A9F828258871_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_TisType_t_mF9CA31F130332928D01BB1567743F4531645DE9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mD0EE7320B0449FB539336226430D9F4884F13AB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisMemberInfo_t_m8FCB40D355478853AAEFD4A0FD1EF39B9E0543A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisString_t_mD7E5C33BAF334E08CD697D3FF0967CD9803418D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemberInfo_t_m58FE88147FE97098B5FBEC839FF703291DB630AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m1386E5D9BE2299D956F8334023BB11BC76318258_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisType_t_m8E2C7EBDC8CEB2393785B9E910ECF6D478007A89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m6438BA513E6169D146E81CEB7D50D77F1DE2FD3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m8EA9B635BFA7C329D4148DF66995F7A096C746D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAFD5089969947749474E407A30BD187F4B0EB0E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7C53B7EEA30CE5F7A41761ACDF6E6990B7095115_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1266EE1843F07155A6C7F81DC87BF7FCC96631F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonObjectContract_GetUninitializedObject_m573704FD87BAC6EEE3AF234B71E2C38E0BB26B43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73_m927C97ABED5CA01FF01637AA2983AA2305B3E6AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_mBB78FBB9F6C5FEF9B292AC1FF4AE49CF1CD62B78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisIgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777_mFB6CC7EAB24B570171115842E070CF7196312516_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_mC9EEDA4A7519A9E7EB49DCCEA9A9296A3C401061_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850_m7A31E420758622A1DECA720FD4288DC9348347FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_mB531551ED7974173B453474D0643EE1F2C9E6E47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mBA5D755463D755BE7FDA512D25353813E0C8EB3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m850BE54A766A34C33DF8D1DDD7569ACB3C05EA84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m400881AC8B3E5AC7BBB4A8253736047B77034D07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4E69377D3CDD21CC8F8B8CF57E9F941750210236_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_mF84E6E52DB2084D8BC808C553DB02D7A80D0DC69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4C102B22A268A681BB63B27829B493E15936FA26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6A67D9D691261F2556B731A8AE6B4929B8A94E31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCCDB0D370B26F1B8229A4FA5B07182A531E6E775_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF2EB4E16CD63260F4A40B2CB9D25CAE969F1EA79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m355CEE6943458AA8FD801E55B91417D3872474EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m42DD116FCC6A980B9B1DACDA2168961AAFA656A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mEB3D88999B573EBB88F1A7D86721429006820CF8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mAE00F47B7A873638FD3A4D33E15AA4B98EBF1FFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m32BD6DDB95C1A7C8375054C51A260ACACF14F021_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_m5B78839D9D8825FEA1C45FA461096E1684D54958_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetCollectionItemType_m1CF4C2D7E62D83B5611331DAF65CEFB0D2D30FEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetDictionaryKeyValueTypes_mA1AAA03E6E1701AA394D21A2EAD50EE6F1DDC0A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetMemberValue_m69C0903BA25F305FA8C4FA37938FBBA54F608D5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetTypeName_m0DBF98D7C93291418D03B8B5A3513E2C3AF005BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_InheritsGenericDefinition_m36577D3689B74DC9CF2E4426CAE533B3393E6E06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_SetMemberValue_m8FA7938133743E996E7C6D77AE4191C38BE9FEB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StructMultiKey_2__ctor_m268A22933F6F2600333CB40527C6BEB24842D789_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StructMultiKey_2__ctor_m86731997DA776682D68E49D641713A373FCB9844_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m2D1CF0F41B583FA3F614780910FF1155219D70C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m4ACF4F0392987DB4B2BAFB3C654E2F018DEC08CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_m268D655240D6A1AA432C1156AC2C3927E86DD8B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_mE3B506D3CC6DE27067B4915D172CF52282CFF4D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_mF589737F54B40E91045E1203531A2FFFDDCFB386_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreatePropertiesU3Eb__75_0_m1C5D28AFE8F6887912A6CFFB91ECD1DB5F2A117E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetAttributeConstructorU3Eb__47_0_mF1B5B8B3128376666E6AE98D2A142BD37FE6B54C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__41_0_mBB078BF564DD56F47E41357373E5240589CDD834_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetDefaultConstructorU3Eb__11_0_m3FCCBCCB5BCA9281E1FBEC57599BE49657572B8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_0_mBC569EA07757E72CDDF17E2535A2385A24E1F02E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_1_m9A68C71097B70E375A57FD52E5DB5E98A53440CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__31_0_mA7D173FAF9D7D5581A1CBCB17B30CB8065E6A102_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__39_0_m93ECCDE074C7CACCA0696323587FDB748EF30032_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__40_0_mB0384BA3C1F56749B25B600B7E501A7B5089D3BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__40_1_mBBD6DC50E11B960311E8B730EEBFD563BF86543D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitializeValuesAndNamesU3Eb__3_0_m094403C76746F0AD39E77D84EAC601B7373FCEF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CTryBuildImmutableForArrayContractU3Eb__24_1_m88FDE7068D7B6A2BBAF169D2574228AF6E7E79E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CTryBuildImmutableForDictionaryContractU3Eb__25_1_m0F4967ED757066E35638957B1A5E543DAEA6838B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CCreateU3Eb__0_m165CCA9929F1E05297BD67D26940CD560A6C2B50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_1_U3CCreateU3Eb__1_m43E4ED9B8F7BD25B22AA33A41820B0D7C70236F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_2_U3CCreateU3Eb__2_mE683DC668B67B2C51DE440313E8E813F472E2F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass24_0_U3CTryBuildImmutableForArrayContractU3Eb__0_mEC530CF3F21F1F546A1B73254999DC322BC95469_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass25_0_U3CTryBuildImmutableForDictionaryContractU3Eb__0_m412979D45F5113B92ABF38A419D3800331C9437D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass31_0_U3CGetFieldsAndPropertiesU3Eb__1_m2BDDF6D8B65C4A7704AC3E983E1145FB5A188006_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m4F59643C7CFE3C66AC0076F949501A04920F7FF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m14BA5C3056EE694ECC9A796EC7E3F298DCA685A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass42_0_U3CCreateObjectContractU3Eb__0_m858DAAC118D042D5C54FA9E4E389CFBA08B04154_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__0_m316341F1F6DA72A17788F05336C856DAC0E4DE48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__1_m21CBBD37F1D18EFF517A3FF644CB9B195D884696_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass44_1_U3CGetChildPrivatePropertiesU3Eb__2_mCC43F9E7E690F1F7A092C53E27B6AE49D38EFD08_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass45_0_U3CIsMethodOverriddenU3Eb__0_m5319FBEAE5E9480949FDFC7F82EEAFC722F71945_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass45_1_U3CSetExtensionDataDelegatesU3Eb__0_mAC4E85AD1C6DEC8318896FD2939F28961814E48C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass45_2_U3CSetExtensionDataDelegatesU3Eb__1_m2487D98B5858FB94F8D30EEEEF430472DD8ED078_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass52_0_U3CCreateFSharpFuncCallU3Eb__0_m06C44C8B966AF2E0B02A18152C20071D4E87EFF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass62_0_U3CCreateDictionaryContractU3Eb__0_m47C7B963389500DBA233941510FB96FF2A3BA04D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass67_0_U3CCreateDynamicContractU3Eb__0_m5E24C0FD6F929B4B294B3FA6B02169ACB8E6A959_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass80_0_U3CCreateShouldSerializeTestU3Eb__0_mF94637D6A6081AED9FF6301EAA59FBCDFA2BB50E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass81_0_U3CSetIsSpecifiedActionsU3Eb__0_m08EC31CAF4D0040FF173459F7806DB214729E8E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3CCreateCastConverterU3Eb__0_mDC84E827B3BA216BAECEDDCB26FCA5EFCEF550EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CompilerGeneratedAttribute_t0153EC5D2142E566E2D896C49F598756BCAEE771_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Dictionary_2_tD1D99EF8DBFAF04525FC30992C1691570BEF8FDE_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EnumerableDictionaryWrapper_2_tF6DA9244D777D771547B57857745684E3DB21955_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Exception_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IList_1_t8C7C301DAF6E4E4DFA7504EF93E6E2C93AB33AE7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IReadOnlyDictionary_2_t7AC36CF348C533A7F72C38A31C1FD6CE48B49ADC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* KeyValuePair_2_t6B67F15F63BF2F3C9BF0458C0AA16F217BE189F0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t0ECB838EB0C9A81655750B26970F21CF9A83A5F7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t3D746CBB6123D4569FF4DEA60BC4240F32C6FE75_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t4926B6730CE7D5D65A9903F48CFD632867A41E72_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t57D99A484501B89DA27E67D6D9A89722D5A7DE2C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t70F850DEE49B62D1B877D3C32F9E0EC724ADC4D9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCF16C2638810B89EAA3EEFE6B35FC71B6AE96B2C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tEB6689CC9747A3600689077DCBF77B8E8B510505_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializedAttribute_tF81908B7A3821F6D47998A3E6578578F06EE19B2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnDeserializingAttribute_t9B2DA681B40F078B5D9788B5587DA67E0012A5E4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnErrorAttribute_t5B22FC299B4A4A2BF9D2EC34BE66EE64CC72744F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializedAttribute_t068010D5C6814CB903428EBAF051767E00BC233C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* OnSerializingAttribute_t0418F6CE6DBA1D87BC534933410E06B1E391F1D1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_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 AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A;
struct DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50;
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E;
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
struct MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339;
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;

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 Collection_1_t7B521FDAE878CCBA34B4E63F79D88AC205CB24A3  : public RuntimeObject
{
	RuntimeObject* ___items;
};
struct Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_t554BCB12206FA7690CF387E40B583AC496870E40* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_tC1CFB404B6EFFA0BA33C98E5B1ED9785ED563E62* ____keys;
	ValueCollection_tFD8ED2F783CF40FD378DF09D8E6EDB74202234F3* ____values;
	RuntimeObject* ____syncRoot;
};
struct Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
	EntryU5BU5D_tAF1AF89B14D009C2A5A641A946C668297C4355D6* ____entries;
	int32_t ____count;
	int32_t ____freeList;
	int32_t ____freeCount;
	int32_t ____version;
	RuntimeObject* ____comparer;
	KeyCollection_tD6AF16813F7D84241401374A39A2F8B5705C1EB2* ____keys;
	ValueCollection_t2CE2F877DFF07E0C3BD525EA53A808D651F68FD2* ____values;
	RuntimeObject* ____syncRoot;
};
struct EmptyArrayContainer_1_t45B0A7C4ACB68CC945B605D96658E27CE1A6B5AC  : public RuntimeObject
{
};
struct EmptyArrayContainer_1_tA8B33185667C5F8828299F30AE93A6BF24C94412  : public RuntimeObject
{
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE  : public RuntimeObject
{
};
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7  : public RuntimeObject
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73  : public RuntimeObject
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A  : public RuntimeObject
{
	Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB  : public RuntimeObject
{
	JsonPropertyU5BU5D_t10C88F15FC6BA5C5F99848D555A2946AB5585919* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4  : public RuntimeObject
{
	MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* ____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_t82D76CC5C6539DFC84C87B271B946836D31F9D1E  : public RuntimeObject
{
	PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132  : public RuntimeObject
{
	SerializationCallbackU5BU5D_t5E17CCC9EDB4AB8A56408EE655963AB828439587* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E  : public RuntimeObject
{
	SerializationErrorCallbackU5BU5D_t4A6A51A548F309BC83144F8F260DF6B7D1E58BB6* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72  : public RuntimeObject
{
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158  : public RuntimeObject
{
	ImmutableCollectionTypeInfoU5BU5D_t9317816DEBB98642322057EDEAA807FA393F4425* ____items;
	int32_t ____size;
	int32_t ____version;
	RuntimeObject* ____syncRoot;
};
struct ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2  : public RuntimeObject
{
	ConcurrentDictionary_2_t72691F75B6C45685845A39BBFE01D1B70992B54E* ____concurrentStore;
	Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C* ____creator;
};
struct ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E  : public RuntimeObject
{
	ConcurrentDictionary_2_t0A6BCCBCD2F7139BB7805897FF13E3E6AF27F6C3* ____concurrentStore;
	Func_2_t890667DD511E31012095396A8BF9C888E2284437* ____creator;
};
struct ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5  : public RuntimeObject
{
	ConcurrentDictionary_2_t9F2024F9B290406C9129D78931CF9D0B9DFD9FD8* ____concurrentStore;
	Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1* ____creator;
};
struct Assembly_t  : public RuntimeObject
{
};
struct Assembly_t_marshaled_pinvoke
{
};
struct Assembly_t_marshaled_com
{
};
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA  : public RuntimeObject
{
};
struct Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57  : public RuntimeObject
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charsLine;
	TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____writer;
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____leftOverBytes;
	int32_t ____leftOverBytesCount;
};
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235  : public RuntimeObject
{
};
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424  : public RuntimeObject
{
};
struct BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217  : public RuntimeObject
{
};
struct BufferUtils_t6D54F39754B69EF5CFF595C04CEA7B7FAA09319B  : public RuntimeObject
{
};
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F  : public RuntimeObject
{
	Dictionary_2_t954AEC357FE7190582B8255D4ACEF81F5E94A6A5* ___Cache;
};
struct CollectionUtils_t2D4224E4C5084D97A05C6C532AABAAA64820B0AC  : public RuntimeObject
{
};
struct ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797  : public RuntimeObject
{
};
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 DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC  : public RuntimeObject
{
};
struct DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121  : public RuntimeObject
{
};
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825  : public RuntimeObject
{
	RuntimeObject* ____value;
	Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField;
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___U3CRestrictionsU3Ek__BackingField;
};
struct DynamicUtils_t365438E6FD10BC3028F2361E5B4E20F9C0ABCC6A  : public RuntimeObject
{
};
struct EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571  : public RuntimeObject
{
	bool ___IsFlags;
	UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___Values;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___Names;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___ResolvedNames;
};
struct EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2  : public RuntimeObject
{
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785  : public RuntimeObject
{
};
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590  : public RuntimeObject
{
};
struct FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF  : public RuntimeObject
{
	RuntimeObject* ____instance;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ____invoker;
};
struct FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD  : public RuntimeObject
{
	MethodInfo_t* ____ofSeq;
	Type_t* ____mapType;
	Assembly_t* ___U3CFSharpCoreAssemblyU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CIsUnionU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CGetUnionCasesU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CPreComputeUnionTagReaderU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CPreComputeUnionReaderU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CPreComputeUnionConstructorU3Ek__BackingField;
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField;
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___U3CGetUnionCaseInfoNameU3Ek__BackingField;
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___U3CGetUnionCaseInfoTagU3Ek__BackingField;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___U3CGetUnionCaseInfoFieldsU3Ek__BackingField;
};
struct ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D  : public RuntimeObject
{
};
struct JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF  : public RuntimeObject
{
};
struct JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16  : public RuntimeObject
{
};
struct JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F  : public RuntimeObject
{
};
struct JsonTokenUtils_tF9120BA75548788599755DE4B823407C7CBDA8D8  : public RuntimeObject
{
};
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE  : public RuntimeObject
{
	RuntimeObject* ____identity;
};
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
	Il2CppIUnknown* ____identity;
};
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
	Il2CppIUnknown* ____identity;
};
struct MathUtils_t051A038E4B609BBEBD88C2A467EA4E742EBF54BB  : public RuntimeObject
{
};
struct MemberInfo_t  : public RuntimeObject
{
};
struct MiscellaneousUtils_tE53FD9690F96ECEEAC016FABC0BF4AC54308FC4B  : public RuntimeObject
{
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0  : public RuntimeObject
{
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_pinvoke
{
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_com
{
};
struct NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50  : public RuntimeObject
{
	bool ___U3CProcessDictionaryKeysU3Ek__BackingField;
	bool ___U3CProcessExtensionDataNamesU3Ek__BackingField;
	bool ___U3COverrideSpecifiedNamesU3Ek__BackingField;
};
struct ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B  : public RuntimeObject
{
	RuntimeObject* ____attributeProvider;
};
struct ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574  : public RuntimeObject
{
};
struct ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E  : public RuntimeObject
{
	Type_t* ___U3CMemberTypeU3Ek__BackingField;
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___U3CGetterU3Ek__BackingField;
	Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___U3CSetterU3Ek__BackingField;
};
struct ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7  : public RuntimeObject
{
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___U3CCreatorU3Ek__BackingField;
	RuntimeObject* ___U3CMembersU3Ek__BackingField;
};
struct ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02  : public RuntimeObject
{
};
struct ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007  : public RuntimeObject
{
	MemberInfo_t* ____memberInfo;
};
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37  : public RuntimeObject
{
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types;
	Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex;
	int32_t ___m_currMember;
	RuntimeObject* ___m_converter;
	String_t* ___m_fullTypeName;
	String_t* ___m_assemName;
	Type_t* ___objectType;
	bool ___isFullTypeNameSetExplicit;
	bool ___isAssemblyNameSetExplicit;
	bool ___requireSameTokenInPartialTrust;
};
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 StringReferenceExtensions_tB87958A96529E7177F95C54B4B543FCC867B05C7  : public RuntimeObject
{
};
struct StringUtils_t75109D93154FD28B31CEBBBC5849300A7F7C3842  : public RuntimeObject
{
};
struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C  : public RuntimeObject
{
};
struct TypeExtensions_t620D5F82082DAEBCC8029DC9918287B1B8DA30EA  : public RuntimeObject
{
};
struct ValidationUtils_tE01B2FCD1DE602799D71EE245194CEBAF69C76B2  : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F  : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7  : public RuntimeObject
{
	int32_t ____Major;
	int32_t ____Minor;
	int32_t ____Build;
	int32_t ____Revision;
};
struct U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3  : public RuntimeObject
{
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___call;
};
struct U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA  : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F  : public RuntimeObject
{
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___namingStrategy;
};
struct U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408  : public RuntimeObject
{
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___getExtensionDataDictionary;
	MemberInfo_t* ___member;
};
struct U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997  : public RuntimeObject
{
	Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___setExtensionDataDictionary;
	Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___createExtensionDataDictionary;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___setExtensionDataDictionaryValue;
	U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* ___CSU24U3CU3E8__locals1;
};
struct U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC  : public RuntimeObject
{
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___createEnumerableWrapper;
	U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* ___CSU24U3CU3E8__locals2;
};
struct U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0  : public RuntimeObject
{
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___namingStrategy;
};
struct U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A  : public RuntimeObject
{
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___namingStrategy;
};
struct U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07  : public RuntimeObject
{
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___shouldSerializeCall;
};
struct U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209  : public RuntimeObject
{
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___specifiedPropertyGet;
};
struct BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261  : public RuntimeObject
{
};
struct U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A  : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1  : public RuntimeObject
{
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___call;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___invoke;
};
struct U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F  : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C  : public RuntimeObject
{
	String_t* ___name;
};
struct U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0  : public RuntimeObject
{
	String_t* ___name;
};
struct ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685  : public RuntimeObject
{
	String_t* ___U3CContractTypeNameU3Ek__BackingField;
	String_t* ___U3CCreatedTypeNameU3Ek__BackingField;
	String_t* ___U3CBuilderTypeNameU3Ek__BackingField;
};
struct U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC  : public RuntimeObject
{
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___c;
	MethodBase_t* ___method;
};
struct U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905  : public RuntimeObject
{
	Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___ctor;
};
struct U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1  : public RuntimeObject
{
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___call;
};
struct U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937  : public RuntimeObject
{
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___call;
};
struct U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2  : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35  : public RuntimeObject
{
	MemberInfo_t* ___memberInfo;
};
struct U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185  : public RuntimeObject
{
	PropertyInfo_t* ___subTypeProperty;
};
struct U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037  : public RuntimeObject
{
	Type_t* ___subTypePropertyDeclaringType;
	U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* ___CSU24U3CU3E8__locals1;
};
struct U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341  : public RuntimeObject
{
	String_t* ___method;
	Type_t* ___methodDeclaringType;
};
struct Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680 
{
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* ____list;
	int32_t ____index;
	int32_t ____version;
	MemberInfo_t* ____current;
};
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A 
{
	List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list;
	int32_t ____index;
	int32_t ____version;
	RuntimeObject* ____current;
};
struct Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 
{
	List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* ____list;
	int32_t ____index;
	int32_t ____version;
	Type_t* ____current;
};
struct KeyedCollection_2_t0E811DBCCCCC9FB99F23525F845D502F0FFF3B0E  : public Collection_1_t7B521FDAE878CCBA34B4E63F79D88AC205CB24A3
{
	RuntimeObject* ___comparer;
	Dictionary_2_t3548A0C0ADE1D860E81C2982E252A309A8681C13* ___dict;
	int32_t ___keyCount;
	int32_t ___threshold;
};
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 
{
	bool ___hasValue;
	bool ___value;
};
struct Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1 
{
	bool ___hasValue;
	Il2CppChar ___value;
};
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 
{
	bool ___hasValue;
	int64_t ___value;
};
struct StructMultiKey_2_tBE8AC1F77387A29245D48FBA8C8C8E1763344DD5 
{
	RuntimeObject* ___Value1;
	RuntimeObject* ___Value2;
};
struct StructMultiKey_2_t6E68BC5B4E82B577ED926DDD328474297A4F65C3 
{
	String_t* ___Value1;
	String_t* ___Value2;
};
struct StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D 
{
	Type_t* ___Value1;
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___Value2;
};
struct StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 
{
	Type_t* ___Value1;
	Type_t* ___Value2;
};
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F 
{
	int32_t ____sign;
	UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____bits;
};
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke
{
	int32_t ____sign;
	Il2CppSafeArray* ____bits;
};
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com
{
	int32_t ____sign;
	Il2CppSafeArray* ____bits;
};
struct BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 
{
	bool ___m_value;
};
struct BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 
{
	uint8_t ___m_value;
};
struct CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8  : public NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50
{
};
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 DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	bool ___isReference;
};
struct DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	String_t* ___name;
	int32_t ___order;
	bool ___isRequired;
	bool ___emitDefaultValue;
};
struct DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D 
{
	uint64_t ____dateData;
};
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 DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D  : public JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F
{
	int32_t ____count;
	EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* ____entries;
	int32_t ____mask;
};
struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	RuntimeObject* ____value;
};
struct DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F 
{
	double ___m_value;
};
struct DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF  : public CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F
{
};
struct EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2  : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
struct EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	String_t* ___value;
};
struct EventInfo_t  : public MemberInfo_t
{
	AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD* ___cached_add_event;
};
struct ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct FieldInfo_t  : public MemberInfo_t
{
};
struct Guid_t 
{
	int32_t ____a;
	int16_t ____b;
	int16_t ____c;
	uint8_t ____d;
	uint8_t ____e;
	uint8_t ____f;
	uint8_t ____g;
	uint8_t ____h;
	uint8_t ____i;
	uint8_t ____j;
	uint8_t ____k;
};
struct IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
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 JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	bool ___U3CWriteDataU3Ek__BackingField;
	bool ___U3CReadDataU3Ek__BackingField;
};
struct JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
struct JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
struct KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64  : public ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574
{
};
struct MethodBase_t  : public MemberInfo_t
{
};
struct NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A  : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
};
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 
{
	BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____byRef;
};
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_pinvoke
{
	int32_t* ____byRef;
};
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_com
{
	int32_t* ____byRef;
};
struct PropertyInfo_t  : public MemberInfo_t
{
};
struct RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
};
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 
{
	int8_t ___m_value;
};
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C 
{
	float ___m_value;
};
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____buffer;
	int32_t ____position;
};
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_pinvoke
{
	uint8_t* ____buffer;
	int32_t ____position;
};
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_com
{
	uint8_t* ____buffer;
	int32_t ____position;
};
struct StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____chars;
	int32_t ____startIndex;
	int32_t ____length;
};
struct StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_pinvoke
{
	uint8_t* ____chars;
	int32_t ____startIndex;
	int32_t ____length;
};
struct StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_com
{
	uint8_t* ____chars;
	int32_t ____startIndex;
	int32_t ____length;
};
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3  : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine;
	String_t* ___CoreNewLineStr;
	RuntimeObject* ____internalFormatProvider;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A 
{
	int64_t ____ticks;
};
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 
{
	uint16_t ___m_value;
};
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B 
{
	uint32_t ___m_value;
};
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF 
{
	uint64_t ___m_value;
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 
{
	union
	{
		struct
		{
		};
		uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
	};
};
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF  : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
	String_t* ___U3CDeserializeRootElementNameU3Ek__BackingField;
	bool ___U3CWriteArrayAttributeU3Ek__BackingField;
	bool ___U3COmitRootObjectU3Ek__BackingField;
	bool ___U3CEncodeSpecialCharactersU3Ek__BackingField;
};
struct Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 
{
	bool ___hasValue;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value;
};
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C 
{
	int32_t ___value__;
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB  : public MethodBase_t
{
};
struct DateFormatHandling_t572F7AE07F2480341B7A6A66E2B76630B513F797 
{
	int32_t ___value__;
};
struct DateParseHandling_t9C3D12600E1C83D014F016D8B1F88411FF41263C 
{
	int32_t ___value__;
};
struct DateTimeKind_t3AD6DA06BEF8955A740777163FFB481C19089BBC 
{
	int32_t ___value__;
};
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 
{
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime;
	int16_t ____offsetMinutes;
};
struct DateTimeStyles_t68D2C41B347837759F064D04F256AC268AF50465 
{
	int32_t ___value__;
};
struct DateTimeZoneHandling_tC6052391FA7B95E92AFFABA381532EEFA193FB9F 
{
	int32_t ___value__;
};
struct DefaultValueHandling_t996735A0C7CC889B941C53B522E62A988B47402A 
{
	int32_t ___value__;
};
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 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 FloatFormatHandling_t6D69CDEC3FBD6B43B168CFE1033506CE3F50EE8C 
{
	int32_t ___value__;
};
struct FloatParseHandling_tB923F780A6087CF142D4D00486E840D870ECDA5D 
{
	int32_t ___value__;
};
struct Formatting_t38B3D1A17CE6825AA2C906374AD2434FD10ED7EC 
{
	int32_t ___value__;
};
struct GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C 
{
	int32_t ___value__;
};
struct JsonContainerType_t4F8244AEE40CAB63CA2C1E281038F4E2B3E3887E 
{
	int32_t ___value__;
};
struct JsonContractType_t648DA7254ACAFCDB8C02BA87DF2E55C423ACF27E 
{
	int32_t ___value__;
};
struct JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6  : public KeyedCollection_2_t0E811DBCCCCC9FB99F23525F845D502F0FFF3B0E
{
	Type_t* ____type;
	List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB* ____list;
};
struct JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5 
{
	int32_t ___value__;
};
struct MemberSerialization_t257FAC6CFDCFB591C71BFA910013E4CEFB7491DA 
{
	int32_t ___value__;
};
struct MemberTypes_t26BAB0893BEC9328F2F64E8BACDA967C445632E5 
{
	int32_t ___value__;
};
struct MetadataPropertyHandling_tA3EC6C7A5429A693E0370D712C7850854F60B6B2 
{
	int32_t ___value__;
};
struct MethodInfo_t  : public MethodBase_t
{
};
struct MissingMemberHandling_tD1037A7561C66E2015BA288AF16A9F2DC9307FA5 
{
	int32_t ___value__;
};
struct NullValueHandling_t4BDE6EFA837EAE85524EDF0FE21D0B9668F4FD6A 
{
	int32_t ___value__;
};
struct ObjectCreationHandling_tA895C8A4A1D7444BBEDD0E29D7490C625BF93131 
{
	int32_t ___value__;
};
struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68 
{
	int32_t ___value__;
};
struct ParseResult_t4C0931224069A9D603A36C1F6F1100A9C422948D 
{
	int32_t ___value__;
};
struct ParserTimeZone_t72EA9D750958501966EBD4C79488A8A270D4F108 
{
	int32_t ___value__;
};
struct PreserveReferencesHandling_t435BCAA15E433D8D2F5DB0D05A41E7E564671737 
{
	int32_t ___value__;
};
struct PrimitiveTypeCode_t63C3D4F39DC3B6C82690A769515BAA5A0361A573 
{
	int32_t ___value__;
};
struct ReadType_t493768768508AD7DDF9096F57CF048F2616FDF2C 
{
	int32_t ___value__;
};
struct ReferenceLoopHandling_t7D243173DF188E0478CF37E7C940CDDCAC1E0D20 
{
	int32_t ___value__;
};
struct RegexOptions_tE9DA9C4DF8FB26DD1C7E0F8AA022C1164A423F6B 
{
	int32_t ___value__;
};
struct Required_tE2BADA700C1076BDCC25AAF912F3C76B8BD842A7 
{
	int32_t ___value__;
};
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 
{
	intptr_t ___value;
};
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B 
{
	intptr_t ___value;
};
struct SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F  : public DynamicMetaObjectBinder_tB890C4A527623C1A79882F0343D043461A6207FF
{
	String_t* ___U3CNameU3Ek__BackingField;
	bool ___U3CIgnoreCaseU3Ek__BackingField;
};
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1 
{
	int32_t ___value__;
};
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D 
{
	int32_t ___value__;
};
struct StringEscapeHandling_t6C5E715C7EA7676CB7369DBE8EB487724B07F354 
{
	int32_t ___value__;
};
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D  : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
	StringBuilder_t* ____sb;
	bool ____isOpen;
};
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8  : public RuntimeObject
{
	String_t* ____id;
	String_t* ____displayName;
	String_t* ____standardDisplayName;
	String_t* ____daylightDisplayName;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____baseUtcOffset;
	bool ____supportsDaylightSavingTime;
	AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA* ____adjustmentRules;
};
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79 
{
	int32_t ___value__;
};
struct TypeNameAssemblyFormatHandling_t9FB27147BC97FE6AB2CC242DA377B594D900491E 
{
	int32_t ___value__;
};
struct TypeNameHandling_t4D77402771E5E38DE1AE390B60542985276D9D69 
{
	int32_t ___value__;
};
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F 
{
	int32_t ___value__;
};
struct UriKind_t6597BD6BF48C695D63244DF8541B5EA48FF7F9E7 
{
	int32_t ___value__;
};
struct WriteState_tDC5DB5B03C0907C06F85AAEF32E0A1A0BF1FBC48 
{
	int32_t ___value__;
};
struct XmlDateTimeSerializationMode_tF35C42BE60C28E33BBEFAC710B67C376A7A33375 
{
	int32_t ___value__;
};
struct ConvertResult_tD03B70B9DA84341894B50D766A18FC34C5CAF4AB 
{
	int32_t ___value__;
};
struct State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4 
{
	int32_t ___value__;
};
struct State_tAE23C0C2937491FB5A76EBB46CC416A10DB1667D 
{
	int32_t ___value__;
};
struct SeparatedCaseState_tA2D59FC4EA51C5619340E496AB6F8949B0CEB18D 
{
	int32_t ___value__;
};
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897 
{
	uint64_t ___value__;
};
struct Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B 
{
	bool ___hasValue;
	int32_t ___value;
};
struct Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 
{
	bool ___hasValue;
	int32_t ___value;
};
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A  : public Exception_t
{
};
struct DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 
{
	int32_t ___Year;
	int32_t ___Month;
	int32_t ___Day;
	int32_t ___Hour;
	int32_t ___Minute;
	int32_t ___Second;
	int32_t ___Fraction;
	int32_t ___ZoneHour;
	int32_t ___ZoneMinute;
	int32_t ___Zone;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____text;
	int32_t ____end;
};
struct DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_pinvoke
{
	int32_t ___Year;
	int32_t ___Month;
	int32_t ___Day;
	int32_t ___Hour;
	int32_t ___Minute;
	int32_t ___Second;
	int32_t ___Fraction;
	int32_t ___ZoneHour;
	int32_t ___ZoneMinute;
	int32_t ___Zone;
	uint8_t* ____text;
	int32_t ____end;
};
struct DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_com
{
	int32_t ___Year;
	int32_t ___Month;
	int32_t ___Day;
	int32_t ___Hour;
	int32_t ___Minute;
	int32_t ___Second;
	int32_t ___Fraction;
	int32_t ___ZoneHour;
	int32_t ___ZoneMinute;
	int32_t ___Zone;
	uint8_t* ____text;
	int32_t ____end;
};
struct DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD  : public RuntimeObject
{
	DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* ____nameTable;
	ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* ____contractCache;
	int32_t ___U3CDefaultMembersSearchFlagsU3Ek__BackingField;
	bool ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField;
	bool ___U3CIgnoreSerializableInterfaceU3Ek__BackingField;
	bool ___U3CIgnoreSerializableAttributeU3Ek__BackingField;
	bool ___U3CIgnoreIsSpecifiedMembersU3Ek__BackingField;
	bool ___U3CIgnoreShouldSerializeMembersU3Ek__BackingField;
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___U3CNamingStrategyU3Ek__BackingField;
};
struct JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA  : public RuntimeObject
{
	bool ___IsNullable;
	bool ___IsConvertable;
	bool ___IsEnum;
	Type_t* ___NonNullableUnderlyingType;
	int32_t ___InternalReadType;
	int32_t ___ContractType;
	bool ___IsReadOnlyOrFixedSize;
	bool ___IsSealed;
	bool ___IsInstantiable;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onDeserializedCallbacks;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onDeserializingCallbacks;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onSerializedCallbacks;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onSerializingCallbacks;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* ____onErrorCallbacks;
	Type_t* ____createdType;
	Type_t* ___U3CUnderlyingTypeU3Ek__BackingField;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CIsReferenceU3Ek__BackingField;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CConverterU3Ek__BackingField;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CInternalConverterU3Ek__BackingField;
	Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CDefaultCreatorU3Ek__BackingField;
	bool ___U3CDefaultCreatorNonPublicU3Ek__BackingField;
};
struct JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD  : public Exception_t
{
};
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E 
{
	int32_t ___Type;
	int32_t ___Position;
	String_t* ___PropertyName;
	bool ___HasIndex;
};
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_pinvoke
{
	int32_t ___Type;
	int32_t ___Position;
	char* ___PropertyName;
	int32_t ___HasIndex;
};
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_com
{
	int32_t ___Type;
	int32_t ___Position;
	Il2CppChar* ___PropertyName;
	int32_t ___HasIndex;
};
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 NoThrowGetBinderMember_t9AB4335A1986006E9CE9EA2F76B26037E412E90D  : public GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3
{
	GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* ____innerBinder;
};
struct NoThrowSetBinderMember_t2A08A7A6DC7581F640C7AECC9A15D4AC8F9197E2  : public SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F
{
	SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* ____innerBinder;
};
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 StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 
{
	RuntimeObject* ___m_additionalContext;
	int32_t ___m_state;
};
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
{
	Il2CppIUnknown* ___m_additionalContext;
	int32_t ___m_state;
};
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
{
	Il2CppIUnknown* ___m_additionalContext;
	int32_t ___m_state;
};
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295  : public Exception_t
{
};
struct Type_t  : public MemberInfo_t
{
	RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15  : public RuntimeObject
{
	Type_t* ___U3CTypeU3Ek__BackingField;
	int32_t ___U3CTypeCodeU3Ek__BackingField;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E  : public RuntimeObject
{
	String_t* ___m_String;
	String_t* ___m_originalUnicodeString;
	UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax;
	String_t* ___m_DnsSafeHost;
	uint64_t ___m_Flags;
	UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info;
	bool ___m_iriParsing;
};
struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C  : public MulticastDelegate_t
{
};
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4  : public MulticastDelegate_t
{
};
struct Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C  : public MulticastDelegate_t
{
};
struct Func_2_t890667DD511E31012095396A8BF9C888E2284437  : public MulticastDelegate_t
{
};
struct Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C  : public MulticastDelegate_t
{
};
struct Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08  : public MulticastDelegate_t
{
};
struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630  : public MulticastDelegate_t
{
};
struct Func_2_t3AD18756954329B3F479B276109D69F8B574B73D  : public MulticastDelegate_t
{
};
struct Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D  : public MulticastDelegate_t
{
};
struct Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335  : public MulticastDelegate_t
{
};
struct Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164  : public MulticastDelegate_t
{
};
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624  : public MulticastDelegate_t
{
};
struct Func_2_t083860B929985EC8DF79C99B5157C38632F84196  : public MulticastDelegate_t
{
};
struct Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74  : public MulticastDelegate_t
{
};
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93  : public MulticastDelegate_t
{
};
struct Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A  : public MulticastDelegate_t
{
};
struct Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1  : public MulticastDelegate_t
{
};
struct Func_2_t43CC133C289457C636A18BA4D471FC2B56544421  : public MulticastDelegate_t
{
};
struct MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270  : public MulticastDelegate_t
{
};
struct ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901  : public MulticastDelegate_t
{
};
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12  : public MulticastDelegate_t
{
};
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
	String_t* ____paramName;
};
struct ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767  : public MulticastDelegate_t
{
};
struct ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3  : public MulticastDelegate_t
{
};
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB  : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	Type_t* ___U3CItemConverterTypeU3Ek__BackingField;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CItemConverterParametersU3Ek__BackingField;
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___U3CNamingStrategyInstanceU3Ek__BackingField;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____isReference;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____itemIsReference;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____itemReferenceLoopHandling;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____itemTypeNameHandling;
	Type_t* ____namingStrategyType;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____namingStrategyParameters;
};
struct JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B  : public JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA
{
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ____itemContract;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ____finalItemContract;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CItemConverterU3Ek__BackingField;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CItemIsReferenceU3Ek__BackingField;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___U3CItemReferenceLoopHandlingU3Ek__BackingField;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___U3CItemTypeNameHandlingU3Ek__BackingField;
};
struct JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8  : public JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA
{
};
struct JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E  : public JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA
{
	int32_t ___U3CTypeCodeU3Ek__BackingField;
};
struct JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3  : public RuntimeObject
{
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ____required;
	bool ____hasExplicitDefaultValue;
	RuntimeObject* ____defaultValue;
	bool ____hasGeneratedDefaultValue;
	String_t* ____propertyName;
	bool ____skipPropertyNameEscape;
	Type_t* ____propertyType;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___U3CPropertyContractU3Ek__BackingField;
	Type_t* ___U3CDeclaringTypeU3Ek__BackingField;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___U3COrderU3Ek__BackingField;
	String_t* ___U3CUnderlyingNameU3Ek__BackingField;
	RuntimeObject* ___U3CValueProviderU3Ek__BackingField;
	RuntimeObject* ___U3CAttributeProviderU3Ek__BackingField;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CConverterU3Ek__BackingField;
	bool ___U3CIgnoredU3Ek__BackingField;
	bool ___U3CReadableU3Ek__BackingField;
	bool ___U3CWritableU3Ek__BackingField;
	bool ___U3CHasMemberAttributeU3Ek__BackingField;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CIsReferenceU3Ek__BackingField;
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___U3CNullValueHandlingU3Ek__BackingField;
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ___U3CDefaultValueHandlingU3Ek__BackingField;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___U3CReferenceLoopHandlingU3Ek__BackingField;
	Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ___U3CObjectCreationHandlingU3Ek__BackingField;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___U3CTypeNameHandlingU3Ek__BackingField;
	Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___U3CShouldSerializeU3Ek__BackingField;
	Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___U3CShouldDeserializeU3Ek__BackingField;
	Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___U3CGetIsSpecifiedU3Ek__BackingField;
	Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___U3CSetIsSpecifiedU3Ek__BackingField;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CItemConverterU3Ek__BackingField;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CItemIsReferenceU3Ek__BackingField;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___U3CItemTypeNameHandlingU3Ek__BackingField;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___U3CItemReferenceLoopHandlingU3Ek__BackingField;
};
struct JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48  : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ____nullValueHandling;
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ____defaultValueHandling;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____referenceLoopHandling;
	Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ____objectCreationHandling;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____typeNameHandling;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____isReference;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____order;
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ____required;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____itemIsReference;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____itemReferenceLoopHandling;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____itemTypeNameHandling;
	Type_t* ___U3CItemConverterTypeU3Ek__BackingField;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CItemConverterParametersU3Ek__BackingField;
	Type_t* ___U3CNamingStrategyTypeU3Ek__BackingField;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CNamingStrategyParametersU3Ek__BackingField;
	String_t* ___U3CPropertyNameU3Ek__BackingField;
};
struct JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765  : public RuntimeObject
{
	int32_t ____tokenType;
	RuntimeObject* ____value;
	Il2CppChar ____quoteChar;
	int32_t ____currentState;
	JsonPosition_t7788656A280615072710710E8C15D23285850E8E ____currentPosition;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture;
	int32_t ____dateTimeZoneHandling;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____maxDepth;
	bool ____hasExceededMaxDepth;
	int32_t ____dateParseHandling;
	int32_t ____floatParseHandling;
	String_t* ____dateFormatString;
	List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ____stack;
	bool ___U3CCloseInputU3Ek__BackingField;
	bool ___U3CSupportMultipleContentU3Ek__BackingField;
};
struct JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC  : public JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD
{
	int32_t ___U3CLineNumberU3Ek__BackingField;
	int32_t ___U3CLinePositionU3Ek__BackingField;
	String_t* ___U3CPathU3Ek__BackingField;
};
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3  : public RuntimeObject
{
	List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ____stack;
	JsonPosition_t7788656A280615072710710E8C15D23285850E8E ____currentPosition;
	int32_t ____currentState;
	int32_t ____formatting;
	bool ___U3CCloseOutputU3Ek__BackingField;
	bool ___U3CAutoCompleteOnCloseU3Ek__BackingField;
	int32_t ____dateFormatHandling;
	int32_t ____dateTimeZoneHandling;
	int32_t ____stringEscapeHandling;
	int32_t ____floatFormatHandling;
	String_t* ____dateFormatString;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture;
};
struct JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA  : public JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD
{
	String_t* ___U3CPathU3Ek__BackingField;
};
struct SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13  : public MulticastDelegate_t
{
};
struct SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962  : public MulticastDelegate_t
{
};
struct TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859  : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
{
};
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129  : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F  : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
	RuntimeObject* ____actualValue;
};
struct JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2  : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
};
struct JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90  : public JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B
{
	Type_t* ___U3CCollectionItemTypeU3Ek__BackingField;
	bool ___U3CIsMultidimensionalArrayU3Ek__BackingField;
	Type_t* ____genericCollectionDefinitionType;
	Type_t* ____genericWrapperType;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____genericWrapperCreator;
	Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ____genericTemporaryCollectionCreator;
	bool ___U3CIsArrayU3Ek__BackingField;
	bool ___U3CShouldCreateWrapperU3Ek__BackingField;
	bool ___U3CCanDeserializeU3Ek__BackingField;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ____parameterizedConstructor;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____parameterizedCreator;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____overrideCreator;
	bool ___U3CHasParameterizedCreatorU3Ek__BackingField;
};
struct JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E  : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
};
struct JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1  : public JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B
{
	Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___U3CDictionaryKeyResolverU3Ek__BackingField;
	Type_t* ___U3CDictionaryKeyTypeU3Ek__BackingField;
	Type_t* ___U3CDictionaryValueTypeU3Ek__BackingField;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___U3CKeyContractU3Ek__BackingField;
	Type_t* ____genericCollectionDefinitionType;
	Type_t* ____genericWrapperType;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____genericWrapperCreator;
	Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ____genericTemporaryDictionaryCreator;
	bool ___U3CShouldCreateWrapperU3Ek__BackingField;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ____parameterizedConstructor;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____overrideCreator;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____parameterizedCreator;
	bool ___U3CHasParameterizedCreatorU3Ek__BackingField;
};
struct JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344  : public JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B
{
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___U3CPropertiesU3Ek__BackingField;
	Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___U3CPropertyNameResolverU3Ek__BackingField;
	ThreadSafeStore_2_t565431F64E01F8E78F37837E809D95D97A8B9355* ____callSiteGetters;
	ThreadSafeStore_2_t9B8FEA7F0B042AA9B6B23AC5DA28F949FF6FCFBF* ____callSiteSetters;
};
struct JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247  : public JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B
{
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___U3CISerializableCreatorU3Ek__BackingField;
};
struct JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9  : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
	int32_t ____memberSerialization;
	Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ____missingMemberHandling;
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ____itemRequired;
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ____itemNullValueHandling;
};
struct JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3  : public JsonContainerContract_t047427003C1B86FBD0BD306946E8A38F442B0F0B
{
	int32_t ___U3CMemberSerializationU3Ek__BackingField;
	Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ___U3CMissingMemberHandlingU3Ek__BackingField;
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ___U3CItemRequiredU3Ek__BackingField;
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___U3CItemNullValueHandlingU3Ek__BackingField;
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___U3CPropertiesU3Ek__BackingField;
	ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* ___U3CExtensionDataSetterU3Ek__BackingField;
	ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* ___U3CExtensionDataGetterU3Ek__BackingField;
	Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___U3CExtensionDataNameResolverU3Ek__BackingField;
	bool ___ExtensionDataIsJToken;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____hasRequiredOrDefaultValueProperties;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____overrideCreator;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ____parameterizedCreator;
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ____creatorParameters;
	Type_t* ____extensionDataValueType;
};
struct JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268  : public JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E
{
};
struct EmptyArrayContainer_1_t45B0A7C4ACB68CC945B605D96658E27CE1A6B5AC_StaticFields
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___Empty;
};
struct EmptyArrayContainer_1_tA8B33185667C5F8828299F30AE93A6BF24C94412_StaticFields
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Empty;
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value;
};
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_StaticFields
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_emptyArray;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray;
};
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_StaticFields
{
	Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ___s_emptyArray;
};
struct List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB_StaticFields
{
	JsonPropertyU5BU5D_t10C88F15FC6BA5C5F99848D555A2946AB5585919* ___s_emptyArray;
};
struct List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_StaticFields
{
	MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* ___s_emptyArray;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
};
struct List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E_StaticFields
{
	PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* ___s_emptyArray;
};
struct List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_StaticFields
{
	SerializationCallbackU5BU5D_t5E17CCC9EDB4AB8A56408EE655963AB828439587* ___s_emptyArray;
};
struct List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E_StaticFields
{
	SerializationErrorCallbackU5BU5D_t4A6A51A548F309BC83144F8F260DF6B7D1E58BB6* ___s_emptyArray;
};
struct List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_StaticFields
{
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___s_emptyArray;
};
struct List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158_StaticFields
{
	ImmutableCollectionTypeInfoU5BU5D_t9317816DEBB98642322057EDEAA807FA393F4425* ___s_emptyArray;
};
struct BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424_StaticFields
{
	BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___Empty;
};
struct BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields
{
	RuntimeObject* ___BooleanTrue;
	RuntimeObject* ___BooleanFalse;
	RuntimeObject* ___Int32_M1;
	RuntimeObject* ___Int32_0;
	RuntimeObject* ___Int32_1;
	RuntimeObject* ___Int32_2;
	RuntimeObject* ___Int32_3;
	RuntimeObject* ___Int32_4;
	RuntimeObject* ___Int32_5;
	RuntimeObject* ___Int32_6;
	RuntimeObject* ___Int32_7;
	RuntimeObject* ___Int32_8;
	RuntimeObject* ___Int64_M1;
	RuntimeObject* ___Int64_0;
	RuntimeObject* ___Int64_1;
	RuntimeObject* ___Int64_2;
	RuntimeObject* ___Int64_3;
	RuntimeObject* ___Int64_4;
	RuntimeObject* ___Int64_5;
	RuntimeObject* ___Int64_6;
	RuntimeObject* ___Int64_7;
	RuntimeObject* ___Int64_8;
	RuntimeObject* ___DecimalZero;
	RuntimeObject* ___DoubleNaN;
	RuntimeObject* ___DoublePositiveInfinity;
	RuntimeObject* ___DoubleNegativeInfinity;
	RuntimeObject* ___DoubleZero;
};
struct CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_StaticFields
{
	LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CUpdateLabelU3Ek__BackingField;
};
struct ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields
{
	Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* ___TypeCodeMap;
	TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* ___PrimitiveTypeCodes;
	ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E* ___CastConverters;
};
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 DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields
{
	DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* ___Value;
};
struct DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields
{
	int64_t ___InitialJavaScriptDateTicks;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___DaysToMonth365;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___DaysToMonth366;
};
struct DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_StaticFields
{
	DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* ___EmptyMetaObjects;
	RuntimeObject* ___s_noValueSentinel;
};
struct EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields
{
	ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* ___ValuesAndNamesPerEnum;
	CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* ____camelCaseNamingStrategy;
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_StaticFields
{
	CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15* ___s_lambdaDelegateCache;
	CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7* ___s_lambdaFactories;
	ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7* ___s_legacyCtorSupportTable;
};
struct FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields
{
	RuntimeObject* ___Lock;
	FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* ____instance;
};
struct ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields
{
	RuntimeObject* ___ArrayContractImmutableCollectionDefinitions;
	RuntimeObject* ___DictionaryContractImmutableCollectionDefinitions;
};
struct JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields
{
	BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___SingleQuoteCharEscapeFlags;
	BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___DoubleQuoteCharEscapeFlags;
	BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___HtmlCharEscapeFlags;
};
struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_StaticFields
{
	TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeName;
	TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeNameIgnoreCase;
};
struct ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_StaticFields
{
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
};
struct String_t_StaticFields
{
	String_t* ___Empty;
};
struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_StaticFields
{
	bool ___useCompatibleTypeConversion;
};
struct U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields
{
	U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* ___U3CU3E9;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___U3CU3E9__40_0;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___U3CU3E9__40_1;
	Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* ___U3CU3E9__44_0;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___U3CU3E9__44_1;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* ___U3CU3E9__47_0;
	Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* ___U3CU3E9__75_0;
};
struct BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields
{
	RuntimeObject* ____getCSharpArgumentInfoArray;
	RuntimeObject* ____setCSharpArgumentInfoArray;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ____getMemberCall;
	MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ____setMemberCall;
	bool ____init;
};
struct U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields
{
	U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* ___U3CU3E9;
	Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* ___U3CU3E9__3_0;
};
struct U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields
{
	U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* ___U3CU3E9;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* ___U3CU3E9__24_1;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* ___U3CU3E9__25_1;
};
struct U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields
{
	U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* ___U3CU3E9;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* ___U3CU3E9__11_0;
	Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* ___U3CU3E9__31_0;
	Func_2_t083860B929985EC8DF79C99B5157C38632F84196* ___U3CU3E9__39_0;
	Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___U3CU3E9__41_0;
};
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields
{
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinInt;
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnOneInt;
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnZeroInt;
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinusOneInt;
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_success;
};
struct BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4_StaticFields
{
	ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* ____reflectionObject;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
	String_t* ___TrueString;
	String_t* ___FalseString;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch;
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue;
};
struct DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_StaticFields
{
	int32_t ___HashCodeRandomizer;
};
struct DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39_StaticFields
{
	ThreadSafeStore_2_t87BBBE053D42EE4846893A2168FF85F61FBA5489* ___UnionCache;
	ThreadSafeStore_2_tCEC2827DC2C44157CCDD76299BCF8513E90DD8C9* ___UnionTypeLookupCache;
};
struct EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA_StaticFields
{
	ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* ____reflectionObject;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
};
struct Guid_t_StaticFields
{
	Guid_t ___Empty;
};
struct IntPtr_t_StaticFields
{
	intptr_t ___Zero;
};
struct KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413_StaticFields
{
	ThreadSafeStore_2_tF759F5FA265D721F4FB391BC4F3E3760CF111CD7* ___ReflectionObjectPerType;
};
struct LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_StaticFields
{
	LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* ____instance;
};
struct NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_StaticFields
{
	RuntimeObject* ___ErrorResult;
};
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields
{
	TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue;
};
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_StaticFields
{
	List_1_tCA41878C726B03CC852C13E2FB0D9FFA9CEE458E* ___EmptyChildNodes;
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
	String_t* ___ConstructorName;
	String_t* ___TypeConstructorName;
};
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields
{
	DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue;
	DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue;
	DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch;
};
struct Exception_t_StaticFields
{
	RuntimeObject* ___s_EDILock;
};
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_StaticFields
{
	UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0* ___m_encoding;
};
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_StaticFields
{
	TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* ___s_utcTimeZone;
	CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF* ___s_cachedData;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_maxDateOnly;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_minDateOnly;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxOffset;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinOffset;
};
struct DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields
{
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___Power10;
	int32_t ___Lzyyyy;
	int32_t ___Lzyyyy_;
	int32_t ___Lzyyyy_MM;
	int32_t ___Lzyyyy_MM_;
	int32_t ___Lzyyyy_MM_dd;
	int32_t ___Lzyyyy_MM_ddT;
	int32_t ___LzHH;
	int32_t ___LzHH_;
	int32_t ___LzHH_mm;
	int32_t ___LzHH_mm_;
	int32_t ___LzHH_mm_ss;
	int32_t ___Lz_;
	int32_t ___Lz_zz;
};
struct DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields
{
	RuntimeObject* ____instance;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___BlacklistedTypeNames;
	JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___BuiltInConverters;
};
struct Type_t_StaticFields
{
	Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
	Il2CppChar ___Delimiter;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
	RuntimeObject* ___Missing;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
	MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
	String_t* ___UriSchemeFile;
	String_t* ___UriSchemeFtp;
	String_t* ___UriSchemeGopher;
	String_t* ___UriSchemeHttp;
	String_t* ___UriSchemeHttps;
	String_t* ___UriSchemeWs;
	String_t* ___UriSchemeWss;
	String_t* ___UriSchemeMailto;
	String_t* ___UriSchemeNews;
	String_t* ___UriSchemeNntp;
	String_t* ___UriSchemeNetTcp;
	String_t* ___UriSchemeNetPipe;
	String_t* ___SchemeDelimiter;
	bool ___s_ConfigInitialized;
	bool ___s_ConfigInitializing;
	int32_t ___s_IdnScope;
	bool ___s_IriParsing;
	bool ___useDotNetRelativeOrAbsolute;
	bool ___IsWindowsFileSystem;
	RuntimeObject* ___s_initLock;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars;
};
struct JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E_StaticFields
{
	Dictionary_2_tFA5E03354423C94DC3899BB6C353B5CBFE767263* ___ReadTypeMap;
};
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3_StaticFields
{
	StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED* ___StateArray;
	StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED* ___StateArrayTemplate;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB  : public RuntimeArray
{
	ALIGN_FIELD (8) Il2CppChar m_Items[1];

	inline Il2CppChar GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
	{
		m_Items[index] = value;
	}
};
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031  : public RuntimeArray
{
	ALIGN_FIELD (8) uint8_t m_Items[1];

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

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

	inline int32_t GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline int32_t* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, int32_t value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
	{
		m_Items[index] = value;
	}
};
struct TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339  : public RuntimeArray
{
	ALIGN_FIELD (8) TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* m_Items[1];

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

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

	inline MethodInfo_t* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline MethodInfo_t** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, MethodInfo_t* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline MethodInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline MethodInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4  : public RuntimeArray
{
	ALIGN_FIELD (8) bool m_Items[1];

	inline bool GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline bool* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, bool value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline bool GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
	{
		m_Items[index] = value;
	}
};
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053  : public RuntimeArray
{
	ALIGN_FIELD (8) MemberInfo_t* m_Items[1];

	inline MemberInfo_t* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline MemberInfo_t** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, MemberInfo_t* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline MemberInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline MemberInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1  : public RuntimeArray
{
	ALIGN_FIELD (8) Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* m_Items[1];

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

	inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef), (void*)NULL);
	}
	inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef), (void*)NULL);
	}
};
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8  : public RuntimeArray
{
	ALIGN_FIELD (8) FieldInfo_t* m_Items[1];

	inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7  : public RuntimeArray
{
	ALIGN_FIELD (8) PropertyInfo_t* m_Items[1];

	inline PropertyInfo_t* GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline PropertyInfo_t** GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t* value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
	inline PropertyInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline PropertyInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t* value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
	}
};
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E  : public RuntimeArray
{
	ALIGN_FIELD (8) JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* m_Items[1];

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

	inline int64_t GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline int64_t* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, int64_t value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
	{
		m_Items[index] = value;
	}
};


IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_gshared_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m0786A6332E06581557A6E9D4DA5000AF5BC8A373_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, RuntimeObject* ___0_key, int32_t* ___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 StructMultiKey_2__ctor_mE9355E0A5E026A1DB579A95CEC49CDB5C82197DF_gshared (StructMultiKey_2_tBE8AC1F77387A29245D48FBA8C8C8E1763344DD5* __this, RuntimeObject* ___0_v1, RuntimeObject* ___1_v2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadSafeStore_2_Get_mE9CE5B1666C8910F7604F053C67B725BEFABE6B1_gshared (ThreadSafeStore_2_tE8A4308D2D6297CCAAB09DEA5BE10886A8C1A6C1* __this, StructMultiKey_2_tBE8AC1F77387A29245D48FBA8C8C8E1763344DD5 ___0_key, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_gshared_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE_gshared (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_gshared_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE0470880427DED948EF413AD5E9525F41CAF7D1D_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m53A4E919CB3AE7CC74379031E14C1AEA9DB7A933_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m12F10CCB1ECA982B21F6E0BD358C8EE5BA647905_gshared (Func_2_tE378E613DF59ED24E2B05848263C326986F5BB56* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_mAFFCD9C430503AB2468B7CA3F07C25196B49D494_gshared (ThreadSafeStore_2_tE8A4308D2D6297CCAAB09DEA5BE10886A8C1A6C1* __this, Func_2_tE378E613DF59ED24E2B05848263C326986F5BB56* ___0_creator, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_gshared_inline (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* __this, RuntimeObject* ___0_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_gshared (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* CollectionUtils_ArrayEmpty_TisRuntimeObject_mFADBE78161A5F44890EDD26516229691D06FC4D4_gshared_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisRuntimeObject_m21250FA47CFF08469ACE158D6FA4E1FE11837D29_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared (RuntimeObject* ___0_source, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___1_selector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SingleOrDefault_TisRuntimeObject_mBE781B30D8108D145C144C1733472EA99BA4A5BE_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270_gshared (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___0_array, uint64_t ___1_value, 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 MethodCall_2__ctor_m57E69722197F6AF8DF4EC46673E3A867CFC312A1_gshared (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* __this, RuntimeObject* ___0_object, intptr_t ___1_method, 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 RuntimeObject* Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, 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_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_gshared (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_gshared (RuntimeObject* ___0_first, RuntimeObject* ___1_second, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_gshared_inline (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75_gshared (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_gshared (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_gshared_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int64_t ___0_item, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_gshared_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_gshared (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1_gshared (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, int64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D_gshared (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Single_TisRuntimeObject_m4966D6BB67940E1EE80ADA3CC60C81D03436C62F_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_gshared (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_gshared (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __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 RuntimeObject* Enumerable_SingleOrDefault_TisRuntimeObject_m96E15D999D3DAF8B31946255524EBB46907CFF17_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, 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 List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_mF8BFB15E4E0704AD81A7D3D8B2FA15F0A4AAF3F2_gshared (RuntimeObject* ___0_source, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___1_keySelector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared (RuntimeObject* ___0_source, 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 ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m6CA2702021433273D322C24F9572A8F6053E637C_gshared (RuntimeObject* ___0_initial, RuntimeObject* ___1_collection, 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 void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOf_TisRuntimeObject_m839DA08F77995B0357460894C3F163C1AB6F176C_gshared (RuntimeObject* ___0_collection, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m67CFBD544CF1D1C0C7E7457FDBDB81649DE26847_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34_gshared (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_array, Il2CppChar ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_mD5C05EE1842C1E3A7573B5F8736E35844ABD1220_gshared (ThreadSafeStore_2_t49EC2348B7EE981B1B01650A69EB2B2321896A91* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_creator, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadSafeStore_2_Get_m4C3B648215EE2A7820668D74A146EB2A73D8664B_gshared (ThreadSafeStore_2_t49EC2348B7EE981B1B01650A69EB2B2321896A91* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared (RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m20003D42FFEAD8EB4AE4B5BA5A56B15FA58A1600_gshared (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mC89216034DEE8779F1AC2D0A984C0ADE855BED00_gshared (RuntimeObject* ___0_source, Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1* ___1_selector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_LastOrDefault_TisRuntimeObject_mB7B75BD214645D8A79DFF139356112781451A936_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetAttribute_TisRuntimeObject_m929DCC45D06F3FCCCBD5BCEB00BF142F56C7E9D8_gshared (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_m3A8BEF4194B03E75859F94B4EE2F54045AF98708_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared (Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared (RuntimeObject* ___0_source, Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* ___1_keySelector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, 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) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m11185A14288763FB9A0FF8111453AC739E76CF35_gshared (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_mAE92ED7C1F3B1E0BB409F462197C47FD982345E1_gshared (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int64_t ___0_item, const RuntimeMethod* method) ;

IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonWriter_get_ContainerPath_mEEB68127DE05B60631203B908206E58C653E459C (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* JsonWriterException_Create_m5D4C3D2C757C0B94CBC900DF6C0737B11F53AD08 (String_t* ___0_path, String_t* ___1_message, Exception_t* ___2_ex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_mBA84EAA212D7094726694CE707E2A3DADBDE8D6B (RuntimeObject* ___0_lineInfo, String_t* ___1_path, String_t* ___2_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m9DBE14E1D9FEA8877CB2528A2A0A0464F76E79C8 (JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* __this, String_t* ___0_message, String_t* ___1_path, Exception_t* ___2_innerException, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888 (RuntimeObject* ___0_value, String_t* ___1_parameterName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Base64Encoder_FulfillFromLeftover_m0FC68C1E5413E57DF204AA71B0B07C4D80E03442 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t* ___2_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToBase64CharArray_mA76751948F258E3726B76E8A93133C6F364B216B (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, int32_t ___1_offsetIn, int32_t ___2_length, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_outArray, int32_t ___4_offsetOut, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m2402CA2720FAFFF4529F80B591E2B701877C6EE9 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_StoreLeftOverBytes_m3B84B2B5BB5FDDA907E57387F515B6E662966AB9 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t* ___2_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, 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 ReflectionUtils_ImplementsGenericDefinition_mA407E5B3AD8CA9F69F2D4257EDA4AC7EB8C2D4E5 (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* CollectionUtils_ResolveEnumerableCollectionConstructor_mC2D9D30053DFE768B4E85A883579F9B8DFD3CD15 (Type_t* ___0_collectionType, Type_t* ___1_collectionItemType, Type_t* ___2_constructorArgumentType, 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 bool ConstructorInfo_op_Equality_m6DD673A9263EE646773396F9D8DEE46FA48FFBF2 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ;
inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F (RuntimeArray* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_JaggedArrayGetValue_m91764E8A6719C0663E7FDF506ADEFE43A4FFF909 (RuntimeObject* ___0_values, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_indices, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m71595F7B1BD3262D3BE2D03B3F8A7A0F51482917 (RuntimeArray* __this, RuntimeObject* ___0_value, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_indices, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935 (RuntimeArray* __this, int32_t ___0_dimension, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5 (RuntimeObject* ___0_values, RuntimeArray* ___1_multidimensionalArray, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___2_indices, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m659D13D84108B2CA459101CF67D69D272B946BEE (RuntimeObject* ___0_values, int32_t ___1_dimensionsCount, const RuntimeMethod* method) ;
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Array_CreateInstance_m97DC551619A43DA8AE15F1A6D33662D66E5DA817 (Type_t* ___0_elementType, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_lengths, const RuntimeMethod* method) ;
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_inline (const RuntimeMethod* method)
{
	return ((  Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* (*) (const RuntimeMethod*))CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_gshared_inline)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m959EFBADBFB4D2ABFDE6DFEA04CEDDB5C4DB9785 (Type_t* ___0_t, bool* ___1_isEnum, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_mEC72D6EF420C656529099C9CBDA497904A1B8ADC (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* __this, Type_t* ___0_key, int32_t* ___1_value, const RuntimeMethod* method)
{
	return ((  bool (*) (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5*, Type_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m0786A6332E06581557A6E9D4DA5000AF5BC8A373_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05 (Type_t* ___0_enumType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8 (Type_t* ___0_nullableType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5 (String_t* ___0_input, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m7DB75E6B20C696DD77ED6EE409C002FC85E401BB (U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA (Type_t* __this, String_t* ___0_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_types, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51 (const RuntimeMethod* method) ;
inline void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398 (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_tACBF5A1656250800CE861707354491F0611F6624*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334 (String_t* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, float ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, double ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, int64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, 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 String_t* StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_left, int64_t ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B (RuntimeObject* ___0_value, Type_t* ___1_conversionType, RuntimeObject* ___2_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912 (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, RuntimeObject** ___3_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_mBFF3508FCE496CEE88EEAAF3DD82193A5F7D443E (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12 (Type_t* ___0_enumType, String_t* ___1_value, bool ___2_ignoreCase, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_mF25CD55DEF949A90AD74D6FCE946A9BA155B95CB (RuntimeObject* ___0_value, 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 void DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m9BEFD9FC285BE9ACEC2EB97FC76C0E35E14D725C (Guid_t* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9 (Guid_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, int32_t ___1_uriKind, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ConvertUtils_ParseTimeSpan_mF6B09E2815B7E0CADC1C35C93B58D030BA4E1202 (String_t* ___0_input, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C (String_t* ___0_s, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_mA4BE1D73A196161D4F95B3EBFF256D5FAFD2FB6E (String_t* ___0_input, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7** ___1_result, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ConvertUtils_ToBigInteger_m098CB836D5C2C8E7F4FFC408B4E15982DDC1C0D0 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_FromBigInteger_mD9D0EE989350097264EC89D67EDD051DA75DA144 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_i, Type_t* ___1_targetType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m05803F15F053E4DA3CF290D52FC379BB9D8C396A (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, Type_t* ___0_destinationType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_mE41048372E94CADCD46A0E450385F4E13011D19B (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, Type_t* ___0_sourceType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D (RuntimeObject* ___0_value, Type_t* ___1_initialType, Type_t* ___2_targetType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m9A8E7821259AA6C6C79329A8070A7FD730632D4F (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_m83691EC9657B63B2672A8814B83A5DB042E8587F (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, RuntimeObject** ___3_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_GetObjectType_m979DDF9D576AB3D45DF5B009C0B8BD46763CCC17 (RuntimeObject* ___0_v, const RuntimeMethod* method) ;
inline void StructMultiKey_2__ctor_m268A22933F6F2600333CB40527C6BEB24842D789 (StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5* __this, Type_t* ___0_v1, Type_t* ___1_v2, const RuntimeMethod* method)
{
	((  void (*) (StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5*, Type_t*, Type_t*, const RuntimeMethod*))StructMultiKey_2__ctor_mE9355E0A5E026A1DB579A95CEC49CDB5C82197DF_gshared)(__this, ___0_v1, ___1_v2, method);
}
inline Func_2_tACBF5A1656250800CE861707354491F0611F6624* ThreadSafeStore_2_Get_m2D1CF0F41B583FA3F614780910FF1155219D70C4 (ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E* __this, StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 ___0_key, const RuntimeMethod* method)
{
	return ((  Func_2_tACBF5A1656250800CE861707354491F0611F6624* (*) (ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E*, StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5, const RuntimeMethod*))ThreadSafeStore_2_Get_mE9CE5B1666C8910F7604F053C67B725BEFABE6B1_gshared)(__this, ___0_key, method);
}
inline RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (Func_2_tACBF5A1656250800CE861707354491F0611F6624*, RuntimeObject*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___0_arg, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_TryParse_m97B901CC175D8C6E1268F7D5E248050C007F4A28 (String_t* ___0_input, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7** ___1_result, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method);
}
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___0_value, method);
}
inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline)(__this, method);
}
inline bool Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1*, const RuntimeMethod*))Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_gshared_inline)(__this, method);
}
inline void Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, Il2CppChar ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1*, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE_gshared)(__this, ___0_value, 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 void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_lo, int32_t ___1_mid, int32_t ___2_hi, bool ___3_isNegative, uint8_t ___4_scale, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Division_mA0BD25988CA8010A3F8EA2F6A534F9F2D812D2AC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Addition_m878AC5E15D13F205BCB6AE9747B2C0D950BD2EF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
inline Il2CppChar Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method)
{
	return ((  Il2CppChar (*) (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_gshared_inline)(__this, method);
}
inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared)(__this, ___0_value, method);
}
inline int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline)(__this, method);
}
inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Increment_m107BFAB48A207053F660848E69F17806D07B7567 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_UnaryNegation_mB015B978A1530E7F328DC491FAECA393197DFFB3 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseExact_m8318795A2B6B90900272736AF2A803438FEDB7DE (String_t* ___0_input, String_t* ___1_format, Guid_t* ___2_result, const RuntimeMethod* method) ;
inline void Dictionary_2__ctor_m96B447EB5EF440757CFDA218BB8344D89762CE2C (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5*, const RuntimeMethod*))Dictionary_2__ctor_mE0470880427DED948EF413AD5E9525F41CAF7D1D_gshared)(__this, method);
}
inline void Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* __this, Type_t* ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5*, Type_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m53A4E919CB3AE7CC74379031E14C1AEA9DB7A933_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69 (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* __this, Type_t* ___0_type, int32_t ___1_typeCode, const RuntimeMethod* method) ;
inline void Func_2__ctor_mDDEAD298E1A5A006441585942908F6BD7CE7699E (Func_2_t890667DD511E31012095396A8BF9C888E2284437* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t890667DD511E31012095396A8BF9C888E2284437*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m12F10CCB1ECA982B21F6E0BD358C8EE5BA647905_gshared)(__this, ___0_object, ___1_method, method);
}
inline void ThreadSafeStore_2__ctor_mF589737F54B40E91045E1203531A2FFFDDCFB386 (ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E* __this, Func_2_t890667DD511E31012095396A8BF9C888E2284437* ___0_creator, const RuntimeMethod* method)
{
	((  void (*) (ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E*, Func_2_t890667DD511E31012095396A8BF9C888E2284437*, const RuntimeMethod*))ThreadSafeStore_2__ctor_mAFFCD9C430503AB2468B7CA3F07C25196B49D494_gshared)(__this, ___0_creator, method);
}
inline RuntimeObject* MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* __this, RuntimeObject* ___0_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*))MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_gshared_inline)(__this, ___0_target, ___1_args, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* 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 bool DateTimeParser_ParseDate_mCF43EAF9D60C2DF52038EAA7C5653D59C83F9C8F (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, Il2CppChar ___1_ch, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m36C0C76A6548E07654C45414059FBD5BC95F5BBD (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_text, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse4Digit_mC5F981E6CD7CD915FEA858DE77A04AEC04AF4D86 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977 (int32_t ___0_year, int32_t ___1_month, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTime_m9717B1406E4705AB36B56F41A8F0CAA14B1815DD (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t* ___0_start, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseZone_m4CEBD1A881CB114B6EB7D8050F44EA265A260642 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* MiscellaneousUtils_CreateArgumentOutOfRangeException_m91D696C3DB200B3480F61835CB2D4B0A601ECF0A (String_t* ___0_paramName, RuntimeObject* ___1_actualValue, String_t* ___2_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_SwitchToLocalTime_mDD82AB9D4F2D9F49165153702BEB445085AA57FE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_SwitchToUtcTime_mD7F5B3C7585927E01F6C544C56ADC21FCBFEDD80 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___0_ticks, int32_t ___1_kind, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_m0E9B1237416F7ED5ABD736831D5F7F2F4AF70E97 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_UniversalTicksToJavaScriptTicks_m8E4364A6BA91AAB3DD28850AD8D3139E64A53E76 (int64_t ___0_universalTicks, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mA2ACEC25DDFC8FD1CD43D6368BDF4FB612B453B8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, bool ___1_convertToUtc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_m2A37B7076787063F789C5D1E7BFBEFF8105EAE1A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_CreateDateTime_mBB5C43CD527E4D051A473CF3C99BC27A63158526 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 ___0_dateTimeParser, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int32_t ___0_hours, int32_t ___1_minutes, int32_t ___2_seconds, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, int32_t ___1_timeZone, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___0_ticks, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___0_year, int32_t ___1_month, int32_t ___2_day, int32_t ___3_hour, int32_t ___4_minute, int32_t ___5_second, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, double ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, int32_t ___0_i, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_StartsWith_m0C5C1ED2F3842A51339DF8F300BFACFB95DC7A2E (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, String_t* ___1_text, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_EndsWith_m856EC50F4E06388F85AA6897D5A919E6F454B2FC (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, String_t* ___1_text, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeMicrosoft_m9D1B53C735ACC5E2348AC816E1223336774A77FA (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int32_t ___1_dateTimeZoneHandling, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___2_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeIso_mF9B36B399D6CEB27F9F793080148C1A2489C3047 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int32_t ___1_dateTimeZoneHandling, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___2_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA (String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeExact_m26C44CF3F9D71D7B66D6D610ACF09415E9FA5A97 (String_t* ___0_text, int32_t ___1_dateTimeZoneHandling, String_t* ___2_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___3_culture, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___4_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParseExact_mA0100669E6CE6EFFCC836F1DCA56BDDE1E7C2662 (String_t* ___0_s, String_t* ___1_format, RuntimeObject* ___2_provider, int32_t ___3_style, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___4_result, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mDE9494C3F5AB4DA579B89B0A806CBBBDB71F82C0 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___1_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetIso_m538094DB0A9E001B1A9CC19F0A67880DC4CDBEA4 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___1_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetExact_m82A8B1344B99932C906AA9F484BB0C1E8D3CF136 (String_t* ___0_text, String_t* ___1_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___2_culture, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___3_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParseExact_m45E4755ADC9A42D2E3D9E2BDCF5458E0DFEC44EE (String_t* ___0_input, String_t* ___1_format, RuntimeObject* ___2_formatProvider, int32_t ___3_styles, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___4_result, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReferenceExtensions_IndexOf_m8408F16214688FE8239B09858B186C1125599F83 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, Il2CppChar ___1_c, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryReadOffset_mFFDEF89F67E624EF8B2C64CD576C4BA93C03DAB9 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_offsetText, int32_t ___1_startIndex, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___2_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_mD4BA6148D0849E5EFBEC03B6EE4D2D92FAD49F52 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_length, int64_t* ___3_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseMicrosoftDate_m1FB25AB70888B42D0E886ABE60B49F513A4866AC (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int64_t* ___1_ticks, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___2_offset, int32_t* ___3_kind, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_ConvertJavaScriptTicksToDateTime_m927253156D26643004345A45B5FE76648E8F8884 (int64_t ___0_javaScriptTicks, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_SpecifyKind_mFC3F6DD6AD017F62A8AF81DAD5620AEC474871D0 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, int32_t ___1_kind, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_op_Implicit_m7BFCB56BB3714FA7E58AA0ECEE92B8455A0CEDA5 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, int64_t ___0_ticks, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m6D81B72EF5D3E6FB6283976493619C2A900BBE95 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_length, int32_t* ___3_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromHours_mBF56E93F18A822E3EA1C593E8151F154709AC6BA (double ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5 (double ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_op_Addition_mD8B0E0E30595D82C7336CCCA411FE384441DE1A6 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeString_mCDFAB4AD7F5F2A187B9F0778CFA2DF2005C6200C (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___2_value, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___3_offset, int32_t ___4_kind, int32_t ___5_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, const RuntimeMethod*))Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline)(__this, method);
}
inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method)
{
	return ((  TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m0D5815D6340AC9707A7FD04B27F2101845CC598F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC (String_t* __this, int32_t ___0_sourceIndex, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_destination, int32_t ___2_destinationIndex, int32_t ___3_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mFB20C42AFEA4EEDE607352300499C54680797974 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeOffset_m1346049BF9D62EB01271E853BBB9FF6F382E2F4F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___2_offset, int32_t ___3_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDefaultIsoDate_m8DEE0C2EADE57D2B6EE01D57B9C7F276B6681C93 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___2_dt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_GetDateValues_m92E008CB52CBBC94701ECF185BEF2DA71AD9ED11 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_td, int32_t* ___1_year, int32_t* ___2_month, int32_t* ___3_day, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_value, int32_t ___3_digits, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
inline void Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, const RuntimeMethod*))Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_gshared)(__this, ___0_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32 (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Array_CreateInstance_m13B202130951A03AF5F52470A19E17D3AD2A8983 (Type_t* ___0_elementType, int32_t ___1_length, 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 void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___0_value, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GetMemberBinder_get_Name_mCE0671772897ED1E0575E3BE2C06CAB8D52019C4_inline (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GetMemberBinder_get_IgnoreCase_mB2924A5209BB108C50B5DDB5C8B2C781F34631CD_inline (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMemberBinder__ctor_m3CB795552FE62FB770DE0F3926E152CB4BFAC298 (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, String_t* ___0_name, bool ___1_ignoreCase, const RuntimeMethod* method) ;
inline DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* CollectionUtils_ArrayEmpty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m793DC143AE55A58535BA6603B70007270AD05EAD_inline (const RuntimeMethod* method)
{
	return ((  DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* (*) (const RuntimeMethod*))CollectionUtils_ArrayEmpty_TisRuntimeObject_mFADBE78161A5F44890EDD26516229691D06FC4D4_gshared_inline)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoThrowExpressionVisitor__ctor_mE60E1F560B471945B1BC836FFBFE1CF736BF7A2C (NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A* __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_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 void DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expression, BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* ___1_restrictions, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SetMemberBinder_get_Name_mE683668DE73BFB110F155E377E26B506960A7B42_inline (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SetMemberBinder_get_IgnoreCase_m41897B494A2B432A9D7C437C9C54AC51853E33AB_inline (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetMemberBinder__ctor_m57A59B263345A045AC30EECAE7D683B535FDCF56 (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, String_t* ___0_name, bool ___1_ignoreCase, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* Expression_Condition_m9365861D30BD7EB7F0AB862FCE588CCC919DCC7D (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_test, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_ifTrue, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_ifFalse, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitConditional_m2BB93A86981B731959195912EB5891D7BD1BD0DA (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___0_node, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Enum_GetNames_m382A68AE28D7B6035331EC0685315144F15957C3 (Type_t* ___0_enumType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
inline RuntimeObject* Enumerable_Cast_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_m738126B43BFC4A469539CD807C4F2E7E5C3893E6 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m21250FA47CFF08469ACE158D6FA4E1FE11837D29_gshared)(___0_source, method);
}
inline void Func_2__ctor_m25D7CCCB2BC4A2036F633BA4E85C313162806D89 (Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_Select_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_TisString_t_mC4C3CE4E0D40292DBA38F800CD80A9F828258871 (RuntimeObject* ___0_source, Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* ___1_selector, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared)(___0_source, ___1_selector, method);
}
inline String_t* Enumerable_SingleOrDefault_TisString_t_mD7E5C33BAF334E08CD697D3FF0967CD9803418D3 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  String_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_mBE781B30D8108D145C144C1733472EA99BA4A5BE_gshared)(___0_source, method);
}
inline int32_t Array_IndexOf_TisString_t_m36A80615E8974C412EAF8F947B8583C435D0F69B (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, String_t* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method)
{
	return ((  int32_t (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, String_t*, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_count, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInfo__ctor_m81F36D62F4703ECB5C7DDD56A03097764285078A (EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* __this, bool ___0_isFlags, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_values, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_names, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_resolvedNames, const RuntimeMethod* method) ;
inline void StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2 (StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D* __this, Type_t* ___0_v1, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___1_v2, const RuntimeMethod* method)
{
	((  void (*) (StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D*, Type_t*, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50*, const RuntimeMethod*))StructMultiKey_2__ctor_mE9355E0A5E026A1DB579A95CEC49CDB5C82197DF_gshared)(__this, ___0_v1, ___1_v2, method);
}
inline EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33 (ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* __this, StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D ___0_key, const RuntimeMethod* method)
{
	return ((  EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* (*) (ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2*, StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D, const RuntimeMethod*))ThreadSafeStore_2_Get_mE9CE5B1666C8910F7604F053C67B725BEFABE6B1_gshared)(__this, ___0_key, method);
}
inline int32_t Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270 (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___0_array, uint64_t ___1_value, const RuntimeMethod* method)
{
	return ((  int32_t (*) (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*, uint64_t, const RuntimeMethod*))Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270_gshared)(___0_array, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumUtils_InternalFlagsFormat_m9CCE7BE3748728324CFD9A2297C9A3E6C0D072F8 (EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* ___0_entry, uint64_t ___1_result, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Insert_mEA426100381DD65FB6A891BA28B5F1208BEDDD29 (StringBuilder_t* __this, int32_t ___0_index, String_t* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC22A7EFFB28AA32D8F797E456E92BA88DBA19A08 (bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_enumNames, String_t* ___1_value, int32_t ___2_valueIndex, int32_t ___3_valueSubstringLength, int32_t ___4_comparison, 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 RuntimeObject* Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1 (Type_t* ___0_enumType, uint64_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 EnumUtils_MatchName_m5243120EE7AEDF0D2EE334F3FB235AE593CC9A54 (String_t* ___0_value, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_enumNames, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_resolvedNames, int32_t ___3_valueIndex, int32_t ___4_valueSubstringLength, int32_t ___5_comparison, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m68FBA6075A0142439B0249D884863356D99090CF (String_t* ___0_strA, int32_t ___1_indexA, String_t* ___2_strB, int32_t ___3_indexB, int32_t ___4_length, int32_t ___5_comparisonType, const RuntimeMethod* method) ;
inline void Func_2__ctor_mBF572B6F62CA735C7C45DEDFC75F0839A6247612 (Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m12F10CCB1ECA982B21F6E0BD358C8EE5BA647905_gshared)(__this, ___0_object, ___1_method, method);
}
inline void ThreadSafeStore_2__ctor_m268D655240D6A1AA432C1156AC2C3927E86DD8B8 (ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* __this, Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C* ___0_creator, const RuntimeMethod* method)
{
	((  void (*) (ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2*, Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C*, const RuntimeMethod*))ThreadSafeStore_2__ctor_mAFFCD9C430503AB2468B7CA3F07C25196B49D494_gshared)(__this, ___0_creator, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelCaseNamingStrategy__ctor_mF8654DDF11007C1CA79C1152B59BD07B3EF088E1 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB8204CC34DACDED611AAD8DB38DBFE4D17601831 (U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9_inline (EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_FSharpCoreAssembly_m32C9B6A87994E00C34378B4B7C39B2E26C0C6506_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Assembly_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* FSharpUtils_GetMethodWithNonPublicFallback_m2B10604787E5031D5763E6D88392F59E8F071DE8 (Type_t* ___0_type, String_t* ___1_methodName, int32_t ___2_bindingFlags, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_IsUnion_m8FCC8731B64FE062A4E1D311940B5F5B599A0A3A_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCases_m6149ED7891791ABDC0D92F829F7089FD24BD9700_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_CreateFSharpFuncCall_mB571124583D9204BB863341F9C3A9E324A9A367D (Type_t* ___0_type, String_t* ___1_methodName, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionTagReader_m847B8584BDDE2A8A3CF3C3F67E256D86FC3E5EBC_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionReader_m9DB56755B6E02862BC06346DE42EFB80F20BE07D_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionConstructor_mA9DBD858EA7027535AA2B08A9BA72A051FBA517D_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoName_mFA1AF36D4D226B197D5A30F741FA99D340053863_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoTag_m03CFCF109DAE145593C6DAAF4E0415C4F12F389B_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoDeclaringType_mDBBCAAB7E10D51DF946D4D7D6FFF052DC1640AA5_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoFields_m0A5E55FD9DFC698AD9FF477B2BE107CE0ECF3BDD_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, 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) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils__ctor_m9824778422EAFFB89C8FC8176D0EF2A0A68A7047 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Assembly_t* ___0_fsharpCoreAssembly, 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 void U3CU3Ec__DisplayClass52_0__ctor_m73649FD95CB401FD15A813F7D11B75B6E3B85913 (U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* __this, const RuntimeMethod* method) ;
inline void MethodCall_2__ctor_m57E69722197F6AF8DF4EC46673E3A867CFC312A1 (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, RuntimeObject*, intptr_t, const RuntimeMethod*))MethodCall_2__ctor_m57E69722197F6AF8DF4EC46673E3A867CFC312A1_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpFunction__ctor_m3F5A2832EC500F2DD4CD1B50F05BCCFE9DFB3AC0 (FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF* __this, RuntimeObject* ___0_instance, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___1_invoker, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_0__ctor_mE93486FA25CF4BBE9D2A622047ED6A25D581DEAE (U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* __this, const RuntimeMethod* method) ;
inline void Func_2__ctor_m3029E36C9D6AEF0C92CBFDB1E370E8C107A25E0C (Func_2_t43CC133C289457C636A18BA4D471FC2B56544421* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t43CC133C289457C636A18BA4D471FC2B56544421*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86 (RuntimeObject* ___0_source, Func_2_t43CC133C289457C636A18BA4D471FC2B56544421* ___1_predicate, const RuntimeMethod* method)
{
	return ((  ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* (*) (RuntimeObject*, Func_2_t43CC133C289457C636A18BA4D471FC2B56544421*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_CreatedTypeName_mB6C5E4C0083F30B8A3E973B27B1743BA72E01688_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_BuilderTypeName_m45D8747B2EECD911E9B60C009A1E6A5FA2CC0416_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __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 MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* Type_GetMethods_m5D4A53D1E667CF33173EEA37D0111FE92A572559 (Type_t* __this, const RuntimeMethod* method) ;
inline void Func_2__ctor_m85EFD3541E8A8498FD05A6169ED11E00D408A2F0 (Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline MethodInfo_t* Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479 (RuntimeObject* ___0_source, Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* ___1_predicate, const RuntimeMethod* method)
{
	return ((  MethodInfo_t* (*) (RuntimeObject*, Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*, const RuntimeMethod*))Enumerable_FirstOrDefault_TisRuntimeObject_mFACC750E4D7AF7B43F5B866C84F613B3ECC41994_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_m812DC34DD88D28C881C83A50505ACA112EC48285 (U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* __this, const RuntimeMethod* method) ;
inline void List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_contractTypeName, String_t* ___1_createdTypeName, String_t* ___2_builderTypeName, const RuntimeMethod* method) ;
inline void List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* __this, ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158*, ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_ContractTypeName_m47BA9C385AB128EE5E9738349A9E03A8EEAF3031_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_CreatedTypeName_mDD7FC89BF73B105C1D0B1E3636015595A61BFF28_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_BuilderTypeName_mF5E3F9EC7F19DC62CC67FC65D15E5FE7E0B6390E_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m791091B0F758FEF9EABB77C82005842468057948 (U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* __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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_ContractTypeName_m8D183787036FB024B123860C9BBC82DB9567E1FE_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) ;
inline void List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82 (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, const RuntimeMethod*))List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_gshared)(__this, method);
}
inline void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, Il2CppChar, const RuntimeMethod*))List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline)(__this, ___0_item, method);
}
inline RuntimeObject* Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F (RuntimeObject* ___0_first, RuntimeObject* ___1_second, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_gshared)(___0_first, ___1_second, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JavaScriptUtils_FirstCharToEscape_mC3E80E28A55D16FBE05D2A8B5C5D117300B802C8 (String_t* ___0_s, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___1_charEscapeFlags, int32_t ___2_stringEscapeHandling, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* BufferUtils_EnsureBufferSize_m2CF4818D2839BDF81AAE5AEDBEA4772C9B2F9A18 (RuntimeObject* ___0_bufferPool, int32_t ___1_size, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___2_buffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringUtils_ToCharAsUnicode_m24D950B8B7F90A829F4221DE376C2624B0AAB62C (Il2CppChar ___0_c, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, const RuntimeMethod* 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) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* BufferUtils_RentBuffer_m0CD2D9EE0A156A32A3E6690D59974C1F772DA4F1 (RuntimeObject* ___0_bufferPool, int32_t ___1_minSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_m724A55F218F5C04FB3A427C74B5CEF4EB9B020A9 (RuntimeObject* ___0_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* JavaScriptUtils_GetCharEscapeFlags_mFACEF9DE1403BD66866D82EEDEBAF9CA11171770 (int32_t ___0_stringEscapeHandling, Il2CppChar ___1_quoteChar, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* StringUtils_CreateStringWriter_mE99F16079289F7A6BC74C0794E1C1C60C848EE76 (int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_m267358C3D8B0A8EC568C3AFAF98ADE308FFCEEE1 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, String_t* ___1_s, Il2CppChar ___2_delimiter, bool ___3_appendDelimiters, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___4_charEscapeFlags, int32_t ___5_stringEscapeHandling, RuntimeObject* ___6_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___7_writeBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_TryGetDateConstructorValue_m7CF7AB00214085A69A7629DC0781F9135B07D80B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___0_reader, Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* ___1_integer, String_t** ___2_errorMessage, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_inline (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17*, const RuntimeMethod*))Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_gshared_inline)(__this, method);
}
inline void List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75 (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, const RuntimeMethod*))List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75_gshared)(__this, method);
}
inline int64_t Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, const RuntimeMethod* method)
{
	return ((  int64_t (*) (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17*, const RuntimeMethod*))Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_gshared)(__this, method);
}
inline void List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int64_t ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, int64_t, const RuntimeMethod*))List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_gshared_inline)(__this, ___0_item, method);
}
inline int32_t List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, const RuntimeMethod*))List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_gshared_inline)(__this, method);
}
inline int64_t List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	return ((  int64_t (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, int32_t, const RuntimeMethod*))List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___0_year, int32_t ___1_month, int32_t ___2_day, int32_t ___3_hour, int32_t ___4_minute, int32_t ___5_second, int32_t ___6_millisecond, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, 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) ;
inline void Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1 (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, int64_t ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17*, int64_t, const RuntimeMethod*))Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1_gshared)(__this, ___0_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m312F08F4C3CEBC38A926FB5F2A0C119D462FEB6F (U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* __this, const RuntimeMethod* method) ;
inline void ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, RuntimeObject*, intptr_t, const RuntimeMethod*))ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionDelegateFactory__ctor_mE9385422DDFE3B3AED392895D925ABF922D1048F (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__ctor_m98CE81BFFF3C34914C11A9167881DBD651793C5F (LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_parameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m2A6822B7BCB33F60B9425C58248111D316C3FE4C (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_m3CB5573B1905D94246A7CFB4B87586769F09F03A (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m8DED60F2E0251A3D389F1DD22AA5AF9CD440ABE8 (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_mFEC2066308DE0316C9ED311B46207B0F50A28712 (double ___0_d1, double ___1_d2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF (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) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586 (int32_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m188EF2F51CA95A2820D240FE282E165FAEF8A5B8 (uint8_t* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscellaneousUtils_GetQualifiedNameParts_mDB4115E09A5DDA5F1103D82C7B514A038301683C (String_t* ___0_qualifiedName, String_t** ___1_prefix, String_t** ___2_localName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringUtils_IndexOf_mA44FA02FCB13BCF37C77F1BA8BB903ACA4CDF89C (String_t* ___0_s, Il2CppChar ___1_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
inline void Dictionary_2__ctor_m4438CC0F2FC3FBD7CDF900B58B9726DAB7734F29 (Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2* __this, const RuntimeMethod* method)
{
	((  void (*) (Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* ReflectionMember_get_Getter_mED1E4624E99FB9D6DDF293693EFFBF3DA290DE83_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ReflectionMember_get_Setter_mBBFE1CEC2ABEB9C80FA03A3C36D1978B3EE0B02E_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) ;
inline void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method)
{
	((  void (*) (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline)(__this, ___0_arg1, ___1_arg2, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ReflectionMember_get_MemberType_m434D9AB83992981B6F6E5E0641CEA721A590F664_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8 (Type_t* ___0_t, MethodBase_t* ___1_creator, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_memberNames, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_mB7E4A01A8827865E97756445895D201687C09BB5 (MethodBase_t* ___0_left, MethodBase_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_HasDefaultConstructor_mB80909BFB8B680B7B5BBAD5E85083CA71DCECC37 (Type_t* ___0_t, bool ___1_nonPublic, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_mDE0EA2D27D595C07B7821DA386BDC55E9A54BD41 (U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject__ctor_mEE5253686B45684A82239A32221C61B597A544CF (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_creator, const RuntimeMethod* method) ;
inline MemberInfo_t* Enumerable_Single_TisMemberInfo_t_m58FE88147FE97098B5FBEC839FF703291DB630AE (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  MemberInfo_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Single_TisRuntimeObject_m4966D6BB67940E1EE80ADA3CC60C81D03436C62F_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember__ctor_m8ACC777354B64FC9082AAA4783F0C89B885CC62F (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B (MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanReadMemberValue_mAEC74283BD7361EA0E00DB00DA4CA1701893E3CD (MemberInfo_t* ___0_member, bool ___1_nonPublic, const RuntimeMethod* method) ;
inline Func_2_tACBF5A1656250800CE861707354491F0611F6624* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1 (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method)
{
	return ((  Func_2_tACBF5A1656250800CE861707354491F0611F6624* (*) (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574*, MemberInfo_t*, const RuntimeMethod*))ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_gshared)(__this, ___0_memberInfo, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_m75ECB835C1A8B2DD3E802D1631B32D3B6CA75187_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994 (MemberInfo_t* ___0_member, bool ___1_nonPublic, bool ___2_canSetReadOnly, const RuntimeMethod* method) ;
inline Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method)
{
	return ((  Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* (*) (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574*, MemberInfo_t*, const RuntimeMethod*))ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_gshared)(__this, ___0_memberInfo, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m7B146640EE159DD3226E47E5383DFD8AD5A1E715_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4 (MethodBase_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_1__ctor_m6169E0434849D9ED136D6141B73F4ABEE4E4BCDD (U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_2__ctor_m5A85F1706E4407709DEA499BA30BD02E67C83FAA (U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* __this, const RuntimeMethod* method) ;
inline void Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052 (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0 (MemberInfo_t* ___0_member, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m910CD710E590680C35E3663BDC07074A691C4CF3_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Type_t* ___0_value, const RuntimeMethod* method) ;
inline RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, 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 bool MethodBase_get_IsVirtual_m2C0A566F37B666FDEE3066729AEACF336B342EC2 (MethodBase_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetGetMethod_mE0D6C0811D404DD977B53E68C0D36BA8CB889F74 (PropertyInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B (PropertyInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_GetFullyQualifiedTypeName_m667B454EC43085AB305191E433A5D829357D0766 (Type_t* ___0_t, RuntimeObject* ___1_binder, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_RemoveAssemblyDetails_mC21C6832C5D0298E7C9AD4CC8CE95C543CE2DA37 (String_t* ___0_fullyQualifiedTypeName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ReflectionUtils_GetDefaultConstructor_m46F8A00E72216F0CC50881E61902BB24DF31A0B8 (Type_t* ___0_t, bool ___1_nonPublic, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ;
inline void Func_2__ctor_m7871710CD540E478649F02E1BC07A13BF5D774D2 (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Enumerable_SingleOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mD0EE7320B0449FB539336226430D9F4884F13AB6 (RuntimeObject* ___0_source, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* ___1_predicate, const RuntimeMethod* method)
{
	return ((  ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* (*) (RuntimeObject*, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_m96E15D999D3DAF8B31946255524EBB46907CFF17_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m44F9601E586D2EEA2EDB93FB81D1D80521C264EE (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m36577D3689B74DC9CF2E4426CAE533B3393E6E06 (Type_t* ___0_type, Type_t* ___1_genericClassDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_mCA21F0211EBFB1812F432BF5C373A00D241C0B41 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinitionInternal_m28E863A1932987F75B56A7B75B55DE43B6911A8A (Type_t* ___0_type, Type_t* ___1_genericClassDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectionUtils_GetAttributes_m64100872CC4D5F42453CED2620D0790546A34543 (RuntimeObject* ___0_attributeProvider, Type_t* ___1_attributeType, bool ___2_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_mFDDC94E3C94B43E2DFBDA15DD749315C5B246512 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* 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 bool FieldInfo_get_IsPublic_m73C84BEEAE6C993FACC6199B81DBF2B80D3810E5 (FieldInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A (FieldInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsInitOnly_m476BB9325A68BDD56B088D3E8407F75FA1388ED9 (FieldInfo_t* __this, const RuntimeMethod* method) ;
inline void List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetFields_m345556004ABC798073F71E65987A68E749DEACDE (Type_t* ___0_targetType, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
inline void List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341 (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
	((  void (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetProperties_m116432A13B39F37FD078A1E749AF04822F48D117 (Type_t* ___0_targetType, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_inline (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline void List_1__ctor_m4C102B22A268A681BB63B27829B493E15936FA26 (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
	((  void (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
}
inline void Func_2__ctor_m699289F206947D3B203957AB5645799C51DB54C4 (Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_GroupBy_TisMemberInfo_t_TisString_t_m4F38EB03A1032D1595CF4881AF4B4C7D8C30DF17 (RuntimeObject* ___0_source, Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* ___1_keySelector, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335*, const RuntimeMethod*))Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_mF8BFB15E4E0704AD81A7D3D8B2FA15F0A4AAF3F2_gshared)(___0_source, ___1_keySelector, method);
}
inline int32_t Enumerable_Count_TisMemberInfo_t_mFE7B0D074D81DB92A8372403E596FAD6331DE850 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Count_TisRuntimeObject_mA9FCB8ECCFE8FABC5AA2F8D46F82ACD52279930B_gshared)(___0_source, method);
}
inline MemberInfo_t* Enumerable_First_TisMemberInfo_t_m0B06E6F811820A6D4689F2B430B0B14981C3486B (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  MemberInfo_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared)(___0_source, method);
}
inline void List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, MemberInfo_t* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, MemberInfo_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass31_0__ctor_m7612987B8526E3E7B8C0752E93148C8C7AC5F42C (U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsOverridenGenericMember_mED37BCC1DBDC0EFA25F650882D88626F9004003E (MemberInfo_t* ___0_memberInfo, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
inline void Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19 (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline bool Enumerable_Any_TisMemberInfo_t_m868B3A5EC2CF687D82B634F7E6B932F42A58D7C6 (RuntimeObject* ___0_source, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___1_predicate, const RuntimeMethod* method)
{
	return ((  bool (*) (RuntimeObject*, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_mB9D39467327026209931F92BE4B90B2E980F7398 (PropertyInfo_t* ___0_propertyInfo, const RuntimeMethod* method) ;
inline RuntimeObject* Enumerable_Cast_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_mBB62B5AA1A4156EA57D5F11A08CA76D3DF40E76E (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m21250FA47CFF08469ACE158D6FA4E1FE11837D29_gshared)(___0_source, method);
}
inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Enumerable_ToArray_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m1386E5D9BE2299D956F8334023BB11BC76318258 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_mD4455DC35BFA6EFA35E1A16A08D2519E44ADB5E8 (Assembly_t* ___0_element, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_m407573186E5EDBC596676AD17FBDC3774CFCA4ED (Assembly_t* ___0_element, Type_t* ___1_attributeType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_mF1EE547A2DF3170198A9108CB8E82DFE2D920E35 (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_mCB0A3E0F2148A92A0C6444D601F0F19E01B0ED09 (MemberInfo_t* ___0_element, Type_t* ___1_type, bool ___2_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_m98EB5BEBAD1457D7A7E440CFAFBA8539428ED145 (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_mCF914A51946282CC9ED2EFDA38586317C8EA9523 (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_element, Type_t* ___1_attributeType, bool ___2_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_m160ECF3991D5B4FC445B2A3767C1B2E95CDE0876 (ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Attribute_GetCustomAttributes_m4C8A61CF5B89E7D5D6F49DA8D71F863D7EFB98FE (ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___0_element, Type_t* ___1_attributeType, bool ___2_inherit, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ReflectionUtils_GetAssemblyDelimiterIndex_m4860F359D4A8A7F5AEC2C2A75904469C3A4722CD (String_t* ___0_fullyQualifiedTypeName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA (String_t* ___0_s, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
inline void StructMultiKey_2__ctor_m86731997DA776682D68E49D641713A373FCB9844 (StructMultiKey_2_t6E68BC5B4E82B577ED926DDD328474297A4F65C3* __this, String_t* ___0_v1, String_t* ___1_v2, const RuntimeMethod* method)
{
	((  void (*) (StructMultiKey_2_t6E68BC5B4E82B577ED926DDD328474297A4F65C3*, String_t*, String_t*, const RuntimeMethod*))StructMultiKey_2__ctor_mE9355E0A5E026A1DB579A95CEC49CDB5C82197DF_gshared)(__this, ___0_v1, ___1_v2, method);
}
inline void Func_2__ctor_mABAC2A1749B8A3F716CAD567A9ABCC9654A7E97E (Func_2_t083860B929985EC8DF79C99B5157C38632F84196* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t083860B929985EC8DF79C99B5157C38632F84196*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_Select_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_TisType_t_mF9CA31F130332928D01BB1567743F4531645DE9C (RuntimeObject* ___0_source, Func_2_t083860B929985EC8DF79C99B5157C38632F84196* ___1_selector, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t083860B929985EC8DF79C99B5157C38632F84196*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared)(___0_source, ___1_selector, method);
}
inline TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* Enumerable_ToArray_TisType_t_m8E2C7EBDC8CEB2393785B9E910ECF6D478007A89 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68 (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___2_binder, Type_t* ___3_returnType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___4_types, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___5_modifiers, const RuntimeMethod* method) ;
inline MemberInfo_t* Enumerable_SingleOrDefault_TisMemberInfo_t_m8FCB40D355478853AAEFD4A0FD1EF39B9E0543A1 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  MemberInfo_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_mBE781B30D8108D145C144C1733472EA99BA4A5BE_gshared)(___0_source, method);
}
inline void List_1__ctor_m6A67D9D691261F2556B731A8AE6B4929B8A94E31 (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
	((  void (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateFields_mE010323462273938232947F53CEAEDD04CA0224A (RuntimeObject* ___0_initialFields, Type_t* ___1_type, int32_t ___2_bindingAttr, const RuntimeMethod* method) ;
inline RuntimeObject* Enumerable_Cast_TisFieldInfo_t_mEE56A66449C8F58A3D977B40AF15DAD085FCEC2D (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m21250FA47CFF08469ACE158D6FA4E1FE11837D29_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionUtils_RemoveFlag_mB7DAD21EF1BDF82449F44B7BABDC5397B9272ACD (int32_t ___0_bindingAttr, int32_t ___1_flag, const RuntimeMethod* method) ;
inline void Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3 (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90 (RuntimeObject* ___0_source, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___1_predicate, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
}
inline void CollectionUtils_AddRange_TisMemberInfo_t_mDE50EE4C0A4096874E30FF48A4806321F24E103F (RuntimeObject* ___0_initial, RuntimeObject* ___1_collection, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m6CA2702021433273D322C24F9572A8F6053E637C_gshared)(___0_initial, ___1_collection, method);
}
inline void List_1__ctor_mF2EB4E16CD63260F4A40B2CB9D25CAE969F1EA79 (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
	((  void (*) (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method);
}
inline void List_1_AddRange_mBA5D755463D755BE7FDA512D25353813E0C8EB3E (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
	((  void (*) (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateProperties_mD3F6F4AFE2C2BDC0DBBFEDAAA528D1F2B3A7D96C (RuntimeObject* ___0_initialProperties, Type_t* ___1_type, int32_t ___2_bindingAttr, const RuntimeMethod* method) ;
inline PropertyInfo_t* List_1_get_Item_m42DD116FCC6A980B9B1DACDA2168961AAFA656A8 (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
	return ((  PropertyInfo_t* (*) (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* ReflectionUtils_GetMemberInfoFromType_m53EA3C96A700303B68775A888758AD4898B51A73 (Type_t* ___0_targetType, MemberInfo_t* ___1_memberInfo, const RuntimeMethod* method) ;
inline void List_1_set_Item_mEB3D88999B573EBB88F1A7D86721429006820CF8 (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* __this, int32_t ___0_index, PropertyInfo_t* ___1_value, const RuntimeMethod* method)
{
	((  void (*) (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*, int32_t, PropertyInfo_t*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method);
}
inline int32_t List_1_get_Count_m355CEE6943458AA8FD801E55B91417D3872474EA_inline (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* __this, const RuntimeMethod* method)
{
	return ((  int32_t (*) (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass44_0__ctor_mBC092A5561E02842F0507C1BD753AD361BE4E0FD (U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsPublic_m3CE1F6A87208FBC096DF73A053DAEDF0786BD5C5 (PropertyInfo_t* ___0_property, const RuntimeMethod* method) ;
inline void Func_2__ctor_m48337939E4E24F5ADE3777B5B57E73EEF3C2CEC7 (Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method);
}
inline int32_t CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96 (RuntimeObject* ___0_collection, Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74* ___1_predicate, const RuntimeMethod* method)
{
	return ((  int32_t (*) (RuntimeObject*, Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74*, const RuntimeMethod*))CollectionUtils_IndexOf_TisRuntimeObject_m839DA08F77995B0357460894C3F163C1AB6F176C_gshared)(___0_collection, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass44_1__ctor_m3140F854DE9DE3FD9E3BA541208EDBD13E85A1B3 (U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectionUtils_GetBaseDefinition_m0A99789F9B9BC226849E61E8AFCFA3FBAA5D7AC6 (PropertyInfo_t* ___0_propertyInfo, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0__ctor_m9EC0C51E97EC0361FEB33F9EF48B8FF8A2A801ED (U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* __this, const RuntimeMethod* method) ;
inline bool Enumerable_Any_TisMethodInfo_t_m8915E1BA27066F32C8A94E36583A462C24C566EC (RuntimeObject* ___0_source, Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* ___1_predicate, const RuntimeMethod* method)
{
	return ((  bool (*) (RuntimeObject*, Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mF6C6AC8DF8971883615734832D09C9210B956F0F_gshared)(___0_source, ___1_predicate, 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 U3CU3Ec__ctor_m6DDB32E97BC4E58BD446ACD831214F7E773FC500 (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, const RuntimeMethod* method) ;
inline bool Enumerable_Any_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m422594D537BC082F6EB4C804B7DAADC241488462 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  bool (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_m67CFBD544CF1D1C0C7E7457FDBDB81649DE26847_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPrivate_m11B2D9B58453F6B1CD34E0A226E39626976CBB28 (FieldInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_mFF5E0ADAA4ABD314C4524F3DC482CF9773932C5B (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_initalSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_appendLength, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, Il2CppChar ___1_value, const RuntimeMethod* 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 StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mF654D1BD6CCFF512998846C7E7D57C1E6AF6B4DE (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_m693AF2D7D2FCB627284D3A0D79FDA85547407D49 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
inline int32_t Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_array, Il2CppChar ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method)
{
	return ((  int32_t (*) (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, Il2CppChar, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_count, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2 (String_t* ___0_format, RuntimeObject* ___1_provider, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75 (RuntimeObject* ___0_provider, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_m375438909A280EC4405CE3280579C905CAC06BDA (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* __this, StringBuilder_t* ___0_sb, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63 (int32_t ___0_n, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSeparator_m8DBA05CCFA10131140E40057E6553F7AC7397BF9 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringUtils_ToLower_m509AAA2AC0CB8AE730B1ECE4B9E8C7E398FDAABB (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m019DF0456BF43D0BE5523394E730F55C7EBCABF0 (Il2CppChar ___0_c, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToSeparatedCase_mB976E76F73C6BA7BD2EB17BBEA47E4EEE383D622 (String_t* ___0_s, Il2CppChar ___1_separator, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_mED1E5FB863528ABB0D7D3DC4DE0FAB4517760658 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_mEE95A617A89CEB99AADAB54E025087D56CAB1BAA (Il2CppChar ___0_c, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m4A0936689D360EBC545690326B4DF187196BF2B9 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsClass_mACC1E0E79C9996ADE9973F81971B740132B64549 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m6B652265DCEF64250FD2A173C50BD889467A58E4 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5 (Type_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A (Type_t* __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 TypeExtensions_AssignableToTypeName_mE84234536B8F18616DB1E6813130EAA6FE9BBA2E (Type_t* ___0_type, String_t* ___1_fullTypeName, bool ___2_searchInterfaces, Type_t** ___3_match, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_mB96ABA9168598F26343B1AEE2097D30047BE661B (Type_t* ___0_type, Type_t* ___1_interfaceType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamingStrategy__ctor_m98E42D0DEDAC785C021F052E6DCFF217E6FD6AE2 (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_ProcessDictionaryKeys_m106CC9FF7F8399DCEC6FA1E17FD1BCE7AC7E057D_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_OverrideSpecifiedNames_m15DD4961756DF3279E8A03CD1E520A1E4920BD95_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelCaseNamingStrategy__ctor_mE1E8F78C5DD9BA5CBD45993D41DF60383032ACF4 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, bool ___0_processDictionaryKeys, bool ___1_overrideSpecifiedNames, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_ProcessExtensionDataNames_m62D2B1108D3AC587289C010AB4BFEB9150E8A43B_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToCamelCase_mC5ADD2B4C55E2E242CA489FD45F6F5C76B11E643 (String_t* ___0_s, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonNameTable__ctor_mEBD013018C1C7E620251EE5238FD26F3006D388D (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_m33F292D8EF5C738E272B51111A1E8F617163FEC3_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m8CD7B21923CC6D975DCD3F00157E090038751791_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, int32_t ___0_value, const RuntimeMethod* method) ;
inline void Func_2__ctor_mD5052375D3B3ADCC68E6ABBCD7F9CE5617A0EF0A (Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
inline void ThreadSafeStore_2__ctor_mE3B506D3CC6DE27067B4915D172CF52282CFF4D0 (ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* __this, Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1* ___0_creator, const RuntimeMethod* method)
{
	((  void (*) (ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5*, Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1*, const RuntimeMethod*))ThreadSafeStore_2__ctor_mD5C05EE1842C1E3A7573B5F8736E35844ABD1220_gshared)(__this, ___0_creator, method);
}
inline JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ThreadSafeStore_2_Get_m4ACF4F0392987DB4B2BAFB3C654E2F018DEC08CE (ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* __this, Type_t* ___0_key, const RuntimeMethod* method)
{
	return ((  JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* (*) (ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5*, Type_t*, const RuntimeMethod*))ThreadSafeStore_2_Get_m4C3B648215EE2A7820668D74A146EB2A73D8664B_gshared)(__this, ___0_key, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_mC6602D9BBD42A67584EF40A29B50DB45A035A565 (PropertyInfo_t* ___0_property, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsByRefLikeType_m0AB691D49F13CA9FF796F4E70A3065EF8DB1CF53 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m1164B44EB2ECF3D091F44D780C95B131B5BE0144_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTypeReflector_GetObjectMemberSerialization_m5A6864B17915ED80E8CB43E00B9C751DF5D7CA56 (Type_t* ___0_objectType, bool ___1_ignoreSerializableAttribute, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* ReflectionUtils_GetFieldsAndProperties_m5C9A9A1B4C2D81B55B9A96111F9224A5C2C298A9 (Type_t* ___0_type, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
inline RuntimeObject* Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714 (RuntimeObject* ___0_source, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___1_predicate, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* JsonTypeReflector_GetDataContractAttribute_m6C5640D4E573853A4BD2B77D1CE353115322924E (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m549575E45ED95951C372501916FB4123B6E6D7E0_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
inline List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mDA7E3E17547CE3D23DDE5B794A9C3E7584A11690_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
inline bool List_1_Contains_m400881AC8B3E5AC7BBB4A8253736047B77034D07 (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, MemberInfo_t* ___0_item, const RuntimeMethod* method)
{
	return ((  bool (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, MemberInfo_t*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method);
}
inline JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
inline JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9 (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
inline DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73_m927C97ABED5CA01FF01637AA2983AA2305B3E6AA (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139 (FieldInfo_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract__ctor_m924A44A5810F1962B452C04E5E467061F29D7228 (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___0_contract, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_mF9F1037CB899F4051EF74DE5AA4C4305B7635E2F_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m7D72CAE3141E92134D1EFF6E16F3E42261E83D64_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, const RuntimeMethod* method) ;
inline void CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2 (RuntimeObject* ___0_initial, RuntimeObject* ___1_collection, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m6CA2702021433273D322C24F9572A8F6053E637C_gshared)(___0_initial, ___1_collection, method);
}
inline JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_mB531551ED7974173B453474D0643EE1F2C9E6E47 (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method)
{
	return ((  JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m20003D42FFEAD8EB4AE4B5BA5A56B15FA58A1600_gshared)(___0_attributeProvider, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_m052D55E293C851B8B0424EB8FCB71D501E8B23E2_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemNullValueHandling_m9869C1E5AA3182B5139F4C37C6F1941B55DE1B15_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MissingMemberHandling_m0FA8E29127AC481325C5B0377811F99C44B83707_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0__ctor_m9101C66F4F8A86FA771A146AB6B9FC3E6EAEE634 (U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* JsonTypeReflector_GetContainerNamingStrategy_mCB8057434A25B711E8AF3C37083B41F996806AF1 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* ___0_containerAttribute, const RuntimeMethod* method) ;
inline void Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814 (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataNameResolver_m200624CB9DF3354C97EBD790ED65D853A3376DEF_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_OverrideCreator_m729880FFBBDCE26F2BC2240437E7547B37E08C98_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* JsonObjectContract_get_CreatorParameters_m3ACDF7DF733EDDCF2D1641084DC3C2AB56C6742E (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_mD8D182DE0EB2E23631249206AF8B24299BBE7AC7 (const RuntimeMethod* method) ;
inline void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8 (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_mBA111899C3FA1C007BF522FD0FB139C41E6C5EC5_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* JsonContract_get_DefaultCreator_mCFA7A4D151451FF9EE54042A8DB72BAAAD2B8CC9_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m5A1BDEA1A4CE3886E6BD60DC0BD66694FB2E45CC_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetParameterizedConstructor_m91C2DAAB5D4A9A223255E4CADC3DF616F79CB353 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ParameterizedCreator_m7DDA5EFECC7DA2B51310F55F890ABF452FBC62CD_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetImmutableConstructor_mEC5569606C332EC96F36357CA7C132B26A0C1149 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___1_memberProperties, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* DefaultContractResolver_GetExtensionDataMemberForType_m4790C656AAEFD98DAC4F296F038FB1AAAC633EB8 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_m2899F75FE30CA0CE45C1DD86949103D92CB99AB7 (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* ___0_contract, MemberInfo_t* ___1_member, const RuntimeMethod* method) ;
inline int32_t Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, String_t* ___1_value, const RuntimeMethod* method)
{
	return ((  int32_t (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared)(___0_array, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializingCallbacks_mD598741E61FD4DAD483A02BA78F9C14B9DB626F1 (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationCallback__ctor_mD20943B9A19E3372B683FE88570DF24A91842B32 (SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m0DDDC290916A23CCCE7A780AF876F9CE5FE58E4A (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* DefaultContractResolver_GetClassHierarchyForType_m109B1ACFCAAEBAC4FBA3DD71CFF4AEC875628A42 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
inline void Func_2__ctor_m6F696ECD2819010603F4F60CEF7C2482A021FF91 (Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m1A14D01630FFBB60A70C46B17DDEE0078307ED71 (RuntimeObject* ___0_source, Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* ___1_selector, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A*, const RuntimeMethod*))Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mC89216034DEE8779F1AC2D0A984C0ADE855BED00_gshared)(___0_source, ___1_selector, method);
}
inline MemberInfo_t* Enumerable_LastOrDefault_TisMemberInfo_t_m11010AC277028F3D5F346C030D7B463D81160C39 (RuntimeObject* ___0_source, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* ___1_predicate, const RuntimeMethod* method)
{
	return ((  MemberInfo_t* (*) (RuntimeObject*, Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_mB7B75BD214645D8A79DFF139356112781451A936_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_0__ctor_mAE17D31CCD02D7D37523A7290F13B425C7B27253 (U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* __this, const RuntimeMethod* method) ;
inline JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_m5B78839D9D8825FEA1C45FA461096E1684D54958 (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method)
{
	return ((  JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* (*) (RuntimeObject*, const RuntimeMethod*))ReflectionUtils_GetAttribute_TisRuntimeObject_m929DCC45D06F3FCCCBD5BCEB00BF142F56C7E9D8_gshared)(___0_attributeProvider, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsGenericDefinition_mF5420EF48A193DA2514186BE3B58F36F27B7E9C8 (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_m1ACC83CF38CEEA07080EBA48C66F2AD7FFF3C066_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_1__ctor_m48D6B35ED3FA7BDBA5BD3EAD6F509485C3EA791C (U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataSetter__ctor_m65A566850CC5193E76AED8FD0AB45511D5128AF3 (ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_mD1F11813547C8550A386D2A7F89E64976EA3D170_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m91100F78741EB6CEDB4AB7354EC4085E814FE865_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass45_2__ctor_m43870670ED498B83CED4133F77CEC82044CEA935 (U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* Type_GetConstructors_m1F758EB484E2AD8B1F662C967178B017A886A964 (Type_t* __this, const RuntimeMethod* method) ;
inline ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Enumerable_First_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m5714DB5234D33E9C6317D423F7F7BA4E4DEA040B (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_mEFECF1B8C3201589C5AF34176DCBF8DD926642D6_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataGetter__ctor_mD30966A61D48BB798304C72948502F050E4199FB (ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_mE40DD7E687AF9F1778D91715C1D73EB222D0E852_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataValueType_m71A33B2C1565DB97FF2502DC9993DA89EB62C562 (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Type_t* ___0_value, const RuntimeMethod* method) ;
inline RuntimeObject* Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m8EA9B635BFA7C329D4148DF66995F7A096C746D9 (RuntimeObject* ___0_source, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* ___1_predicate, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554 (Type_t* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* DefaultContractResolver_MatchProperty_m860E396AF1D18978882B290C6D6B552C9C4EE74D (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___0_properties, String_t* ___1_name, Type_t* ___2_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_Writable_mC42D3422F282EA472179F6A45B97ABE13D9815AB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_m3BF51B17031B29E73845BE135782472BCF43C5D4 (JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection_AddProperty_mAC7E17C29B8A0DC1F39720B0B011B468EDC2727B (JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_property, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* JsonPropertyCollection_GetClosestMatchProperty_m051B5200B3BBEFB62E4351D1B2376A507D061A77 (JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* __this, String_t* ___0_propertyName, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonProperty_get_PropertyType_mA68B958EF3FA448DE8073330143B58DE59274C02_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty__ctor_mA017211DF2D2DF2E6EFB14A40F67D313E82C982B (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyType_m4D1F70CA66382EF37C95083B5B90310EFD44F9AF (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Type_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionAttributeProvider__ctor_mB3C1BFACEB11C9154E1B305F467E9ABDACB4E2EF (ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B* __this, RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m3FFF05C4EEE1FAAF5B733483B7416AF806DC052D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_m2F76CCB18F6416C34D521D8FE6B4A71F1E669F45 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_property, RuntimeObject* ___1_attributeProvider, String_t* ___2_name, Type_t* ___3_declaringType, int32_t ___4_memberSerialization, bool* ___5_allowNonPublicAccess, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m1AADD57C10234EA26128DF1CBED2C731E5104837_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_m758C34133078AAA8BC826D5F206D8B13FEA2E99E_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyName_m9CED5A907D22FA06A57494405F5C1EE98E1054ED (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonProperty_get_Converter_mF3E03B156CCD94CE67ABAA1D7298F7618505D5AB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_mFC9963279952098BC4C2C67CB585A48EF9C725D8_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonProperty_get_DefaultValue_m4C70DE40A0A057B08F1861B17F427B875BD71EC7 (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValue_m8246A51C252AD8DBF71E897378DBE35169A645A0 (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mAE00F47B7A873638FD3A4D33E15AA4B98EBF1FFC_inline (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonProperty_get_IsReference_mBC2FA55AAD460313375EEA548D16748BA072FB49_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_mA04A81F2AB4228211644F28A9D128605A3C8BE76_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 JsonProperty_get_NullValueHandling_m66711C6E8112FF7FF2BA13DA977FE4C66D8D4B1A_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_inline (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_m1975598294F96AAF9FB5C2EADBFA7A3B75B6B426_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 JsonProperty_get_DefaultValueHandling_mB9898AE13350D06964AA3C38D383D2A3E83BE295_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_inline (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m86A51D1BF0A4C8A1AC1F175216335B9DD6B1D1B8_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 JsonProperty_get_ReferenceLoopHandling_m19BE73BF4CB3BFCEF390ED8EFDA9F84C15958FCA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_inline (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_mF0D9D07EBAE26AC5B89CEC817700D81CA4A37C62_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D JsonProperty_get_ObjectCreationHandling_mCB48C650C866006B2784BF3D1058029F40BCA566_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_inline (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_m3A11003CF805D723E78DF85DBD6F52CAC6175198_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 JsonProperty_get_TypeNameHandling_mB9ADD59B98F0FB3D50AC0487EC91422CE6C0F491_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
inline bool Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_inline (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m02D63F2A4611B9AFC60C04304CF8B3D0E5216134_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonTypeReflector_GetJsonConverter_mBB62F7EE987E98076594D2E89C4BEDDC0B8D72D8 (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method) ;
inline JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031 (RuntimeObject* ___0_attributeProvider, const RuntimeMethod* method)
{
	return ((  JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m20003D42FFEAD8EB4AE4B5BA5A56B15FA58A1600_gshared)(___0_attributeProvider, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_mFC973648198CB8FE16D145288C566252D19CDCC4_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101_inline (DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m68807F8BD7B34D2056C85464D0F74EDB68464870_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonSerializer_GetMatchingConverter_m6CAFDF7FFC00014094B5759BDB1AC8081DC84C98 (RuntimeObject* ___0_converters, Type_t* ___1_objectType, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_mF21E059A42EC399C177E6A5E126F2673047FBDFD_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* DefaultContractResolver_GetDefaultCreator_mAB208B59B1D325A549039118F896F1B7CA6DCD39 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_createdType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ReflectionUtils_GetDefaultConstructor_m7D201BD979CF35DA3BD18B96219C9CAD547D550E (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_mB9D2AFC01ADA985286A0469B72F3256A0F6C7279_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_m3404C7A0910498426ABED752D762E0F7566FCEC1 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___0_contract, Type_t* ___1_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_mCCEFB4AEDC1E6197A8015CB1D6DA140498DD1C65 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___1_onSerializing, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___2_onSerialized, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___3_onDeserializing, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___4_onDeserialized, List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** ___5_onError, const RuntimeMethod* method) ;
inline void CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890 (RuntimeObject* ___0_initial, RuntimeObject* ___1_collection, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m6CA2702021433273D322C24F9572A8F6053E637C_gshared)(___0_initial, ___1_collection, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializedCallbacks_m4C32E26B665251C4187F4C4BAC6BA22346FE44C6 (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializingCallbacks_mBCEDDD83766E804875C007D6192DA0F41C379D3C (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializedCallbacks_mD7648B190FC47079D2F072AABC593F16443CB1AE (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnErrorCallbacks_m33B0B311D9EA13E0945832A96BAF03E50C1ECCEE (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
inline void CollectionUtils_AddRange_TisSerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962_m32C2A13D039A4352849B7035C2E2DFB787D1DA8F (RuntimeObject* ___0_initial, RuntimeObject* ___1_collection, const RuntimeMethod* method)
{
	((  void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m6CA2702021433273D322C24F9572A8F6053E637C_gshared)(___0_initial, ___1_collection, method);
}
inline Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
	return ((  Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
inline void Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1 (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
	((  void (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
inline Type_t* Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_inline (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
	return ((  Type_t* (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_m2A5E0BE64BDB541ABB29C01C4A32774ECDE7F271 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_mD192FD03EF902C1C1D7DC56D9D7A6DB3767FA184 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7 (MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, Type_t* ___2_attributeType, MethodInfo_t* ___3_currentCallback, Type_t** ___4_prevAttributeType, const RuntimeMethod* method) ;
inline void List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* JsonContract_CreateSerializationCallback_mF78A6E17BE907CE1003CA35C9C0B44810468D7DC (MethodInfo_t* ___0_callbackMethodInfo, const RuntimeMethod* method) ;
inline void List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_inline (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* __this, SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*, SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline void List_1__ctor_mCCDB0D370B26F1B8229A4FA5B07182A531E6E775 (List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962* JsonContract_CreateSerializationErrorCallback_m086A2A98E30872487CF25E074A251887045805AD (MethodInfo_t* ___0_callbackMethodInfo, const RuntimeMethod* method) ;
inline void List_1_Add_m850BE54A766A34C33DF8D1DDD7569ACB3C05EA84_inline (List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* __this, SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E*, SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline bool Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877 (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsConcurrentOrObservableCollection_m3D01859E9307DBBAE588ADF7CE60CDF17FA561BF (Type_t* ___0_t, const RuntimeMethod* method) ;
inline void List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
inline void List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, Type_t* ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, Type_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline void List_1_Reverse_mF84E6E52DB2084D8BC808C553DB02D7A80D0DC69 (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* __this, const RuntimeMethod* method)
{
	((  void (*) (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*, const RuntimeMethod*))List_1_Reverse_m3A8BEF4194B03E75859F94B4EE2F54045AF98708_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract__ctor_mF9F1BD61E21BCF52C1151250CA2D6060B26B489B (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
inline JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51 (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0__ctor_mF5A1A365EF9BA5811FF34DDAEDC6E8A0E31684CF (U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m76D8596A2262205278E9DB152586F7C7202EE13B_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonDictionaryContract_get_DictionaryKeyType_mE92EF750094C636DF354F2ED771B8918A897BBDF_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonDictionaryContract_get_DictionaryValueType_m278FF42A97ABD7B6F6F952C7D17182FD2A08704B_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m1C8461874E8D2B63DE6A32DBFAC98F0BAE9D7730_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m072E34CED83EF4035CC4BA7C7E3608132AB3F6CA_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract__ctor_mAA81A5943EEC3B703838ACFF20C15B8BB192B268 (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonArrayContract_get_CollectionItemType_m323C31B1A257D6EDD322D46EB8B8E168AA24C90F_inline (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m30821EFEBDCC26B3CEF2F7EE67FE512C45783A94_inline (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_OverrideCreator_m574FF3E00B0156ED9CC5FC73582552EEC6FA0CD5 (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPrimitiveContract__ctor_m84E9035402FCACFE50DF21AA6DBB66AF6A611A85 (JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonLinqContract__ctor_m8C08D3FEC162BEE504D5839A7B9AC219B2B8D260 (JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonISerializableContract__ctor_m3935F0046EC24721B5FBDF4F9CC45609066E3B26 (JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m27DB07707556F5798E5482B1D314C562E3883C85 (Type_t* __this, int32_t ___0_bindingAttr, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___1_binder, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_types, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___3_modifiers, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_mEF41F2A09A138E3EE75A630A8DD64DDF9B85A7A1_inline (JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDynamicContract__ctor_m8BF660C6BBC39101C41C90CB2E9ABC93B805D5D0 (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass67_0__ctor_m683C5FE1BB03D61EDE4BB9A744E51A9780456F52 (U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDynamicContract_set_PropertyNameResolver_mB9A85376905CA1934073E20A975D6866EF128338_inline (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* JsonDynamicContract_get_Properties_mA9553F6347C8594C6ED70DA78B77545DC352566D_inline (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonStringContract__ctor_m54A42C4ACC79372B1BA8543146B32DD8B8CC4256 (JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* __this, Type_t* ___0_underlyingType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_EnsureNotByRefType_m3B51B685934BE45B98A96C9AF84E0FB56506123F (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_m1FCBA966577856D7FC5CEF79B7B9E0B3F7747694 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_EnsureNotNullableType_mF2B1550F38848A01AAAFDAD0755C37ACA6530ED6 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsDictionaryType_m6E8536FFCDA481FB20EC0C4B8746028004A1BC6E (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_mD9989BD88FFA5A954234A17DEEADB8455BC823ED (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m5B7D581C6BB2FE170BC492F9C66B304AF8093F4B_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_IsSerializable_mFAC5555198A47264BEBA2B23BBA153A5C15AA80C (RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_mAD611B13EC99D605790E7175312BC468E87497C0 (Type_t* ___0_t, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_CanTypeDescriptorConvertString_m67EEF8C83406E2D64F11C539C087A662351510FA (Type_t* ___0_type, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C** ___1_typeConverter, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2 (Type_t* ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m5F7ADBFCB56B0DA5D3E4973ECC7BD8E5AB93CF9F (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, RuntimeObject* ___5_arg3, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m675CE2F519A21661494F14469C676E52CDCDA7C0 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ContainsGenericParameters_mA994EDB52CD98EF1AEB724C41902F89D3D23B557 (Type_t* ___0_type, const RuntimeMethod* method) ;
inline Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680 List_1_GetEnumerator_m4E69377D3CDD21CC8F8B8CF57E9F941750210236 (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* __this, const RuntimeMethod* method)
{
	return ((  Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680 (*) (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
inline void Enumerator_Dispose_mAFD5089969947749474E407A30BD187F4B0EB0E3 (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680* __this, const RuntimeMethod* method)
{
	((  void (*) (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
inline MemberInfo_t* Enumerator_get_Current_m1266EE1843F07155A6C7F81DC87BF7FCC96631F7_inline (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680* __this, const RuntimeMethod* method)
{
	return ((  MemberInfo_t* (*) (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonNameTable_Add_m126591FC04F969EF8DC5B25E886DD9D470F440C7 (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, String_t* ___0_key, const RuntimeMethod* method) ;
inline bool Enumerator_MoveNext_m7C53B7EEA30CE5F7A41761ACDF6E6990B7095115 (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680* __this, const RuntimeMethod* method)
{
	return ((  bool (*) (Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
inline void Func_2__ctor_m87DE92F72BF6BE1F84D31F110E7E5341B3A690A1 (Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Func_2_t3AD18756954329B3F479B276109D69F8B574B73D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* Enumerable_OrderBy_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD0F1264679BB12DCA1F1B768C86E3A03774175F7 (RuntimeObject* ___0_source, Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* ___1_keySelector, const RuntimeMethod* method)
{
	return ((  RuntimeObject* (*) (RuntimeObject*, Func_2_t3AD18756954329B3F479B276109D69F8B574B73D*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared)(___0_source, ___1_keySelector, method);
}
inline List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB* Enumerable_ToList_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m6438BA513E6169D146E81CEB7D50D77F1DE2FD3F (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
	return ((  List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionValueProvider__ctor_mE88335461A4A910D2554A3F309D9B335EAEE8F77 (ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_mCC360EE3878D9ADBBF43D9C0041CF0EE688D32BA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Type_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m3E52A4C43012A13A874804F1539A9F50CC54D4BA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_mD345EDBF9DFDBFC4E514FDBCAC56A8012AE2CE3D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreShouldSerializeMembers_mB08D105D5BC2E1C9200C26D08F3CE796AC5EBF74_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* DefaultContractResolver_CreateShouldSerializeTest_m295E60C21E1BD022604D3E78517D0E97F3FD5FF4 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, MemberInfo_t* ___0_member, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m46EE6AE304CECB231A5042488EA30F61A140741D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreIsSpecifiedMembers_m37919B9AE898F5E0E3CFAFBF7C829EAD3DC66E65_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m659959226A92F854516014E205F5F96FAC52F99F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_property, MemberInfo_t* ___1_member, bool ___2_allowNonPublicAccess, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* JsonTypeReflector_GetDataMemberAttribute_m51F50871DCAA5A513B7E12A0AF003FA0ABC2237E (MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_m81E5C6785332B6EFABFA1C12BB999BA21AF86705_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_NamingStrategyType_mDA448745753DB2788F1DD9C1DD060BD6781B982C_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_NamingStrategyParameters_mB61BA6977E77B2AA2FAE52C881C6B53027DEEB93_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* JsonTypeReflector_CreateNamingStrategyInstance_mC096C559625741FAD149A6707CCBCB6F88309E18 (Type_t* ___0_namingStrategyType, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_mC12C03A61DF03BE56C9F108E6C15D8DE5D0E4CCE_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Order_mEDD3BA19A3946816500CBBFBC4F46F6B7B257774_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_m18D38CB29FB7D25D4EDCB2810BB73DB9C0066DEB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_ItemConverterType_m40009062EA3E6CB8F48F87883D49F31D92272BE4_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_ItemConverterParameters_mB826BA3BB609B554C2A14322F87FABE38AA98B7C_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonTypeReflector_CreateJsonConverterInstance_m202D426DBCF696743A3A607AA9AD3F0E6DED1682 (Type_t* ___0_converterType, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_m0E9488FFFBC280CA54D5D58279F25F305303140B_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_mEB8E34E485BFBCE173A075858772127C14790FC5_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_m8B707B8D50203DDCF2C445BDD1C4D3CF0E14D93A_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) ;
inline void Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8 (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* __this, int32_t ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___0_value, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) ;
inline void Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7 (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* __this, int32_t ___0_value, const RuntimeMethod* method)
{
	((  void (*) (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___0_value, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m92865493E79053F8C02419E5B7798CA7758ED374_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) ;
inline JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850* JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850_m7A31E420758622A1DECA720FD4288DC9348347FB (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
inline JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_mC9EEDA4A7519A9E7EB49DCCEA9A9296A3C401061 (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_IsNonSerializable_m97BE43CF84C7A7EBC0ED45FE18A8A9BE10DE49CA (RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
inline IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777* JsonTypeReflector_GetAttribute_TisIgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777_mFB6CC7EAB24B570171115842E070CF7196312516 (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_m1F9CA36C6C94DD3E563A4A1C8462DE5FBA6F5558_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) ;
inline DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_mBB78FBB9F6C5FEF9B292AC1FF4AE49CF1CD62B78 (RuntimeObject* ___0_provider, const RuntimeMethod* method)
{
	return ((  DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* (*) (RuntimeObject*, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_mAD9292953F7B77A9B22103A64BF38408ADA8325E_gshared)(___0_provider, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass80_0__ctor_mD53B53B97331F610A18982B8C478A83F5E5B881B (U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07* __this, const RuntimeMethod* method) ;
inline void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20 (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
	((  void (*) (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass81_0__ctor_m7A093EF67B372FDBF32704EF1CCC1D51F90BB85B (U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_m6E63875E6098E89250149F4E76FAD40844708391 (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685 (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_mC836374B47C73B17A7860AF08F28FB8B49C81F28_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_m177EC7F85AA7A3059301906F3DB393B5C16A950C_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m52F3E230F523349797B923489423735999EA4A4E (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntityKeyMemberConverter__ctor_m916EA3DA111ABF562E9D4E96A4C3D9EC2BA52178 (EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandoObjectConverter__ctor_mFC7A8D40F77AF959FD0415ED3FEE1D104F1D283D (ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3 (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter__ctor_m6A759CAB2FA8F38DCEF840B9DF367F2EBDC0845E (BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSetConverter__ctor_m52A60FA89343C9EF407ABAB90398C8192A8AE689 (DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataTableConverter__ctor_m6B1444049E7E7298BA10F1C1E6B1C9E7EBFF1830 (DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscriminatedUnionConverter__ctor_m9BE86542B2BCF9E2CAAE778EE97CACFF9F7C2DD1 (DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairConverter__ctor_mE945E5DD56F012CBB65CD6213B18365A89B23EEC (KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectIdConverter__ctor_m9A8067BEF8BF07BEC8A7FA3E956475540E4E495C (BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter__ctor_mC1D5166D65F3777509842BB033FC4111EB826167 (RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, 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);
}
inline void List_1_AddWithResize_m11185A14288763FB9A0FF8111453AC739E76CF35 (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, Il2CppChar, const RuntimeMethod*))List_1_AddWithResize_m11185A14288763FB9A0FF8111453AC739E76CF35_gshared)(__this, ___0_item, method);
}
inline void List_1_AddWithResize_mAE92ED7C1F3B1E0BB409F462197C47FD982345E1 (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int64_t ___0_item, const RuntimeMethod* method)
{
	((  void (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, int64_t, const RuntimeMethod*))List_1_AddWithResize_mAE92ED7C1F3B1E0BB409F462197C47FD982345E1_gshared)(__this, ___0_item, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_mBE0249771B368C41A4D6CA26783BEA3B82A61455 (JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* __this, const RuntimeMethod* method) 
{
	{
		JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m29EA8351C06D3CE9DA690046CB1C26B73484CB06 (JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) 
{
	{
		SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
		StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
		JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F(__this, L_0, L_1, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m9DBE14E1D9FEA8877CB2528A2A0A0464F76E79C8 (JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* __this, String_t* ___0_message, String_t* ___1_path, Exception_t* ___2_innerException, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_message;
		Exception_t* L_1 = ___2_innerException;
		JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4(__this, L_0, L_1, NULL);
		String_t* L_2 = ___1_path;
		__this->___U3CPathU3Ek__BackingField = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPathU3Ek__BackingField), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* JsonWriterException_Create_mA440D59D85200435C7AFC40CDEF5773888D0F94B (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___0_writer, String_t* ___1_message, Exception_t* ___2_ex, const RuntimeMethod* method) 
{
	{
		JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_0 = ___0_writer;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = JsonWriter_get_ContainerPath_mEEB68127DE05B60631203B908206E58C653E459C(L_0, NULL);
		String_t* L_2 = ___1_message;
		Exception_t* L_3 = ___2_ex;
		JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* L_4;
		L_4 = JsonWriterException_Create_m5D4C3D2C757C0B94CBC900DF6C0737B11F53AD08(L_1, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* JsonWriterException_Create_m5D4C3D2C757C0B94CBC900DF6C0737B11F53AD08 (String_t* ___0_path, String_t* ___1_message, Exception_t* ___2_ex, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_path;
		String_t* L_1 = ___1_message;
		il2cpp_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
		String_t* L_2;
		L_2 = JsonPosition_FormatMessage_mBA84EAA212D7094726694CE707E2A3DADBDE8D6B((RuntimeObject*)NULL, L_0, L_1, NULL);
		___1_message = L_2;
		String_t* L_3 = ___1_message;
		String_t* L_4 = ___0_path;
		Exception_t* L_5 = ___2_ex;
		JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA* L_6 = (JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA*)il2cpp_codegen_object_new(JsonWriterException_tF13EC07A2159B2C5951971D4AED5A195DEBE8AAA_il2cpp_TypeInfo_var);
		JsonWriterException__ctor_m9DBE14E1D9FEA8877CB2528A2A0A0464F76E79C8(L_6, L_3, L_4, L_5, 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder__ctor_m8F45560E8389A93FBEB501B8685D03E876F46C4D (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)76));
		__this->____charsLine = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____charsLine), (void*)L_0);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___0_writer;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0, NULL);
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_2 = ___0_writer;
		__this->____writer = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____writer), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) 
{
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
		if (L_0)
		{
			goto IL_000e;
		}
	}
	{
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B_RuntimeMethod_var)));
	}

IL_000e:
	{
		int32_t L_2 = ___1_index;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_001d;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B_RuntimeMethod_var)));
	}

IL_001d:
	{
		int32_t L_4 = ___2_count;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_002c;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B_RuntimeMethod_var)));
	}

IL_002c:
	{
		int32_t L_6 = ___2_count;
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_buffer;
		NullCheck(L_7);
		int32_t L_8 = ___1_index;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8)))))
		{
			goto IL_003f;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B_RuntimeMethod_var)));
	}

IL_003f:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Encode_mB7AC073FA2837C4647788A4517F6234EECC78F92 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
		int32_t L_1 = ___1_index;
		int32_t L_2 = ___2_count;
		Base64Encoder_ValidateEncode_mE36AF7F390C42675FC7358929CB671B3CCDE964B(__this, L_0, L_1, L_2, NULL);
		int32_t L_3 = __this->____leftOverBytesCount;
		if ((((int32_t)L_3) <= ((int32_t)0)))
		{
			goto IL_0042;
		}
	}
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_buffer;
		int32_t L_5 = ___1_index;
		bool L_6;
		L_6 = Base64Encoder_FulfillFromLeftover_m0FC68C1E5413E57DF204AA71B0B07C4D80E03442(__this, L_4, L_5, (&___2_count), NULL);
		if (!L_6)
		{
			goto IL_001f;
		}
	}
	{
		return;
	}

IL_001f:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->____leftOverBytes;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->____charsLine;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		int32_t L_9;
		L_9 = Convert_ToBase64CharArray_mA76751948F258E3726B76E8A93133C6F364B216B(L_7, 0, 3, L_8, 0, NULL);
		V_2 = L_9;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____charsLine;
		int32_t L_11 = V_2;
		Base64Encoder_WriteChars_m2402CA2720FAFFF4529F80B591E2B701877C6EE9(__this, L_10, 0, L_11, NULL);
	}

IL_0042:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_buffer;
		int32_t L_13 = ___1_index;
		Base64Encoder_StoreLeftOverBytes_m3B84B2B5BB5FDDA907E57387F515B6E662966AB9(__this, L_12, L_13, (&___2_count), NULL);
		int32_t L_14 = ___1_index;
		int32_t L_15 = ___2_count;
		V_0 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
		V_1 = ((int32_t)57);
		goto IL_0082;
	}

IL_0055:
	{
		int32_t L_16 = ___1_index;
		int32_t L_17 = V_1;
		int32_t L_18 = V_0;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) <= ((int32_t)L_18)))
		{
			goto IL_005f;
		}
	}
	{
		int32_t L_19 = V_0;
		int32_t L_20 = ___1_index;
		V_1 = ((int32_t)il2cpp_codegen_subtract(L_19, L_20));
	}

IL_005f:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_buffer;
		int32_t L_22 = ___1_index;
		int32_t L_23 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = __this->____charsLine;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		int32_t L_25;
		L_25 = Convert_ToBase64CharArray_mA76751948F258E3726B76E8A93133C6F364B216B(L_21, L_22, L_23, L_24, 0, NULL);
		V_3 = L_25;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = __this->____charsLine;
		int32_t L_27 = V_3;
		Base64Encoder_WriteChars_m2402CA2720FAFFF4529F80B591E2B701877C6EE9(__this, L_26, 0, L_27, NULL);
		int32_t L_28 = ___1_index;
		int32_t L_29 = V_1;
		___1_index = ((int32_t)il2cpp_codegen_add(L_28, L_29));
	}

IL_0082:
	{
		int32_t L_30 = ___1_index;
		int32_t L_31 = V_0;
		if ((((int32_t)L_30) < ((int32_t)L_31)))
		{
			goto IL_0055;
		}
	}
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_StoreLeftOverBytes_m3B84B2B5BB5FDDA907E57387F515B6E662966AB9 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t* ___2_count, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		int32_t* L_0 = ___2_count;
		int32_t L_1 = *((int32_t*)L_0);
		V_0 = ((int32_t)(L_1%3));
		int32_t L_2 = V_0;
		if ((((int32_t)L_2) <= ((int32_t)0)))
		{
			goto IL_003f;
		}
	}
	{
		int32_t* L_3 = ___2_count;
		int32_t* L_4 = ___2_count;
		int32_t L_5 = *((int32_t*)L_4);
		int32_t L_6 = V_0;
		*((int32_t*)L_3) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_5, L_6));
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->____leftOverBytes;
		if (L_7)
		{
			goto IL_0023;
		}
	}
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)3);
		__this->____leftOverBytes = L_8;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____leftOverBytes), (void*)L_8);
	}

IL_0023:
	{
		V_1 = 0;
		goto IL_003b;
	}

IL_0027:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = __this->____leftOverBytes;
		int32_t L_10 = V_1;
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_buffer;
		int32_t L_12 = ___1_index;
		int32_t* L_13 = ___2_count;
		int32_t L_14 = *((int32_t*)L_13);
		int32_t L_15 = V_1;
		NullCheck(L_11);
		int32_t L_16 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_12, L_14)), L_15));
		uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)L_17);
		int32_t L_18 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
	}

IL_003b:
	{
		int32_t L_19 = V_1;
		int32_t L_20 = V_0;
		if ((((int32_t)L_19) < ((int32_t)L_20)))
		{
			goto IL_0027;
		}
	}

IL_003f:
	{
		int32_t L_21 = V_0;
		__this->____leftOverBytesCount = L_21;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Base64Encoder_FulfillFromLeftover_m0FC68C1E5413E57DF204AA71B0B07C4D80E03442 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t* ___2_count, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->____leftOverBytesCount;
		V_0 = L_0;
		goto IL_0023;
	}

IL_0009:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->____leftOverBytes;
		int32_t L_2 = V_0;
		int32_t L_3 = L_2;
		V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_buffer;
		int32_t L_5 = ___1_index;
		int32_t L_6 = L_5;
		___1_index = ((int32_t)il2cpp_codegen_add(L_6, 1));
		NullCheck(L_4);
		int32_t L_7 = L_6;
		uint8_t L_8 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)L_8);
		int32_t* L_9 = ___2_count;
		int32_t* L_10 = ___2_count;
		int32_t L_11 = *((int32_t*)L_10);
		*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_11, 1));
	}

IL_0023:
	{
		int32_t L_12 = V_0;
		if ((((int32_t)L_12) >= ((int32_t)3)))
		{
			goto IL_002c;
		}
	}
	{
		int32_t* L_13 = ___2_count;
		int32_t L_14 = *((int32_t*)L_13);
		if ((((int32_t)L_14) > ((int32_t)0)))
		{
			goto IL_0009;
		}
	}

IL_002c:
	{
		int32_t* L_15 = ___2_count;
		int32_t L_16 = *((int32_t*)L_15);
		if (L_16)
		{
			goto IL_003d;
		}
	}
	{
		int32_t L_17 = V_0;
		if ((((int32_t)L_17) >= ((int32_t)3)))
		{
			goto IL_003d;
		}
	}
	{
		int32_t L_18 = V_0;
		__this->____leftOverBytesCount = L_18;
		return (bool)1;
	}

IL_003d:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Flush_m0227AAAF28FFCA22AF4FA524E82FC4F2C1AD4DDD (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->____leftOverBytesCount;
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_0038;
		}
	}
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->____leftOverBytes;
		int32_t L_2 = __this->____leftOverBytesCount;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____charsLine;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		int32_t L_4;
		L_4 = Convert_ToBase64CharArray_mA76751948F258E3726B76E8A93133C6F364B216B(L_1, 0, L_2, L_3, 0, NULL);
		V_0 = L_4;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = __this->____charsLine;
		int32_t L_6 = V_0;
		Base64Encoder_WriteChars_m2402CA2720FAFFF4529F80B591E2B701877C6EE9(__this, L_5, 0, L_6, NULL);
		__this->____leftOverBytesCount = 0;
	}

IL_0038:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m2402CA2720FAFFF4529F80B591E2B701877C6EE9 (Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) 
{
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = __this->____writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_chars;
		int32_t L_2 = ___1_index;
		int32_t L_3 = ___2_count;
		NullCheck(L_0);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_0, L_1, L_2, L_3);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BoxedPrimitives_Get_mCE874A982303BB17EF5464E5C71031921F868C66 (bool ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = ___0_value;
		if (L_0)
		{
			goto IL_0009;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanFalse;
		return L_1;
	}

IL_0009:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_2 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanTrue;
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BoxedPrimitives_Get_mA48C4F9192BDFC97EBCC57148BE8DCC2F3490CD7 (int32_t ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		int32_t L_0 = ___0_value;
		switch (((int32_t)il2cpp_codegen_subtract(L_0, (-1))))
		{
			case 0:
			{
				goto IL_0032;
			}
			case 1:
			{
				goto IL_003a;
			}
			case 2:
			{
				goto IL_0042;
			}
			case 3:
			{
				goto IL_004a;
			}
			case 4:
			{
				goto IL_0052;
			}
			case 5:
			{
				goto IL_005a;
			}
			case 6:
			{
				goto IL_0062;
			}
			case 7:
			{
				goto IL_006a;
			}
			case 8:
			{
				goto IL_0072;
			}
			case 9:
			{
				goto IL_007a;
			}
		}
	}
	{
		goto IL_0082;
	}

IL_0032:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_M1;
		V_0 = L_1;
		goto IL_0089;
	}

IL_003a:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_2 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_0;
		V_0 = L_2;
		goto IL_0089;
	}

IL_0042:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_3 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_1;
		V_0 = L_3;
		goto IL_0089;
	}

IL_004a:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_4 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_2;
		V_0 = L_4;
		goto IL_0089;
	}

IL_0052:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_5 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_3;
		V_0 = L_5;
		goto IL_0089;
	}

IL_005a:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_4;
		V_0 = L_6;
		goto IL_0089;
	}

IL_0062:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_7 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_5;
		V_0 = L_7;
		goto IL_0089;
	}

IL_006a:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_8 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_6;
		V_0 = L_8;
		goto IL_0089;
	}

IL_0072:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_9 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_7;
		V_0 = L_9;
		goto IL_0089;
	}

IL_007a:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_10 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_8;
		V_0 = L_10;
		goto IL_0089;
	}

IL_0082:
	{
		int32_t L_11 = ___0_value;
		int32_t L_12 = L_11;
		RuntimeObject* L_13 = Box(il2cpp_defaults.int32_class, &L_12);
		V_0 = L_13;
	}

IL_0089:
	{
		RuntimeObject* L_14 = V_0;
		return L_14;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BoxedPrimitives_Get_mA76FFC582E66FADABC7EEBA9FF75908082C961C6 (int64_t ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int64_t G_B2_0 = 0;
	int64_t G_B1_0 = 0;
	{
		int64_t L_0 = ___0_value;
		int64_t L_1 = ((int64_t)il2cpp_codegen_subtract(L_0, ((int64_t)(-1))));
		if ((!(((uint64_t)L_1) > ((uint64_t)((int64_t)((int32_t)9))))))
		{
			G_B2_0 = L_1;
			goto IL_0010;
		}
		G_B1_0 = L_1;
	}
	{
		goto IL_0090;
	}

IL_0010:
	{
		switch (((int32_t)(uint32_t)G_B2_0))
		{
			case 0:
			{
				goto IL_0040;
			}
			case 1:
			{
				goto IL_0048;
			}
			case 2:
			{
				goto IL_0050;
			}
			case 3:
			{
				goto IL_0058;
			}
			case 4:
			{
				goto IL_0060;
			}
			case 5:
			{
				goto IL_0068;
			}
			case 6:
			{
				goto IL_0070;
			}
			case 7:
			{
				goto IL_0078;
			}
			case 8:
			{
				goto IL_0080;
			}
			case 9:
			{
				goto IL_0088;
			}
		}
	}
	{
		goto IL_0090;
	}

IL_0040:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_2 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_M1;
		V_0 = L_2;
		goto IL_0097;
	}

IL_0048:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_3 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_0;
		V_0 = L_3;
		goto IL_0097;
	}

IL_0050:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_4 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_1;
		V_0 = L_4;
		goto IL_0097;
	}

IL_0058:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_5 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_2;
		V_0 = L_5;
		goto IL_0097;
	}

IL_0060:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_3;
		V_0 = L_6;
		goto IL_0097;
	}

IL_0068:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_7 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_4;
		V_0 = L_7;
		goto IL_0097;
	}

IL_0070:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_8 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_5;
		V_0 = L_8;
		goto IL_0097;
	}

IL_0078:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_9 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_6;
		V_0 = L_9;
		goto IL_0097;
	}

IL_0080:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_10 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_7;
		V_0 = L_10;
		goto IL_0097;
	}

IL_0088:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_11 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_8;
		V_0 = L_11;
		goto IL_0097;
	}

IL_0090:
	{
		int64_t L_12 = ___0_value;
		int64_t L_13 = L_12;
		RuntimeObject* L_14 = Box(il2cpp_defaults.int64_class, &L_13);
		V_0 = L_14;
	}

IL_0097:
	{
		RuntimeObject* L_15 = V_0;
		return L_15;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BoxedPrimitives_Get_mE6CE29599BD38EDCBF59EDFA0610146E738A94FA (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_value;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero;
		bool L_2;
		L_2 = Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5(L_0, L_1, NULL);
		if (L_2)
		{
			goto IL_0014;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = ___0_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = L_3;
		RuntimeObject* L_5 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_4);
		return L_5;
	}

IL_0014:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DecimalZero;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BoxedPrimitives_Get_mD24C36A347180199D3FDA24A0E611CE3B857363F (double ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		double L_0 = ___0_value;
		if ((!(((double)L_0) == ((double)(0.0)))))
		{
			goto IL_0012;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleZero;
		return L_1;
	}

IL_0012:
	{
		double L_2 = ___0_value;
		bool L_3;
		L_3 = Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline(L_2, NULL);
		if (!L_3)
		{
			goto IL_002e;
		}
	}
	{
		double L_4 = ___0_value;
		bool L_5;
		L_5 = Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline(L_4, NULL);
		if (L_5)
		{
			goto IL_0028;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_6 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNegativeInfinity;
		return L_6;
	}

IL_0028:
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_7 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoublePositiveInfinity;
		return L_7;
	}

IL_002e:
	{
		double L_8 = ___0_value;
		bool L_9;
		L_9 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_8, NULL);
		if (!L_9)
		{
			goto IL_003c;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		RuntimeObject* L_10 = ((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNaN;
		return L_10;
	}

IL_003c:
	{
		double L_11 = ___0_value;
		double L_12 = L_11;
		RuntimeObject* L_13 = Box(il2cpp_defaults.double_class, &L_12);
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxedPrimitives__cctor_mE5B6E719DF1B3335509551DE35D6EA737FF66DDF (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = ((bool)1);
		RuntimeObject* L_1 = Box(il2cpp_defaults.boolean_class, &L_0);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanTrue = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanTrue), (void*)L_1);
		bool L_2 = ((bool)0);
		RuntimeObject* L_3 = Box(il2cpp_defaults.boolean_class, &L_2);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanFalse = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___BooleanFalse), (void*)L_3);
		int32_t L_4 = (-1);
		RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_M1 = L_5;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_M1), (void*)L_5);
		int32_t L_6 = 0;
		RuntimeObject* L_7 = Box(il2cpp_defaults.int32_class, &L_6);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_0 = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_0), (void*)L_7);
		int32_t L_8 = 1;
		RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_1 = L_9;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_1), (void*)L_9);
		int32_t L_10 = 2;
		RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_2 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_2), (void*)L_11);
		int32_t L_12 = 3;
		RuntimeObject* L_13 = Box(il2cpp_defaults.int32_class, &L_12);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_3 = L_13;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_3), (void*)L_13);
		int32_t L_14 = 4;
		RuntimeObject* L_15 = Box(il2cpp_defaults.int32_class, &L_14);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_4 = L_15;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_4), (void*)L_15);
		int32_t L_16 = 5;
		RuntimeObject* L_17 = Box(il2cpp_defaults.int32_class, &L_16);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_5 = L_17;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_5), (void*)L_17);
		int32_t L_18 = 6;
		RuntimeObject* L_19 = Box(il2cpp_defaults.int32_class, &L_18);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_6 = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_6), (void*)L_19);
		int32_t L_20 = 7;
		RuntimeObject* L_21 = Box(il2cpp_defaults.int32_class, &L_20);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_7 = L_21;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_7), (void*)L_21);
		int32_t L_22 = 8;
		RuntimeObject* L_23 = Box(il2cpp_defaults.int32_class, &L_22);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_8 = L_23;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int32_8), (void*)L_23);
		int64_t L_24 = ((int64_t)(-1));
		RuntimeObject* L_25 = Box(il2cpp_defaults.int64_class, &L_24);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_M1 = L_25;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_M1), (void*)L_25);
		int64_t L_26 = ((int64_t)0);
		RuntimeObject* L_27 = Box(il2cpp_defaults.int64_class, &L_26);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_0 = L_27;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_0), (void*)L_27);
		int64_t L_28 = ((int64_t)1);
		RuntimeObject* L_29 = Box(il2cpp_defaults.int64_class, &L_28);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_1 = L_29;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_1), (void*)L_29);
		int64_t L_30 = ((int64_t)2);
		RuntimeObject* L_31 = Box(il2cpp_defaults.int64_class, &L_30);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_2 = L_31;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_2), (void*)L_31);
		int64_t L_32 = ((int64_t)3);
		RuntimeObject* L_33 = Box(il2cpp_defaults.int64_class, &L_32);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_3 = L_33;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_3), (void*)L_33);
		int64_t L_34 = ((int64_t)4);
		RuntimeObject* L_35 = Box(il2cpp_defaults.int64_class, &L_34);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_4 = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_4), (void*)L_35);
		int64_t L_36 = ((int64_t)5);
		RuntimeObject* L_37 = Box(il2cpp_defaults.int64_class, &L_36);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_5 = L_37;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_5), (void*)L_37);
		int64_t L_38 = ((int64_t)6);
		RuntimeObject* L_39 = Box(il2cpp_defaults.int64_class, &L_38);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_6 = L_39;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_6), (void*)L_39);
		int64_t L_40 = ((int64_t)7);
		RuntimeObject* L_41 = Box(il2cpp_defaults.int64_class, &L_40);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_7 = L_41;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_7), (void*)L_41);
		int64_t L_42 = ((int64_t)8);
		RuntimeObject* L_43 = Box(il2cpp_defaults.int64_class, &L_42);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_8 = L_43;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___Int64_8), (void*)L_43);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_44 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_45 = L_44;
		RuntimeObject* L_46 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_45);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DecimalZero = L_46;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DecimalZero), (void*)L_46);
		double L_47 = (std::numeric_limits<double>::quiet_NaN());
		RuntimeObject* L_48 = Box(il2cpp_defaults.double_class, &L_47);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNaN = L_48;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNaN), (void*)L_48);
		double L_49 = (std::numeric_limits<double>::infinity());
		RuntimeObject* L_50 = Box(il2cpp_defaults.double_class, &L_49);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoublePositiveInfinity = L_50;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoublePositiveInfinity), (void*)L_50);
		double L_51 = (-std::numeric_limits<double>::infinity());
		RuntimeObject* L_52 = Box(il2cpp_defaults.double_class, &L_51);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNegativeInfinity = L_52;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleNegativeInfinity), (void*)L_52);
		double L_53 = (0.0);
		RuntimeObject* L_54 = Box(il2cpp_defaults.double_class, &L_53);
		((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleZero = L_54;
		Il2CppCodeGenWriteBarrier((void**)(&((BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_StaticFields*)il2cpp_codegen_static_fields_for(BoxedPrimitives_t306A24A9D64E429B168D416B37224A49AFE4A217_il2cpp_TypeInfo_var))->___DoubleZero), (void*)L_54);
		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 CollectionUtils_IsDictionaryType_m6E8536FFCDA481FB20EC0C4B8746028004A1BC6E (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyDictionary_2_t7AC36CF348C533A7F72C38A31C1FD6CE48B49ADC_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_type;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_2;
		L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
		Type_t* L_3 = ___0_type;
		NullCheck(L_2);
		bool L_4;
		L_4 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_2, L_3);
		if (!L_4)
		{
			goto IL_001f;
		}
	}
	{
		return (bool)1;
	}

IL_001f:
	{
		Type_t* L_5 = ___0_type;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_7;
		L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_8;
		L_8 = ReflectionUtils_ImplementsGenericDefinition_mA407E5B3AD8CA9F69F2D4257EDA4AC7EB8C2D4E5(L_5, L_7, NULL);
		if (!L_8)
		{
			goto IL_0033;
		}
	}
	{
		return (bool)1;
	}

IL_0033:
	{
		Type_t* L_9 = ___0_type;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast<intptr_t> (IReadOnlyDictionary_2_t7AC36CF348C533A7F72C38A31C1FD6CE48B49ADC_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_11;
		L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_12;
		L_12 = ReflectionUtils_ImplementsGenericDefinition_mA407E5B3AD8CA9F69F2D4257EDA4AC7EB8C2D4E5(L_9, L_11, NULL);
		if (!L_12)
		{
			goto IL_0047;
		}
	}
	{
		return (bool)1;
	}

IL_0047:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* CollectionUtils_ResolveEnumerableCollectionConstructor_m9CAFB266C5D44BF7E674050AE7E7030362FD20B7 (Type_t* ___0_collectionType, Type_t* ___1_collectionItemType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t8C7C301DAF6E4E4DFA7504EF93E6E2C93AB33AE7_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (IList_1_t8C7C301DAF6E4E4DFA7504EF93E6E2C93AB33AE7_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);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = L_2;
		Type_t* L_4 = ___1_collectionItemType;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_4);
		NullCheck(L_1);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_1, L_3);
		V_0 = L_5;
		Type_t* L_6 = ___0_collectionType;
		Type_t* L_7 = ___1_collectionItemType;
		Type_t* L_8 = V_0;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9;
		L_9 = CollectionUtils_ResolveEnumerableCollectionConstructor_mC2D9D30053DFE768B4E85A883579F9B8DFD3CD15(L_6, L_7, L_8, NULL);
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* CollectionUtils_ResolveEnumerableCollectionConstructor_mC2D9D30053DFE768B4E85A883579F9B8DFD3CD15 (Type_t* ___0_collectionType, Type_t* ___1_collectionItemType, Type_t* ___2_constructorArgumentType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tDECCB0903E13D406837BA6674FDAF7B6B1EDF44B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tA9E92116BDDEB68A8527F08BF8D2B70B7A00CA95_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* V_2 = NULL;
	int32_t V_3 = 0;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_4 = NULL;
	RuntimeObject* V_5 = NULL;
	Type_t* V_6 = NULL;
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_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);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = L_2;
		Type_t* L_4 = ___1_collectionItemType;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_4);
		NullCheck(L_1);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_1, L_3);
		V_0 = L_5;
		V_1 = (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL;
		Type_t* L_6 = ___0_collectionType;
		NullCheck(L_6);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_7;
		L_7 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A*, int32_t >::Invoke(84, L_6, ((int32_t)20));
		V_2 = L_7;
		V_3 = 0;
		goto IL_0079;
	}

IL_0029:
	{
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_8 = V_2;
		int32_t L_9 = V_3;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		V_4 = L_11;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_12 = V_4;
		NullCheck(L_12);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13;
		L_13 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_12);
		V_5 = (RuntimeObject*)L_13;
		RuntimeObject* L_14 = V_5;
		NullCheck(L_14);
		int32_t L_15;
		L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0, ICollection_1_tDECCB0903E13D406837BA6674FDAF7B6B1EDF44B_il2cpp_TypeInfo_var, L_14);
		if ((!(((uint32_t)L_15) == ((uint32_t)1))))
		{
			goto IL_0075;
		}
	}
	{
		RuntimeObject* L_16 = V_5;
		NullCheck(L_16);
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_17;
		L_17 = InterfaceFuncInvoker1< ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F*, int32_t >::Invoke(0, IList_1_tA9E92116BDDEB68A8527F08BF8D2B70B7A00CA95_il2cpp_TypeInfo_var, L_16, 0);
		NullCheck(L_17);
		Type_t* L_18;
		L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_17);
		V_6 = L_18;
		Type_t* L_19 = V_0;
		Type_t* L_20 = V_6;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_21;
		L_21 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_20, NULL);
		if (!L_21)
		{
			goto IL_005f;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_22 = V_4;
		V_1 = L_22;
		goto IL_007f;
	}

IL_005f:
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_23 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_24;
		L_24 = ConstructorInfo_op_Equality_m6DD673A9263EE646773396F9D8DEE46FA48FFBF2(L_23, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_24)
		{
			goto IL_0075;
		}
	}
	{
		Type_t* L_25 = V_6;
		Type_t* L_26 = ___2_constructorArgumentType;
		NullCheck(L_25);
		bool L_27;
		L_27 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_25, L_26);
		if (!L_27)
		{
			goto IL_0075;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_28 = V_4;
		V_1 = L_28;
	}

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

IL_0079:
	{
		int32_t L_30 = V_3;
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_31 = V_2;
		NullCheck(L_31);
		if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
		{
			goto IL_0029;
		}
	}

IL_007f:
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_32 = V_1;
		return L_32;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m659D13D84108B2CA459101CF67D69D272B946BEE (RuntimeObject* ___0_values, int32_t ___1_dimensionsCount, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	{
		List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
		List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_0, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
		V_0 = L_0;
		RuntimeObject* L_1 = ___0_values;
		V_1 = L_1;
	}

IL_0008:
	{
		RuntimeObject* L_2 = V_0;
		RuntimeObject* L_3 = V_1;
		NullCheck(L_3);
		int32_t L_4;
		L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_3);
		NullCheck(L_2);
		InterfaceActionInvoker1< int32_t >::Invoke(2, ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var, L_2, L_4);
		RuntimeObject* L_5 = V_0;
		NullCheck(L_5);
		int32_t L_6;
		L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0, ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var, L_5);
		int32_t L_7 = ___1_dimensionsCount;
		if ((((int32_t)L_6) == ((int32_t)L_7)))
		{
			goto IL_0039;
		}
	}
	{
		RuntimeObject* L_8 = V_1;
		NullCheck(L_8);
		int32_t L_9;
		L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_8);
		if (!L_9)
		{
			goto IL_0039;
		}
	}
	{
		RuntimeObject* L_10 = V_1;
		NullCheck(L_10);
		RuntimeObject* L_11;
		L_11 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_10, 0);
		V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var));
		RuntimeObject* L_12 = V_2;
		if (!L_12)
		{
			goto IL_0039;
		}
	}
	{
		RuntimeObject* L_13 = V_2;
		V_1 = L_13;
		goto IL_0008;
	}

IL_0039:
	{
		RuntimeObject* L_14 = V_0;
		return L_14;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5 (RuntimeObject* ___0_values, RuntimeArray* ___1_multidimensionalArray, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___2_indices, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_2 = NULL;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ___2_indices;
		NullCheck(L_0);
		V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
		int32_t L_1 = V_0;
		RuntimeArray* L_2 = ___1_multidimensionalArray;
		NullCheck(L_2);
		int32_t L_3;
		L_3 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F(L_2, NULL);
		if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
		{
			goto IL_001c;
		}
	}
	{
		RuntimeArray* L_4 = ___1_multidimensionalArray;
		RuntimeObject* L_5 = ___0_values;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ___2_indices;
		RuntimeObject* L_7;
		L_7 = CollectionUtils_JaggedArrayGetValue_m91764E8A6719C0663E7FDF506ADEFE43A4FFF909(L_5, L_6, NULL);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = ___2_indices;
		NullCheck(L_4);
		Array_SetValue_m71595F7B1BD3262D3BE2D03B3F8A7A0F51482917(L_4, L_7, L_8, NULL);
		return;
	}

IL_001c:
	{
		RuntimeArray* L_9 = ___1_multidimensionalArray;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11;
		L_11 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935(L_9, L_10, NULL);
		V_1 = L_11;
		RuntimeObject* L_12 = ___0_values;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = ___2_indices;
		RuntimeObject* L_14;
		L_14 = CollectionUtils_JaggedArrayGetValue_m91764E8A6719C0663E7FDF506ADEFE43A4FFF909(L_12, L_13, NULL);
		NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)));
		int32_t L_15;
		L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)));
		int32_t L_16 = V_1;
		if ((((int32_t)L_15) == ((int32_t)L_16)))
		{
			goto IL_0043;
		}
	}
	{
		Exception_t* L_17 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD5BAE51140F5FF32C4A4D46B53FB6E0AA6B4FD6)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5_RuntimeMethod_var)));
	}

IL_0043:
	{
		int32_t L_18 = V_0;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_18, 1)));
		V_2 = L_19;
		V_3 = 0;
		goto IL_005a;
	}

IL_0050:
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = V_2;
		int32_t L_21 = V_3;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = ___2_indices;
		int32_t L_23 = V_3;
		NullCheck(L_22);
		int32_t L_24 = L_23;
		int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (int32_t)L_25);
		int32_t L_26 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add(L_26, 1));
	}

IL_005a:
	{
		int32_t L_27 = V_3;
		int32_t L_28 = V_0;
		if ((((int32_t)L_27) < ((int32_t)L_28)))
		{
			goto IL_0050;
		}
	}
	{
		V_4 = 0;
		goto IL_0076;
	}

IL_0063:
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_29 = V_2;
		int32_t L_30 = V_0;
		int32_t L_31 = V_4;
		NullCheck(L_29);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)L_31);
		RuntimeObject* L_32 = ___0_values;
		RuntimeArray* L_33 = ___1_multidimensionalArray;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_34 = V_2;
		CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5(L_32, L_33, L_34, NULL);
		int32_t L_35 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_35, 1));
	}

IL_0076:
	{
		int32_t L_36 = V_4;
		RuntimeArray* L_37 = ___1_multidimensionalArray;
		int32_t L_38 = V_0;
		NullCheck(L_37);
		int32_t L_39;
		L_39 = Array_GetLength_mFE7A9FE891DE1E07795230BE09854441CDD0E935(L_37, L_38, NULL);
		if ((((int32_t)L_36) < ((int32_t)L_39)))
		{
			goto IL_0063;
		}
	}
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_JaggedArrayGetValue_m91764E8A6719C0663E7FDF506ADEFE43A4FFF909 (RuntimeObject* ___0_values, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___1_indices, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		RuntimeObject* L_0 = ___0_values;
		V_0 = L_0;
		V_1 = 0;
		goto IL_002b;
	}

IL_0006:
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = ___1_indices;
		int32_t L_2 = V_1;
		NullCheck(L_1);
		int32_t L_3 = L_2;
		int32_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_2 = L_4;
		int32_t L_5 = V_1;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ___1_indices;
		NullCheck(L_6);
		if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_6)->max_length)), 1))))))
		{
			goto IL_001a;
		}
	}
	{
		RuntimeObject* L_7 = V_0;
		int32_t L_8 = V_2;
		NullCheck(L_7);
		RuntimeObject* L_9;
		L_9 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_7, L_8);
		return L_9;
	}

IL_001a:
	{
		RuntimeObject* L_10 = V_0;
		int32_t L_11 = V_2;
		NullCheck(L_10);
		RuntimeObject* L_12;
		L_12 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_10, L_11);
		V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var));
		int32_t L_13 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
	}

IL_002b:
	{
		int32_t L_14 = V_1;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = ___1_indices;
		NullCheck(L_15);
		if ((((int32_t)L_14) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))
		{
			goto IL_0006;
		}
	}
	{
		RuntimeObject* L_16 = V_0;
		return L_16;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* CollectionUtils_ToMultidimensionalArray_m89EC870CBB5C35DA01D42D3FE5E7745B96BC5F29 (RuntimeObject* ___0_values, Type_t* ___1_type, int32_t ___2_rank, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeArray* V_1 = NULL;
	{
		RuntimeObject* L_0 = ___0_values;
		int32_t L_1 = ___2_rank;
		RuntimeObject* L_2;
		L_2 = CollectionUtils_GetDimensions_m659D13D84108B2CA459101CF67D69D272B946BEE(L_0, L_1, NULL);
		V_0 = L_2;
		goto IL_0011;
	}

IL_000a:
	{
		RuntimeObject* L_3 = V_0;
		NullCheck(L_3);
		InterfaceActionInvoker1< int32_t >::Invoke(2, ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var, L_3, 0);
	}

IL_0011:
	{
		RuntimeObject* L_4 = V_0;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0, ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var, L_4);
		int32_t L_6 = ___2_rank;
		if ((((int32_t)L_5) < ((int32_t)L_6)))
		{
			goto IL_000a;
		}
	}
	{
		Type_t* L_7 = ___1_type;
		RuntimeObject* L_8 = V_0;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9;
		L_9 = Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8(L_8, Enumerable_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF245DE52408A8C84E3C4CA32F2AFC491079443E8_RuntimeMethod_var);
		RuntimeArray* L_10;
		L_10 = Array_CreateInstance_m97DC551619A43DA8AE15F1A6D33662D66E5DA817(L_7, L_9, NULL);
		V_1 = L_10;
		RuntimeObject* L_11 = ___0_values;
		RuntimeArray* L_12 = V_1;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13;
		L_13 = CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_inline(CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_RuntimeMethod_var);
		CollectionUtils_CopyFromJaggedToMultidimensionalArray_mABA6B698638107D5CDA81FD03F37A78C1DB097E5(L_11, L_12, L_13, NULL);
		RuntimeArray* L_14 = V_1;
		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
#ifdef __clang__
#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* TypeInformation_get_Type_m66CAE341688AA88BD1598BD84C736FC0429619F1 (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeInformation_get_TypeCode_mC353DCEF2D0C5A983CD7A389E67D0F1B9D4F57EA (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CTypeCodeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69 (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* __this, Type_t* ___0_type, int32_t ___1_typeCode, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Type_t* L_0 = ___0_type;
		__this->___U3CTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeU3Ek__BackingField), (void*)L_0);
		int32_t L_1 = ___1_typeCode;
		__this->___U3CTypeCodeU3Ek__BackingField = 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
#ifdef __clang__
#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 ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_1;
		L_1 = ConvertUtils_GetTypeCode_m959EFBADBFB4D2ABFDE6DFEA04CEDDB5C4DB9785(L_0, (&V_0), NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m959EFBADBFB4D2ABFDE6DFEA04CEDDB5C4DB9785 (Type_t* ___0_t, bool* ___1_isEnum, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mEC72D6EF420C656529099C9CBDA497904A1B8ADC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Type_t* V_1 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_0 = ((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___TypeCodeMap;
		Type_t* L_1 = ___0_t;
		NullCheck(L_0);
		bool L_2;
		L_2 = Dictionary_2_TryGetValue_mEC72D6EF420C656529099C9CBDA497904A1B8ADC(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mEC72D6EF420C656529099C9CBDA497904A1B8ADC_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_0014;
		}
	}
	{
		bool* L_3 = ___1_isEnum;
		*((int8_t*)L_3) = (int8_t)0;
		int32_t L_4 = V_0;
		return L_4;
	}

IL_0014:
	{
		Type_t* L_5 = ___0_t;
		bool L_6;
		L_6 = TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645(L_5, NULL);
		if (!L_6)
		{
			goto IL_002b;
		}
	}
	{
		bool* L_7 = ___1_isEnum;
		*((int8_t*)L_7) = (int8_t)1;
		Type_t* L_8 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		Type_t* L_9;
		L_9 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_8, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_10;
		L_10 = ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE(L_9, NULL);
		return L_10;
	}

IL_002b:
	{
		Type_t* L_11 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_12;
		L_12 = ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963(L_11, NULL);
		if (!L_12)
		{
			goto IL_0069;
		}
	}
	{
		Type_t* L_13 = ___0_t;
		Type_t* L_14;
		L_14 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_13, NULL);
		V_1 = L_14;
		Type_t* L_15 = V_1;
		bool L_16;
		L_16 = TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645(L_15, NULL);
		if (!L_16)
		{
			goto IL_0069;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_18;
		L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = L_19;
		Type_t* L_21 = V_1;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		Type_t* L_22;
		L_22 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_21, NULL);
		NullCheck(L_20);
		ArrayElementTypeCheck (L_20, L_22);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_22);
		NullCheck(L_18);
		Type_t* L_23;
		L_23 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_18, L_20);
		bool* L_24 = ___1_isEnum;
		*((int8_t*)L_24) = (int8_t)1;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_25;
		L_25 = ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE(L_23, NULL);
		return L_25;
	}

IL_0069:
	{
		bool* L_26 = ___1_isEnum;
		*((int8_t*)L_26) = (int8_t)0;
		return (int32_t)(1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* ConvertUtils_GetTypeInformation_mA2F03C07BC76F45128DE4BC27FA3DF099D64F63F (RuntimeObject* ___0_convertable, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_0 = ((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___PrimitiveTypeCodes;
		RuntimeObject* L_1 = ___0_convertable;
		NullCheck(L_1);
		int32_t L_2;
		L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, L_1);
		NullCheck(L_0);
		int32_t L_3 = L_2;
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_mBFF3508FCE496CEE88EEAAF3DD82193A5F7D443E (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_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);
		Type_t* L_2 = ___0_t;
		NullCheck(L_1);
		bool L_3;
		L_3 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_1, L_2);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ConvertUtils_ParseTimeSpan_mF6B09E2815B7E0CADC1C35C93B58D030BA4E1202 (String_t* ___0_input, 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*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_input;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
		L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
		L_2 = TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* ConvertUtils_CreateCastConverter_mF01E025B788CC95CF6B1A4F9C5219BCFB9E3B991 (StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tACBF5A1656250800CE861707354491F0611F6624_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_U3CCreateCastConverterU3Eb__0_mDC84E827B3BA216BAECEDDCB26FCA5EFCEF550EF_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6E90C09E43FB002DA629508AC300A0750320118);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* V_0 = NULL;
	Type_t* V_1 = NULL;
	Type_t* V_2 = NULL;
	MethodInfo_t* V_3 = NULL;
	MethodInfo_t* G_B2_0 = NULL;
	MethodInfo_t* G_B1_0 = NULL;
	{
		U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* L_0 = (U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass8_0__ctor_m7DB75E6B20C696DD77ED6EE409C002FC85E401BB(L_0, NULL);
		V_0 = L_0;
		StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 L_1 = ___0_t;
		Type_t* L_2 = L_1.___Value1;
		V_1 = L_2;
		StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 L_3 = ___0_t;
		Type_t* L_4 = L_3.___Value2;
		V_2 = L_4;
		Type_t* L_5 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = L_6;
		Type_t* L_8 = V_1;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_8);
		NullCheck(L_5);
		MethodInfo_t* L_9;
		L_9 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_5, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_7, NULL);
		MethodInfo_t* L_10 = L_9;
		if (L_10)
		{
			G_B2_0 = L_10;
			goto IL_0042;
		}
		G_B1_0 = L_10;
	}
	{
		Type_t* L_11 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_12 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13 = L_12;
		Type_t* L_14 = V_1;
		NullCheck(L_13);
		ArrayElementTypeCheck (L_13, L_14);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_14);
		NullCheck(L_11);
		MethodInfo_t* L_15;
		L_15 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_11, _stringLiteralB6E90C09E43FB002DA629508AC300A0750320118, L_13, NULL);
		G_B2_0 = L_15;
	}

IL_0042:
	{
		V_3 = G_B2_0;
		MethodInfo_t* L_16 = V_3;
		bool L_17;
		L_17 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_16, (MethodInfo_t*)NULL, NULL);
		if (!L_17)
		{
			goto IL_004e;
		}
	}
	{
		return (Func_2_tACBF5A1656250800CE861707354491F0611F6624*)NULL;
	}

IL_004e:
	{
		U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* L_18 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_19;
		L_19 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_20 = V_3;
		NullCheck(L_19);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_21;
		L_21 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_19, L_20);
		NullCheck(L_18);
		L_18->___call = L_21;
		Il2CppCodeGenWriteBarrier((void**)(&L_18->___call), (void*)L_21);
		U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* L_22 = V_0;
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_23 = (Func_2_tACBF5A1656250800CE861707354491F0611F6624*)il2cpp_codegen_object_new(Func_2_tACBF5A1656250800CE861707354491F0611F6624_il2cpp_TypeInfo_var);
		Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398(L_23, L_22, (intptr_t)((void*)U3CU3Ec__DisplayClass8_0_U3CCreateCastConverterU3Eb__0_mDC84E827B3BA216BAECEDDCB26FCA5EFCEF550EF_RuntimeMethod_var), NULL);
		return L_23;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ConvertUtils_ToBigInteger_m098CB836D5C2C8E7F4FFC408B4E15982DDC1C0D0 (RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_0;
	memset((&V_0), 0, sizeof(V_0));
	String_t* V_1 = NULL;
	float V_2 = 0.0f;
	double V_3 = 0.0;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_4;
	memset((&V_4), 0, sizeof(V_4));
	int32_t V_5 = 0;
	int64_t V_6 = 0;
	uint32_t V_7 = 0;
	uint64_t V_8 = 0;
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_9 = NULL;
	{
		RuntimeObject* L_0 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
		{
			goto IL_0011;
		}
	}
	{
		RuntimeObject* L_1 = ___0_value;
		V_0 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_1, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)));
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2 = V_0;
		return L_2;
	}

IL_0011:
	{
		RuntimeObject* L_3 = ___0_value;
		V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, il2cpp_defaults.string_class));
		String_t* L_4 = V_1;
		if (!L_4)
		{
			goto IL_0027;
		}
	}
	{
		String_t* L_5 = V_1;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
		L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7;
		L_7 = BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334(L_5, L_6, NULL);
		return L_7;
	}

IL_0027:
	{
		RuntimeObject* L_8 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, il2cpp_defaults.single_class)))
		{
			goto IL_003d;
		}
	}
	{
		RuntimeObject* L_9 = ___0_value;
		V_2 = ((*(float*)UnBox(L_9, il2cpp_defaults.single_class)));
		float L_10 = V_2;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11;
		memset((&L_11), 0, sizeof(L_11));
		BigInteger__ctor_m9F274FB1B4EC1E507374A65D16F8D1A6D23D54AC((&L_11), L_10, NULL);
		return L_11;
	}

IL_003d:
	{
		RuntimeObject* L_12 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, il2cpp_defaults.double_class)))
		{
			goto IL_0053;
		}
	}
	{
		RuntimeObject* L_13 = ___0_value;
		V_3 = ((*(double*)UnBox(L_13, il2cpp_defaults.double_class)));
		double L_14 = V_3;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_15;
		memset((&L_15), 0, sizeof(L_15));
		BigInteger__ctor_m48BEDD707B2B28BDB94A838395590DFFE775015A((&L_15), L_14, NULL);
		return L_15;
	}

IL_0053:
	{
		RuntimeObject* L_16 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
		{
			goto IL_006b;
		}
	}
	{
		RuntimeObject* L_17 = ___0_value;
		V_4 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_17, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)));
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_18 = V_4;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_19;
		memset((&L_19), 0, sizeof(L_19));
		BigInteger__ctor_m9544C18A3217F10163645D4A62264DE37CA49821((&L_19), L_18, NULL);
		return L_19;
	}

IL_006b:
	{
		RuntimeObject* L_20 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_20, il2cpp_defaults.int32_class)))
		{
			goto IL_0083;
		}
	}
	{
		RuntimeObject* L_21 = ___0_value;
		V_5 = ((*(int32_t*)UnBox(L_21, il2cpp_defaults.int32_class)));
		int32_t L_22 = V_5;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_23;
		memset((&L_23), 0, sizeof(L_23));
		BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9((&L_23), L_22, NULL);
		return L_23;
	}

IL_0083:
	{
		RuntimeObject* L_24 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_24, il2cpp_defaults.int64_class)))
		{
			goto IL_009b;
		}
	}
	{
		RuntimeObject* L_25 = ___0_value;
		V_6 = ((*(int64_t*)UnBox(L_25, il2cpp_defaults.int64_class)));
		int64_t L_26 = V_6;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27;
		memset((&L_27), 0, sizeof(L_27));
		BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA((&L_27), L_26, NULL);
		return L_27;
	}

IL_009b:
	{
		RuntimeObject* L_28 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_28, il2cpp_defaults.uint32_class)))
		{
			goto IL_00b3;
		}
	}
	{
		RuntimeObject* L_29 = ___0_value;
		V_7 = ((*(uint32_t*)UnBox(L_29, il2cpp_defaults.uint32_class)));
		uint32_t L_30 = V_7;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_31;
		memset((&L_31), 0, sizeof(L_31));
		BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84((&L_31), L_30, NULL);
		return L_31;
	}

IL_00b3:
	{
		RuntimeObject* L_32 = ___0_value;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_32, il2cpp_defaults.uint64_class)))
		{
			goto IL_00cb;
		}
	}
	{
		RuntimeObject* L_33 = ___0_value;
		V_8 = ((*(uint64_t*)UnBox(L_33, il2cpp_defaults.uint64_class)));
		uint64_t L_34 = V_8;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_35;
		memset((&L_35), 0, sizeof(L_35));
		BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C((&L_35), L_34, NULL);
		return L_35;
	}

IL_00cb:
	{
		RuntimeObject* L_36 = ___0_value;
		V_9 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_36, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = V_9;
		if (!L_37)
		{
			goto IL_00df;
		}
	}
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = V_9;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_39;
		memset((&L_39), 0, sizeof(L_39));
		BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371((&L_39), L_38, NULL);
		return L_39;
	}

IL_00df:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_40;
		L_40 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		RuntimeObject* L_41 = ___0_value;
		NullCheck(L_41);
		Type_t* L_42;
		L_42 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_41, NULL);
		String_t* L_43;
		L_43 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82654850C7DC175C6EB41DBCE0F83FCD0ACFC651)), L_40, L_42, NULL);
		InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_44 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
		InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_44, L_43, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_ToBigInteger_m098CB836D5C2C8E7F4FFC408B4E15982DDC1C0D0_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_FromBigInteger_mD9D0EE989350097264EC89D67EDD051DA75DA144 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___0_i, Type_t* ___1_targetType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	Exception_t* V_1 = NULL;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	{
		Type_t* L_0 = ___1_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_2;
		L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
		bool L_3;
		L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL);
		if (!L_3)
		{
			goto IL_001e;
		}
	}
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_4 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
		L_5 = BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835(L_4, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = L_5;
		RuntimeObject* L_7 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_6);
		return L_7;
	}

IL_001e:
	{
		Type_t* L_8 = ___1_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.double_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_10;
		L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
		bool L_11;
		L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_10, NULL);
		if (!L_11)
		{
			goto IL_003d;
		}
	}
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_12 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		double L_13;
		L_13 = BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3(L_12, NULL);
		double L_14 = ((double)L_13);
		RuntimeObject* L_15 = Box(il2cpp_defaults.double_class, &L_14);
		return L_15;
	}

IL_003d:
	{
		Type_t* L_16 = ___1_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.single_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_18;
		L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
		bool L_19;
		L_19 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_16, L_18, NULL);
		if (!L_19)
		{
			goto IL_005c;
		}
	}
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_20 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		float L_21;
		L_21 = BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8(L_20, NULL);
		float L_22 = ((float)L_21);
		RuntimeObject* L_23 = Box(il2cpp_defaults.single_class, &L_22);
		return L_23;
	}

IL_005c:
	{
		Type_t* L_24 = ___1_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint64_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_26;
		L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL);
		bool L_27;
		L_27 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_26, NULL);
		if (!L_27)
		{
			goto IL_007a;
		}
	}
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_28 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		uint64_t L_29;
		L_29 = BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101(L_28, NULL);
		uint64_t L_30 = L_29;
		RuntimeObject* L_31 = Box(il2cpp_defaults.uint64_class, &L_30);
		return L_31;
	}

IL_007a:
	{
		Type_t* L_32 = ___1_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.boolean_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_34;
		L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL);
		bool L_35;
		L_35 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_32, L_34, NULL);
		if (!L_35)
		{
			goto IL_009a;
		}
	}
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_36 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		bool L_37;
		L_37 = BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199(L_36, ((int64_t)0), NULL);
		bool L_38 = L_37;
		RuntimeObject* L_39 = Box(il2cpp_defaults.boolean_class, &L_38);
		return L_39;
	}

IL_009a:
	{
	}
	try
	{
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_40 = ___0_i;
		il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		int64_t L_41;
		L_41 = BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264(L_40, NULL);
		int64_t L_42 = L_41;
		RuntimeObject* L_43 = Box(il2cpp_defaults.int64_class, &L_42);
		Type_t* L_44 = ___1_targetType;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_45;
		L_45 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		RuntimeObject* L_46;
		L_46 = Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B(L_43, L_44, L_45, NULL);
		V_0 = L_46;
		goto IL_00cc;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_00b4;
		}
		throw e;
	}

CATCH_00b4:
	{
		Exception_t* L_47 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
		V_1 = L_47;
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_48;
		L_48 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_49 = ___1_targetType;
		String_t* L_50;
		L_50 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA5C73BCDDD96ECFB9C5FA4C7D8C74319CD3B418)), L_48, L_49, NULL);
		Exception_t* L_51 = V_1;
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_52 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668(L_52, L_50, L_51, NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_FromBigInteger_mD9D0EE989350097264EC89D67EDD051DA75DA144_RuntimeMethod_var)));
	}

IL_00cc:
	{
		RuntimeObject* L_53 = V_0;
		return L_53;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	{
		RuntimeObject* L_0 = ___0_initialValue;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture;
		Type_t* L_2 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912(L_0, L_1, L_2, (&V_0), NULL);
		V_1 = L_3;
		int32_t L_4 = V_1;
		switch (L_4)
		{
			case 0:
			{
				goto IL_0023;
			}
			case 1:
			{
				goto IL_0025;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_005c;
			}
		}
	}
	{
		goto IL_0078;
	}

IL_0023:
	{
		RuntimeObject* L_5 = V_0;
		return L_5;
	}

IL_0025:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
		L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		RuntimeObject* L_7 = ___0_initialValue;
		NullCheck(L_7);
		Type_t* L_8;
		L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_7, NULL);
		Type_t* L_9 = ___2_targetType;
		String_t* L_10;
		L_10 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F86FD91A59C8D1EE50BC1FAE93198709F71ADFD)), L_6, L_8, L_9, NULL);
		Exception_t* L_11 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_11, L_10, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA_RuntimeMethod_var)));
	}

IL_0041:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
		L_12 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_13 = ___2_targetType;
		String_t* L_14;
		L_14 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B301D8494B36842D7B3D50DCBFE8B45FF4A545F)), L_12, L_13, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA_RuntimeMethod_var)));
	}

IL_005c:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
		L_16 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		RuntimeObject* L_17 = ___0_initialValue;
		NullCheck(L_17);
		Type_t* L_18;
		L_18 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_17, NULL);
		Type_t* L_19 = ___2_targetType;
		String_t* L_20;
		L_20 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3438D17A546896844C14420AF9F02B18607937D8)), L_16, L_18, L_19, NULL);
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_21 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_21, L_20, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA_RuntimeMethod_var)));
	}

IL_0078:
	{
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_22 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BA8E3033D469A47C12379E4233623AFE1AED303)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_Convert_m771858A413E65BA7881DDF5110F57DCA8FF1F3DA_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_m83691EC9657B63B2672A8814B83A5DB042E8587F (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, RuntimeObject** ___3_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	try
	{
		{
			RuntimeObject* L_0 = ___0_initialValue;
			CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture;
			Type_t* L_2 = ___2_targetType;
			RuntimeObject** L_3 = ___3_value;
			il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
			int32_t L_4;
			L_4 = ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912(L_0, L_1, L_2, L_3, NULL);
			if (L_4)
			{
				goto IL_000f_1;
			}
		}
		{
			V_0 = (bool)1;
			goto IL_001e;
		}

IL_000f_1:
		{
			RuntimeObject** L_5 = ___3_value;
			*((RuntimeObject**)L_5) = (RuntimeObject*)NULL;
			Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)NULL);
			V_0 = (bool)0;
			goto IL_001e;
		}
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (il2cpp_defaults.object_class, il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_0016;
		}
		throw e;
	}

CATCH_0016:
	{
		RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
		RuntimeObject** L_7 = ___3_value;
		*((RuntimeObject**)L_7) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)NULL);
		V_0 = (bool)0;
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		goto IL_001e;
	}

IL_001e:
	{
		bool L_8 = V_0;
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912 (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, RuntimeObject** ___3_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
	memset((&V_1), 0, sizeof(V_1));
	ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
	Guid_t V_3;
	memset((&V_3), 0, sizeof(V_3));
	String_t* V_4 = NULL;
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_5;
	memset((&V_5), 0, sizeof(V_5));
	TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* V_6 = NULL;
	TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* V_7 = NULL;
	Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_8 = NULL;
	{
		RuntimeObject* L_0 = ___0_initialValue;
		if (L_0)
		{
			goto IL_000e;
		}
	}
	{
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBD6003EB35087D8063200EFEE0344815A6DA10)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912_RuntimeMethod_var)));
	}

IL_000e:
	{
		Type_t* L_2 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963(L_2, NULL);
		if (!L_3)
		{
			goto IL_001e;
		}
	}
	{
		Type_t* L_4 = ___2_targetType;
		Type_t* L_5;
		L_5 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_4, NULL);
		___2_targetType = L_5;
	}

IL_001e:
	{
		RuntimeObject* L_6 = ___0_initialValue;
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
		V_0 = L_7;
		Type_t* L_8 = ___2_targetType;
		Type_t* L_9 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_10;
		L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL);
		if (!L_10)
		{
			goto IL_0033;
		}
	}
	{
		RuntimeObject** L_11 = ___3_value;
		RuntimeObject* L_12 = ___0_initialValue;
		*((RuntimeObject**)L_11) = (RuntimeObject*)L_12;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_12);
		return (int32_t)(0);
	}

IL_0033:
	{
		RuntimeObject* L_13 = ___0_initialValue;
		NullCheck(L_13);
		Type_t* L_14;
		L_14 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_13, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_15;
		L_15 = ConvertUtils_IsConvertible_mBFF3508FCE496CEE88EEAAF3DD82193A5F7D443E(L_14, NULL);
		if (!L_15)
		{
			goto IL_0088;
		}
	}
	{
		Type_t* L_16 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_17;
		L_17 = ConvertUtils_IsConvertible_mBFF3508FCE496CEE88EEAAF3DD82193A5F7D443E(L_16, NULL);
		if (!L_17)
		{
			goto IL_0088;
		}
	}
	{
		Type_t* L_18 = ___2_targetType;
		bool L_19;
		L_19 = TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645(L_18, NULL);
		if (!L_19)
		{
			goto IL_007c;
		}
	}
	{
		RuntimeObject* L_20 = ___0_initialValue;
		if (!((String_t*)IsInstSealed((RuntimeObject*)L_20, il2cpp_defaults.string_class)))
		{
			goto IL_0069;
		}
	}
	{
		RuntimeObject** L_21 = ___3_value;
		Type_t* L_22 = ___2_targetType;
		RuntimeObject* L_23 = ___0_initialValue;
		NullCheck(L_23);
		String_t* L_24;
		L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_23);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_25;
		L_25 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_22, L_24, (bool)1, NULL);
		*((RuntimeObject**)L_21) = (RuntimeObject*)L_25;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_25);
		return (int32_t)(0);
	}

IL_0069:
	{
		RuntimeObject* L_26 = ___0_initialValue;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_27;
		L_27 = ConvertUtils_IsInteger_mF25CD55DEF949A90AD74D6FCE946A9BA155B95CB(L_26, NULL);
		if (!L_27)
		{
			goto IL_007c;
		}
	}
	{
		RuntimeObject** L_28 = ___3_value;
		Type_t* L_29 = ___2_targetType;
		RuntimeObject* L_30 = ___0_initialValue;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_31;
		L_31 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_29, L_30, NULL);
		*((RuntimeObject**)L_28) = (RuntimeObject*)L_31;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_31);
		return (int32_t)(0);
	}

IL_007c:
	{
		RuntimeObject** L_32 = ___3_value;
		RuntimeObject* L_33 = ___0_initialValue;
		Type_t* L_34 = ___2_targetType;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_35 = ___1_culture;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		RuntimeObject* L_36;
		L_36 = Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B(L_33, L_34, L_35, NULL);
		*((RuntimeObject**)L_32) = (RuntimeObject*)L_36;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_32, (void*)(RuntimeObject*)L_36);
		return (int32_t)(0);
	}

IL_0088:
	{
		RuntimeObject* L_37 = ___0_initialValue;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_37, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))
		{
			goto IL_00b8;
		}
	}
	{
		RuntimeObject* L_38 = ___0_initialValue;
		V_1 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_38, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)));
		Type_t* L_39 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast<intptr_t> (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_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);
		bool L_42;
		L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_39, L_41, NULL);
		if (!L_42)
		{
			goto IL_00b8;
		}
	}
	{
		RuntimeObject** L_43 = ___3_value;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_44 = V_1;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_45;
		memset((&L_45), 0, sizeof(L_45));
		DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_45), L_44, NULL);
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_46 = L_45;
		RuntimeObject* L_47 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_46);
		*((RuntimeObject**)L_43) = (RuntimeObject*)L_47;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_43, (void*)(RuntimeObject*)L_47);
		return (int32_t)(0);
	}

IL_00b8:
	{
		RuntimeObject* L_48 = ___0_initialValue;
		V_2 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)IsInst((RuntimeObject*)L_48, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = V_2;
		if (!L_49)
		{
			goto IL_00e3;
		}
	}
	{
		Type_t* L_50 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_51 = { reinterpret_cast<intptr_t> (Guid_t_0_0_0_var) };
		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_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_50, L_52, NULL);
		if (!L_53)
		{
			goto IL_00e3;
		}
	}
	{
		RuntimeObject** L_54 = ___3_value;
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = V_2;
		Guid_t L_56;
		memset((&L_56), 0, sizeof(L_56));
		Guid__ctor_m9BEFD9FC285BE9ACEC2EB97FC76C0E35E14D725C((&L_56), L_55, NULL);
		Guid_t L_57 = L_56;
		RuntimeObject* L_58 = Box(Guid_t_il2cpp_TypeInfo_var, &L_57);
		*((RuntimeObject**)L_54) = (RuntimeObject*)L_58;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_54, (void*)(RuntimeObject*)L_58);
		return (int32_t)(0);
	}

IL_00e3:
	{
		RuntimeObject* L_59 = ___0_initialValue;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_59, Guid_t_il2cpp_TypeInfo_var)))
		{
			goto IL_010f;
		}
	}
	{
		RuntimeObject* L_60 = ___0_initialValue;
		V_3 = ((*(Guid_t*)UnBox(L_60, Guid_t_il2cpp_TypeInfo_var)));
		Type_t* L_61 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_62 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_63;
		L_63 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_62, NULL);
		bool L_64;
		L_64 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_61, L_63, NULL);
		if (!L_64)
		{
			goto IL_010f;
		}
	}
	{
		RuntimeObject** L_65 = ___3_value;
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66;
		L_66 = Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9((&V_3), NULL);
		*((RuntimeObject**)L_65) = (RuntimeObject*)L_66;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_65, (void*)(RuntimeObject*)L_66);
		return (int32_t)(0);
	}

IL_010f:
	{
		RuntimeObject* L_67 = ___0_initialValue;
		V_4 = ((String_t*)IsInstSealed((RuntimeObject*)L_67, il2cpp_defaults.string_class));
		String_t* L_68 = V_4;
		if (!L_68)
		{
			goto IL_01e3;
		}
	}
	{
		Type_t* L_69 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_70 = { reinterpret_cast<intptr_t> (Guid_t_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_71;
		L_71 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_70, NULL);
		bool L_72;
		L_72 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_69, L_71, NULL);
		if (!L_72)
		{
			goto IL_0140;
		}
	}
	{
		RuntimeObject** L_73 = ___3_value;
		String_t* L_74 = V_4;
		Guid_t L_75;
		memset((&L_75), 0, sizeof(L_75));
		Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_75), L_74, NULL);
		Guid_t L_76 = L_75;
		RuntimeObject* L_77 = Box(Guid_t_il2cpp_TypeInfo_var, &L_76);
		*((RuntimeObject**)L_73) = (RuntimeObject*)L_77;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_73, (void*)(RuntimeObject*)L_77);
		return (int32_t)(0);
	}

IL_0140:
	{
		Type_t* L_78 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_79 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_80;
		L_80 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_79, NULL);
		bool L_81;
		L_81 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_78, L_80, NULL);
		if (!L_81)
		{
			goto IL_015e;
		}
	}
	{
		RuntimeObject** L_82 = ___3_value;
		String_t* L_83 = V_4;
		Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_84 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
		Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B(L_84, L_83, 0, NULL);
		*((RuntimeObject**)L_82) = (RuntimeObject*)L_84;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_82, (void*)(RuntimeObject*)L_84);
		return (int32_t)(0);
	}

IL_015e:
	{
		Type_t* L_85 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_86 = { reinterpret_cast<intptr_t> (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_87;
		L_87 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_86, NULL);
		bool L_88;
		L_88 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_85, L_87, NULL);
		if (!L_88)
		{
			goto IL_0180;
		}
	}
	{
		RuntimeObject** L_89 = ___3_value;
		String_t* L_90 = V_4;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_91;
		L_91 = ConvertUtils_ParseTimeSpan_mF6B09E2815B7E0CADC1C35C93B58D030BA4E1202(L_90, NULL);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_92 = L_91;
		RuntimeObject* L_93 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_92);
		*((RuntimeObject**)L_89) = (RuntimeObject*)L_93;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_89, (void*)(RuntimeObject*)L_93);
		return (int32_t)(0);
	}

IL_0180:
	{
		Type_t* L_94 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_95 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_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);
		bool L_97;
		L_97 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_94, L_96, NULL);
		if (!L_97)
		{
			goto IL_019d;
		}
	}
	{
		RuntimeObject** L_98 = ___3_value;
		String_t* L_99 = V_4;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_100;
		L_100 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_99, NULL);
		*((RuntimeObject**)L_98) = (RuntimeObject*)L_100;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_98, (void*)(RuntimeObject*)L_100);
		return (int32_t)(0);
	}

IL_019d:
	{
		Type_t* L_101 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_102 = { reinterpret_cast<intptr_t> (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_103;
		L_103 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_102, NULL);
		bool L_104;
		L_104 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_101, L_103, NULL);
		if (!L_104)
		{
			goto IL_01c5;
		}
	}
	{
		String_t* L_105 = V_4;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_106;
		L_106 = ConvertUtils_VersionTryParse_mA4BE1D73A196161D4F95B3EBFF256D5FAFD2FB6E(L_105, (&V_8), NULL);
		if (!L_106)
		{
			goto IL_01c0;
		}
	}
	{
		RuntimeObject** L_107 = ___3_value;
		Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_108 = V_8;
		*((RuntimeObject**)L_107) = (RuntimeObject*)L_108;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_107, (void*)(RuntimeObject*)L_108);
		return (int32_t)(0);
	}

IL_01c0:
	{
		RuntimeObject** L_109 = ___3_value;
		*((RuntimeObject**)L_109) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_109, (void*)(RuntimeObject*)NULL);
		return (int32_t)(3);
	}

IL_01c5:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_110 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.systemtype_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_111;
		L_111 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_110, NULL);
		Type_t* L_112 = ___2_targetType;
		NullCheck(L_111);
		bool L_113;
		L_113 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_111, L_112);
		if (!L_113)
		{
			goto IL_01e3;
		}
	}
	{
		RuntimeObject** L_114 = ___3_value;
		String_t* L_115 = V_4;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_116;
		L_116 = il2cpp_codegen_get_type(L_115, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, ConvertUtils_TryConvertInternal_m9E76F6EF19E80EBF9054B01D7AD23173DDEF3912_RuntimeMethod_var);
		*((RuntimeObject**)L_114) = (RuntimeObject*)L_116;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_114, (void*)(RuntimeObject*)L_116);
		return (int32_t)(0);
	}

IL_01e3:
	{
		Type_t* L_117 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_118 = { reinterpret_cast<intptr_t> (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_119;
		L_119 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_118, NULL);
		bool L_120;
		L_120 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_117, L_119, NULL);
		if (!L_120)
		{
			goto IL_0204;
		}
	}
	{
		RuntimeObject** L_121 = ___3_value;
		RuntimeObject* L_122 = ___0_initialValue;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_123;
		L_123 = ConvertUtils_ToBigInteger_m098CB836D5C2C8E7F4FFC408B4E15982DDC1C0D0(L_122, NULL);
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_124 = L_123;
		RuntimeObject* L_125 = Box(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var, &L_124);
		*((RuntimeObject**)L_121) = (RuntimeObject*)L_125;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_121, (void*)(RuntimeObject*)L_125);
		return (int32_t)(0);
	}

IL_0204:
	{
		RuntimeObject* L_126 = ___0_initialValue;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_126, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
		{
			goto IL_0220;
		}
	}
	{
		RuntimeObject* L_127 = ___0_initialValue;
		V_5 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_127, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)));
		RuntimeObject** L_128 = ___3_value;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_129 = V_5;
		Type_t* L_130 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		RuntimeObject* L_131;
		L_131 = ConvertUtils_FromBigInteger_mD9D0EE989350097264EC89D67EDD051DA75DA144(L_129, L_130, NULL);
		*((RuntimeObject**)L_128) = (RuntimeObject*)L_131;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_128, (void*)(RuntimeObject*)L_131);
		return (int32_t)(0);
	}

IL_0220:
	{
		Type_t* L_132 = V_0;
		il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var);
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_133;
		L_133 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_132, NULL);
		V_6 = L_133;
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_134 = V_6;
		if (!L_134)
		{
			goto IL_0245;
		}
	}
	{
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_135 = V_6;
		Type_t* L_136 = ___2_targetType;
		NullCheck(L_135);
		bool L_137;
		L_137 = TypeConverter_CanConvertTo_m05803F15F053E4DA3CF290D52FC379BB9D8C396A(L_135, L_136, NULL);
		if (!L_137)
		{
			goto IL_0245;
		}
	}
	{
		RuntimeObject** L_138 = ___3_value;
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_139 = V_6;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_140 = ___1_culture;
		RuntimeObject* L_141 = ___0_initialValue;
		Type_t* L_142 = ___2_targetType;
		NullCheck(L_139);
		RuntimeObject* L_143;
		L_143 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, L_139, (RuntimeObject*)NULL, L_140, L_141, L_142);
		*((RuntimeObject**)L_138) = (RuntimeObject*)L_143;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_138, (void*)(RuntimeObject*)L_143);
		return (int32_t)(0);
	}

IL_0245:
	{
		Type_t* L_144 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var);
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_145;
		L_145 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_144, NULL);
		V_7 = L_145;
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_146 = V_7;
		if (!L_146)
		{
			goto IL_0269;
		}
	}
	{
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_147 = V_7;
		Type_t* L_148 = V_0;
		NullCheck(L_147);
		bool L_149;
		L_149 = TypeConverter_CanConvertFrom_mE41048372E94CADCD46A0E450385F4E13011D19B(L_147, L_148, NULL);
		if (!L_149)
		{
			goto IL_0269;
		}
	}
	{
		RuntimeObject** L_150 = ___3_value;
		TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_151 = V_7;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_152 = ___1_culture;
		RuntimeObject* L_153 = ___0_initialValue;
		NullCheck(L_151);
		RuntimeObject* L_154;
		L_154 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, L_151, (RuntimeObject*)NULL, L_152, L_153);
		*((RuntimeObject**)L_150) = (RuntimeObject*)L_154;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_150, (void*)(RuntimeObject*)L_154);
		return (int32_t)(0);
	}

IL_0269:
	{
		RuntimeObject* L_155 = ___0_initialValue;
		il2cpp_codegen_runtime_class_init_inline(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
		DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* L_156 = ((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var))->___Value;
		if ((!(((RuntimeObject*)(RuntimeObject*)L_155) == ((RuntimeObject*)(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC*)L_156))))
		{
			goto IL_028a;
		}
	}
	{
		Type_t* L_157 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_158;
		L_158 = ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0(L_157, NULL);
		if (!L_158)
		{
			goto IL_0285;
		}
	}
	{
		RuntimeObject** L_159 = ___3_value;
		Type_t* L_160 = V_0;
		Type_t* L_161 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		RuntimeObject* L_162;
		L_162 = ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D(NULL, L_160, L_161, NULL);
		*((RuntimeObject**)L_159) = (RuntimeObject*)L_162;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_159, (void*)(RuntimeObject*)L_162);
		return (int32_t)(0);
	}

IL_0285:
	{
		RuntimeObject** L_163 = ___3_value;
		*((RuntimeObject**)L_163) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_163, (void*)(RuntimeObject*)NULL);
		return (int32_t)(1);
	}

IL_028a:
	{
		Type_t* L_164 = ___2_targetType;
		bool L_165;
		L_165 = TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235(L_164, NULL);
		if (L_165)
		{
			goto IL_02a2;
		}
	}
	{
		Type_t* L_166 = ___2_targetType;
		bool L_167;
		L_167 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_166, NULL);
		if (L_167)
		{
			goto IL_02a2;
		}
	}
	{
		Type_t* L_168 = ___2_targetType;
		bool L_169;
		L_169 = TypeExtensions_IsAbstract_m9A8E7821259AA6C6C79329A8070A7FD730632D4F(L_168, NULL);
		if (!L_169)
		{
			goto IL_02a7;
		}
	}

IL_02a2:
	{
		RuntimeObject** L_170 = ___3_value;
		*((RuntimeObject**)L_170) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_170, (void*)(RuntimeObject*)NULL);
		return (int32_t)(2);
	}

IL_02a7:
	{
		RuntimeObject** L_171 = ___3_value;
		*((RuntimeObject**)L_171) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_171, (void*)(RuntimeObject*)NULL);
		return (int32_t)(3);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_ConvertOrCast_m1BAE14A07732D27166BC0121DF96D63FD8EE897B (RuntimeObject* ___0_initialValue, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Type_t* ___2_targetType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	{
		Type_t* L_0 = ___2_targetType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_2;
		L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
		bool L_3;
		L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL);
		if (!L_3)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_4 = ___0_initialValue;
		return L_4;
	}

IL_0014:
	{
		RuntimeObject* L_5 = ___0_initialValue;
		if (L_5)
		{
			goto IL_0021;
		}
	}
	{
		Type_t* L_6 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_7;
		L_7 = ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0(L_6, NULL);
		if (!L_7)
		{
			goto IL_0021;
		}
	}
	{
		return NULL;
	}

IL_0021:
	{
		RuntimeObject* L_8 = ___0_initialValue;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture;
		Type_t* L_10 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_11;
		L_11 = ConvertUtils_TryConvert_m83691EC9657B63B2672A8814B83A5DB042E8587F(L_8, L_9, L_10, (&V_0), NULL);
		if (!L_11)
		{
			goto IL_002f;
		}
	}
	{
		RuntimeObject* L_12 = V_0;
		return L_12;
	}

IL_002f:
	{
		RuntimeObject* L_13 = ___0_initialValue;
		RuntimeObject* L_14 = ___0_initialValue;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_15;
		L_15 = ReflectionUtils_GetObjectType_m979DDF9D576AB3D45DF5B009C0B8BD46763CCC17(L_14, NULL);
		Type_t* L_16 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		RuntimeObject* L_17;
		L_17 = ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D(L_13, L_15, L_16, NULL);
		return L_17;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D (RuntimeObject* ___0_value, Type_t* ___1_initialType, Type_t* ___2_targetType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StructMultiKey_2__ctor_m268A22933F6F2600333CB40527C6BEB24842D789_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m2D1CF0F41B583FA3F614780910FF1155219D70C4_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	Func_2_tACBF5A1656250800CE861707354491F0611F6624* V_1 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B9_0 = NULL;
	String_t* G_B9_1 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B8_0 = NULL;
	String_t* G_B8_1 = NULL;
	String_t* G_B10_0 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B10_1 = NULL;
	String_t* G_B10_2 = NULL;
	String_t* G_B12_0 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B12_1 = NULL;
	String_t* G_B12_2 = NULL;
	String_t* G_B11_0 = NULL;
	CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B11_1 = NULL;
	String_t* G_B11_2 = NULL;
	{
		RuntimeObject* L_0 = ___0_value;
		if (!L_0)
		{
			goto IL_0032;
		}
	}
	{
		RuntimeObject* L_1 = ___0_value;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
		V_0 = L_2;
		Type_t* L_3 = ___2_targetType;
		Type_t* L_4 = V_0;
		NullCheck(L_3);
		bool L_5;
		L_5 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_3, L_4);
		if (!L_5)
		{
			goto IL_0015;
		}
	}
	{
		RuntimeObject* L_6 = ___0_value;
		return L_6;
	}

IL_0015:
	{
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E* L_7 = ((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___CastConverters;
		Type_t* L_8 = V_0;
		Type_t* L_9 = ___2_targetType;
		StructMultiKey_2_t976DA9C5BBF0BD9567BAFE22C1E741F8E238D5F5 L_10;
		memset((&L_10), 0, sizeof(L_10));
		StructMultiKey_2__ctor_m268A22933F6F2600333CB40527C6BEB24842D789((&L_10), L_8, L_9, StructMultiKey_2__ctor_m268A22933F6F2600333CB40527C6BEB24842D789_RuntimeMethod_var);
		NullCheck(L_7);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_11;
		L_11 = ThreadSafeStore_2_Get_m2D1CF0F41B583FA3F614780910FF1155219D70C4(L_7, L_10, ThreadSafeStore_2_Get_m2D1CF0F41B583FA3F614780910FF1155219D70C4_RuntimeMethod_var);
		V_1 = L_11;
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_12 = V_1;
		if (!L_12)
		{
			goto IL_003c;
		}
	}
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_13 = V_1;
		RuntimeObject* L_14 = ___0_value;
		NullCheck(L_13);
		RuntimeObject* L_15;
		L_15 = Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_inline(L_13, L_14, NULL);
		return L_15;
	}

IL_0032:
	{
		Type_t* L_16 = ___2_targetType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_17;
		L_17 = ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0(L_16, NULL);
		if (!L_17)
		{
			goto IL_003c;
		}
	}
	{
		return NULL;
	}

IL_003c:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
		L_18 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_19 = ___1_initialType;
		if (L_19)
		{
			G_B9_0 = L_18;
			G_B9_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60E054398E9A44564C17311CB5271848DD97B127));
			goto IL_004c;
		}
		G_B8_0 = L_18;
		G_B8_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60E054398E9A44564C17311CB5271848DD97B127));
	}
	{
		G_B10_0 = ((String_t*)(NULL));
		G_B10_1 = G_B8_0;
		G_B10_2 = G_B8_1;
		goto IL_0052;
	}

IL_004c:
	{
		Type_t* L_20 = ___1_initialType;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_20);
		G_B10_0 = L_21;
		G_B10_1 = G_B9_0;
		G_B10_2 = G_B9_1;
	}

IL_0052:
	{
		String_t* L_22 = G_B10_0;
		if (L_22)
		{
			G_B12_0 = L_22;
			G_B12_1 = G_B10_1;
			G_B12_2 = G_B10_2;
			goto IL_005b;
		}
		G_B11_0 = L_22;
		G_B11_1 = G_B10_1;
		G_B11_2 = G_B10_2;
	}
	{
		G_B12_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581));
		G_B12_1 = G_B11_1;
		G_B12_2 = G_B11_2;
	}

IL_005b:
	{
		Type_t* L_23 = ___2_targetType;
		String_t* L_24;
		L_24 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(G_B12_2, G_B12_1, G_B12_0, L_23, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_25 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_25, L_24, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_EnsureTypeAssignable_m0F13B16EB957DDA87DC4EDB251DA44E38D20C06D_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_mA4BE1D73A196161D4F95B3EBFF256D5FAFD2FB6E (String_t* ___0_input, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7** ___1_result, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_input;
		Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7** L_1 = ___1_result;
		bool L_2;
		L_2 = Version_TryParse_m97B901CC175D8C6E1268F7D5E248050C007F4A28(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_mF25CD55DEF949A90AD74D6FCE946A9BA155B95CB (RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		RuntimeObject* L_0 = ___0_value;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 6)))
		{
			case 0:
			{
				goto IL_0052;
			}
			case 1:
			{
				goto IL_0054;
			}
			case 2:
			{
				goto IL_0052;
			}
			case 3:
			{
				goto IL_0054;
			}
			case 4:
			{
				goto IL_0052;
			}
			case 5:
			{
				goto IL_0054;
			}
			case 6:
			{
				goto IL_0052;
			}
			case 7:
			{
				goto IL_0054;
			}
			case 8:
			{
				goto IL_0052;
			}
			case 9:
			{
				goto IL_0054;
			}
			case 10:
			{
				goto IL_0052;
			}
			case 11:
			{
				goto IL_0054;
			}
			case 12:
			{
				goto IL_0052;
			}
			case 13:
			{
				goto IL_0054;
			}
			case 14:
			{
				goto IL_0052;
			}
		}
	}
	{
		goto IL_0054;
	}

IL_0052:
	{
		return (bool)1;
	}

IL_0054:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m6D81B72EF5D3E6FB6283976493619C2A900BBE95 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_length, int32_t* ___3_value, const RuntimeMethod* method) 
{
	bool V_0 = false;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t V_6 = 0;
	{
		int32_t* L_0 = ___3_value;
		*((int32_t*)L_0) = (int32_t)0;
		int32_t L_1 = ___2_length;
		if (L_1)
		{
			goto IL_0008;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0008:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_chars;
		int32_t L_3 = ___1_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = (bool)((((int32_t)L_5) == ((int32_t)((int32_t)45)))? 1 : 0);
		bool L_6 = V_0;
		if (!L_6)
		{
			goto IL_0023;
		}
	}
	{
		int32_t L_7 = ___2_length;
		if ((!(((uint32_t)L_7) == ((uint32_t)1))))
		{
			goto IL_0019;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0019:
	{
		int32_t L_8 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_8, 1));
		int32_t L_9 = ___2_length;
		___2_length = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
	}

IL_0023:
	{
		int32_t L_10 = ___1_start;
		int32_t L_11 = ___2_length;
		V_1 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
		int32_t L_12 = ___2_length;
		if ((((int32_t)L_12) > ((int32_t)((int32_t)10))))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_13 = ___2_length;
		if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10)))))
		{
			goto IL_005a;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ___0_chars;
		int32_t L_15 = ___1_start;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, ((int32_t)48)))) <= ((int32_t)2)))
		{
			goto IL_005a;
		}
	}

IL_003a:
	{
		int32_t L_18 = ___1_start;
		V_2 = L_18;
		goto IL_0054;
	}

IL_003e:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = ___0_chars;
		int32_t L_20 = V_2;
		NullCheck(L_19);
		int32_t L_21 = L_20;
		uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, ((int32_t)48)));
		int32_t L_23 = V_3;
		if ((((int32_t)L_23) < ((int32_t)0)))
		{
			goto IL_004e;
		}
	}
	{
		int32_t L_24 = V_3;
		if ((((int32_t)L_24) <= ((int32_t)((int32_t)9))))
		{
			goto IL_0050;
		}
	}

IL_004e:
	{
		return (int32_t)(3);
	}

IL_0050:
	{
		int32_t L_25 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_25, 1));
	}

IL_0054:
	{
		int32_t L_26 = V_2;
		int32_t L_27 = V_1;
		if ((((int32_t)L_26) < ((int32_t)L_27)))
		{
			goto IL_003e;
		}
	}
	{
		return (int32_t)(2);
	}

IL_005a:
	{
		int32_t L_28 = ___1_start;
		V_4 = L_28;
		goto IL_00ba;
	}

IL_005f:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = ___0_chars;
		int32_t L_30 = V_4;
		NullCheck(L_29);
		int32_t L_31 = L_30;
		uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, ((int32_t)48)));
		int32_t L_33 = V_5;
		if ((((int32_t)L_33) < ((int32_t)0)))
		{
			goto IL_0073;
		}
	}
	{
		int32_t L_34 = V_5;
		if ((((int32_t)L_34) <= ((int32_t)((int32_t)9))))
		{
			goto IL_0075;
		}
	}

IL_0073:
	{
		return (int32_t)(3);
	}

IL_0075:
	{
		int32_t* L_35 = ___3_value;
		int32_t L_36 = *((int32_t*)L_35);
		int32_t L_37 = V_5;
		V_6 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)10), L_36)), L_37));
		int32_t L_38 = V_6;
		int32_t* L_39 = ___3_value;
		int32_t L_40 = *((int32_t*)L_39);
		if ((((int32_t)L_38) <= ((int32_t)L_40)))
		{
			goto IL_00b0;
		}
	}
	{
		int32_t L_41 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_41, 1));
		goto IL_00a9;
	}

IL_008d:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = ___0_chars;
		int32_t L_43 = V_4;
		NullCheck(L_42);
		int32_t L_44 = L_43;
		uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, ((int32_t)48)));
		int32_t L_46 = V_5;
		if ((((int32_t)L_46) < ((int32_t)0)))
		{
			goto IL_00a1;
		}
	}
	{
		int32_t L_47 = V_5;
		if ((((int32_t)L_47) <= ((int32_t)((int32_t)9))))
		{
			goto IL_00a3;
		}
	}

IL_00a1:
	{
		return (int32_t)(3);
	}

IL_00a3:
	{
		int32_t L_48 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_48, 1));
	}

IL_00a9:
	{
		int32_t L_49 = V_4;
		int32_t L_50 = V_1;
		if ((((int32_t)L_49) < ((int32_t)L_50)))
		{
			goto IL_008d;
		}
	}
	{
		return (int32_t)(2);
	}

IL_00b0:
	{
		int32_t* L_51 = ___3_value;
		int32_t L_52 = V_6;
		*((int32_t*)L_51) = (int32_t)L_52;
		int32_t L_53 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_53, 1));
	}

IL_00ba:
	{
		int32_t L_54 = V_4;
		int32_t L_55 = V_1;
		if ((((int32_t)L_54) < ((int32_t)L_55)))
		{
			goto IL_005f;
		}
	}
	{
		bool L_56 = V_0;
		if (L_56)
		{
			goto IL_00d2;
		}
	}
	{
		int32_t* L_57 = ___3_value;
		int32_t L_58 = *((int32_t*)L_57);
		if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)-2147483648LL)))))
		{
			goto IL_00cd;
		}
	}
	{
		return (int32_t)(2);
	}

IL_00cd:
	{
		int32_t* L_59 = ___3_value;
		int32_t* L_60 = ___3_value;
		int32_t L_61 = *((int32_t*)L_60);
		*((int32_t*)L_59) = (int32_t)((-L_61));
	}

IL_00d2:
	{
		return (int32_t)(1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_mD4BA6148D0849E5EFBEC03B6EE4D2D92FAD49F52 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_length, int64_t* ___3_value, const RuntimeMethod* method) 
{
	bool V_0 = false;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int64_t V_6 = 0;
	{
		int64_t* L_0 = ___3_value;
		*((int64_t*)L_0) = (int64_t)((int64_t)0);
		int32_t L_1 = ___2_length;
		if (L_1)
		{
			goto IL_0009;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0009:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_chars;
		int32_t L_3 = ___1_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = (bool)((((int32_t)L_5) == ((int32_t)((int32_t)45)))? 1 : 0);
		bool L_6 = V_0;
		if (!L_6)
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_7 = ___2_length;
		if ((!(((uint32_t)L_7) == ((uint32_t)1))))
		{
			goto IL_001a;
		}
	}
	{
		return (int32_t)(3);
	}

IL_001a:
	{
		int32_t L_8 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_8, 1));
		int32_t L_9 = ___2_length;
		___2_length = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
	}

IL_0024:
	{
		int32_t L_10 = ___1_start;
		int32_t L_11 = ___2_length;
		V_1 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
		int32_t L_12 = ___2_length;
		if ((((int32_t)L_12) <= ((int32_t)((int32_t)19))))
		{
			goto IL_004d;
		}
	}
	{
		int32_t L_13 = ___1_start;
		V_2 = L_13;
		goto IL_0047;
	}

IL_0031:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ___0_chars;
		int32_t L_15 = V_2;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, ((int32_t)48)));
		int32_t L_18 = V_3;
		if ((((int32_t)L_18) < ((int32_t)0)))
		{
			goto IL_0041;
		}
	}
	{
		int32_t L_19 = V_3;
		if ((((int32_t)L_19) <= ((int32_t)((int32_t)9))))
		{
			goto IL_0043;
		}
	}

IL_0041:
	{
		return (int32_t)(3);
	}

IL_0043:
	{
		int32_t L_20 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
	}

IL_0047:
	{
		int32_t L_21 = V_2;
		int32_t L_22 = V_1;
		if ((((int32_t)L_21) < ((int32_t)L_22)))
		{
			goto IL_0031;
		}
	}
	{
		return (int32_t)(2);
	}

IL_004d:
	{
		int32_t L_23 = ___1_start;
		V_4 = L_23;
		goto IL_00af;
	}

IL_0052:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = ___0_chars;
		int32_t L_25 = V_4;
		NullCheck(L_24);
		int32_t L_26 = L_25;
		uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, ((int32_t)48)));
		int32_t L_28 = V_5;
		if ((((int32_t)L_28) < ((int32_t)0)))
		{
			goto IL_0066;
		}
	}
	{
		int32_t L_29 = V_5;
		if ((((int32_t)L_29) <= ((int32_t)((int32_t)9))))
		{
			goto IL_0068;
		}
	}

IL_0066:
	{
		return (int32_t)(3);
	}

IL_0068:
	{
		int64_t* L_30 = ___3_value;
		int64_t L_31 = *((int64_t*)L_30);
		int32_t L_32 = V_5;
		V_6 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)10)), L_31)), ((int64_t)L_32)));
		int64_t L_33 = V_6;
		int64_t* L_34 = ___3_value;
		int64_t L_35 = *((int64_t*)L_34);
		if ((((int64_t)L_33) <= ((int64_t)L_35)))
		{
			goto IL_00a5;
		}
	}
	{
		int32_t L_36 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_36, 1));
		goto IL_009e;
	}

IL_0082:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___0_chars;
		int32_t L_38 = V_4;
		NullCheck(L_37);
		int32_t L_39 = L_38;
		uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, ((int32_t)48)));
		int32_t L_41 = V_5;
		if ((((int32_t)L_41) < ((int32_t)0)))
		{
			goto IL_0096;
		}
	}
	{
		int32_t L_42 = V_5;
		if ((((int32_t)L_42) <= ((int32_t)((int32_t)9))))
		{
			goto IL_0098;
		}
	}

IL_0096:
	{
		return (int32_t)(3);
	}

IL_0098:
	{
		int32_t L_43 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_43, 1));
	}

IL_009e:
	{
		int32_t L_44 = V_4;
		int32_t L_45 = V_1;
		if ((((int32_t)L_44) < ((int32_t)L_45)))
		{
			goto IL_0082;
		}
	}
	{
		return (int32_t)(2);
	}

IL_00a5:
	{
		int64_t* L_46 = ___3_value;
		int64_t L_47 = V_6;
		*((int64_t*)L_46) = (int64_t)L_47;
		int32_t L_48 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_48, 1));
	}

IL_00af:
	{
		int32_t L_49 = V_4;
		int32_t L_50 = V_1;
		if ((((int32_t)L_49) < ((int32_t)L_50)))
		{
			goto IL_0052;
		}
	}
	{
		bool L_51 = V_0;
		if (L_51)
		{
			goto IL_00cb;
		}
	}
	{
		int64_t* L_52 = ___3_value;
		int64_t L_53 = *((int64_t*)L_52);
		if ((!(((uint64_t)L_53) == ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))))
		{
			goto IL_00c6;
		}
	}
	{
		return (int32_t)(2);
	}

IL_00c6:
	{
		int64_t* L_54 = ___3_value;
		int64_t* L_55 = ___3_value;
		int64_t L_56 = *((int64_t*)L_55);
		*((int64_t*)L_54) = (int64_t)((-L_56));
	}

IL_00cb:
	{
		return (int32_t)(1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_DecimalTryParse_m92E25CBAB7DA99C3D4FE810ED91BDAE13C2F9865 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_length, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___3_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	uint64_t V_6 = 0;
	uint64_t V_7 = 0;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1 V_10;
	memset((&V_10), 0, sizeof(V_10));
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_11;
	memset((&V_11), 0, sizeof(V_11));
	Il2CppChar V_12 = 0x0;
	bool V_13 = false;
	int32_t V_14 = 0;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_15;
	memset((&V_15), 0, sizeof(V_15));
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_16;
	memset((&V_16), 0, sizeof(V_16));
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_17;
	memset((&V_17), 0, sizeof(V_17));
	int32_t V_18 = 0;
	Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1 V_19;
	memset((&V_19), 0, sizeof(V_19));
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_20;
	memset((&V_20), 0, sizeof(V_20));
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B60_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B53_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B59_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B54_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B58_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B55_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B57_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B56_0 = NULL;
	int32_t G_B61_0 = 0;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* G_B61_1 = NULL;
	bool G_B63_0 = false;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 G_B87_0;
	memset((&G_B87_0), 0, sizeof(G_B87_0));
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 G_B94_0;
	memset((&G_B94_0), 0, sizeof(G_B94_0));
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* G_B101_0 = NULL;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* G_B100_0 = NULL;
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F G_B102_0;
	memset((&G_B102_0), 0, sizeof(G_B102_0));
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* G_B102_1 = NULL;
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_0 = ___3_value;
		il2cpp_codegen_initobj(L_0, sizeof(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F));
		int32_t L_1 = ___2_length;
		if (L_1)
		{
			goto IL_000c;
		}
	}
	{
		return (int32_t)(3);
	}

IL_000c:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_chars;
		int32_t L_3 = ___1_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = (bool)((((int32_t)L_5) == ((int32_t)((int32_t)45)))? 1 : 0);
		bool L_6 = V_0;
		if (!L_6)
		{
			goto IL_0027;
		}
	}
	{
		int32_t L_7 = ___2_length;
		if ((!(((uint32_t)L_7) == ((uint32_t)1))))
		{
			goto IL_001d;
		}
	}
	{
		return (int32_t)(3);
	}

IL_001d:
	{
		int32_t L_8 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_8, 1));
		int32_t L_9 = ___2_length;
		___2_length = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
	}

IL_0027:
	{
		int32_t L_10 = ___1_start;
		V_1 = L_10;
		int32_t L_11 = ___1_start;
		int32_t L_12 = ___2_length;
		V_2 = ((int32_t)il2cpp_codegen_add(L_11, L_12));
		int32_t L_13 = V_2;
		V_3 = L_13;
		int32_t L_14 = V_2;
		V_4 = L_14;
		V_5 = 0;
		V_6 = ((int64_t)0);
		V_7 = ((int64_t)0);
		V_8 = 0;
		V_9 = 0;
		il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1));
		il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
		goto IL_021b;
	}

IL_0058:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___0_chars;
		int32_t L_16 = V_1;
		NullCheck(L_15);
		int32_t L_17 = L_16;
		uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		V_12 = L_18;
		Il2CppChar L_19 = V_12;
		if ((((int32_t)L_19) == ((int32_t)((int32_t)46))))
		{
			goto IL_0074;
		}
	}
	{
		Il2CppChar L_20 = V_12;
		if ((((int32_t)L_20) == ((int32_t)((int32_t)69))))
		{
			goto IL_0091;
		}
	}
	{
		Il2CppChar L_21 = V_12;
		if ((((int32_t)L_21) == ((int32_t)((int32_t)101))))
		{
			goto IL_0091;
		}
	}
	{
		goto IL_0116;
	}

IL_0074:
	{
		int32_t L_22 = V_1;
		int32_t L_23 = ___1_start;
		if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
		{
			goto IL_007a;
		}
	}
	{
		return (int32_t)(3);
	}

IL_007a:
	{
		int32_t L_24 = V_1;
		int32_t L_25 = V_2;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_24, 1))) == ((uint32_t)L_25))))
		{
			goto IL_0082;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0082:
	{
		int32_t L_26 = V_3;
		int32_t L_27 = V_2;
		if ((((int32_t)L_26) == ((int32_t)L_27)))
		{
			goto IL_0088;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0088:
	{
		int32_t L_28 = V_1;
		V_3 = ((int32_t)il2cpp_codegen_add(L_28, 1));
		goto IL_0217;
	}

IL_0091:
	{
		int32_t L_29 = V_1;
		int32_t L_30 = ___1_start;
		if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
		{
			goto IL_0097;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0097:
	{
		int32_t L_31 = V_1;
		int32_t L_32 = V_3;
		if ((!(((uint32_t)L_31) == ((uint32_t)L_32))))
		{
			goto IL_009d;
		}
	}
	{
		return (int32_t)(3);
	}

IL_009d:
	{
		int32_t L_33 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_33, 1));
		int32_t L_34 = V_1;
		int32_t L_35 = V_2;
		if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
		{
			goto IL_00a7;
		}
	}
	{
		return (int32_t)(3);
	}

IL_00a7:
	{
		int32_t L_36 = V_3;
		int32_t L_37 = V_2;
		if ((((int32_t)L_36) >= ((int32_t)L_37)))
		{
			goto IL_00b0;
		}
	}
	{
		int32_t L_38 = V_1;
		V_4 = ((int32_t)il2cpp_codegen_subtract(L_38, 1));
	}

IL_00b0:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = ___0_chars;
		int32_t L_40 = V_1;
		NullCheck(L_39);
		int32_t L_41 = L_40;
		uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
		V_12 = L_42;
		V_13 = (bool)0;
		Il2CppChar L_43 = V_12;
		if ((((int32_t)L_43) == ((int32_t)((int32_t)43))))
		{
			goto IL_00cd;
		}
	}
	{
		Il2CppChar L_44 = V_12;
		if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)45)))))
		{
			goto IL_0101;
		}
	}
	{
		V_13 = (bool)1;
		int32_t L_45 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_45, 1));
		goto IL_0101;
	}

IL_00cd:
	{
		int32_t L_46 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_46, 1));
		goto IL_0101;
	}

IL_00d3:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = ___0_chars;
		int32_t L_48 = V_1;
		NullCheck(L_47);
		int32_t L_49 = L_48;
		uint16_t L_50 = (uint16_t)(L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
		V_12 = L_50;
		Il2CppChar L_51 = V_12;
		if ((((int32_t)L_51) < ((int32_t)((int32_t)48))))
		{
			goto IL_00e4;
		}
	}
	{
		Il2CppChar L_52 = V_12;
		if ((((int32_t)L_52) <= ((int32_t)((int32_t)57))))
		{
			goto IL_00e6;
		}
	}

IL_00e4:
	{
		return (int32_t)(3);
	}

IL_00e6:
	{
		int32_t L_53 = V_5;
		Il2CppChar L_54 = V_12;
		V_14 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)10), L_53)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, ((int32_t)48)))));
		int32_t L_55 = V_5;
		int32_t L_56 = V_14;
		if ((((int32_t)L_55) >= ((int32_t)L_56)))
		{
			goto IL_00fd;
		}
	}
	{
		int32_t L_57 = V_14;
		V_5 = L_57;
	}

IL_00fd:
	{
		int32_t L_58 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_58, 1));
	}

IL_0101:
	{
		int32_t L_59 = V_1;
		int32_t L_60 = V_2;
		if ((((int32_t)L_59) < ((int32_t)L_60)))
		{
			goto IL_00d3;
		}
	}
	{
		bool L_61 = V_13;
		if (!L_61)
		{
			goto IL_0217;
		}
	}
	{
		int32_t L_62 = V_5;
		V_5 = ((-L_62));
		goto IL_0217;
	}

IL_0116:
	{
		Il2CppChar L_63 = V_12;
		if ((((int32_t)L_63) < ((int32_t)((int32_t)48))))
		{
			goto IL_0122;
		}
	}
	{
		Il2CppChar L_64 = V_12;
		if ((((int32_t)L_64) <= ((int32_t)((int32_t)57))))
		{
			goto IL_0124;
		}
	}

IL_0122:
	{
		return (int32_t)(3);
	}

IL_0124:
	{
		int32_t L_65 = V_1;
		int32_t L_66 = ___1_start;
		if ((!(((uint32_t)L_65) == ((uint32_t)L_66))))
		{
			goto IL_0158;
		}
	}
	{
		Il2CppChar L_67 = V_12;
		if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)48)))))
		{
			goto IL_0158;
		}
	}
	{
		int32_t L_68 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_68, 1));
		int32_t L_69 = V_1;
		int32_t L_70 = V_2;
		if ((((int32_t)L_69) == ((int32_t)L_70)))
		{
			goto IL_0158;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_71 = ___0_chars;
		int32_t L_72 = V_1;
		NullCheck(L_71);
		int32_t L_73 = L_72;
		uint16_t L_74 = (uint16_t)(L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
		V_12 = L_74;
		Il2CppChar L_75 = V_12;
		if ((((int32_t)L_75) == ((int32_t)((int32_t)46))))
		{
			goto IL_0074;
		}
	}
	{
		Il2CppChar L_76 = V_12;
		if ((((int32_t)L_76) == ((int32_t)((int32_t)101))))
		{
			goto IL_0091;
		}
	}
	{
		Il2CppChar L_77 = V_12;
		if ((((int32_t)L_77) == ((int32_t)((int32_t)69))))
		{
			goto IL_0091;
		}
	}
	{
		return (int32_t)(3);
	}

IL_0158:
	{
		int32_t L_78 = V_8;
		if ((((int32_t)L_78) >= ((int32_t)((int32_t)29))))
		{
			goto IL_01ff;
		}
	}
	{
		int32_t L_79 = V_8;
		if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)28)))))
		{
			goto IL_01d1;
		}
	}
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_80 = V_11;
		V_15 = L_80;
		bool L_81;
		L_81 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_15), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
		if (L_81)
		{
			goto IL_01c8;
		}
	}
	{
		uint64_t L_82 = V_6;
		if ((!(((uint64_t)L_82) <= ((uint64_t)((int64_t)7922816251426433759LL)))))
		{
			G_B60_0 = (&V_11);
			goto IL_01b5;
		}
		G_B53_0 = (&V_11);
	}
	{
		uint64_t L_83 = V_6;
		if ((!(((uint64_t)L_83) == ((uint64_t)((int64_t)7922816251426433759LL)))))
		{
			G_B59_0 = G_B53_0;
			goto IL_01b2;
		}
		G_B54_0 = G_B53_0;
	}
	{
		uint64_t L_84 = V_7;
		if ((!(((uint64_t)L_84) <= ((uint64_t)((int64_t)((int32_t)354395033))))))
		{
			G_B58_0 = G_B54_0;
			goto IL_01af;
		}
		G_B55_0 = G_B54_0;
	}
	{
		uint64_t L_85 = V_7;
		if ((!(((uint64_t)L_85) == ((uint64_t)((int64_t)((int32_t)354395033))))))
		{
			G_B57_0 = G_B55_0;
			goto IL_01ac;
		}
		G_B56_0 = G_B55_0;
	}
	{
		Il2CppChar L_86 = V_12;
		G_B61_0 = ((((int32_t)L_86) > ((int32_t)((int32_t)53)))? 1 : 0);
		G_B61_1 = G_B56_0;
		goto IL_01b6;
	}

IL_01ac:
	{
		G_B61_0 = 0;
		G_B61_1 = G_B57_0;
		goto IL_01b6;
	}

IL_01af:
	{
		G_B61_0 = 1;
		G_B61_1 = G_B58_0;
		goto IL_01b6;
	}

IL_01b2:
	{
		G_B61_0 = 0;
		G_B61_1 = G_B59_0;
		goto IL_01b6;
	}

IL_01b5:
	{
		G_B61_0 = 1;
		G_B61_1 = G_B60_0;
	}

IL_01b6:
	{
		Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5(G_B61_1, (bool)G_B61_0, Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_87 = V_11;
		V_16 = L_87;
		bool L_88;
		L_88 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_16), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
		G_B63_0 = L_88;
		goto IL_01cf;
	}

IL_01c8:
	{
		bool L_89;
		L_89 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_15), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
		G_B63_0 = L_89;
	}

IL_01cf:
	{
		if (G_B63_0)
		{
			goto IL_01ff;
		}
	}

IL_01d1:
	{
		int32_t L_90 = V_8;
		if ((((int32_t)L_90) >= ((int32_t)((int32_t)19))))
		{
			goto IL_01e8;
		}
	}
	{
		uint64_t L_91 = V_6;
		Il2CppChar L_92 = V_12;
		V_6 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply((int64_t)L_91, ((int64_t)((int32_t)10)))), ((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_92, ((int32_t)48))))));
		goto IL_01f7;
	}

IL_01e8:
	{
		uint64_t L_93 = V_7;
		Il2CppChar L_94 = V_12;
		V_7 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply((int64_t)L_93, ((int64_t)((int32_t)10)))), ((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, ((int32_t)48))))));
	}

IL_01f7:
	{
		int32_t L_95 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add(L_95, 1));
		goto IL_0217;
	}

IL_01ff:
	{
		bool L_96;
		L_96 = Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_inline((&V_10), Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_RuntimeMethod_var);
		if (L_96)
		{
			goto IL_0211;
		}
	}
	{
		Il2CppChar L_97 = V_12;
		Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE((&V_10), L_97, Nullable_1__ctor_m925B76A79F5C50FC6CCDB1C29526E908C8257ABE_RuntimeMethod_var);
	}

IL_0211:
	{
		int32_t L_98 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add(L_98, 1));
	}

IL_0217:
	{
		int32_t L_99 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_99, 1));
	}

IL_021b:
	{
		int32_t L_100 = V_1;
		int32_t L_101 = V_2;
		if ((((int32_t)L_100) < ((int32_t)L_101)))
		{
			goto IL_0058;
		}
	}
	{
		int32_t L_102 = V_5;
		int32_t L_103 = V_9;
		V_5 = ((int32_t)il2cpp_codegen_add(L_102, L_103));
		int32_t L_104 = V_5;
		int32_t L_105 = V_4;
		int32_t L_106 = V_3;
		V_5 = ((int32_t)il2cpp_codegen_subtract(L_104, ((int32_t)il2cpp_codegen_subtract(L_105, L_106))));
		int32_t L_107 = V_8;
		if ((((int32_t)L_107) > ((int32_t)((int32_t)19))))
		{
			goto IL_0247;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_108 = ___3_value;
		uint64_t L_109 = V_6;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_110;
		L_110 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_109, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_108 = L_110;
		goto IL_0274;
	}

IL_0247:
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_111 = ___3_value;
		uint64_t L_112 = V_6;
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_113;
		L_113 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_112, NULL);
		int32_t L_114 = V_8;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_115;
		memset((&L_115), 0, sizeof(L_115));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_115), 1, 0, 0, (bool)0, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(L_114, ((int32_t)19)))), NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_116;
		L_116 = Decimal_op_Division_mA0BD25988CA8010A3F8EA2F6A534F9F2D812D2AC(L_113, L_115, NULL);
		uint64_t L_117 = V_7;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_118;
		L_118 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_117, NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_119;
		L_119 = Decimal_op_Addition_m878AC5E15D13F205BCB6AE9747B2C0D950BD2EF7(L_116, L_118, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_111 = L_119;
	}

IL_0274:
	{
		int32_t L_120 = V_5;
		if ((((int32_t)L_120) <= ((int32_t)0)))
		{
			goto IL_0381;
		}
	}
	{
		int32_t L_121 = V_8;
		int32_t L_122 = V_5;
		V_8 = ((int32_t)il2cpp_codegen_add(L_121, L_122));
		int32_t L_123 = V_8;
		if ((((int32_t)L_123) <= ((int32_t)((int32_t)29))))
		{
			goto IL_028b;
		}
	}
	{
		return (int32_t)(2);
	}

IL_028b:
	{
		int32_t L_124 = V_8;
		if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)29)))))
		{
			goto IL_035f;
		}
	}
	{
		int32_t L_125 = V_5;
		if ((((int32_t)L_125) <= ((int32_t)1)))
		{
			goto IL_02dd;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_126 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_127 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_128 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_127);
		int32_t L_129 = V_5;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_130;
		memset((&L_130), 0, sizeof(L_130));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_130), 1, 0, 0, (bool)0, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(L_129, 1))), NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_131;
		L_131 = Decimal_op_Division_mA0BD25988CA8010A3F8EA2F6A534F9F2D812D2AC(L_128, L_130, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_126 = L_131;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_132 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_133 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_132);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_134;
		memset((&L_134), 0, sizeof(L_134));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_134), ((int32_t)-1717986919), ((int32_t)-1717986919), ((int32_t)429496729), (bool)0, (uint8_t)0, NULL);
		bool L_135;
		L_135 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_133, L_134, NULL);
		if (!L_135)
		{
			goto IL_0342;
		}
	}
	{
		return (int32_t)(2);
	}

IL_02dd:
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_136 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_137 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_136);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_138;
		memset((&L_138), 0, sizeof(L_138));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_138), ((int32_t)-1717986919), ((int32_t)-1717986919), ((int32_t)429496729), (bool)0, (uint8_t)0, NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		bool L_139;
		L_139 = Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5(L_137, L_138, NULL);
		if (!L_139)
		{
			goto IL_0342;
		}
	}
	{
		Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1 L_140 = V_10;
		V_19 = L_140;
		bool L_141;
		L_141 = Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_inline((&V_19), Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_RuntimeMethod_var);
		if (L_141)
		{
			goto IL_0319;
		}
	}
	{
		il2cpp_codegen_initobj((&V_20), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_142 = V_20;
		G_B87_0 = L_142;
		goto IL_0325;
	}

IL_0319:
	{
		Il2CppChar L_143;
		L_143 = Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_inline((&V_19), Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_RuntimeMethod_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_144;
		memset((&L_144), 0, sizeof(L_144));
		Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_144), L_143, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		G_B87_0 = L_144;
	}

IL_0325:
	{
		V_17 = G_B87_0;
		V_18 = ((int32_t)53);
		int32_t L_145;
		L_145 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_17), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		int32_t L_146 = V_18;
		bool L_147;
		L_147 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_17), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (!((int32_t)(((((int32_t)L_145) > ((int32_t)L_146))? 1 : 0)&(int32_t)L_147)))
		{
			goto IL_0342;
		}
	}
	{
		return (int32_t)(2);
	}

IL_0342:
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_148 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_149 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_150 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_149);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_151;
		memset((&L_151), 0, sizeof(L_151));
		Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_151), ((int32_t)10), NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_152;
		L_152 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_150, L_151, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_148 = L_152;
		goto IL_0473;
	}

IL_035f:
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_153 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_154 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_155 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_154);
		int32_t L_156 = V_5;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_157;
		memset((&L_157), 0, sizeof(L_157));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_157), 1, 0, 0, (bool)0, (uint8_t)((int32_t)(uint8_t)L_156), NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_158;
		L_158 = Decimal_op_Division_mA0BD25988CA8010A3F8EA2F6A534F9F2D812D2AC(L_155, L_157, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_153 = L_158;
		goto IL_0473;
	}

IL_0381:
	{
		Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1 L_159 = V_10;
		V_19 = L_159;
		bool L_160;
		L_160 = Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_inline((&V_19), Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_RuntimeMethod_var);
		if (L_160)
		{
			goto IL_039a;
		}
	}
	{
		il2cpp_codegen_initobj((&V_20), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_161 = V_20;
		G_B94_0 = L_161;
		goto IL_03a6;
	}

IL_039a:
	{
		Il2CppChar L_162;
		L_162 = Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_inline((&V_19), Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_RuntimeMethod_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_163;
		memset((&L_163), 0, sizeof(L_163));
		Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_163), L_162, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		G_B94_0 = L_163;
	}

IL_03a6:
	{
		V_17 = G_B94_0;
		V_18 = ((int32_t)53);
		int32_t L_164;
		L_164 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_17), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		int32_t L_165 = V_18;
		bool L_166;
		L_166 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_17), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (!((int32_t)(((((int32_t)((((int32_t)L_164) < ((int32_t)L_165))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_166)))
		{
			goto IL_03db;
		}
	}
	{
		int32_t L_167 = V_5;
		if ((((int32_t)L_167) < ((int32_t)((int32_t)-28))))
		{
			goto IL_03db;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_168 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_169 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_170 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_169);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_171;
		L_171 = Decimal_op_Increment_m107BFAB48A207053F660848E69F17806D07B7567(L_170, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_168 = L_171;
	}

IL_03db:
	{
		int32_t L_172 = V_5;
		if ((((int32_t)L_172) >= ((int32_t)0)))
		{
			goto IL_0473;
		}
	}
	{
		int32_t L_173 = V_8;
		int32_t L_174 = V_5;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_173, L_174)), ((int32_t)28)))) > ((int32_t)0)))
		{
			goto IL_0405;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_175 = ___3_value;
		bool L_176 = V_0;
		if (L_176)
		{
			G_B101_0 = L_175;
			goto IL_03f9;
		}
		G_B100_0 = L_175;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_177 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero;
		G_B102_0 = L_177;
		G_B102_1 = G_B100_0;
		goto IL_03fe;
	}

IL_03f9:
	{
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_178 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero;
		G_B102_0 = L_178;
		G_B102_1 = G_B101_0;
	}

IL_03fe:
	{
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)G_B102_1 = G_B102_0;
		return (int32_t)(1);
	}

IL_0405:
	{
		int32_t L_179 = V_5;
		if ((((int32_t)L_179) < ((int32_t)((int32_t)-28))))
		{
			goto IL_042b;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_180 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_181 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_182 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_181);
		int32_t L_183 = V_5;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_184;
		memset((&L_184), 0, sizeof(L_184));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_184), 1, 0, 0, (bool)0, (uint8_t)((int32_t)(uint8_t)((-L_183))), NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_185;
		L_185 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_182, L_184, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_180 = L_185;
		goto IL_0473;
	}

IL_042b:
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_186 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_187 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_188 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_187);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_189;
		memset((&L_189), 0, sizeof(L_189));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_189), ((int32_t)268435456), ((int32_t)1042612833), ((int32_t)542101086), (bool)0, (uint8_t)0, NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_190;
		L_190 = Decimal_op_Division_mA0BD25988CA8010A3F8EA2F6A534F9F2D812D2AC(L_188, L_189, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_186 = L_190;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_191 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_192 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_193 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_192);
		int32_t L_194 = V_5;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_195;
		memset((&L_195), 0, sizeof(L_195));
		Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_195), 1, 0, 0, (bool)0, (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(((-L_194)), ((int32_t)28)))), NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_196;
		L_196 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_193, L_195, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_191 = L_196;
	}

IL_0473:
	{
		bool L_197 = V_0;
		if (!L_197)
		{
			goto IL_0487;
		}
	}
	{
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_198 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_199 = ___3_value;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_200 = (*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_199);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_201;
		L_201 = Decimal_op_UnaryNegation_mB015B978A1530E7F328DC491FAECA393197DFFB3(L_200, NULL);
		*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)L_198 = L_201;
	}

IL_0487:
	{
		return (int32_t)(1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_mB09F062E72F476C09A4ACB8A2387F5A9862FD4AA (String_t* ___0_s, Guid_t* ___1_g, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_s;
		Guid_t* L_1 = ___1_g;
		bool L_2;
		L_2 = Guid_TryParseExact_m8318795A2B6B90900272736AF2A803438FEDB7DE(L_0, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryHexTextToInt_mB1E7E0C8EB899DDE11B74139EF95793E2119877E (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_text, int32_t ___1_start, int32_t ___2_end, int32_t* ___3_value, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	int32_t V_2 = 0;
	{
		int32_t* L_0 = ___3_value;
		*((int32_t*)L_0) = (int32_t)0;
		int32_t L_1 = ___1_start;
		V_0 = L_1;
		goto IL_0058;
	}

IL_0007:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_text;
		int32_t L_3 = V_0;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_1 = L_5;
		Il2CppChar L_6 = V_1;
		if ((((int32_t)L_6) > ((int32_t)((int32_t)57))))
		{
			goto IL_001c;
		}
	}
	{
		Il2CppChar L_7 = V_1;
		if ((((int32_t)L_7) < ((int32_t)((int32_t)48))))
		{
			goto IL_001c;
		}
	}
	{
		Il2CppChar L_8 = V_1;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)48)));
		goto IL_0043;
	}

IL_001c:
	{
		Il2CppChar L_9 = V_1;
		if ((((int32_t)L_9) > ((int32_t)((int32_t)70))))
		{
			goto IL_002d;
		}
	}
	{
		Il2CppChar L_10 = V_1;
		if ((((int32_t)L_10) < ((int32_t)((int32_t)65))))
		{
			goto IL_002d;
		}
	}
	{
		Il2CppChar L_11 = V_1;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, ((int32_t)55)));
		goto IL_0043;
	}

IL_002d:
	{
		Il2CppChar L_12 = V_1;
		if ((((int32_t)L_12) > ((int32_t)((int32_t)102))))
		{
			goto IL_003e;
		}
	}
	{
		Il2CppChar L_13 = V_1;
		if ((((int32_t)L_13) < ((int32_t)((int32_t)97))))
		{
			goto IL_003e;
		}
	}
	{
		Il2CppChar L_14 = V_1;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, ((int32_t)87)));
		goto IL_0043;
	}

IL_003e:
	{
		int32_t* L_15 = ___3_value;
		*((int32_t*)L_15) = (int32_t)0;
		return (bool)0;
	}

IL_0043:
	{
		int32_t* L_16 = ___3_value;
		int32_t* L_17 = ___3_value;
		int32_t L_18 = *((int32_t*)L_17);
		int32_t L_19 = V_2;
		int32_t L_20 = ___2_end;
		int32_t L_21 = V_0;
		*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add(L_18, ((int32_t)(L_19<<((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_20, 1)), L_21)), 4))&((int32_t)31)))))));
		int32_t L_22 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
	}

IL_0058:
	{
		int32_t L_23 = V_0;
		int32_t L_24 = ___2_end;
		if ((((int32_t)L_23) < ((int32_t)L_24)))
		{
			goto IL_0007;
		}
	}
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConvertUtils__cctor_mCE736B50121C78004F75F17086D8966B34F641CC (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_CreateCastConverter_mF01E025B788CC95CF6B1A4F9C5219BCFB9E3B991_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m96B447EB5EF440757CFDA218BB8344D89762CE2C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t890667DD511E31012095396A8BF9C888E2284437_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t0ECB838EB0C9A81655750B26970F21CF9A83A5F7_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t3D746CBB6123D4569FF4DEA60BC4240F32C6FE75_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4926B6730CE7D5D65A9903F48CFD632867A41E72_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t57D99A484501B89DA27E67D6D9A89722D5A7DE2C_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t70F850DEE49B62D1B877D3C32F9E0EC724ADC4D9_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCF16C2638810B89EAA3EEFE6B35FC71B6AE96B2C_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tEB6689CC9747A3600689077DCBF77B8E8B510505_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_mF589737F54B40E91045E1203531A2FFFDDCFB386_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_0 = (Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5*)il2cpp_codegen_object_new(Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m96B447EB5EF440757CFDA218BB8344D89762CE2C(L_0, Dictionary_2__ctor_m96B447EB5EF440757CFDA218BB8344D89762CE2C_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_1 = L_0;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.char_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);
		NullCheck(L_1);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_1, L_3, 2, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_4 = L_1;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1_0_0_0_var) };
		Type_t* L_6;
		L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
		NullCheck(L_4);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_4, L_6, 3, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_7 = L_4;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.boolean_class->byval_arg) };
		Type_t* L_9;
		L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
		NullCheck(L_7);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_7, L_9, 4, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_10 = L_7;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var) };
		Type_t* L_12;
		L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
		NullCheck(L_10);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_10, L_12, 5, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_13 = L_10;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.sbyte_class->byval_arg) };
		Type_t* L_15;
		L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
		NullCheck(L_13);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_13, L_15, 6, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_16 = L_13;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (Nullable_1_tCF16C2638810B89EAA3EEFE6B35FC71B6AE96B2C_0_0_0_var) };
		Type_t* L_18;
		L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
		NullCheck(L_16);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_16, L_18, 7, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_19 = L_16;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int16_class->byval_arg) };
		Type_t* L_21;
		L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL);
		NullCheck(L_19);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_19, L_21, 8, Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_22 = L_19;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_23 = { reinterpret_cast<intptr_t> (Nullable_1_t57D99A484501B89DA27E67D6D9A89722D5A7DE2C_0_0_0_var) };
		Type_t* L_24;
		L_24 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_23, NULL);
		NullCheck(L_22);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_22, L_24, ((int32_t)9), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_25 = L_22;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint16_class->byval_arg) };
		Type_t* L_27;
		L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL);
		NullCheck(L_25);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_25, L_27, ((int32_t)10), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_28 = L_25;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast<intptr_t> (Nullable_1_t70F850DEE49B62D1B877D3C32F9E0EC724ADC4D9_0_0_0_var) };
		Type_t* L_30;
		L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL);
		NullCheck(L_28);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_28, L_30, ((int32_t)11), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_31 = L_28;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		Type_t* L_33;
		L_33 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_32, NULL);
		NullCheck(L_31);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_31, L_33, ((int32_t)12), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_34 = L_31;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_35 = { reinterpret_cast<intptr_t> (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_0_0_0_var) };
		Type_t* L_36;
		L_36 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_35, NULL);
		NullCheck(L_34);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_34, L_36, ((int32_t)13), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_37 = L_34;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.byte_class->byval_arg) };
		Type_t* L_39;
		L_39 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_38, NULL);
		NullCheck(L_37);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_37, L_39, ((int32_t)14), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_40 = L_37;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_41 = { reinterpret_cast<intptr_t> (Nullable_1_tEB6689CC9747A3600689077DCBF77B8E8B510505_0_0_0_var) };
		Type_t* L_42;
		L_42 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_41, NULL);
		NullCheck(L_40);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_40, L_42, ((int32_t)15), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_43 = L_40;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint32_class->byval_arg) };
		Type_t* L_45;
		L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL);
		NullCheck(L_43);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_43, L_45, ((int32_t)16), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_46 = L_43;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_47 = { reinterpret_cast<intptr_t> (Nullable_1_tD043F01310E483091D0E9A5526C3425F13EF2099_0_0_0_var) };
		Type_t* L_48;
		L_48 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_47, NULL);
		NullCheck(L_46);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_46, L_48, ((int32_t)17), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_49 = L_46;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_50 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int64_class->byval_arg) };
		Type_t* L_51;
		L_51 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_50, NULL);
		NullCheck(L_49);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_49, L_51, ((int32_t)18), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_52 = L_49;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_53 = { reinterpret_cast<intptr_t> (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17_0_0_0_var) };
		Type_t* L_54;
		L_54 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_53, NULL);
		NullCheck(L_52);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_52, L_54, ((int32_t)19), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_55 = L_52;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_56 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint64_class->byval_arg) };
		Type_t* L_57;
		L_57 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_56, NULL);
		NullCheck(L_55);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_55, L_57, ((int32_t)20), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_58 = L_55;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_59 = { reinterpret_cast<intptr_t> (Nullable_1_tF8BFF19FF240C9F0A45168187CD7106BAA146A99_0_0_0_var) };
		Type_t* L_60;
		L_60 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_59, NULL);
		NullCheck(L_58);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_58, L_60, ((int32_t)21), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_61 = L_58;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_62 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.single_class->byval_arg) };
		Type_t* L_63;
		L_63 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_62, NULL);
		NullCheck(L_61);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_61, L_63, ((int32_t)22), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_64 = L_61;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_65 = { reinterpret_cast<intptr_t> (Nullable_1_t3D746CBB6123D4569FF4DEA60BC4240F32C6FE75_0_0_0_var) };
		Type_t* L_66;
		L_66 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_65, NULL);
		NullCheck(L_64);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_64, L_66, ((int32_t)23), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_67 = L_64;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_68 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.double_class->byval_arg) };
		Type_t* L_69;
		L_69 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_68, NULL);
		NullCheck(L_67);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_67, L_69, ((int32_t)24), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_70 = L_67;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_71 = { reinterpret_cast<intptr_t> (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_0_0_0_var) };
		Type_t* L_72;
		L_72 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_71, NULL);
		NullCheck(L_70);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_70, L_72, ((int32_t)25), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_73 = L_70;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_74 = { reinterpret_cast<intptr_t> (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var) };
		Type_t* L_75;
		L_75 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_74, NULL);
		NullCheck(L_73);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_73, L_75, ((int32_t)26), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_76 = L_73;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_77 = { reinterpret_cast<intptr_t> (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_0_0_0_var) };
		Type_t* L_78;
		L_78 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_77, NULL);
		NullCheck(L_76);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_76, L_78, ((int32_t)27), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_79 = L_76;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_80 = { reinterpret_cast<intptr_t> (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) };
		Type_t* L_81;
		L_81 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_80, NULL);
		NullCheck(L_79);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_79, L_81, ((int32_t)28), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_82 = L_79;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_83 = { reinterpret_cast<intptr_t> (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_0_0_0_var) };
		Type_t* L_84;
		L_84 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_83, NULL);
		NullCheck(L_82);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_82, L_84, ((int32_t)29), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_85 = L_82;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_86 = { reinterpret_cast<intptr_t> (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) };
		Type_t* L_87;
		L_87 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_86, NULL);
		NullCheck(L_85);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_85, L_87, ((int32_t)30), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_88 = L_85;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_89 = { reinterpret_cast<intptr_t> (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_0_0_0_var) };
		Type_t* L_90;
		L_90 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_89, NULL);
		NullCheck(L_88);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_88, L_90, ((int32_t)31), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_91 = L_88;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_92 = { reinterpret_cast<intptr_t> (Guid_t_0_0_0_var) };
		Type_t* L_93;
		L_93 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_92, NULL);
		NullCheck(L_91);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_91, L_93, ((int32_t)32), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_94 = L_91;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_95 = { reinterpret_cast<intptr_t> (Nullable_1_t0ECB838EB0C9A81655750B26970F21CF9A83A5F7_0_0_0_var) };
		Type_t* L_96;
		L_96 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_95, NULL);
		NullCheck(L_94);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_94, L_96, ((int32_t)33), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_97 = L_94;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_98 = { reinterpret_cast<intptr_t> (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) };
		Type_t* L_99;
		L_99 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_98, NULL);
		NullCheck(L_97);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_97, L_99, ((int32_t)34), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_100 = L_97;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_101 = { reinterpret_cast<intptr_t> (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272_0_0_0_var) };
		Type_t* L_102;
		L_102 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_101, NULL);
		NullCheck(L_100);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_100, L_102, ((int32_t)35), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_103 = L_100;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_104 = { reinterpret_cast<intptr_t> (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_0_0_0_var) };
		Type_t* L_105;
		L_105 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_104, NULL);
		NullCheck(L_103);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_103, L_105, ((int32_t)36), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_106 = L_103;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_107 = { reinterpret_cast<intptr_t> (Nullable_1_t4926B6730CE7D5D65A9903F48CFD632867A41E72_0_0_0_var) };
		Type_t* L_108;
		L_108 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_107, NULL);
		NullCheck(L_106);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_106, L_108, ((int32_t)37), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_109 = L_106;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_110 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
		Type_t* L_111;
		L_111 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_110, NULL);
		NullCheck(L_109);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_109, L_111, ((int32_t)38), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_112 = L_109;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_113 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.string_class->byval_arg) };
		Type_t* L_114;
		L_114 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_113, NULL);
		NullCheck(L_112);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_112, L_114, ((int32_t)39), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_115 = L_112;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_116 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) };
		Type_t* L_117;
		L_117 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_116, NULL);
		NullCheck(L_115);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_115, L_117, ((int32_t)40), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		Dictionary_2_tB4EE9E1FEFC4DA9733FDA0866945A0C2F84B0DC5* L_118 = L_115;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_119 = { reinterpret_cast<intptr_t> (DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_0_0_0_var) };
		Type_t* L_120;
		L_120 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_119, NULL);
		NullCheck(L_118);
		Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B(L_118, L_120, ((int32_t)41), Dictionary_2_Add_mF360F7DD5F1DE6CCAF2EA4878D710073A886B14B_RuntimeMethod_var);
		((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___TypeCodeMap = L_118;
		Il2CppCodeGenWriteBarrier((void**)(&((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___TypeCodeMap), (void*)L_118);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_121 = (TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339*)(TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339*)SZArrayNew(TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_122 = L_121;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_123 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_124;
		L_124 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_123, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_125 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_125, L_124, 0, NULL);
		NullCheck(L_122);
		ArrayElementTypeCheck (L_122, L_125);
		(L_122)->SetAt(static_cast<il2cpp_array_size_t>(0), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_125);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_126 = L_122;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_127 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_128;
		L_128 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_127, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_129 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_129, L_128, 1, NULL);
		NullCheck(L_126);
		ArrayElementTypeCheck (L_126, L_129);
		(L_126)->SetAt(static_cast<il2cpp_array_size_t>(1), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_129);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_130 = L_126;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_131 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_132;
		L_132 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_131, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_133 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_133, L_132, ((int32_t)41), NULL);
		NullCheck(L_130);
		ArrayElementTypeCheck (L_130, L_133);
		(L_130)->SetAt(static_cast<il2cpp_array_size_t>(2), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_133);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_134 = L_130;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_135 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.boolean_class->byval_arg) };
		Type_t* L_136;
		L_136 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_135, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_137 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_137, L_136, 4, NULL);
		NullCheck(L_134);
		ArrayElementTypeCheck (L_134, L_137);
		(L_134)->SetAt(static_cast<il2cpp_array_size_t>(3), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_137);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_138 = L_134;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_139 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.char_class->byval_arg) };
		Type_t* L_140;
		L_140 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_139, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_141 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_141, L_140, 2, NULL);
		NullCheck(L_138);
		ArrayElementTypeCheck (L_138, L_141);
		(L_138)->SetAt(static_cast<il2cpp_array_size_t>(4), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_141);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_142 = L_138;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_143 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.sbyte_class->byval_arg) };
		Type_t* L_144;
		L_144 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_143, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_145 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_145, L_144, 6, NULL);
		NullCheck(L_142);
		ArrayElementTypeCheck (L_142, L_145);
		(L_142)->SetAt(static_cast<il2cpp_array_size_t>(5), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_145);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_146 = L_142;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_147 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.byte_class->byval_arg) };
		Type_t* L_148;
		L_148 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_147, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_149 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_149, L_148, ((int32_t)14), NULL);
		NullCheck(L_146);
		ArrayElementTypeCheck (L_146, L_149);
		(L_146)->SetAt(static_cast<il2cpp_array_size_t>(6), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_149);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_150 = L_146;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_151 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int16_class->byval_arg) };
		Type_t* L_152;
		L_152 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_151, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_153 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_153, L_152, 8, NULL);
		NullCheck(L_150);
		ArrayElementTypeCheck (L_150, L_153);
		(L_150)->SetAt(static_cast<il2cpp_array_size_t>(7), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_153);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_154 = L_150;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_155 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint16_class->byval_arg) };
		Type_t* L_156;
		L_156 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_155, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_157 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_157, L_156, ((int32_t)10), NULL);
		NullCheck(L_154);
		ArrayElementTypeCheck (L_154, L_157);
		(L_154)->SetAt(static_cast<il2cpp_array_size_t>(8), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_157);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_158 = L_154;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_159 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		Type_t* L_160;
		L_160 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_159, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_161 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_161, L_160, ((int32_t)12), NULL);
		NullCheck(L_158);
		ArrayElementTypeCheck (L_158, L_161);
		(L_158)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_161);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_162 = L_158;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_163 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint32_class->byval_arg) };
		Type_t* L_164;
		L_164 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_163, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_165 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_165, L_164, ((int32_t)16), NULL);
		NullCheck(L_162);
		ArrayElementTypeCheck (L_162, L_165);
		(L_162)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_165);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_166 = L_162;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_167 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int64_class->byval_arg) };
		Type_t* L_168;
		L_168 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_167, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_169 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_169, L_168, ((int32_t)18), NULL);
		NullCheck(L_166);
		ArrayElementTypeCheck (L_166, L_169);
		(L_166)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_169);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_170 = L_166;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_171 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.uint64_class->byval_arg) };
		Type_t* L_172;
		L_172 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_171, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_173 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_173, L_172, ((int32_t)20), NULL);
		NullCheck(L_170);
		ArrayElementTypeCheck (L_170, L_173);
		(L_170)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_173);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_174 = L_170;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_175 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.single_class->byval_arg) };
		Type_t* L_176;
		L_176 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_175, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_177 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_177, L_176, ((int32_t)22), NULL);
		NullCheck(L_174);
		ArrayElementTypeCheck (L_174, L_177);
		(L_174)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_177);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_178 = L_174;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_179 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.double_class->byval_arg) };
		Type_t* L_180;
		L_180 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_179, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_181 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_181, L_180, ((int32_t)24), NULL);
		NullCheck(L_178);
		ArrayElementTypeCheck (L_178, L_181);
		(L_178)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_181);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_182 = L_178;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_183 = { reinterpret_cast<intptr_t> (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) };
		Type_t* L_184;
		L_184 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_183, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_185 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_185, L_184, ((int32_t)30), NULL);
		NullCheck(L_182);
		ArrayElementTypeCheck (L_182, L_185);
		(L_182)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_185);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_186 = L_182;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_187 = { reinterpret_cast<intptr_t> (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var) };
		Type_t* L_188;
		L_188 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_187, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_189 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_189, L_188, ((int32_t)26), NULL);
		NullCheck(L_186);
		ArrayElementTypeCheck (L_186, L_189);
		(L_186)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_189);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_190 = L_186;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_191 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		Type_t* L_192;
		L_192 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_191, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_193 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_193, L_192, 0, NULL);
		NullCheck(L_190);
		ArrayElementTypeCheck (L_190, L_193);
		(L_190)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_193);
		TypeInformationU5BU5D_t2BF780FA337D6964A5D7AC03CFBE04ABAB47C339* L_194 = L_190;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_195 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.string_class->byval_arg) };
		Type_t* L_196;
		L_196 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_195, NULL);
		TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15* L_197 = (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)il2cpp_codegen_object_new(TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15_il2cpp_TypeInfo_var);
		TypeInformation__ctor_mBDA852CD34E205536CA659FB8EF0B46AAA137E69(L_197, L_196, ((int32_t)39), NULL);
		NullCheck(L_194);
		ArrayElementTypeCheck (L_194, L_197);
		(L_194)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (TypeInformation_tBAA2819DD869179F8DFB0A658547229B4C7D6E15*)L_197);
		((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___PrimitiveTypeCodes = L_194;
		Il2CppCodeGenWriteBarrier((void**)(&((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___PrimitiveTypeCodes), (void*)L_194);
		Func_2_t890667DD511E31012095396A8BF9C888E2284437* L_198 = (Func_2_t890667DD511E31012095396A8BF9C888E2284437*)il2cpp_codegen_object_new(Func_2_t890667DD511E31012095396A8BF9C888E2284437_il2cpp_TypeInfo_var);
		Func_2__ctor_mDDEAD298E1A5A006441585942908F6BD7CE7699E(L_198, NULL, (intptr_t)((void*)ConvertUtils_CreateCastConverter_mF01E025B788CC95CF6B1A4F9C5219BCFB9E3B991_RuntimeMethod_var), NULL);
		ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E* L_199 = (ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E*)il2cpp_codegen_object_new(ThreadSafeStore_2_t43233086D1027FD1EEEB46A39313B1846844BF5E_il2cpp_TypeInfo_var);
		ThreadSafeStore_2__ctor_mF589737F54B40E91045E1203531A2FFFDDCFB386(L_199, L_198, ThreadSafeStore_2__ctor_mF589737F54B40E91045E1203531A2FFFDDCFB386_RuntimeMethod_var);
		((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___CastConverters = L_199;
		Il2CppCodeGenWriteBarrier((void**)(&((ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var))->___CastConverters), (void*)L_199);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m7DB75E6B20C696DD77ED6EE409C002FC85E401BB (U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass8_0_U3CCreateCastConverterU3Eb__0_mDC84E827B3BA216BAECEDDCB26FCA5EFCEF550EF (U3CU3Ec__DisplayClass8_0_tF20B383626D01F8996236F1642B4E5B585C201B3* __this, RuntimeObject* ___0_o, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___call;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1;
		RuntimeObject* L_3 = ___0_o;
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_3);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_3);
		NullCheck(L_0);
		RuntimeObject* L_4;
		L_4 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, NULL, L_2, 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
#ifdef __clang__
#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 DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_pinvoke(const DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246& unmarshaled, DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_pinvoke& marshaled)
{
	marshaled.___Year = unmarshaled.___Year;
	marshaled.___Month = unmarshaled.___Month;
	marshaled.___Day = unmarshaled.___Day;
	marshaled.___Hour = unmarshaled.___Hour;
	marshaled.___Minute = unmarshaled.___Minute;
	marshaled.___Second = unmarshaled.___Second;
	marshaled.___Fraction = unmarshaled.___Fraction;
	marshaled.___ZoneHour = unmarshaled.___ZoneHour;
	marshaled.___ZoneMinute = unmarshaled.___ZoneMinute;
	marshaled.___Zone = unmarshaled.___Zone;
	if (unmarshaled.____text != NULL)
	{
		il2cpp_array_size_t _unmarshaled_text_Length = (unmarshaled.____text)->max_length;
		marshaled.____text = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_text_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_text_Length); i++)
		{
			(marshaled.____text)[i] = static_cast<uint8_t>((unmarshaled.____text)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____text = NULL;
	}
	marshaled.____end = unmarshaled.____end;
}
IL2CPP_EXTERN_C void DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_pinvoke_back(const DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_pinvoke& marshaled, DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t unmarshaledYear_temp_0 = 0;
	unmarshaledYear_temp_0 = marshaled.___Year;
	unmarshaled.___Year = unmarshaledYear_temp_0;
	int32_t unmarshaledMonth_temp_1 = 0;
	unmarshaledMonth_temp_1 = marshaled.___Month;
	unmarshaled.___Month = unmarshaledMonth_temp_1;
	int32_t unmarshaledDay_temp_2 = 0;
	unmarshaledDay_temp_2 = marshaled.___Day;
	unmarshaled.___Day = unmarshaledDay_temp_2;
	int32_t unmarshaledHour_temp_3 = 0;
	unmarshaledHour_temp_3 = marshaled.___Hour;
	unmarshaled.___Hour = unmarshaledHour_temp_3;
	int32_t unmarshaledMinute_temp_4 = 0;
	unmarshaledMinute_temp_4 = marshaled.___Minute;
	unmarshaled.___Minute = unmarshaledMinute_temp_4;
	int32_t unmarshaledSecond_temp_5 = 0;
	unmarshaledSecond_temp_5 = marshaled.___Second;
	unmarshaled.___Second = unmarshaledSecond_temp_5;
	int32_t unmarshaledFraction_temp_6 = 0;
	unmarshaledFraction_temp_6 = marshaled.___Fraction;
	unmarshaled.___Fraction = unmarshaledFraction_temp_6;
	int32_t unmarshaledZoneHour_temp_7 = 0;
	unmarshaledZoneHour_temp_7 = marshaled.___ZoneHour;
	unmarshaled.___ZoneHour = unmarshaledZoneHour_temp_7;
	int32_t unmarshaledZoneMinute_temp_8 = 0;
	unmarshaledZoneMinute_temp_8 = marshaled.___ZoneMinute;
	unmarshaled.___ZoneMinute = unmarshaledZoneMinute_temp_8;
	int32_t unmarshaledZone_temp_9 = 0;
	unmarshaledZone_temp_9 = marshaled.___Zone;
	unmarshaled.___Zone = unmarshaledZone_temp_9;
	if (marshaled.____text != NULL)
	{
		if (unmarshaled.____text == NULL)
		{
			unmarshaled.____text = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____text), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____text)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____text)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____text)[i]));
		}
	}
	int32_t unmarshaled_end_temp_11 = 0;
	unmarshaled_end_temp_11 = marshaled.____end;
	unmarshaled.____end = unmarshaled_end_temp_11;
}
IL2CPP_EXTERN_C void DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_pinvoke_cleanup(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_pinvoke& marshaled)
{
	if (marshaled.____text != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____text);
		marshaled.____text = NULL;
	}
}
IL2CPP_EXTERN_C void DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_com(const DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246& unmarshaled, DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_com& marshaled)
{
	marshaled.___Year = unmarshaled.___Year;
	marshaled.___Month = unmarshaled.___Month;
	marshaled.___Day = unmarshaled.___Day;
	marshaled.___Hour = unmarshaled.___Hour;
	marshaled.___Minute = unmarshaled.___Minute;
	marshaled.___Second = unmarshaled.___Second;
	marshaled.___Fraction = unmarshaled.___Fraction;
	marshaled.___ZoneHour = unmarshaled.___ZoneHour;
	marshaled.___ZoneMinute = unmarshaled.___ZoneMinute;
	marshaled.___Zone = unmarshaled.___Zone;
	if (unmarshaled.____text != NULL)
	{
		il2cpp_array_size_t _unmarshaled_text_Length = (unmarshaled.____text)->max_length;
		marshaled.____text = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_text_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_text_Length); i++)
		{
			(marshaled.____text)[i] = static_cast<uint8_t>((unmarshaled.____text)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____text = NULL;
	}
	marshaled.____end = unmarshaled.____end;
}
IL2CPP_EXTERN_C void DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_com_back(const DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_com& marshaled, DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t unmarshaledYear_temp_0 = 0;
	unmarshaledYear_temp_0 = marshaled.___Year;
	unmarshaled.___Year = unmarshaledYear_temp_0;
	int32_t unmarshaledMonth_temp_1 = 0;
	unmarshaledMonth_temp_1 = marshaled.___Month;
	unmarshaled.___Month = unmarshaledMonth_temp_1;
	int32_t unmarshaledDay_temp_2 = 0;
	unmarshaledDay_temp_2 = marshaled.___Day;
	unmarshaled.___Day = unmarshaledDay_temp_2;
	int32_t unmarshaledHour_temp_3 = 0;
	unmarshaledHour_temp_3 = marshaled.___Hour;
	unmarshaled.___Hour = unmarshaledHour_temp_3;
	int32_t unmarshaledMinute_temp_4 = 0;
	unmarshaledMinute_temp_4 = marshaled.___Minute;
	unmarshaled.___Minute = unmarshaledMinute_temp_4;
	int32_t unmarshaledSecond_temp_5 = 0;
	unmarshaledSecond_temp_5 = marshaled.___Second;
	unmarshaled.___Second = unmarshaledSecond_temp_5;
	int32_t unmarshaledFraction_temp_6 = 0;
	unmarshaledFraction_temp_6 = marshaled.___Fraction;
	unmarshaled.___Fraction = unmarshaledFraction_temp_6;
	int32_t unmarshaledZoneHour_temp_7 = 0;
	unmarshaledZoneHour_temp_7 = marshaled.___ZoneHour;
	unmarshaled.___ZoneHour = unmarshaledZoneHour_temp_7;
	int32_t unmarshaledZoneMinute_temp_8 = 0;
	unmarshaledZoneMinute_temp_8 = marshaled.___ZoneMinute;
	unmarshaled.___ZoneMinute = unmarshaledZoneMinute_temp_8;
	int32_t unmarshaledZone_temp_9 = 0;
	unmarshaledZone_temp_9 = marshaled.___Zone;
	unmarshaled.___Zone = unmarshaledZone_temp_9;
	if (marshaled.____text != NULL)
	{
		if (unmarshaled.____text == NULL)
		{
			unmarshaled.____text = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____text), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____text)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____text)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____text)[i]));
		}
	}
	int32_t unmarshaled_end_temp_11 = 0;
	unmarshaled_end_temp_11 = marshaled.____end;
	unmarshaled.____end = unmarshaled_end_temp_11;
}
IL2CPP_EXTERN_C void DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshal_com_cleanup(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_marshaled_com& marshaled)
{
	if (marshaled.____text != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____text);
		marshaled.____text = NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParser__cctor_mF1D9E079FA091D9FF81B2D76BA26152522E84149 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_FieldInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral878AE10D03D16A069554617545B8533ED09E594F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE358F823C39A638A3134E442FF53D303271291F3);
		s_Il2CppMethodInitialized = true;
	}
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)7);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
		RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Power10 = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Power10), (void*)L_1);
		NullCheck(_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9);
		int32_t L_3;
		L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy = L_3;
		NullCheck(_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79);
		int32_t L_4;
		L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_ = L_4;
		NullCheck(_stringLiteralE358F823C39A638A3134E442FF53D303271291F3);
		int32_t L_5;
		L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralE358F823C39A638A3134E442FF53D303271291F3, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM = L_5;
		NullCheck(_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1);
		int32_t L_6;
		L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ = L_6;
		NullCheck(_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E);
		int32_t L_7;
		L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd = L_7;
		NullCheck(_stringLiteral878AE10D03D16A069554617545B8533ED09E594F);
		int32_t L_8;
		L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral878AE10D03D16A069554617545B8533ED09E594F, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT = L_8;
		NullCheck(_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242);
		int32_t L_9;
		L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH = L_9;
		NullCheck(_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B);
		int32_t L_10;
		L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_ = L_10;
		NullCheck(_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60);
		int32_t L_11;
		L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm = L_11;
		NullCheck(_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5);
		int32_t L_12;
		L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm_ = L_12;
		NullCheck(_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99);
		int32_t L_13;
		L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm_ss = L_13;
		NullCheck(_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
		int32_t L_14;
		L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lz_ = L_14;
		NullCheck(_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6);
		int32_t L_15;
		L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6, NULL);
		((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lz_zz = L_15;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_text, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_text;
		__this->____text = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____text), (void*)L_0);
		int32_t L_1 = ___1_startIndex;
		int32_t L_2 = ___2_length;
		__this->____end = ((int32_t)il2cpp_codegen_add(L_1, L_2));
		int32_t L_3 = ___1_startIndex;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_4;
		L_4 = DateTimeParser_ParseDate_mCF43EAF9D60C2DF52038EAA7C5653D59C83F9C8F(__this, L_3, NULL);
		if (!L_4)
		{
			goto IL_003b;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_5 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd;
		int32_t L_6 = ___1_startIndex;
		bool L_7;
		L_7 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, ((int32_t)il2cpp_codegen_add(L_5, L_6)), ((int32_t)84), NULL);
		if (!L_7)
		{
			goto IL_003b;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_8 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT;
		int32_t L_9 = ___1_startIndex;
		bool L_10;
		L_10 = DateTimeParser_ParseTimeAndZoneAndWhitespace_m36C0C76A6548E07654C45414059FBD5BC95F5BBD(__this, ((int32_t)il2cpp_codegen_add(L_8, L_9)), NULL);
		if (!L_10)
		{
			goto IL_003b;
		}
	}
	{
		return (bool)1;
	}

IL_003b:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_text, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091(_thisAdjusted, ___0_text, ___1_startIndex, ___2_length, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseDate_mCF43EAF9D60C2DF52038EAA7C5653D59C83F9C8F (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_start;
		int32_t* L_1 = (int32_t*)(&__this->___Year);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_2;
		L_2 = DateTimeParser_Parse4Digit_mC5F981E6CD7CD915FEA858DE77A04AEC04AF4D86(__this, L_0, L_1, NULL);
		if (!L_2)
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_3 = __this->___Year;
		if ((((int32_t)1) > ((int32_t)L_3)))
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_4 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_5 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy;
		bool L_6;
		L_6 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, ((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)45), NULL);
		if (!L_6)
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_7 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_8 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_;
		int32_t* L_9 = (int32_t*)(&__this->___Month);
		bool L_10;
		L_10 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, ((int32_t)il2cpp_codegen_add(L_7, L_8)), L_9, NULL);
		if (!L_10)
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_11 = __this->___Month;
		if ((((int32_t)1) > ((int32_t)L_11)))
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_12 = __this->___Month;
		if ((((int32_t)L_12) > ((int32_t)((int32_t)12))))
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_13 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_14 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM;
		bool L_15;
		L_15 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, ((int32_t)il2cpp_codegen_add(L_13, L_14)), ((int32_t)45), NULL);
		if (!L_15)
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_16 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_17 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lzyyyy_MM_;
		int32_t* L_18 = (int32_t*)(&__this->___Day);
		bool L_19;
		L_19 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, ((int32_t)il2cpp_codegen_add(L_16, L_17)), L_18, NULL);
		if (!L_19)
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_20 = __this->___Day;
		if ((((int32_t)1) > ((int32_t)L_20)))
		{
			goto IL_00a3;
		}
	}
	{
		int32_t L_21 = __this->___Day;
		int32_t L_22 = __this->___Year;
		int32_t L_23 = __this->___Month;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_24;
		L_24 = DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977(L_22, L_23, NULL);
		return (bool)((((int32_t)((((int32_t)L_21) > ((int32_t)L_24))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}

IL_00a3:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_ParseDate_mCF43EAF9D60C2DF52038EAA7C5653D59C83F9C8F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_ParseDate_mCF43EAF9D60C2DF52038EAA7C5653D59C83F9C8F(_thisAdjusted, ___0_start, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m36C0C76A6548E07654C45414059FBD5BC95F5BBD (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_0;
		L_0 = DateTimeParser_ParseTime_m9717B1406E4705AB36B56F41A8F0CAA14B1815DD(__this, (&___0_start), NULL);
		if (!L_0)
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_1 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_2;
		L_2 = DateTimeParser_ParseZone_m4CEBD1A881CB114B6EB7D8050F44EA265A260642(__this, L_1, NULL);
		return L_2;
	}

IL_0012:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m36C0C76A6548E07654C45414059FBD5BC95F5BBD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_ParseTimeAndZoneAndWhitespace_m36C0C76A6548E07654C45414059FBD5BC95F5BBD(_thisAdjusted, ___0_start, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTime_m9717B1406E4705AB36B56F41A8F0CAA14B1815DD (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t* ___0_start, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		int32_t* L_0 = ___0_start;
		int32_t L_1 = *((int32_t*)L_0);
		int32_t* L_2 = (int32_t*)(&__this->___Hour);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, L_1, L_2, NULL);
		if (!L_3)
		{
			goto IL_009b;
		}
	}
	{
		int32_t L_4 = __this->___Hour;
		if ((((int32_t)L_4) > ((int32_t)((int32_t)24))))
		{
			goto IL_009b;
		}
	}
	{
		int32_t* L_5 = ___0_start;
		int32_t L_6 = *((int32_t*)L_5);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_7 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH;
		bool L_8;
		L_8 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, ((int32_t)il2cpp_codegen_add(L_6, L_7)), ((int32_t)58), NULL);
		if (!L_8)
		{
			goto IL_009b;
		}
	}
	{
		int32_t* L_9 = ___0_start;
		int32_t L_10 = *((int32_t*)L_9);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_11 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_;
		int32_t* L_12 = (int32_t*)(&__this->___Minute);
		bool L_13;
		L_13 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, ((int32_t)il2cpp_codegen_add(L_10, L_11)), L_12, NULL);
		if (!L_13)
		{
			goto IL_009b;
		}
	}
	{
		int32_t L_14 = __this->___Minute;
		if ((((int32_t)L_14) >= ((int32_t)((int32_t)60))))
		{
			goto IL_009b;
		}
	}
	{
		int32_t* L_15 = ___0_start;
		int32_t L_16 = *((int32_t*)L_15);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_17 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm;
		bool L_18;
		L_18 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, ((int32_t)il2cpp_codegen_add(L_16, L_17)), ((int32_t)58), NULL);
		if (!L_18)
		{
			goto IL_009b;
		}
	}
	{
		int32_t* L_19 = ___0_start;
		int32_t L_20 = *((int32_t*)L_19);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_21 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm_;
		int32_t* L_22 = (int32_t*)(&__this->___Second);
		bool L_23;
		L_23 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, ((int32_t)il2cpp_codegen_add(L_20, L_21)), L_22, NULL);
		if (!L_23)
		{
			goto IL_009b;
		}
	}
	{
		int32_t L_24 = __this->___Second;
		if ((((int32_t)L_24) >= ((int32_t)((int32_t)60))))
		{
			goto IL_009b;
		}
	}
	{
		int32_t L_25 = __this->___Hour;
		if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)24)))))
		{
			goto IL_009d;
		}
	}
	{
		int32_t L_26 = __this->___Minute;
		if (L_26)
		{
			goto IL_009b;
		}
	}
	{
		int32_t L_27 = __this->___Second;
		if (!L_27)
		{
			goto IL_009d;
		}
	}

IL_009b:
	{
		return (bool)0;
	}

IL_009d:
	{
		int32_t* L_28 = ___0_start;
		int32_t* L_29 = ___0_start;
		int32_t L_30 = *((int32_t*)L_29);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_31 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___LzHH_mm_ss;
		*((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, L_31));
		int32_t* L_32 = ___0_start;
		int32_t L_33 = *((int32_t*)L_32);
		bool L_34;
		L_34 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, L_33, ((int32_t)46), NULL);
		if (!L_34)
		{
			goto IL_0131;
		}
	}
	{
		__this->___Fraction = 0;
		V_0 = 0;
		goto IL_00e9;
	}

IL_00be:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = __this->____text;
		int32_t* L_36 = ___0_start;
		int32_t L_37 = *((int32_t*)L_36);
		NullCheck(L_35);
		int32_t L_38 = L_37;
		uint16_t L_39 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, ((int32_t)48)));
		int32_t L_40 = V_1;
		if ((((int32_t)L_40) < ((int32_t)0)))
		{
			goto IL_00fe;
		}
	}
	{
		int32_t L_41 = V_1;
		if ((((int32_t)L_41) > ((int32_t)((int32_t)9))))
		{
			goto IL_00fe;
		}
	}
	{
		int32_t L_42 = __this->___Fraction;
		int32_t L_43 = V_1;
		__this->___Fraction = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_42, ((int32_t)10))), L_43));
		int32_t L_44 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_44, 1));
	}

IL_00e9:
	{
		int32_t* L_45 = ___0_start;
		int32_t* L_46 = ___0_start;
		int32_t L_47 = *((int32_t*)L_46);
		V_2 = ((int32_t)il2cpp_codegen_add(L_47, 1));
		int32_t L_48 = V_2;
		*((int32_t*)L_45) = (int32_t)L_48;
		int32_t L_49 = V_2;
		int32_t L_50 = __this->____end;
		if ((((int32_t)L_49) >= ((int32_t)L_50)))
		{
			goto IL_00fe;
		}
	}
	{
		int32_t L_51 = V_0;
		if ((((int32_t)L_51) < ((int32_t)7)))
		{
			goto IL_00be;
		}
	}

IL_00fe:
	{
		int32_t L_52 = V_0;
		if ((((int32_t)L_52) >= ((int32_t)7)))
		{
			goto IL_011d;
		}
	}
	{
		int32_t L_53 = V_0;
		if (L_53)
		{
			goto IL_0107;
		}
	}
	{
		return (bool)0;
	}

IL_0107:
	{
		int32_t L_54 = __this->___Fraction;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Power10;
		int32_t L_56 = V_0;
		NullCheck(L_55);
		int32_t L_57 = ((int32_t)il2cpp_codegen_subtract(7, L_56));
		int32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
		__this->___Fraction = ((int32_t)il2cpp_codegen_multiply(L_54, L_58));
	}

IL_011d:
	{
		int32_t L_59 = __this->___Hour;
		if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)24)))))
		{
			goto IL_0131;
		}
	}
	{
		int32_t L_60 = __this->___Fraction;
		if (!L_60)
		{
			goto IL_0131;
		}
	}
	{
		return (bool)0;
	}

IL_0131:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_ParseTime_m9717B1406E4705AB36B56F41A8F0CAA14B1815DD_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_start, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_ParseTime_m9717B1406E4705AB36B56F41A8F0CAA14B1815DD(_thisAdjusted, ___0_start, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseZone_m4CEBD1A881CB114B6EB7D8050F44EA265A260642 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Il2CppChar V_0 = 0x0;
	{
		int32_t L_0 = ___0_start;
		int32_t L_1 = __this->____end;
		if ((((int32_t)L_0) >= ((int32_t)L_1)))
		{
			goto IL_00f3;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____text;
		int32_t L_3 = ___0_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = L_5;
		Il2CppChar L_6 = V_0;
		if ((((int32_t)L_6) == ((int32_t)((int32_t)90))))
		{
			goto IL_001f;
		}
	}
	{
		Il2CppChar L_7 = V_0;
		if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)122)))))
		{
			goto IL_0030;
		}
	}

IL_001f:
	{
		__this->___Zone = 1;
		int32_t L_8 = ___0_start;
		___0_start = ((int32_t)il2cpp_codegen_add(L_8, 1));
		goto IL_00f3;
	}

IL_0030:
	{
		int32_t L_9 = ___0_start;
		int32_t L_10 = __this->____end;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_9, 2))) >= ((int32_t)L_10)))
		{
			goto IL_0086;
		}
	}
	{
		int32_t L_11 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_12 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lz_;
		int32_t* L_13 = (int32_t*)(&__this->___ZoneHour);
		bool L_14;
		L_14 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, ((int32_t)il2cpp_codegen_add(L_11, L_12)), L_13, NULL);
		if (!L_14)
		{
			goto IL_0086;
		}
	}
	{
		int32_t L_15 = __this->___ZoneHour;
		if ((((int32_t)L_15) > ((int32_t)((int32_t)99))))
		{
			goto IL_0086;
		}
	}
	{
		Il2CppChar L_16 = V_0;
		if ((((int32_t)L_16) == ((int32_t)((int32_t)43))))
		{
			goto IL_0076;
		}
	}
	{
		Il2CppChar L_17 = V_0;
		if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)45)))))
		{
			goto IL_0086;
		}
	}
	{
		__this->___Zone = 2;
		int32_t L_18 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_19 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lz_zz;
		___0_start = ((int32_t)il2cpp_codegen_add(L_18, L_19));
		goto IL_0086;
	}

IL_0076:
	{
		__this->___Zone = 3;
		int32_t L_20 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		int32_t L_21 = ((DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var))->___Lz_zz;
		___0_start = ((int32_t)il2cpp_codegen_add(L_20, L_21));
	}

IL_0086:
	{
		int32_t L_22 = ___0_start;
		int32_t L_23 = __this->____end;
		if ((((int32_t)L_22) >= ((int32_t)L_23)))
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_24 = ___0_start;
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_25;
		L_25 = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(__this, L_24, ((int32_t)58), NULL);
		if (!L_25)
		{
			goto IL_00ca;
		}
	}
	{
		int32_t L_26 = ___0_start;
		___0_start = ((int32_t)il2cpp_codegen_add(L_26, 1));
		int32_t L_27 = ___0_start;
		int32_t L_28 = __this->____end;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_27, 1))) >= ((int32_t)L_28)))
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_29 = ___0_start;
		int32_t* L_30 = (int32_t*)(&__this->___ZoneMinute);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_31;
		L_31 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, L_29, L_30, NULL);
		if (!L_31)
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_32 = __this->___ZoneMinute;
		if ((((int32_t)L_32) > ((int32_t)((int32_t)99))))
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_33 = ___0_start;
		___0_start = ((int32_t)il2cpp_codegen_add(L_33, 2));
		goto IL_00f3;
	}

IL_00ca:
	{
		int32_t L_34 = ___0_start;
		int32_t L_35 = __this->____end;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, 1))) >= ((int32_t)L_35)))
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_36 = ___0_start;
		int32_t* L_37 = (int32_t*)(&__this->___ZoneMinute);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_38;
		L_38 = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(__this, L_36, L_37, NULL);
		if (!L_38)
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_39 = __this->___ZoneMinute;
		if ((((int32_t)L_39) > ((int32_t)((int32_t)99))))
		{
			goto IL_00f3;
		}
	}
	{
		int32_t L_40 = ___0_start;
		___0_start = ((int32_t)il2cpp_codegen_add(L_40, 2));
	}

IL_00f3:
	{
		int32_t L_41 = ___0_start;
		int32_t L_42 = __this->____end;
		return (bool)((((int32_t)L_41) == ((int32_t)L_42))? 1 : 0);
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_ParseZone_m4CEBD1A881CB114B6EB7D8050F44EA265A260642_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_ParseZone_m4CEBD1A881CB114B6EB7D8050F44EA265A260642(_thisAdjusted, ___0_start, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse4Digit_mC5F981E6CD7CD915FEA858DE77A04AEC04AF4D86 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		int32_t L_0 = ___0_start;
		int32_t L_1 = __this->____end;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 3))) >= ((int32_t)L_1)))
		{
			goto IL_0079;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____text;
		int32_t L_3 = ___0_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)48)));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->____text;
		int32_t L_7 = ___0_start;
		NullCheck(L_6);
		int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1));
		uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)48)));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____text;
		int32_t L_11 = ___0_start;
		NullCheck(L_10);
		int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 2));
		uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)48)));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = __this->____text;
		int32_t L_15 = ___0_start;
		NullCheck(L_14);
		int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 3));
		uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, ((int32_t)48)));
		int32_t L_18 = V_0;
		if ((((int32_t)0) > ((int32_t)L_18)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_19 = V_0;
		if ((((int32_t)L_19) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_20 = V_1;
		if ((((int32_t)0) > ((int32_t)L_20)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_21 = V_1;
		if ((((int32_t)L_21) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_22 = V_2;
		if ((((int32_t)0) > ((int32_t)L_22)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_23 = V_2;
		if ((((int32_t)L_23) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_24 = V_3;
		if ((((int32_t)0) > ((int32_t)L_24)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_25 = V_3;
		if ((((int32_t)L_25) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0079;
		}
	}
	{
		int32_t* L_26 = ___1_num;
		int32_t L_27 = V_0;
		int32_t L_28 = V_1;
		int32_t L_29 = V_2;
		int32_t L_30 = V_3;
		*((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_27, ((int32_t)10))), L_28)), ((int32_t)10))), L_29)), ((int32_t)10))), L_30));
		return (bool)1;
	}

IL_0079:
	{
		int32_t* L_31 = ___1_num;
		*((int32_t*)L_31) = (int32_t)0;
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_Parse4Digit_mC5F981E6CD7CD915FEA858DE77A04AEC04AF4D86_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_Parse4Digit_mC5F981E6CD7CD915FEA858DE77A04AEC04AF4D86(_thisAdjusted, ___0_start, ___1_num, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		int32_t L_0 = ___0_start;
		int32_t L_1 = __this->____end;
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 1))) >= ((int32_t)L_1)))
		{
			goto IL_0041;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____text;
		int32_t L_3 = ___0_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, ((int32_t)48)));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->____text;
		int32_t L_7 = ___0_start;
		NullCheck(L_6);
		int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1));
		uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)48)));
		int32_t L_10 = V_0;
		if ((((int32_t)0) > ((int32_t)L_10)))
		{
			goto IL_0041;
		}
	}
	{
		int32_t L_11 = V_0;
		if ((((int32_t)L_11) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0041;
		}
	}
	{
		int32_t L_12 = V_1;
		if ((((int32_t)0) > ((int32_t)L_12)))
		{
			goto IL_0041;
		}
	}
	{
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) >= ((int32_t)((int32_t)10))))
		{
			goto IL_0041;
		}
	}
	{
		int32_t* L_14 = ___1_num;
		int32_t L_15 = V_0;
		int32_t L_16 = V_1;
		*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)10))), L_16));
		return (bool)1;
	}

IL_0041:
	{
		int32_t* L_17 = ___1_num;
		*((int32_t*)L_17) = (int32_t)0;
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, int32_t* ___1_num, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_Parse2Digit_mF1031EB57E34571DA339FB7B1AE09268293F2633(_thisAdjusted, ___0_start, ___1_num, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* __this, int32_t ___0_start, Il2CppChar ___1_ch, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_start;
		int32_t L_1 = __this->____end;
		if ((((int32_t)L_0) >= ((int32_t)L_1)))
		{
			goto IL_0015;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____text;
		int32_t L_3 = ___0_start;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		Il2CppChar L_6 = ___1_ch;
		return (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
	}

IL_0015:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C  bool DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, Il2CppChar ___1_ch, const RuntimeMethod* method)
{
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246*>(__this + _offset);
	bool _returnValue;
	_returnValue = DateTimeParser_ParseChar_m69C950529AC35A4734A1DCA09ED004ADDDE9452F(_thisAdjusted, ___0_start, ___1_ch, 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 void DateTimeUtils__cctor_mB8749F73ED67F50441C60F2999411BD9234A8BA4 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_FieldInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___InitialJavaScriptDateTicks = ((int64_t)621355968000000000LL);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
		RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____5857EE4CE98BFABBD62B385C1098507DD0052FF3951043AAD6A1DABD495F18AA_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
		((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth365 = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth365), (void*)L_1);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = L_3;
		RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____FADB218011E7702BB9575D0C32A685DA10B5C72EB809BD9A955DB1C76E4D8315_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL);
		((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth366 = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth366), (void*)L_4);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
		TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_0;
		L_0 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_d;
		NullCheck(L_0);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_2;
		L_2 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_ToSerializationMode_m91B5EE22B7ED390567F3EBA783285F6218D17AE6 (int32_t ___0_kind, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_kind;
		switch (L_0)
		{
			case 0:
			{
				goto IL_0016;
			}
			case 1:
			{
				goto IL_0018;
			}
			case 2:
			{
				goto IL_0014;
			}
		}
	}
	{
		goto IL_001a;
	}

IL_0014:
	{
		return (int32_t)(0);
	}

IL_0016:
	{
		return (int32_t)(2);
	}

IL_0018:
	{
		return (int32_t)(1);
	}

IL_001a:
	{
		int32_t L_1 = ___0_kind;
		int32_t L_2 = L_1;
		RuntimeObject* L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeKind_t3AD6DA06BEF8955A740777163FFB481C19089BBC_il2cpp_TypeInfo_var)), &L_2);
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4;
		L_4 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m91D696C3DB200B3480F61835CB2D4B0A601ECF0A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral513340C13770DA3BCCC1E8CBDCD957EAAB92BD90)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeUtils_ToSerializationMode_m91B5EE22B7ED390567F3EBA783285F6218D17AE6_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, int32_t ___1_timeZone, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___1_timeZone;
		switch (L_0)
		{
			case 0:
			{
				goto IL_0018;
			}
			case 1:
			{
				goto IL_0022;
			}
			case 2:
			{
				goto IL_002c;
			}
			case 3:
			{
				goto IL_0048;
			}
		}
	}
	{
		goto IL_003d;
	}

IL_0018:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_value;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
		L_2 = DateTimeUtils_SwitchToLocalTime_mDD82AB9D4F2D9F49165153702BEB445085AA57FE(L_1, NULL);
		___0_value = L_2;
		goto IL_0048;
	}

IL_0022:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = ___0_value;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
		L_4 = DateTimeUtils_SwitchToUtcTime_mD7F5B3C7585927E01F6C544C56ADC21FCBFEDD80(L_3, NULL);
		___0_value = L_4;
		goto IL_0048;
	}

IL_002c:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_5;
		L_5 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL);
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&___0_value), L_5, 0, NULL);
		goto IL_0048;
	}

IL_003d:
	{
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31A818CB76EAE1A4A09297F7BFAD5D4AE41446DD)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8_RuntimeMethod_var)));
	}

IL_0048:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ___0_value;
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_SwitchToLocalTime_mDD82AB9D4F2D9F49165153702BEB445085AA57FE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_0;
		L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_value), NULL);
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (L_1)
		{
			case 0:
			{
				goto IL_001c;
			}
			case 1:
			{
				goto IL_002a;
			}
			case 2:
			{
				goto IL_0032;
			}
		}
	}
	{
		goto IL_0034;
	}

IL_001c:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_2;
		L_2 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
		memset((&L_3), 0, sizeof(L_3));
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_3), L_2, 2, NULL);
		return L_3;
	}

IL_002a:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
		L_4 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&___0_value), NULL);
		return L_4;
	}

IL_0032:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = ___0_value;
		return L_5;
	}

IL_0034:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___0_value;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_SwitchToUtcTime_mD7F5B3C7585927E01F6C544C56ADC21FCBFEDD80 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_0;
		L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_value), NULL);
		V_0 = L_0;
		int32_t L_1 = V_0;
		switch (L_1)
		{
			case 0:
			{
				goto IL_001c;
			}
			case 1:
			{
				goto IL_002a;
			}
			case 2:
			{
				goto IL_002c;
			}
		}
	}
	{
		goto IL_0034;
	}

IL_001c:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_2;
		L_2 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
		memset((&L_3), 0, sizeof(L_3));
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_3), L_2, 1, NULL);
		return L_3;
	}

IL_002a:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = ___0_value;
		return L_4;
	}

IL_002c:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
		L_5 = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9((&___0_value), NULL);
		return L_5;
	}

IL_0034:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___0_value;
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_m2A37B7076787063F789C5D1E7BFBEFF8105EAE1A (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_0;
		L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_dateTime), NULL);
		if ((!(((uint32_t)L_0) == ((uint32_t)1))))
		{
			goto IL_0012;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_1;
		L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_dateTime), NULL);
		return L_1;
	}

IL_0012:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ___0_dateTime;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = ___0_dateTime;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4;
		L_4 = DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50(L_3, NULL);
		int64_t L_5;
		L_5 = DateTimeUtils_ToUniversalTicks_m0E9B1237416F7ED5ABD736831D5F7F2F4AF70E97(L_2, L_4, NULL);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_m0E9B1237416F7ED5ABD736831D5F7F2F4AF70E97 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int64_t V_0 = 0;
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_0;
		L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_dateTime), NULL);
		if ((((int32_t)L_0) == ((int32_t)1)))
		{
			goto IL_0024;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_dateTime;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue;
		bool L_3;
		L_3 = DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921(L_1, L_2, NULL);
		if (L_3)
		{
			goto IL_0024;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = ___0_dateTime;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue;
		bool L_6;
		L_6 = DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921(L_4, L_5, NULL);
		if (!L_6)
		{
			goto IL_002c;
		}
	}

IL_0024:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_7;
		L_7 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_dateTime), NULL);
		return L_7;
	}

IL_002c:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_8;
		L_8 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_dateTime), NULL);
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int64_t L_9;
		L_9 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___1_offset), NULL);
		V_0 = ((int64_t)il2cpp_codegen_subtract(L_8, L_9));
		int64_t L_10 = V_0;
		if ((((int64_t)L_10) <= ((int64_t)((int64_t)3155378975999999999LL))))
		{
			goto IL_0052;
		}
	}
	{
		return ((int64_t)3155378975999999999LL);
	}

IL_0052:
	{
		int64_t L_11 = V_0;
		if ((((int64_t)L_11) >= ((int64_t)((int64_t)0))))
		{
			goto IL_005a;
		}
	}
	{
		return ((int64_t)0);
	}

IL_005a:
	{
		int64_t L_12 = V_0;
		return L_12;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m0D5815D6340AC9707A7FD04B27F2101845CC598F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_offset, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___0_dateTime;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1 = ___1_offset;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_2;
		L_2 = DateTimeUtils_ToUniversalTicks_m0E9B1237416F7ED5ABD736831D5F7F2F4AF70E97(L_0, L_1, NULL);
		int64_t L_3;
		L_3 = DateTimeUtils_UniversalTicksToJavaScriptTicks_m8E4364A6BA91AAB3DD28850AD8D3139E64A53E76(L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m6EF183506C0B2D94C8307100E3DEF80DB8B34859 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___0_dateTime;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_1;
		L_1 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mA2ACEC25DDFC8FD1CD43D6368BDF4FB612B453B8(L_0, (bool)1, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mA2ACEC25DDFC8FD1CD43D6368BDF4FB612B453B8 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, bool ___1_convertToUtc, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int64_t G_B3_0 = 0;
	{
		bool L_0 = ___1_convertToUtc;
		if (L_0)
		{
			goto IL_000c;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_1;
		L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_dateTime), NULL);
		G_B3_0 = L_1;
		goto IL_0012;
	}

IL_000c:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ___0_dateTime;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_3;
		L_3 = DateTimeUtils_ToUniversalTicks_m2A37B7076787063F789C5D1E7BFBEFF8105EAE1A(L_2, NULL);
		G_B3_0 = L_3;
	}

IL_0012:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_4;
		L_4 = DateTimeUtils_UniversalTicksToJavaScriptTicks_m8E4364A6BA91AAB3DD28850AD8D3139E64A53E76(G_B3_0, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_UniversalTicksToJavaScriptTicks_m8E4364A6BA91AAB3DD28850AD8D3139E64A53E76 (int64_t ___0_universalTicks, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int64_t L_0 = ___0_universalTicks;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_1 = ((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___InitialJavaScriptDateTicks;
		return ((int64_t)(((int64_t)il2cpp_codegen_subtract(L_0, L_1))/((int64_t)((int32_t)10000))));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_ConvertJavaScriptTicksToDateTime_m927253156D26643004345A45B5FE76648E8F8884 (int64_t ___0_javaScriptTicks, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int64_t L_0 = ___0_javaScriptTicks;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_1 = ((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___InitialJavaScriptDateTicks;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
		memset((&L_2), 0, sizeof(L_2));
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_2), ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_0, ((int64_t)((int32_t)10000)))), L_1)), 1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeIso_mF9B36B399D6CEB27F9F793080148C1A2489C3047 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int32_t ___1_dateTimeZoneHandling, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___2_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 V_0;
	memset((&V_0), 0, sizeof(V_0));
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
	memset((&V_1), 0, sizeof(V_1));
	int64_t V_2 = 0;
	int32_t V_3 = 0;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_4;
	memset((&V_4), 0, sizeof(V_4));
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_5;
	memset((&V_5), 0, sizeof(V_5));
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_6;
	memset((&V_6), 0, sizeof(V_6));
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_7;
	memset((&V_7), 0, sizeof(V_7));
	{
		il2cpp_codegen_initobj((&V_0), sizeof(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0;
		L_0 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_text), NULL);
		int32_t L_1;
		L_1 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_text), NULL);
		int32_t L_2;
		L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_text), NULL);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091((&V_0), L_0, L_1, L_2, NULL);
		if (L_3)
		{
			goto IL_002f;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_4 = ___2_dt;
		il2cpp_codegen_initobj(L_4, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		return (bool)0;
	}

IL_002f:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
		L_6 = DateTimeUtils_CreateDateTime_mBB5C43CD527E4D051A473CF3C99BC27A63158526(L_5, NULL);
		V_1 = L_6;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_7 = V_0;
		int32_t L_8 = L_7.___Zone;
		V_3 = L_8;
		int32_t L_9 = V_3;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, 1)))
		{
			case 0:
			{
				goto IL_0056;
			}
			case 1:
			{
				goto IL_006a;
			}
			case 2:
			{
				goto IL_00f5;
			}
		}
	}
	{
		goto IL_0178;
	}

IL_0056:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_10;
		L_10 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_1), L_10, 1, NULL);
		goto IL_0178;
	}

IL_006a:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_11 = V_0;
		int32_t L_12 = L_11.___ZoneHour;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_13 = V_0;
		int32_t L_14 = L_13.___ZoneMinute;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&V_4), L_12, L_14, 0, NULL);
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_15;
		L_15 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
		int64_t L_16;
		L_16 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_4), NULL);
		V_2 = ((int64_t)il2cpp_codegen_add(L_15, L_16));
		int64_t L_17 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue;
		V_5 = L_18;
		int64_t L_19;
		L_19 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		if ((((int64_t)L_17) > ((int64_t)L_19)))
		{
			goto IL_00b5;
		}
	}
	{
		int64_t L_20 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_21;
		memset((&L_21), 0, sizeof(L_21));
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_21), L_20, 1, NULL);
		V_5 = L_21;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22;
		L_22 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_5), NULL);
		V_1 = L_22;
		goto IL_0178;
	}

IL_00b5:
	{
		int64_t L_23 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = V_1;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_25;
		L_25 = DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50(L_24, NULL);
		V_6 = L_25;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int64_t L_26;
		L_26 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_6), NULL);
		V_2 = ((int64_t)il2cpp_codegen_add(L_23, L_26));
		int64_t L_27 = V_2;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue;
		V_5 = L_28;
		int64_t L_29;
		L_29 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		if ((((int64_t)L_27) <= ((int64_t)L_29)))
		{
			goto IL_00e7;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_30 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue;
		V_5 = L_30;
		int64_t L_31;
		L_31 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		V_2 = L_31;
	}

IL_00e7:
	{
		int64_t L_32 = V_2;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_1), L_32, 2, NULL);
		goto IL_0178;
	}

IL_00f5:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_33 = V_0;
		int32_t L_34 = L_33.___ZoneHour;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_35 = V_0;
		int32_t L_36 = L_35.___ZoneMinute;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&V_7), L_34, L_36, 0, NULL);
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_37;
		L_37 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
		int64_t L_38;
		L_38 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_7), NULL);
		V_2 = ((int64_t)il2cpp_codegen_subtract(L_37, L_38));
		int64_t L_39 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_40 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue;
		V_5 = L_40;
		int64_t L_41;
		L_41 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		if ((((int64_t)L_39) < ((int64_t)L_41)))
		{
			goto IL_013d;
		}
	}
	{
		int64_t L_42 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_43;
		memset((&L_43), 0, sizeof(L_43));
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_43), L_42, 1, NULL);
		V_5 = L_43;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_44;
		L_44 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_5), NULL);
		V_1 = L_44;
		goto IL_0178;
	}

IL_013d:
	{
		int64_t L_45 = V_2;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_46 = V_1;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_47;
		L_47 = DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50(L_46, NULL);
		V_6 = L_47;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int64_t L_48;
		L_48 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_6), NULL);
		V_2 = ((int64_t)il2cpp_codegen_add(L_45, L_48));
		int64_t L_49 = V_2;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_50 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue;
		V_5 = L_50;
		int64_t L_51;
		L_51 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		if ((((int64_t)L_49) >= ((int64_t)L_51)))
		{
			goto IL_016f;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_52 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue;
		V_5 = L_52;
		int64_t L_53;
		L_53 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_5), NULL);
		V_2 = L_53;
	}

IL_016f:
	{
		int64_t L_54 = V_2;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_1), L_54, 2, NULL);
	}

IL_0178:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_55 = ___2_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_56 = V_1;
		int32_t L_57 = ___1_dateTimeZoneHandling;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_58;
		L_58 = DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8(L_56, L_57, NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_55 = L_58;
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetIso_m538094DB0A9E001B1A9CC19F0A67880DC4CDBEA4 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___1_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 V_0;
	memset((&V_0), 0, sizeof(V_0));
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
	memset((&V_1), 0, sizeof(V_1));
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_2;
	memset((&V_2), 0, sizeof(V_2));
	int64_t V_3 = 0;
	int32_t V_4 = 0;
	{
		il2cpp_codegen_initobj((&V_0), sizeof(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0;
		L_0 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_text), NULL);
		int32_t L_1;
		L_1 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_text), NULL);
		int32_t L_2;
		L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_text), NULL);
		il2cpp_codegen_runtime_class_init_inline(DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DateTimeParser_Parse_m23985D38D15F4AC3CF47CFF85341AE406A302091((&V_0), L_0, L_1, L_2, NULL);
		if (L_3)
		{
			goto IL_002f;
		}
	}
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_4 = ___1_dt;
		il2cpp_codegen_initobj(L_4, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		return (bool)0;
	}

IL_002f:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
		L_6 = DateTimeUtils_CreateDateTime_mBB5C43CD527E4D051A473CF3C99BC27A63158526(L_5, NULL);
		V_1 = L_6;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_7 = V_0;
		int32_t L_8 = L_7.___Zone;
		V_4 = L_8;
		int32_t L_9 = V_4;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, 1)))
		{
			case 0:
			{
				goto IL_0055;
			}
			case 1:
			{
				goto IL_0060;
			}
			case 2:
			{
				goto IL_0078;
			}
		}
	}
	{
		goto IL_008e;
	}

IL_0055:
	{
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&V_2), ((int64_t)0), NULL);
		goto IL_009a;
	}

IL_0060:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_10 = V_0;
		int32_t L_11 = L_10.___ZoneHour;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_12 = V_0;
		int32_t L_13 = L_12.___ZoneMinute;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&V_2), ((-L_11)), ((-L_13)), 0, NULL);
		goto IL_009a;
	}

IL_0078:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_14 = V_0;
		int32_t L_15 = L_14.___ZoneHour;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_16 = V_0;
		int32_t L_17 = L_16.___ZoneMinute;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&V_2), L_15, L_17, 0, NULL);
		goto IL_009a;
	}

IL_008e:
	{
		il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
		TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_18;
		L_18 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = V_1;
		NullCheck(L_18);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20;
		L_20 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_18, L_19, NULL);
		V_2 = L_20;
	}

IL_009a:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_21;
		L_21 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_1), NULL);
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int64_t L_22;
		L_22 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_2), NULL);
		V_3 = ((int64_t)il2cpp_codegen_subtract(L_21, L_22));
		int64_t L_23 = V_3;
		if ((((int64_t)L_23) < ((int64_t)((int64_t)0))))
		{
			goto IL_00bb;
		}
	}
	{
		int64_t L_24 = V_3;
		if ((((int64_t)L_24) <= ((int64_t)((int64_t)3155378975999999999LL))))
		{
			goto IL_00c4;
		}
	}

IL_00bb:
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_25 = ___1_dt;
		il2cpp_codegen_initobj(L_25, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		return (bool)0;
	}

IL_00c4:
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_26 = ___1_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_27 = V_1;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28 = V_2;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_29;
		memset((&L_29), 0, sizeof(L_29));
		DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&L_29), L_27, L_28, NULL);
		*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_26 = L_29;
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_CreateDateTime_mBB5C43CD527E4D051A473CF3C99BC27A63158526 (DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 ___0_dateTimeParser, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
	memset((&V_1), 0, sizeof(V_1));
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_0 = ___0_dateTimeParser;
		int32_t L_1 = L_0.___Hour;
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)24)))))
		{
			goto IL_0016;
		}
	}
	{
		V_0 = (bool)1;
		(&___0_dateTimeParser)->___Hour = 0;
		goto IL_0018;
	}

IL_0016:
	{
		V_0 = (bool)0;
	}

IL_0018:
	{
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_2 = ___0_dateTimeParser;
		int32_t L_3 = L_2.___Year;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_4 = ___0_dateTimeParser;
		int32_t L_5 = L_4.___Month;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_6 = ___0_dateTimeParser;
		int32_t L_7 = L_6.___Day;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_8 = ___0_dateTimeParser;
		int32_t L_9 = L_8.___Hour;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_10 = ___0_dateTimeParser;
		int32_t L_11 = L_10.___Minute;
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_12 = ___0_dateTimeParser;
		int32_t L_13 = L_12.___Second;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00((&V_1), L_3, L_5, L_7, L_9, L_11, L_13, NULL);
		DateTimeParser_tBDDA41C4734ACD3EAF17233DBFC7B26E0AAFE246 L_14 = ___0_dateTimeParser;
		int32_t L_15 = L_14.___Fraction;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_16;
		L_16 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D((&V_1), ((int64_t)L_15), NULL);
		V_1 = L_16;
		bool L_17 = V_0;
		if (!L_17)
		{
			goto IL_0066;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
		L_18 = DateTime_AddDays_m9DC06105845A82FEAF697D5E30308ABD49E5721B((&V_1), (1.0), NULL);
		V_1 = L_18;
	}

IL_0066:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = V_1;
		return L_19;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_m5EB8CE9B38B3CEA7A400D7A50C1EF93FF64AD7A8 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, int32_t ___1_dateTimeZoneHandling, String_t* ___2_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___3_culture, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___4_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0;
		L_0 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_00b7;
		}
	}
	{
		int32_t L_1;
		L_1 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		Il2CppChar L_3;
		L_3 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), L_2, NULL);
		if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47)))))
		{
			goto IL_0053;
		}
	}
	{
		int32_t L_4;
		L_4 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_4) < ((int32_t)((int32_t)9))))
		{
			goto IL_0094;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_5 = ___0_s;
		bool L_6;
		L_6 = StringReferenceExtensions_StartsWith_m0C5C1ED2F3842A51339DF8F300BFACFB95DC7A2E(L_5, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, NULL);
		if (!L_6)
		{
			goto IL_0094;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_7 = ___0_s;
		bool L_8;
		L_8 = StringReferenceExtensions_EndsWith_m856EC50F4E06388F85AA6897D5A919E6F454B2FC(L_7, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, NULL);
		if (!L_8)
		{
			goto IL_0094;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_9 = ___0_s;
		int32_t L_10 = ___1_dateTimeZoneHandling;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_11 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_12;
		L_12 = DateTimeUtils_TryParseDateTimeMicrosoft_m9D1B53C735ACC5E2348AC816E1223336774A77FA(L_9, L_10, L_11, NULL);
		if (!L_12)
		{
			goto IL_0094;
		}
	}
	{
		return (bool)1;
	}

IL_0053:
	{
		int32_t L_13;
		L_13 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_13) < ((int32_t)((int32_t)19))))
		{
			goto IL_0094;
		}
	}
	{
		int32_t L_14;
		L_14 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_14) > ((int32_t)((int32_t)40))))
		{
			goto IL_0094;
		}
	}
	{
		int32_t L_15 = V_0;
		Il2CppChar L_16;
		L_16 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), L_15, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_17;
		L_17 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_16, NULL);
		if (!L_17)
		{
			goto IL_0094;
		}
	}
	{
		int32_t L_18 = V_0;
		Il2CppChar L_19;
		L_19 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)10))), NULL);
		if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)84)))))
		{
			goto IL_0094;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_20 = ___0_s;
		int32_t L_21 = ___1_dateTimeZoneHandling;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_22 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_23;
		L_23 = DateTimeUtils_TryParseDateTimeIso_mF9B36B399D6CEB27F9F793080148C1A2489C3047(L_20, L_21, L_22, NULL);
		if (!L_23)
		{
			goto IL_0094;
		}
	}
	{
		return (bool)1;
	}

IL_0094:
	{
		String_t* L_24 = ___2_dateFormatString;
		bool L_25;
		L_25 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_24, NULL);
		if (L_25)
		{
			goto IL_00b7;
		}
	}
	{
		String_t* L_26;
		L_26 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6((&___0_s), NULL);
		int32_t L_27 = ___1_dateTimeZoneHandling;
		String_t* L_28 = ___2_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29 = ___3_culture;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_30 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_31;
		L_31 = DateTimeUtils_TryParseDateTimeExact_m26C44CF3F9D71D7B66D6D610ACF09415E9FA5A97(L_26, L_27, L_28, L_29, L_30, NULL);
		if (!L_31)
		{
			goto IL_00b7;
		}
	}
	{
		return (bool)1;
	}

IL_00b7:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_32 = ___4_dt;
		il2cpp_codegen_initobj(L_32, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_mA44DD7990B1A60C56ABF62BC1663C6AB35B41D84 (String_t* ___0_s, int32_t ___1_dateTimeZoneHandling, String_t* ___2_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___3_culture, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___4_dt, 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*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_s;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		if ((((int32_t)L_1) <= ((int32_t)0)))
		{
			goto IL_00d5;
		}
	}
	{
		String_t* L_2 = ___0_s;
		NullCheck(L_2);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
		if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47)))))
		{
			goto IL_0061;
		}
	}
	{
		String_t* L_4 = ___0_s;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
		if ((((int32_t)L_5) < ((int32_t)((int32_t)9))))
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_6 = ___0_s;
		NullCheck(L_6);
		bool L_7;
		L_7 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_6, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, 4, NULL);
		if (!L_7)
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_8 = ___0_s;
		NullCheck(L_8);
		bool L_9;
		L_9 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_8, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, 4, NULL);
		if (!L_9)
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_10 = ___0_s;
		NullCheck(L_10);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11;
		L_11 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_10, NULL);
		String_t* L_12 = ___0_s;
		NullCheck(L_12);
		int32_t L_13;
		L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_14;
		memset((&L_14), 0, sizeof(L_14));
		StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_14), L_11, 0, L_13, NULL);
		int32_t L_15 = ___1_dateTimeZoneHandling;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_16 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_17;
		L_17 = DateTimeUtils_TryParseDateTimeMicrosoft_m9D1B53C735ACC5E2348AC816E1223336774A77FA(L_14, L_15, L_16, NULL);
		if (!L_17)
		{
			goto IL_00be;
		}
	}
	{
		return (bool)1;
	}

IL_0061:
	{
		String_t* L_18 = ___0_s;
		NullCheck(L_18);
		int32_t L_19;
		L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
		if ((((int32_t)L_19) < ((int32_t)((int32_t)19))))
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_20 = ___0_s;
		NullCheck(L_20);
		int32_t L_21;
		L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
		if ((((int32_t)L_21) > ((int32_t)((int32_t)40))))
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_22 = ___0_s;
		NullCheck(L_22);
		Il2CppChar L_23;
		L_23 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, 0, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_24;
		L_24 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_23, NULL);
		if (!L_24)
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_25 = ___0_s;
		NullCheck(L_25);
		Il2CppChar L_26;
		L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, ((int32_t)10), NULL);
		if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)84)))))
		{
			goto IL_00be;
		}
	}
	{
		String_t* L_27 = ___0_s;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28;
		L_28 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_29 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		bool L_30;
		L_30 = DateTime_TryParseExact_mA0100669E6CE6EFFCC836F1DCA56BDDE1E7C2662(L_27, _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7, L_28, ((int32_t)128), L_29, NULL);
		if (!L_30)
		{
			goto IL_00be;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_31 = ___4_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_32 = ___4_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_32);
		int32_t L_34 = ___1_dateTimeZoneHandling;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_35;
		L_35 = DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8(L_33, L_34, NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_31 = L_35;
		return (bool)1;
	}

IL_00be:
	{
		String_t* L_36 = ___2_dateFormatString;
		bool L_37;
		L_37 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_36, NULL);
		if (L_37)
		{
			goto IL_00d5;
		}
	}
	{
		String_t* L_38 = ___0_s;
		int32_t L_39 = ___1_dateTimeZoneHandling;
		String_t* L_40 = ___2_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_41 = ___3_culture;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_42 = ___4_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_43;
		L_43 = DateTimeUtils_TryParseDateTimeExact_m26C44CF3F9D71D7B66D6D610ACF09415E9FA5A97(L_38, L_39, L_40, L_41, L_42, NULL);
		if (!L_43)
		{
			goto IL_00d5;
		}
	}
	{
		return (bool)1;
	}

IL_00d5:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_44 = ___4_dt;
		il2cpp_codegen_initobj(L_44, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m01EF0F19E09185A87FBF604688FC24549EDB0447 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, String_t* ___1_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___2_culture, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___3_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0;
		L_0 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_00b1;
		}
	}
	{
		int32_t L_1;
		L_1 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		Il2CppChar L_3;
		L_3 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), L_2, NULL);
		if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47)))))
		{
			goto IL_0051;
		}
	}
	{
		int32_t L_4;
		L_4 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_4) < ((int32_t)((int32_t)9))))
		{
			goto IL_0090;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_5 = ___0_s;
		bool L_6;
		L_6 = StringReferenceExtensions_StartsWith_m0C5C1ED2F3842A51339DF8F300BFACFB95DC7A2E(L_5, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, NULL);
		if (!L_6)
		{
			goto IL_0090;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_7 = ___0_s;
		bool L_8;
		L_8 = StringReferenceExtensions_EndsWith_m856EC50F4E06388F85AA6897D5A919E6F454B2FC(L_7, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, NULL);
		if (!L_8)
		{
			goto IL_0090;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_9 = ___0_s;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_10 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_11;
		L_11 = DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mDE9494C3F5AB4DA579B89B0A806CBBBDB71F82C0(L_9, L_10, NULL);
		if (!L_11)
		{
			goto IL_0090;
		}
	}
	{
		return (bool)1;
	}

IL_0051:
	{
		int32_t L_12;
		L_12 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_12) < ((int32_t)((int32_t)19))))
		{
			goto IL_0090;
		}
	}
	{
		int32_t L_13;
		L_13 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_13) > ((int32_t)((int32_t)40))))
		{
			goto IL_0090;
		}
	}
	{
		int32_t L_14 = V_0;
		Il2CppChar L_15;
		L_15 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), L_14, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_16;
		L_16 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_15, NULL);
		if (!L_16)
		{
			goto IL_0090;
		}
	}
	{
		int32_t L_17 = V_0;
		Il2CppChar L_18;
		L_18 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_s), ((int32_t)il2cpp_codegen_add(L_17, ((int32_t)10))), NULL);
		if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)84)))))
		{
			goto IL_0090;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_19 = ___0_s;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_20 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_21;
		L_21 = DateTimeUtils_TryParseDateTimeOffsetIso_m538094DB0A9E001B1A9CC19F0A67880DC4CDBEA4(L_19, L_20, NULL);
		if (!L_21)
		{
			goto IL_0090;
		}
	}
	{
		return (bool)1;
	}

IL_0090:
	{
		String_t* L_22 = ___1_dateFormatString;
		bool L_23;
		L_23 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_22, NULL);
		if (L_23)
		{
			goto IL_00b1;
		}
	}
	{
		String_t* L_24;
		L_24 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6((&___0_s), NULL);
		String_t* L_25 = ___1_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_26 = ___2_culture;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_27 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_28;
		L_28 = DateTimeUtils_TryParseDateTimeOffsetExact_m82A8B1344B99932C906AA9F484BB0C1E8D3CF136(L_24, L_25, L_26, L_27, NULL);
		if (!L_28)
		{
			goto IL_00b1;
		}
	}
	{
		return (bool)1;
	}

IL_00b1:
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_29 = ___3_dt;
		il2cpp_codegen_initobj(L_29, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m9B1B360ACFE9EC20A745DDF71E5660C925ECAA72 (String_t* ___0_s, String_t* ___1_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___2_culture, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___3_dt, 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*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_s;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		if ((((int32_t)L_1) <= ((int32_t)0)))
		{
			goto IL_00d6;
		}
	}
	{
		String_t* L_2 = ___0_s;
		NullCheck(L_2);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
		if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47)))))
		{
			goto IL_005f;
		}
	}
	{
		String_t* L_4 = ___0_s;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
		if ((((int32_t)L_5) < ((int32_t)((int32_t)9))))
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_6 = ___0_s;
		NullCheck(L_6);
		bool L_7;
		L_7 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_6, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, 4, NULL);
		if (!L_7)
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_8 = ___0_s;
		NullCheck(L_8);
		bool L_9;
		L_9 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_8, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, 4, NULL);
		if (!L_9)
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_10 = ___0_s;
		NullCheck(L_10);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11;
		L_11 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_10, NULL);
		String_t* L_12 = ___0_s;
		NullCheck(L_12);
		int32_t L_13;
		L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_14;
		memset((&L_14), 0, sizeof(L_14));
		StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_14), L_11, 0, L_13, NULL);
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_15 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_16;
		L_16 = DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mDE9494C3F5AB4DA579B89B0A806CBBBDB71F82C0(L_14, L_15, NULL);
		if (!L_16)
		{
			goto IL_00c1;
		}
	}
	{
		return (bool)1;
	}

IL_005f:
	{
		String_t* L_17 = ___0_s;
		NullCheck(L_17);
		int32_t L_18;
		L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
		if ((((int32_t)L_18) < ((int32_t)((int32_t)19))))
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_19 = ___0_s;
		NullCheck(L_19);
		int32_t L_20;
		L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL);
		if ((((int32_t)L_20) > ((int32_t)((int32_t)40))))
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_21 = ___0_s;
		NullCheck(L_21);
		Il2CppChar L_22;
		L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_21, 0, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_23;
		L_23 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_22, NULL);
		if (!L_23)
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_24 = ___0_s;
		NullCheck(L_24);
		Il2CppChar L_25;
		L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_24, ((int32_t)10), NULL);
		if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)84)))))
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_26 = ___0_s;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
		L_27 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_28 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		bool L_29;
		L_29 = DateTimeOffset_TryParseExact_m45E4755ADC9A42D2E3D9E2BDCF5458E0DFEC44EE(L_26, _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7, L_27, ((int32_t)128), L_28, NULL);
		if (!L_29)
		{
			goto IL_00c1;
		}
	}
	{
		String_t* L_30 = ___0_s;
		NullCheck(L_30);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31;
		L_31 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_30, NULL);
		String_t* L_32 = ___0_s;
		NullCheck(L_32);
		int32_t L_33;
		L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL);
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_34;
		memset((&L_34), 0, sizeof(L_34));
		StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_34), L_31, 0, L_33, NULL);
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_35 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_36;
		L_36 = DateTimeUtils_TryParseDateTimeOffsetIso_m538094DB0A9E001B1A9CC19F0A67880DC4CDBEA4(L_34, L_35, NULL);
		if (!L_36)
		{
			goto IL_00c1;
		}
	}
	{
		return (bool)1;
	}

IL_00c1:
	{
		String_t* L_37 = ___1_dateFormatString;
		bool L_38;
		L_38 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_37, NULL);
		if (L_38)
		{
			goto IL_00d6;
		}
	}
	{
		String_t* L_39 = ___0_s;
		String_t* L_40 = ___1_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_41 = ___2_culture;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_42 = ___3_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_43;
		L_43 = DateTimeUtils_TryParseDateTimeOffsetExact_m82A8B1344B99932C906AA9F484BB0C1E8D3CF136(L_39, L_40, L_41, L_42, NULL);
		if (!L_43)
		{
			goto IL_00d6;
		}
	}
	{
		return (bool)1;
	}

IL_00d6:
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_44 = ___3_dt;
		il2cpp_codegen_initobj(L_44, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseMicrosoftDate_m1FB25AB70888B42D0E886ABE60B49F513A4866AC (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int64_t* ___1_ticks, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___2_offset, int32_t* ___3_kind, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t* L_0 = ___3_kind;
		*((int32_t*)L_0) = (int32_t)1;
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_1 = ___0_text;
		int32_t L_2;
		L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_text), NULL);
		int32_t L_3;
		L_3 = StringReferenceExtensions_IndexOf_m8408F16214688FE8239B09858B186C1125599F83(L_1, ((int32_t)43), 7, ((int32_t)il2cpp_codegen_subtract(L_2, 8)), NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
		{
			goto IL_002d;
		}
	}
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_5 = ___0_text;
		int32_t L_6;
		L_6 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_text), NULL);
		int32_t L_7;
		L_7 = StringReferenceExtensions_IndexOf_m8408F16214688FE8239B09858B186C1125599F83(L_5, ((int32_t)45), 7, ((int32_t)il2cpp_codegen_subtract(L_6, 8)), NULL);
		V_0 = L_7;
	}

IL_002d:
	{
		int32_t L_8 = V_0;
		if ((((int32_t)L_8) == ((int32_t)(-1))))
		{
			goto IL_004c;
		}
	}
	{
		int32_t* L_9 = ___3_kind;
		*((int32_t*)L_9) = (int32_t)2;
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_10 = ___0_text;
		int32_t L_11 = V_0;
		int32_t L_12;
		L_12 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_text), NULL);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_13 = ___2_offset;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_14;
		L_14 = DateTimeUtils_TryReadOffset_mFFDEF89F67E624EF8B2C64CD576C4BA93C03DAB9(L_10, ((int32_t)il2cpp_codegen_add(L_11, L_12)), L_13, NULL);
		if (L_14)
		{
			goto IL_0061;
		}
	}
	{
		int64_t* L_15 = ___1_ticks;
		*((int64_t*)L_15) = (int64_t)((int64_t)0);
		return (bool)0;
	}

IL_004c:
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_16 = ___2_offset;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___Zero;
		*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_16 = L_17;
		int32_t L_18;
		L_18 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_text), NULL);
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_18, 2));
	}

IL_0061:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19;
		L_19 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_text), NULL);
		int32_t L_20;
		L_20 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_text), NULL);
		int32_t L_21 = V_0;
		int64_t* L_22 = ___1_ticks;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_23;
		L_23 = ConvertUtils_Int64TryParse_mD4BA6148D0849E5EFBEC03B6EE4D2D92FAD49F52(L_19, ((int32_t)il2cpp_codegen_add(6, L_20)), ((int32_t)il2cpp_codegen_subtract(L_21, 6)), L_22, NULL);
		return (bool)((((int32_t)L_23) == ((int32_t)1))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeMicrosoft_m9D1B53C735ACC5E2348AC816E1223336774A77FA (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, int32_t ___1_dateTimeZoneHandling, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___2_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int64_t V_0 = 0;
	int32_t V_1 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_2;
	memset((&V_2), 0, sizeof(V_2));
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
	memset((&V_3), 0, sizeof(V_3));
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_0 = ___0_text;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = DateTimeUtils_TryParseMicrosoftDate_m1FB25AB70888B42D0E886ABE60B49F513A4866AC(L_0, (&V_0), (&V_3), (&V_1), NULL);
		if (L_1)
		{
			goto IL_0017;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_2 = ___2_dt;
		il2cpp_codegen_initobj(L_2, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		return (bool)0;
	}

IL_0017:
	{
		int64_t L_3 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
		L_4 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m927253156D26643004345A45B5FE76648E8F8884(L_3, NULL);
		V_2 = L_4;
		int32_t L_5 = V_1;
		if (!L_5)
		{
			goto IL_0027;
		}
	}
	{
		int32_t L_6 = V_1;
		if ((((int32_t)L_6) == ((int32_t)2)))
		{
			goto IL_003c;
		}
	}
	{
		goto IL_004b;
	}

IL_0027:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_7 = ___2_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
		L_8 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_2), NULL);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
		L_9 = DateTime_SpecifyKind_mFC3F6DD6AD017F62A8AF81DAD5620AEC474871D0(L_8, 0, NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_7 = L_9;
		goto IL_0052;
	}

IL_003c:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_10 = ___2_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
		L_11 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_2), NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_10 = L_11;
		goto IL_0052;
	}

IL_004b:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_12 = ___2_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = V_2;
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_12 = L_13;
	}

IL_0052:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_14 = ___2_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_15 = ___2_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_16 = (*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_15);
		int32_t L_17 = ___1_dateTimeZoneHandling;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
		L_18 = DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8(L_16, L_17, NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_14 = L_18;
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeExact_m26C44CF3F9D71D7B66D6D610ACF09415E9FA5A97 (String_t* ___0_text, int32_t ___1_dateTimeZoneHandling, String_t* ___2_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___3_culture, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___4_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		String_t* L_0 = ___0_text;
		String_t* L_1 = ___2_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___3_culture;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DateTime_TryParseExact_mA0100669E6CE6EFFCC836F1DCA56BDDE1E7C2662(L_0, L_1, L_2, ((int32_t)128), (&V_0), NULL);
		if (!L_3)
		{
			goto IL_0023;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = V_0;
		int32_t L_5 = ___1_dateTimeZoneHandling;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
		L_6 = DateTimeUtils_EnsureDateTime_mA79D09FFD516714FB3A1296F5E55780FBD5191C8(L_4, L_5, NULL);
		V_0 = L_6;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_7 = ___4_dt;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = V_0;
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_7 = L_8;
		return (bool)1;
	}

IL_0023:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_9 = ___4_dt;
		il2cpp_codegen_initobj(L_9, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mDE9494C3F5AB4DA579B89B0A806CBBBDB71F82C0 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_text, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___1_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int64_t V_0 = 0;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_1;
	memset((&V_1), 0, sizeof(V_1));
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_2;
	memset((&V_2), 0, sizeof(V_2));
	int32_t V_3 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_4;
	memset((&V_4), 0, sizeof(V_4));
	{
		StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_0 = ___0_text;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = DateTimeUtils_TryParseMicrosoftDate_m1FB25AB70888B42D0E886ABE60B49F513A4866AC(L_0, (&V_0), (&V_1), (&V_3), NULL);
		if (L_1)
		{
			goto IL_0025;
		}
	}
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_2 = ___1_dt;
		il2cpp_codegen_initobj((&V_4), sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = V_4;
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_4;
		L_4 = DateTimeOffset_op_Implicit_m7BFCB56BB3714FA7E58AA0ECEE92B8455A0CEDA5(L_3, NULL);
		*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_2 = L_4;
		return (bool)0;
	}

IL_0025:
	{
		int64_t L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
		L_6 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m927253156D26643004345A45B5FE76648E8F8884(L_5, NULL);
		V_2 = L_6;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_7 = ___1_dt;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8 = V_1;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_9;
		L_9 = DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1((&V_2), L_8, NULL);
		V_4 = L_9;
		int64_t L_10;
		L_10 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_4), NULL);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_11 = V_1;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_12;
		memset((&L_12), 0, sizeof(L_12));
		DateTimeOffset__ctor_m81DCBFF0B9D7029AD6B8B80EA4CB8846387DFB9A((&L_12), L_10, L_11, NULL);
		*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_7 = L_12;
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetExact_m82A8B1344B99932C906AA9F484BB0C1E8D3CF136 (String_t* ___0_text, String_t* ___1_dateFormatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___2_culture, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___3_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		String_t* L_0 = ___0_text;
		String_t* L_1 = ___1_dateFormatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___2_culture;
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DateTimeOffset_TryParseExact_m45E4755ADC9A42D2E3D9E2BDCF5458E0DFEC44EE(L_0, L_1, L_2, ((int32_t)128), (&V_0), NULL);
		if (!L_3)
		{
			goto IL_001a;
		}
	}
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_4 = ___3_dt;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_5 = V_0;
		*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)L_4 = L_5;
		return (bool)1;
	}

IL_001a:
	{
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* L_6 = ___3_dt;
		il2cpp_codegen_initobj(L_6, sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryReadOffset_mFFDEF89F67E624EF8B2C64CD576C4BA93C03DAB9 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_offsetText, int32_t ___1_startIndex, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___2_offset, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		int32_t L_0 = ___1_startIndex;
		Il2CppChar L_1;
		L_1 = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD((&___0_offsetText), L_0, NULL);
		V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)45)))? 1 : 0);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2;
		L_2 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_offsetText), NULL);
		int32_t L_3 = ___1_startIndex;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_4;
		L_4 = ConvertUtils_Int32TryParse_m6D81B72EF5D3E6FB6283976493619C2A900BBE95(L_2, ((int32_t)il2cpp_codegen_add(L_3, 1)), 2, (&V_1), NULL);
		if ((((int32_t)L_4) == ((int32_t)1)))
		{
			goto IL_002b;
		}
	}
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_5 = ___2_offset;
		il2cpp_codegen_initobj(L_5, sizeof(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A));
		return (bool)0;
	}

IL_002b:
	{
		V_2 = 0;
		int32_t L_6;
		L_6 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_offsetText), NULL);
		int32_t L_7 = ___1_startIndex;
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_6, L_7))) <= ((int32_t)5)))
		{
			goto IL_0057;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8;
		L_8 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_offsetText), NULL);
		int32_t L_9 = ___1_startIndex;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_10;
		L_10 = ConvertUtils_Int32TryParse_m6D81B72EF5D3E6FB6283976493619C2A900BBE95(L_8, ((int32_t)il2cpp_codegen_add(L_9, 3)), 2, (&V_2), NULL);
		if ((((int32_t)L_10) == ((int32_t)1)))
		{
			goto IL_0057;
		}
	}
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_11 = ___2_offset;
		il2cpp_codegen_initobj(L_11, sizeof(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A));
		return (bool)0;
	}

IL_0057:
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_12 = ___2_offset;
		int32_t L_13 = V_1;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_14;
		L_14 = TimeSpan_FromHours_mBF56E93F18A822E3EA1C593E8151F154709AC6BA(((double)L_13), NULL);
		int32_t L_15 = V_2;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_16;
		L_16 = TimeSpan_FromMinutes_m5748E4C33327BC758C73B6DAE1BDD6BF44711CB5(((double)L_15), NULL);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17;
		L_17 = TimeSpan_op_Addition_mD8B0E0E30595D82C7336CCCA411FE384441DE1A6(L_14, L_16, NULL);
		*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_12 = L_17;
		bool L_18 = V_0;
		if (!L_18)
		{
			goto IL_007f;
		}
	}
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_19 = ___2_offset;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_20 = ___2_offset;
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_21;
		L_21 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4(L_20, NULL);
		*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_19 = L_21;
	}

IL_007f:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeString_mC66266349F3A8A9B3F069BBE8AA7F0580333A38B (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_value, int32_t ___2_format, String_t* ___3_formatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___4_culture, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_2;
	memset((&V_2), 0, sizeof(V_2));
	{
		String_t* L_0 = ___3_formatString;
		bool L_1;
		L_1 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_0, NULL);
		if (!L_1)
		{
			goto IL_0034;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
		V_0 = L_2;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = ___1_value;
		il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272));
		Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_5 = V_2;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_6;
		L_6 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___1_value), NULL);
		int32_t L_7 = ___2_format;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_8;
		L_8 = DateTimeUtils_WriteDateTimeString_mCDFAB4AD7F5F2A187B9F0778CFA2DF2005C6200C(L_3, 0, L_4, L_5, L_6, L_7, NULL);
		V_1 = L_8;
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_9 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_0;
		int32_t L_11 = V_1;
		NullCheck(L_9);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_9, L_10, 0, L_11);
		return;
	}

IL_0034:
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_12 = ___0_writer;
		String_t* L_13 = ___3_formatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14 = ___4_culture;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		String_t* L_15;
		L_15 = DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00((&___1_value), L_13, L_14, NULL);
		NullCheck(L_12);
		VirtualActionInvoker1< String_t* >::Invoke(17, L_12, L_15);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeString_mCDFAB4AD7F5F2A187B9F0778CFA2DF2005C6200C (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___2_value, Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 ___3_offset, int32_t ___4_kind, int32_t ___5_format, 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*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_1;
	memset((&V_1), 0, sizeof(V_1));
	int64_t V_2 = 0;
	String_t* V_3 = NULL;
	Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 V_4;
	memset((&V_4), 0, sizeof(V_4));
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A G_B4_0;
	memset((&G_B4_0), 0, sizeof(G_B4_0));
	int32_t G_B16_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B16_1 = NULL;
	int32_t G_B15_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B15_1 = NULL;
	TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A G_B17_0;
	memset((&G_B17_0), 0, sizeof(G_B17_0));
	int32_t G_B17_1 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B17_2 = NULL;
	{
		int32_t L_0 = ___1_start;
		V_0 = L_0;
		int32_t L_1 = ___5_format;
		if ((!(((uint32_t)L_1) == ((uint32_t)1))))
		{
			goto IL_00b6;
		}
	}
	{
		Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_2 = ___3_offset;
		V_4 = L_2;
		bool L_3;
		L_3 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_4), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var);
		if (L_3)
		{
			goto IL_001e;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = ___2_value;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5;
		L_5 = DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50(L_4, NULL);
		G_B4_0 = L_5;
		goto IL_0025;
	}

IL_001e:
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6;
		L_6 = Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline((&V_4), Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var);
		G_B4_0 = L_6;
	}

IL_0025:
	{
		V_1 = G_B4_0;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ___2_value;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8 = V_1;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int64_t L_9;
		L_9 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m0D5815D6340AC9707A7FD04B27F2101845CC598F(L_7, L_8, NULL);
		V_2 = L_9;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___0_chars;
		int32_t L_11 = V_0;
		NullCheck(_stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(_stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566, 0, L_10, L_11, 7, NULL);
		int32_t L_12 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_12, 7));
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13;
		L_13 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_14;
		L_14 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD((&V_2), L_13, NULL);
		V_3 = L_14;
		String_t* L_15 = V_3;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___0_chars;
		int32_t L_17 = V_0;
		String_t* L_18 = V_3;
		NullCheck(L_18);
		int32_t L_19;
		L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
		NullCheck(L_15);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_15, 0, L_16, L_17, L_19, NULL);
		int32_t L_20 = V_0;
		String_t* L_21 = V_3;
		NullCheck(L_21);
		int32_t L_22;
		L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
		V_0 = ((int32_t)il2cpp_codegen_add(L_20, L_22));
		int32_t L_23 = ___4_kind;
		if (!L_23)
		{
			goto IL_0070;
		}
	}
	{
		int32_t L_24 = ___4_kind;
		if ((((int32_t)L_24) == ((int32_t)2)))
		{
			goto IL_0097;
		}
	}
	{
		goto IL_00a2;
	}

IL_0070:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_25 = ___2_value;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_26 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue;
		bool L_27;
		L_27 = DateTime_op_Inequality_mFB20C42AFEA4EEDE607352300499C54680797974(L_25, L_26, NULL);
		if (!L_27)
		{
			goto IL_00a2;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28 = ___2_value;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_29 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue;
		bool L_30;
		L_30 = DateTime_op_Inequality_mFB20C42AFEA4EEDE607352300499C54680797974(L_28, L_29, NULL);
		if (!L_30)
		{
			goto IL_00a2;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = ___0_chars;
		int32_t L_32 = V_0;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_33 = V_1;
		int32_t L_34 = ___5_format;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_35;
		L_35 = DateTimeUtils_WriteDateTimeOffset_m1346049BF9D62EB01271E853BBB9FF6F382E2F4F(L_31, L_32, L_33, L_34, NULL);
		V_0 = L_35;
		goto IL_00a2;
	}

IL_0097:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = ___0_chars;
		int32_t L_37 = V_0;
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_38 = V_1;
		int32_t L_39 = ___5_format;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_40;
		L_40 = DateTimeUtils_WriteDateTimeOffset_m1346049BF9D62EB01271E853BBB9FF6F382E2F4F(L_36, L_37, L_38, L_39, NULL);
		V_0 = L_40;
	}

IL_00a2:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = ___0_chars;
		int32_t L_42 = V_0;
		NullCheck(_stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(_stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055, 0, L_41, L_42, 3, NULL);
		int32_t L_43 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_43, 3));
		goto IL_00f9;
	}

IL_00b6:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = ___0_chars;
		int32_t L_45 = V_0;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_46 = ___2_value;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_47;
		L_47 = DateTimeUtils_WriteDefaultIsoDate_m8DEE0C2EADE57D2B6EE01D57B9C7F276B6681C93(L_44, L_45, L_46, NULL);
		V_0 = L_47;
		int32_t L_48 = ___4_kind;
		if ((((int32_t)L_48) == ((int32_t)1)))
		{
			goto IL_00f0;
		}
	}
	{
		int32_t L_49 = ___4_kind;
		if ((!(((uint32_t)L_49) == ((uint32_t)2))))
		{
			goto IL_00f9;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_50 = ___0_chars;
		int32_t L_51 = V_0;
		Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_52 = ___3_offset;
		V_4 = L_52;
		bool L_53;
		L_53 = Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_inline((&V_4), Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_RuntimeMethod_var);
		if (L_53)
		{
			G_B16_0 = L_51;
			G_B16_1 = L_50;
			goto IL_00df;
		}
		G_B15_0 = L_51;
		G_B15_1 = L_50;
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_54 = ___2_value;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_55;
		L_55 = DateTimeUtils_GetUtcOffset_mA930C30B051B5F333AF1300B9E40BFC003C50A50(L_54, NULL);
		G_B17_0 = L_55;
		G_B17_1 = G_B15_0;
		G_B17_2 = G_B15_1;
		goto IL_00e6;
	}

IL_00df:
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_56;
		L_56 = Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_inline((&V_4), Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_RuntimeMethod_var);
		G_B17_0 = L_56;
		G_B17_1 = G_B16_0;
		G_B17_2 = G_B16_1;
	}

IL_00e6:
	{
		int32_t L_57 = ___5_format;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_58;
		L_58 = DateTimeUtils_WriteDateTimeOffset_m1346049BF9D62EB01271E853BBB9FF6F382E2F4F(G_B17_2, G_B17_1, G_B17_0, L_57, NULL);
		V_0 = L_58;
		goto IL_00f9;
	}

IL_00f0:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = ___0_chars;
		int32_t L_60 = V_0;
		int32_t L_61 = L_60;
		V_0 = ((int32_t)il2cpp_codegen_add(L_61, 1));
		NullCheck(L_59);
		(L_59)->SetAt(static_cast<il2cpp_array_size_t>(L_61), (Il2CppChar)((int32_t)90));
	}

IL_00f9:
	{
		int32_t L_62 = V_0;
		return L_62;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDefaultIsoDate_m8DEE0C2EADE57D2B6EE01D57B9C7F276B6681C93 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___2_dt, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	{
		V_0 = ((int32_t)19);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___2_dt;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTimeUtils_GetDateValues_m92E008CB52CBBC94701ECF185BEF2DA71AD9ED11(L_0, (&V_1), (&V_2), (&V_3), NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_chars;
		int32_t L_2 = ___1_start;
		int32_t L_3 = V_1;
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_1, L_2, L_3, 4, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_chars;
		int32_t L_5 = ___1_start;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_5, 4))), (Il2CppChar)((int32_t)45));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___0_chars;
		int32_t L_7 = ___1_start;
		int32_t L_8 = V_2;
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_6, ((int32_t)il2cpp_codegen_add(L_7, 5)), L_8, 2, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___0_chars;
		int32_t L_10 = ___1_start;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_10, 7))), (Il2CppChar)((int32_t)45));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_chars;
		int32_t L_12 = ___1_start;
		int32_t L_13 = V_3;
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_11, ((int32_t)il2cpp_codegen_add(L_12, 8)), L_13, 2, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ___0_chars;
		int32_t L_15 = ___1_start;
		NullCheck(L_14);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_15, ((int32_t)10)))), (Il2CppChar)((int32_t)84));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___0_chars;
		int32_t L_17 = ___1_start;
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int32_t L_18;
		L_18 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3((&___2_dt), NULL);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_16, ((int32_t)il2cpp_codegen_add(L_17, ((int32_t)11))), L_18, 2, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = ___0_chars;
		int32_t L_20 = ___1_start;
		NullCheck(L_19);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_20, ((int32_t)13)))), (Il2CppChar)((int32_t)58));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = ___0_chars;
		int32_t L_22 = ___1_start;
		int32_t L_23;
		L_23 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973((&___2_dt), NULL);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_21, ((int32_t)il2cpp_codegen_add(L_22, ((int32_t)14))), L_23, 2, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = ___0_chars;
		int32_t L_25 = ___1_start;
		NullCheck(L_24);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_25, ((int32_t)16)))), (Il2CppChar)((int32_t)58));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___0_chars;
		int32_t L_27 = ___1_start;
		int32_t L_28;
		L_28 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA((&___2_dt), NULL);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_26, ((int32_t)il2cpp_codegen_add(L_27, ((int32_t)17))), L_28, 2, NULL);
		int64_t L_29;
		L_29 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___2_dt), NULL);
		V_4 = ((int32_t)((int64_t)(L_29%((int64_t)((int32_t)10000000)))));
		int32_t L_30 = V_4;
		if (!L_30)
		{
			goto IL_00d5;
		}
	}
	{
		V_5 = 7;
		goto IL_00b1;
	}

IL_00a4:
	{
		int32_t L_31 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_subtract(L_31, 1));
		int32_t L_32 = V_4;
		V_4 = ((int32_t)(L_32/((int32_t)10)));
	}

IL_00b1:
	{
		int32_t L_33 = V_4;
		if (!((int32_t)(L_33%((int32_t)10))))
		{
			goto IL_00a4;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = ___0_chars;
		int32_t L_35 = ___1_start;
		NullCheck(L_34);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_35, ((int32_t)19)))), (Il2CppChar)((int32_t)46));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = ___0_chars;
		int32_t L_37 = ___1_start;
		int32_t L_38 = V_4;
		int32_t L_39 = V_5;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_36, ((int32_t)il2cpp_codegen_add(L_37, ((int32_t)20))), L_38, L_39, NULL);
		int32_t L_40 = V_0;
		int32_t L_41 = V_5;
		V_0 = ((int32_t)il2cpp_codegen_add(L_40, ((int32_t)il2cpp_codegen_add(L_41, 1))));
	}

IL_00d5:
	{
		int32_t L_42 = ___1_start;
		int32_t L_43 = V_0;
		return ((int32_t)il2cpp_codegen_add(L_42, L_43));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, int32_t ___2_value, int32_t ___3_digits, const RuntimeMethod* method) 
{
	{
		goto IL_0015;
	}

IL_0002:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars;
		int32_t L_1 = ___1_start;
		int32_t L_2 = ___3_digits;
		int32_t L_3 = ___2_value;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_1, L_2))), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_3%((int32_t)10))), ((int32_t)48)))));
		int32_t L_4 = ___2_value;
		___2_value = ((int32_t)(L_4/((int32_t)10)));
	}

IL_0015:
	{
		int32_t L_5 = ___3_digits;
		int32_t L_6 = L_5;
		___3_digits = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
		if (L_6)
		{
			goto IL_0002;
		}
	}
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeOffset_m1346049BF9D62EB01271E853BBB9FF6F382E2F4F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_start, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___2_offset, int32_t ___3_format, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t G_B2_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B2_1 = NULL;
	int32_t G_B1_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B1_1 = NULL;
	int32_t G_B3_0 = 0;
	int32_t G_B3_1 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B3_2 = NULL;
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars;
		int32_t L_1 = ___1_start;
		int32_t L_2 = L_1;
		___1_start = ((int32_t)il2cpp_codegen_add(L_2, 1));
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int64_t L_3;
		L_3 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___2_offset), NULL);
		if ((((int64_t)L_3) >= ((int64_t)((int64_t)0))))
		{
			G_B2_0 = L_2;
			G_B2_1 = L_0;
			goto IL_0016;
		}
		G_B1_0 = L_2;
		G_B1_1 = L_0;
	}
	{
		G_B3_0 = ((int32_t)45);
		G_B3_1 = G_B1_0;
		G_B3_2 = G_B1_1;
		goto IL_0018;
	}

IL_0016:
	{
		G_B3_0 = ((int32_t)43);
		G_B3_1 = G_B2_0;
		G_B3_2 = G_B2_1;
	}

IL_0018:
	{
		NullCheck(G_B3_2);
		(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (Il2CppChar)G_B3_0);
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int32_t L_4;
		L_4 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&___2_offset), NULL);
		il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		int32_t L_5;
		L_5 = il2cpp_codegen_abs(L_4);
		V_0 = L_5;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___0_chars;
		int32_t L_7 = ___1_start;
		int32_t L_8 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_6, L_7, L_8, 2, NULL);
		int32_t L_9 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_9, 2));
		int32_t L_10 = ___3_format;
		if (L_10)
		{
			goto IL_0041;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_chars;
		int32_t L_12 = ___1_start;
		int32_t L_13 = L_12;
		___1_start = ((int32_t)il2cpp_codegen_add(L_13, 1));
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)((int32_t)58));
	}

IL_0041:
	{
		il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
		int32_t L_14;
		L_14 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&___2_offset), NULL);
		il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		int32_t L_15;
		L_15 = il2cpp_codegen_abs(L_14);
		V_1 = L_15;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___0_chars;
		int32_t L_17 = ___1_start;
		int32_t L_18 = V_1;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTimeUtils_CopyIntToCharArray_mAE8342C2764DE70579A9D3F1C3C4DC3D1504EC36(L_16, L_17, L_18, 2, NULL);
		int32_t L_19 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_19, 2));
		int32_t L_20 = ___1_start;
		return L_20;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeOffsetString_m36016656CB36E3E34222C8EFBCA4F636F663B6C1 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___1_value, int32_t ___2_format, String_t* ___3_formatString, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___4_culture, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t G_B3_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B3_1 = NULL;
	int32_t G_B2_0 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B2_1 = NULL;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D G_B4_0;
	memset((&G_B4_0), 0, sizeof(G_B4_0));
	int32_t G_B4_1 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B4_2 = NULL;
	{
		String_t* L_0 = ___3_formatString;
		bool L_1;
		L_1 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_0, NULL);
		if (!L_1)
		{
			goto IL_0043;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
		V_0 = L_2;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0;
		int32_t L_4 = ___2_format;
		if (!L_4)
		{
			G_B3_0 = 0;
			G_B3_1 = L_3;
			goto IL_001e;
		}
		G_B2_0 = 0;
		G_B2_1 = L_3;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
		L_5 = DateTimeOffset_get_UtcDateTime_mE7EB39F361C89E1367CBC03C3410BA34F194DA40((&___1_value), NULL);
		G_B4_0 = L_5;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		goto IL_0025;
	}

IL_001e:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
		L_6 = DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324((&___1_value), NULL);
		G_B4_0 = L_6;
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
	}

IL_0025:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7;
		L_7 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4((&___1_value), NULL);
		Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272 L_8;
		memset((&L_8), 0, sizeof(L_8));
		Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC((&L_8), L_7, Nullable_1__ctor_m57671EDBF4C8A3BEF5EF30DC71BE6C17C6A657AC_RuntimeMethod_var);
		int32_t L_9 = ___2_format;
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		int32_t L_10;
		L_10 = DateTimeUtils_WriteDateTimeString_mCDFAB4AD7F5F2A187B9F0778CFA2DF2005C6200C(G_B4_2, G_B4_1, G_B4_0, L_8, 2, L_9, NULL);
		V_1 = L_10;
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_11 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_0;
		int32_t L_13 = V_1;
		NullCheck(L_11);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_11, L_12, 0, L_13);
		return;
	}

IL_0043:
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_14 = ___0_writer;
		String_t* L_15 = ___3_formatString;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___4_culture;
		il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		String_t* L_17;
		L_17 = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281((&___1_value), L_15, L_16, NULL);
		NullCheck(L_14);
		VirtualActionInvoker1< String_t* >::Invoke(17, L_14, L_17);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_GetDateValues_m92E008CB52CBBC94701ECF185BEF2DA71AD9ED11 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_td, int32_t* ___1_year, int32_t* ___2_month, int32_t* ___3_day, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_5 = NULL;
	int32_t V_6 = 0;
	int32_t G_B9_0 = 0;
	Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B12_0 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		int64_t L_0;
		L_0 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_td), NULL);
		V_0 = ((int32_t)((int64_t)(L_0/((int64_t)864000000000LL))));
		int32_t L_1 = V_0;
		V_1 = ((int32_t)(L_1/((int32_t)146097)));
		int32_t L_2 = V_0;
		int32_t L_3 = V_1;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)146097)))));
		int32_t L_4 = V_0;
		V_2 = ((int32_t)(L_4/((int32_t)36524)));
		int32_t L_5 = V_2;
		if ((!(((uint32_t)L_5) == ((uint32_t)4))))
		{
			goto IL_0033;
		}
	}
	{
		V_2 = 3;
	}

IL_0033:
	{
		int32_t L_6 = V_0;
		int32_t L_7 = V_2;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)il2cpp_codegen_multiply(L_7, ((int32_t)36524)))));
		int32_t L_8 = V_0;
		V_3 = ((int32_t)(L_8/((int32_t)1461)));
		int32_t L_9 = V_0;
		int32_t L_10 = V_3;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)1461)))));
		int32_t L_11 = V_0;
		V_4 = ((int32_t)(L_11/((int32_t)365)));
		int32_t L_12 = V_4;
		if ((!(((uint32_t)L_12) == ((uint32_t)4))))
		{
			goto IL_0060;
		}
	}
	{
		V_4 = 3;
	}

IL_0060:
	{
		int32_t* L_13 = ___1_year;
		int32_t L_14 = V_1;
		int32_t L_15 = V_2;
		int32_t L_16 = V_3;
		int32_t L_17 = V_4;
		*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)400))), ((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)100))))), ((int32_t)il2cpp_codegen_multiply(L_16, 4)))), L_17)), 1));
		int32_t L_18 = V_0;
		int32_t L_19 = V_4;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_18, ((int32_t)il2cpp_codegen_multiply(L_19, ((int32_t)365)))));
		int32_t L_20 = V_4;
		if ((!(((uint32_t)L_20) == ((uint32_t)3))))
		{
			goto IL_0095;
		}
	}
	{
		int32_t L_21 = V_3;
		if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)24)))))
		{
			goto IL_0092;
		}
	}
	{
		int32_t L_22 = V_2;
		G_B9_0 = ((((int32_t)L_22) == ((int32_t)3))? 1 : 0);
		goto IL_0096;
	}

IL_0092:
	{
		G_B9_0 = 1;
		goto IL_0096;
	}

IL_0095:
	{
		G_B9_0 = 0;
	}

IL_0096:
	{
		if (G_B9_0)
		{
			goto IL_009f;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = ((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth365;
		G_B12_0 = L_23;
		goto IL_00a4;
	}

IL_009f:
	{
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = ((DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var))->___DaysToMonth366;
		G_B12_0 = L_24;
	}

IL_00a4:
	{
		V_5 = G_B12_0;
		int32_t L_25 = V_0;
		V_6 = ((int32_t)(L_25>>6));
		goto IL_00b3;
	}

IL_00ad:
	{
		int32_t L_26 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add(L_26, 1));
	}

IL_00b3:
	{
		int32_t L_27 = V_0;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_28 = V_5;
		int32_t L_29 = V_6;
		NullCheck(L_28);
		int32_t L_30 = L_29;
		int32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		if ((((int32_t)L_27) >= ((int32_t)L_31)))
		{
			goto IL_00ad;
		}
	}
	{
		int32_t* L_32 = ___2_month;
		int32_t L_33 = V_6;
		*((int32_t*)L_32) = (int32_t)L_33;
		int32_t* L_34 = ___3_day;
		int32_t L_35 = V_0;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_36 = V_5;
		int32_t L_37 = V_6;
		NullCheck(L_36);
		int32_t L_38 = ((int32_t)il2cpp_codegen_subtract(L_37, 1));
		int32_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
		*((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_35, L_39)), 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 RuntimeObject* DynamicUtils_GetDynamicMemberNames_mA3D791C10C1F9EA8B7CA2934837E7A6209133778 (RuntimeObject* ___0_dynamicProvider, 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*)&IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___0_dynamicProvider;
		RuntimeObject* L_1 = ___0_dynamicProvider;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_2;
		L_2 = Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44(L_1, NULL);
		NullCheck(L_0);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = InterfaceFuncInvoker1< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_il2cpp_TypeInfo_var, L_0, L_2);
		NullCheck(L_3);
		RuntimeObject* L_4;
		L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16, 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 void BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = ((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____init;
		if (L_0)
		{
			goto IL_0063;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_1;
		L_1 = il2cpp_codegen_get_type(_stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE, (bool)0, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5_RuntimeMethod_var);
		bool L_2;
		L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_1, (Type_t*)NULL, NULL);
		if (!L_2)
		{
			goto IL_0034;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
		L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_4;
		L_4 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9F6437DFCF367019BCABE14E230D6D210AF41505)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE)), NULL);
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_5 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_5, L_4, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5_RuntimeMethod_var)));
	}

IL_0034:
	{
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)1);
		RuntimeObject* L_7;
		L_7 = BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32(L_6, NULL);
		((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getCSharpArgumentInfoArray = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getCSharpArgumentInfoArray), (void*)L_7);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = L_8;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)3);
		RuntimeObject* L_10;
		L_10 = BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32(L_9, NULL);
		((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setCSharpArgumentInfoArray = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setCSharpArgumentInfoArray), (void*)L_10);
		BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE(NULL);
		((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____init = (bool)1;
	}

IL_0063:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32 (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_values, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18758AA8E5FA243D1B2431D03A55ED42516F8AF3);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42559C2140EDFAB50DB6AE7DCF62B93B4DA42968);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1A212DEDA96849ABCCDF1D53E590A0248230435);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	Type_t* V_1 = NULL;
	RuntimeArray* V_2 = NULL;
	int32_t V_3 = 0;
	RuntimeObject* V_4 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_0;
		L_0 = il2cpp_codegen_get_type(_stringLiteral18758AA8E5FA243D1B2431D03A55ED42516F8AF3, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32_RuntimeMethod_var);
		V_0 = L_0;
		Type_t* L_1;
		L_1 = il2cpp_codegen_get_type(_stringLiteralD1A212DEDA96849ABCCDF1D53E590A0248230435, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_CreateSharpArgumentInfoArray_m40728E3DFE974FA3B95F110689F12BC44454FC32_RuntimeMethod_var);
		V_1 = L_1;
		Type_t* L_2 = V_0;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = ___0_values;
		NullCheck(L_3);
		RuntimeArray* L_4;
		L_4 = Array_CreateInstance_m13B202130951A03AF5F52470A19E17D3AD2A8983(L_2, ((int32_t)(((RuntimeArray*)L_3)->max_length)), NULL);
		V_2 = L_4;
		V_3 = 0;
		goto IL_006c;
	}

IL_0026:
	{
		Type_t* L_5 = V_0;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = L_6;
		Type_t* L_8 = V_1;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_8);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = L_7;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.string_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_11;
		L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL);
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_11);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_11);
		NullCheck(L_5);
		MethodInfo_t* L_12;
		L_12 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_5, _stringLiteral42559C2140EDFAB50DB6AE7DCF62B93B4DA42968, L_9, NULL);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_13;
		int32_t L_15 = 0;
		RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
		NullCheck(L_14);
		ArrayElementTypeCheck (L_14, L_16);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_16);
		NullCheck(L_12);
		RuntimeObject* L_17;
		L_17 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_12, NULL, L_14, NULL);
		V_4 = L_17;
		RuntimeArray* L_18 = V_2;
		RuntimeObject* L_19 = V_4;
		int32_t L_20 = V_3;
		NullCheck(L_18);
		Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8(L_18, L_19, L_20, NULL);
		int32_t L_21 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add(L_21, 1));
	}

IL_006c:
	{
		int32_t L_22 = V_3;
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = ___0_values;
		NullCheck(L_23);
		if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
		{
			goto IL_0026;
		}
	}
	{
		RuntimeArray* L_24 = V_2;
		return L_24;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral148D879740EE71DEE70EA413F9D574F5B36E9578);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18758AA8E5FA243D1B2431D03A55ED42516F8AF3);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC39D82415A21DB974A9227D1080814A472716CD9);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0E616973F967C7FC677A64CF4080530C0989A71);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	Type_t* V_1 = NULL;
	Type_t* V_2 = NULL;
	Type_t* V_3 = NULL;
	MethodInfo_t* V_4 = NULL;
	MethodInfo_t* V_5 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_0;
		L_0 = il2cpp_codegen_get_type(_stringLiteral18758AA8E5FA243D1B2431D03A55ED42516F8AF3, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE_RuntimeMethod_var);
		V_0 = L_0;
		Type_t* L_1;
		L_1 = il2cpp_codegen_get_type(_stringLiteralC39D82415A21DB974A9227D1080814A472716CD9, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE_RuntimeMethod_var);
		V_1 = L_1;
		Type_t* L_2;
		L_2 = il2cpp_codegen_get_type(_stringLiteral95C03133F4713428827F5F53293CEB9A34BD8AFE, (bool)1, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, BinderWrapper_CreateMemberCalls_m5A482D8DC1CCCB5148588FF16C581019BF51F9AE_RuntimeMethod_var);
		V_2 = L_2;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var) };
		Type_t* L_4;
		L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = L_5;
		Type_t* L_7 = V_0;
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_7);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_7);
		NullCheck(L_4);
		Type_t* L_8;
		L_8 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_4, L_6);
		V_3 = L_8;
		Type_t* L_9 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)4);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10;
		Type_t* L_12 = V_1;
		NullCheck(L_11);
		ArrayElementTypeCheck (L_11, L_12);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_12);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13 = L_11;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.string_class->byval_arg) };
		Type_t* L_15;
		L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
		NullCheck(L_13);
		ArrayElementTypeCheck (L_13, L_15);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_15);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = L_13;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.systemtype_class->byval_arg) };
		Type_t* L_18;
		L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
		NullCheck(L_16);
		ArrayElementTypeCheck (L_16, L_18);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t*)L_18);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = L_16;
		Type_t* L_20 = V_3;
		NullCheck(L_19);
		ArrayElementTypeCheck (L_19, L_20);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t*)L_20);
		NullCheck(L_9);
		MethodInfo_t* L_21;
		L_21 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_9, _stringLiteralF0E616973F967C7FC677A64CF4080530C0989A71, L_19, NULL);
		V_4 = L_21;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_22;
		L_22 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_23 = V_4;
		NullCheck(L_22);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_24;
		L_24 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_22, L_23);
		((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getMemberCall = L_24;
		Il2CppCodeGenWriteBarrier((void**)(&((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getMemberCall), (void*)L_24);
		Type_t* L_25 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_26 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)4);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = L_26;
		Type_t* L_28 = V_1;
		NullCheck(L_27);
		ArrayElementTypeCheck (L_27, L_28);
		(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_28);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = L_27;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.string_class->byval_arg) };
		Type_t* L_31;
		L_31 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_30, NULL);
		NullCheck(L_29);
		ArrayElementTypeCheck (L_29, L_31);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_31);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_32 = L_29;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.systemtype_class->byval_arg) };
		Type_t* L_34;
		L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL);
		NullCheck(L_32);
		ArrayElementTypeCheck (L_32, L_34);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t*)L_34);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_35 = L_32;
		Type_t* L_36 = V_3;
		NullCheck(L_35);
		ArrayElementTypeCheck (L_35, L_36);
		(L_35)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t*)L_36);
		NullCheck(L_25);
		MethodInfo_t* L_37;
		L_37 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_25, _stringLiteral148D879740EE71DEE70EA413F9D574F5B36E9578, L_35, NULL);
		V_5 = L_37;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_38;
		L_38 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_39 = V_5;
		NullCheck(L_38);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_40;
		L_40 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_38, L_39);
		((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setMemberCall = L_40;
		Il2CppCodeGenWriteBarrier((void**)(&((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setMemberCall), (void*)L_40);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* BinderWrapper_GetMember_m6695339ADBEAF6E793D039CE74947190137FC4F4 (String_t* ___0_name, Type_t* ___1_context, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5(NULL);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getMemberCall;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1;
		int32_t L_3 = 0;
		RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_4);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_2;
		String_t* L_6 = ___0_name;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
		Type_t* L_8 = ___1_context;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_8);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_7;
		RuntimeObject* L_10 = ((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____getCSharpArgumentInfoArray;
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_10);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_10);
		NullCheck(L_0);
		RuntimeObject* L_11;
		L_11 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, NULL, L_9, NULL);
		return ((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F*)CastclassClass((RuntimeObject*)L_11, CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F* BinderWrapper_SetMember_m9E34A417AE86A6A7E4781802CA41630AC82E5768 (String_t* ___0_name, Type_t* ___1_context, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		BinderWrapper_Init_mCE4B5AD1E83DDF2ACE46D55B76FA64BD319B6EF5(NULL);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setMemberCall;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1;
		int32_t L_3 = 0;
		RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_4);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_2;
		String_t* L_6 = ___0_name;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
		Type_t* L_8 = ___1_context;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_8);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_7;
		RuntimeObject* L_10 = ((BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_StaticFields*)il2cpp_codegen_static_fields_for(BinderWrapper_tB510C00F4C72B15BF27DD61B3E21CCA2DAFD0261_il2cpp_TypeInfo_var))->____setCSharpArgumentInfoArray;
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_10);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_10);
		NullCheck(L_0);
		RuntimeObject* L_11;
		L_11 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, NULL, L_9, NULL);
		return ((CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F*)CastclassClass((RuntimeObject*)L_11, CallSiteBinder_tAFC922BA1DD2D1AEF6BC2742E0E375F936D5059F_il2cpp_TypeInfo_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 NoThrowGetBinderMember__ctor_m4B7A265E422C43D477097714EA9398C64AC7E30C (NoThrowGetBinderMember_t9AB4335A1986006E9CE9EA2F76B26037E412E90D* __this, GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* ___0_innerBinder, const RuntimeMethod* method) 
{
	{
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_0 = ___0_innerBinder;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = GetMemberBinder_get_Name_mCE0671772897ED1E0575E3BE2C06CAB8D52019C4_inline(L_0, NULL);
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_2 = ___0_innerBinder;
		NullCheck(L_2);
		bool L_3;
		L_3 = GetMemberBinder_get_IgnoreCase_mB2924A5209BB108C50B5DDB5C8B2C781F34631CD_inline(L_2, NULL);
		GetMemberBinder__ctor_m3CB795552FE62FB770DE0F3926E152CB4BFAC298(__this, L_1, L_3, NULL);
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_4 = ___0_innerBinder;
		__this->____innerBinder = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____innerBinder), (void*)L_4);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* NoThrowGetBinderMember_FallbackGetMember_mB3F4B90AD1E6DB35BD0743518F078E5AFEAE3CCB (NoThrowGetBinderMember_t9AB4335A1986006E9CE9EA2F76B26037E412E90D* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_errorSuggestion, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_ArrayEmpty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m793DC143AE55A58535BA6603B70007270AD05EAD_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* V_0 = NULL;
	{
		GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* L_0 = __this->____innerBinder;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_1 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2;
		L_2 = CollectionUtils_ArrayEmpty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m793DC143AE55A58535BA6603B70007270AD05EAD_inline(CollectionUtils_ArrayEmpty_TisDynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_m793DC143AE55A58535BA6603B70007270AD05EAD_RuntimeMethod_var);
		NullCheck(L_0);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_3;
		L_3 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* >::Invoke(7, L_0, L_1, L_2);
		V_0 = L_3;
		NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A* L_4 = (NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A*)il2cpp_codegen_object_new(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		NoThrowExpressionVisitor__ctor_mE60E1F560B471945B1BC836FFBFE1CF736BF7A2C(L_4, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_5 = V_0;
		NullCheck(L_5);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
		L_6 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_5, NULL);
		NullCheck(L_4);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
		L_7 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, L_4, L_6);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_8 = V_0;
		NullCheck(L_8);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_9;
		L_9 = DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68_inline(L_8, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_10 = (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)il2cpp_codegen_object_new(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A(L_10, L_7, L_9, NULL);
		return L_10;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoThrowSetBinderMember__ctor_mD686C0B64F49A2B5022D7FCFFC835699F887617B (NoThrowSetBinderMember_t2A08A7A6DC7581F640C7AECC9A15D4AC8F9197E2* __this, SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* ___0_innerBinder, const RuntimeMethod* method) 
{
	{
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_0 = ___0_innerBinder;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = SetMemberBinder_get_Name_mE683668DE73BFB110F155E377E26B506960A7B42_inline(L_0, NULL);
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_2 = ___0_innerBinder;
		NullCheck(L_2);
		bool L_3;
		L_3 = SetMemberBinder_get_IgnoreCase_m41897B494A2B432A9D7C437C9C54AC51853E33AB_inline(L_2, NULL);
		SetMemberBinder__ctor_m57A59B263345A045AC30EECAE7D683B535FDCF56(__this, L_1, L_3, NULL);
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_4 = ___0_innerBinder;
		__this->____innerBinder = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____innerBinder), (void*)L_4);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* NoThrowSetBinderMember_FallbackSetMember_m3DFDD024EE34B2375B221B7F546148110A5E9B70 (NoThrowSetBinderMember_t2A08A7A6DC7581F640C7AECC9A15D4AC8F9197E2* __this, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___0_target, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___1_value, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* ___2_errorSuggestion, 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*)&NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* V_0 = NULL;
	{
		SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* L_0 = __this->____innerBinder;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_1 = ___0_target;
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_2 = (DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*)(DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50*)SZArrayNew(DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50_il2cpp_TypeInfo_var, (uint32_t)1);
		DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* L_3 = L_2;
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_4 = ___1_value;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)L_4);
		NullCheck(L_0);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_5;
		L_5 = VirtualFuncInvoker2< DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*, DynamicMetaObjectU5BU5D_t3DD53865D0D7B6997BD3523C5F828FA40C419E50* >::Invoke(7, L_0, L_1, L_3);
		V_0 = L_5;
		NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A* L_6 = (NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A*)il2cpp_codegen_object_new(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		NoThrowExpressionVisitor__ctor_mE60E1F560B471945B1BC836FFBFE1CF736BF7A2C(L_6, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_7 = V_0;
		NullCheck(L_7);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
		L_8 = DynamicMetaObject_get_Expression_mC74F5FF9AC58E0F938C2C15CA0B32CE999EEA7F4_inline(L_7, NULL);
		NullCheck(L_6);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
		L_9 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, L_6, L_8);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_10 = V_0;
		NullCheck(L_10);
		BindingRestrictions_t82F6450C15BA76194E37B20305C3C2932527C424* L_11;
		L_11 = DynamicMetaObject_get_Restrictions_mC56A7B16011CB2E190394A71B37293BDAC8CBF68_inline(L_10, NULL);
		DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825* L_12 = (DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825*)il2cpp_codegen_object_new(DynamicMetaObject_tD1405F56818181F9ED29E520D40F2837B73EF825_il2cpp_TypeInfo_var);
		DynamicMetaObject__ctor_m3A410E35A61623019D223D58673E0A38550EF12A(L_12, L_9, 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 Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* NoThrowExpressionVisitor_VisitConditional_mA5F064153C66B27CC01C7ED41F355C2677C71DC6 (NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A* __this, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* ___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*)&NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_0 = ___0_node;
		NullCheck(L_0);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1;
		L_1 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_0, NULL);
		NullCheck(L_1);
		int32_t L_2;
		L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_1);
		if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)60)))))
		{
			goto IL_002b;
		}
	}
	{
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_3 = ___0_node;
		NullCheck(L_3);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4;
		L_4 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_3, NULL);
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_5 = ___0_node;
		NullCheck(L_5);
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
		L_6 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_5, NULL);
		il2cpp_codegen_runtime_class_init_inline(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		RuntimeObject* L_7 = ((NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_StaticFields*)il2cpp_codegen_static_fields_for(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var))->___ErrorResult;
		il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
		ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_8;
		L_8 = Expression_Constant_mF3E703732161EF83B1848E433F7DD1FB166BFE44(L_7, NULL);
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_9;
		L_9 = Expression_Condition_m9365861D30BD7EB7F0AB862FCE588CCC919DCC7D(L_4, L_6, L_8, NULL);
		return L_9;
	}

IL_002b:
	{
		ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_10 = ___0_node;
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
		L_11 = ExpressionVisitor_VisitConditional_m2BB93A86981B731959195912EB5891D7BD1BD0DA(__this, L_10, NULL);
		return L_11;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoThrowExpressionVisitor__ctor_mE60E1F560B471945B1BC836FFBFE1CF736BF7A2C (NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A* __this, const RuntimeMethod* method) 
{
	{
		ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoThrowExpressionVisitor__cctor_m8D1A0ACBD1649DB37551113731EBAD16709619D7 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
		((NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_StaticFields*)il2cpp_codegen_static_fields_for(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var))->___ErrorResult = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_StaticFields*)il2cpp_codegen_static_fields_for(NoThrowExpressionVisitor_t5A6F7708B58559D52455733FF483488A0B43356A_il2cpp_TypeInfo_var))->___ErrorResult), (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 EnumInfo__ctor_m81F36D62F4703ECB5C7DDD56A03097764285078A (EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* __this, bool ___0_isFlags, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_values, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_names, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_resolvedNames, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		bool L_0 = ___0_isFlags;
		__this->___IsFlags = L_0;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_1 = ___1_values;
		__this->___Values = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Values), (void*)L_1);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___2_names;
		__this->___Names = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___Names), (void*)L_2);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___3_resolvedNames;
		__this->___ResolvedNames = L_3;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___ResolvedNames), (void*)L_3);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* EnumUtils_InitializeValuesAndNames_m13423944634BFA224CAF46E6CD898E1E66A319F0 (StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D ___0_key, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_m36A80615E8974C412EAF8F947B8583C435D0F69B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_m738126B43BFC4A469539CD807C4F2E7E5C3893E6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_TisString_t_mC4C3CE4E0D40292DBA38F800CD80A9F828258871_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisString_t_mD7E5C33BAF334E08CD697D3FF0967CD9803418D3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitializeValuesAndNamesU3Eb__3_0_m094403C76746F0AD39E77D84EAC601B7373FCEF4_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
	UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* V_3 = NULL;
	bool V_4 = false;
	int32_t V_5 = 0;
	String_t* V_6 = NULL;
	FieldInfo_t* V_7 = NULL;
	String_t* V_8 = NULL;
	Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* G_B3_0 = NULL;
	RuntimeObject* G_B3_1 = NULL;
	Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* G_B2_0 = NULL;
	RuntimeObject* G_B2_1 = NULL;
	String_t* G_B5_0 = NULL;
	String_t* G_B4_0 = NULL;
	int32_t G_B9_0 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B9_1 = NULL;
	int32_t G_B8_0 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B8_1 = NULL;
	String_t* G_B10_0 = NULL;
	int32_t G_B10_1 = 0;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B10_2 = NULL;
	{
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_0 = ___0_key;
		Type_t* L_1 = L_0.___Value1;
		V_0 = L_1;
		Type_t* L_2 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
		L_3 = Enum_GetNames_m382A68AE28D7B6035331EC0685315144F15957C3(L_2, NULL);
		V_1 = L_3;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_1;
		NullCheck(L_4);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)));
		V_2 = L_5;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_1;
		NullCheck(L_6);
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_7 = (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299*)SZArrayNew(UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)));
		V_3 = L_7;
		V_5 = 0;
		goto IL_00e9;
	}

IL_0028:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_1;
		int32_t L_9 = V_5;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		String_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		V_6 = L_11;
		Type_t* L_12 = V_0;
		String_t* L_13 = V_6;
		NullCheck(L_12);
		FieldInfo_t* L_14;
		L_14 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(87, L_12, L_13, ((int32_t)56));
		V_7 = L_14;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_15 = V_3;
		int32_t L_16 = V_5;
		FieldInfo_t* L_17 = V_7;
		NullCheck(L_17);
		RuntimeObject* L_18;
		L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(26, L_17, NULL);
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		uint64_t L_19;
		L_19 = EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6(L_18, NULL);
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (uint64_t)L_19);
		FieldInfo_t* L_20 = V_7;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_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);
		NullCheck(L_20);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23;
		L_23 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_20, L_22, (bool)1);
		RuntimeObject* L_24;
		L_24 = Enumerable_Cast_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_m738126B43BFC4A469539CD807C4F2E7E5C3893E6((RuntimeObject*)L_23, Enumerable_Cast_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_m738126B43BFC4A469539CD807C4F2E7E5C3893E6_RuntimeMethod_var);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var);
		Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* L_25 = ((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9__3_0;
		Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* L_26 = L_25;
		if (L_26)
		{
			G_B3_0 = L_26;
			G_B3_1 = L_24;
			goto IL_0081;
		}
		G_B2_0 = L_26;
		G_B2_1 = L_24;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var);
		U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* L_27 = ((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* L_28 = (Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08*)il2cpp_codegen_object_new(Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08_il2cpp_TypeInfo_var);
		Func_2__ctor_m25D7CCCB2BC4A2036F633BA4E85C313162806D89(L_28, L_27, (intptr_t)((void*)U3CU3Ec_U3CInitializeValuesAndNamesU3Eb__3_0_m094403C76746F0AD39E77D84EAC601B7373FCEF4_RuntimeMethod_var), NULL);
		Func_2_t04296EDDD4FC93CC773D1DA8D05ADAE3084C2C08* L_29 = L_28;
		((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9__3_0 = L_29;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9__3_0), (void*)L_29);
		G_B3_0 = L_29;
		G_B3_1 = G_B2_1;
	}

IL_0081:
	{
		RuntimeObject* L_30;
		L_30 = Enumerable_Select_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_TisString_t_mC4C3CE4E0D40292DBA38F800CD80A9F828258871(G_B3_1, G_B3_0, Enumerable_Select_TisEnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F_TisString_t_mC4C3CE4E0D40292DBA38F800CD80A9F828258871_RuntimeMethod_var);
		String_t* L_31;
		L_31 = Enumerable_SingleOrDefault_TisString_t_mD7E5C33BAF334E08CD697D3FF0967CD9803418D3(L_30, Enumerable_SingleOrDefault_TisString_t_mD7E5C33BAF334E08CD697D3FF0967CD9803418D3_RuntimeMethod_var);
		String_t* L_32 = L_31;
		V_4 = (bool)((!(((RuntimeObject*)(String_t*)L_32) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
		String_t* L_33 = L_32;
		if (L_33)
		{
			G_B5_0 = L_33;
			goto IL_0097;
		}
		G_B4_0 = L_33;
	}
	{
		String_t* L_34 = V_6;
		G_B5_0 = L_34;
	}

IL_0097:
	{
		V_8 = G_B5_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = V_2;
		String_t* L_36 = V_8;
		int32_t L_37 = V_5;
		int32_t L_38;
		L_38 = Array_IndexOf_TisString_t_m36A80615E8974C412EAF8F947B8583C435D0F69B(L_35, L_36, 0, L_37, Array_IndexOf_TisString_t_m36A80615E8974C412EAF8F947B8583C435D0F69B_RuntimeMethod_var);
		if ((((int32_t)L_38) == ((int32_t)(-1))))
		{
			goto IL_00c4;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_39;
		L_39 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_40 = V_8;
		Type_t* L_41 = V_0;
		NullCheck(L_41);
		String_t* L_42;
		L_42 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_41);
		String_t* L_43;
		L_43 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D1C5935A294D52FBA3188055CCFAB409389F)), L_39, L_40, L_42, NULL);
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_44 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_44, L_43, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_InitializeValuesAndNames_m13423944634BFA224CAF46E6CD898E1E66A319F0_RuntimeMethod_var)));
	}

IL_00c4:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = V_2;
		int32_t L_46 = V_5;
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_47 = ___0_key;
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_48 = L_47.___Value2;
		if (L_48)
		{
			G_B9_0 = L_46;
			G_B9_1 = L_45;
			goto IL_00d3;
		}
		G_B8_0 = L_46;
		G_B8_1 = L_45;
	}
	{
		String_t* L_49 = V_8;
		G_B10_0 = L_49;
		G_B10_1 = G_B8_0;
		G_B10_2 = G_B8_1;
		goto IL_00e2;
	}

IL_00d3:
	{
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_50 = ___0_key;
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_51 = L_50.___Value2;
		String_t* L_52 = V_8;
		bool L_53 = V_4;
		NullCheck(L_51);
		String_t* L_54;
		L_54 = VirtualFuncInvoker2< String_t*, String_t*, bool >::Invoke(4, L_51, L_52, L_53);
		G_B10_0 = L_54;
		G_B10_1 = G_B9_0;
		G_B10_2 = G_B9_1;
	}

IL_00e2:
	{
		NullCheck(G_B10_2);
		(G_B10_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B10_1), (String_t*)G_B10_0);
		int32_t L_55 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add(L_55, 1));
	}

IL_00e9:
	{
		int32_t L_56 = V_5;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57 = V_1;
		NullCheck(L_57);
		if ((((int32_t)L_56) < ((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length)))))
		{
			goto IL_0028;
		}
	}
	{
		Type_t* L_58 = V_0;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_59 = { reinterpret_cast<intptr_t> (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_60;
		L_60 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_59, NULL);
		NullCheck(L_58);
		bool L_61;
		L_61 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_58, L_60, (bool)0);
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_62 = V_3;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_63 = V_1;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_64 = V_2;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_65 = (EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571*)il2cpp_codegen_object_new(EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571_il2cpp_TypeInfo_var);
		EnumInfo__ctor_m81F36D62F4703ECB5C7DDD56A03097764285078A(L_65, L_61, L_62, L_63, L_64, NULL);
		return L_65;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumUtils_TryToString_mA94015606D95A5730B3B22F776F8743FCEFFCBA4 (Type_t* ___0_enumType, RuntimeObject* ___1_value, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___2_namingStrategy, String_t** ___3_name, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* V_0 = NULL;
	uint64_t V_1 = 0;
	int32_t V_2 = 0;
	{
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* L_0 = ((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->___ValuesAndNamesPerEnum;
		Type_t* L_1 = ___0_enumType;
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_2 = ___2_namingStrategy;
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_3;
		memset((&L_3), 0, sizeof(L_3));
		StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2((&L_3), L_1, L_2, StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		NullCheck(L_0);
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_4;
		L_4 = ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33(L_0, L_3, ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		V_0 = L_4;
		RuntimeObject* L_5 = ___1_value;
		uint64_t L_6;
		L_6 = EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6(L_5, NULL);
		V_1 = L_6;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_7 = V_0;
		NullCheck(L_7);
		bool L_8 = L_7->___IsFlags;
		if (L_8)
		{
			goto IL_0043;
		}
	}
	{
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_9 = V_0;
		NullCheck(L_9);
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_10 = L_9->___Values;
		uint64_t L_11 = V_1;
		int32_t L_12;
		L_12 = Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270(L_10, L_11, Array_BinarySearch_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_mCA6AA8E08561CD273B57726185CFB10006073270_RuntimeMethod_var);
		V_2 = L_12;
		int32_t L_13 = V_2;
		if ((((int32_t)L_13) < ((int32_t)0)))
		{
			goto IL_003e;
		}
	}
	{
		String_t** L_14 = ___3_name;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_15 = V_0;
		NullCheck(L_15);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15->___ResolvedNames;
		int32_t L_17 = V_2;
		NullCheck(L_16);
		int32_t L_18 = L_17;
		String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		*((RuntimeObject**)L_14) = (RuntimeObject*)L_19;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_14, (void*)(RuntimeObject*)L_19);
		return (bool)1;
	}

IL_003e:
	{
		String_t** L_20 = ___3_name;
		*((RuntimeObject**)L_20) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}

IL_0043:
	{
		String_t** L_21 = ___3_name;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_22 = V_0;
		uint64_t L_23 = V_1;
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		String_t* L_24;
		L_24 = EnumUtils_InternalFlagsFormat_m9CCE7BE3748728324CFD9A2297C9A3E6C0D072F8(L_22, L_23, NULL);
		*((RuntimeObject**)L_21) = (RuntimeObject*)L_24;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_24);
		String_t** L_25 = ___3_name;
		String_t* L_26 = *((String_t**)L_25);
		return (bool)((!(((RuntimeObject*)(String_t*)L_26) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumUtils_InternalFlagsFormat_m9CCE7BE3748728324CFD9A2297C9A3E6C0D072F8 (EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* ___0_entry, uint64_t ___1_result, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
		s_Il2CppMethodInitialized = true;
	}
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
	UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* V_1 = NULL;
	int32_t V_2 = 0;
	StringBuilder_t* V_3 = NULL;
	bool V_4 = false;
	uint64_t V_5 = 0;
	String_t* V_6 = NULL;
	String_t* V_7 = NULL;
	{
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_0 = ___0_entry;
		NullCheck(L_0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0->___ResolvedNames;
		V_0 = L_1;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_2 = ___0_entry;
		NullCheck(L_2);
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_3 = L_2->___Values;
		V_1 = L_3;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_4 = V_1;
		NullCheck(L_4);
		V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_4)->max_length)), 1));
		StringBuilder_t* L_5 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_5, NULL);
		V_3 = L_5;
		V_4 = (bool)1;
		uint64_t L_6 = ___1_result;
		V_5 = L_6;
		goto IL_0062;
	}

IL_0022:
	{
		int32_t L_7 = V_2;
		if (L_7)
		{
			goto IL_002a;
		}
	}
	{
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_8 = V_1;
		int32_t L_9 = V_2;
		NullCheck(L_8);
		int32_t L_10 = L_9;
		int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		if (!L_11)
		{
			goto IL_0066;
		}
	}

IL_002a:
	{
		uint64_t L_12 = ___1_result;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_13 = V_1;
		int32_t L_14 = V_2;
		NullCheck(L_13);
		int32_t L_15 = L_14;
		int64_t L_16 = (int64_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_17 = V_1;
		int32_t L_18 = V_2;
		NullCheck(L_17);
		int32_t L_19 = L_18;
		int64_t L_20 = (int64_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		if ((!(((uint64_t)((int64_t)((int64_t)L_12&L_16))) == ((uint64_t)L_20))))
		{
			goto IL_005e;
		}
	}
	{
		uint64_t L_21 = ___1_result;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_22 = V_1;
		int32_t L_23 = V_2;
		NullCheck(L_22);
		int32_t L_24 = L_23;
		int64_t L_25 = (int64_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		___1_result = ((int64_t)il2cpp_codegen_subtract((int64_t)L_21, L_25));
		bool L_26 = V_4;
		if (L_26)
		{
			goto IL_004c;
		}
	}
	{
		StringBuilder_t* L_27 = V_3;
		NullCheck(L_27);
		StringBuilder_t* L_28;
		L_28 = StringBuilder_Insert_mEA426100381DD65FB6A891BA28B5F1208BEDDD29(L_27, 0, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
	}

IL_004c:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = V_0;
		int32_t L_30 = V_2;
		NullCheck(L_29);
		int32_t L_31 = L_30;
		String_t* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		V_7 = L_32;
		StringBuilder_t* L_33 = V_3;
		String_t* L_34 = V_7;
		NullCheck(L_33);
		StringBuilder_t* L_35;
		L_35 = StringBuilder_Insert_mEA426100381DD65FB6A891BA28B5F1208BEDDD29(L_33, 0, L_34, NULL);
		V_4 = (bool)0;
	}

IL_005e:
	{
		int32_t L_36 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract(L_36, 1));
	}

IL_0062:
	{
		int32_t L_37 = V_2;
		if ((((int32_t)L_37) >= ((int32_t)0)))
		{
			goto IL_0022;
		}
	}

IL_0066:
	{
		uint64_t L_38 = ___1_result;
		if (!L_38)
		{
			goto IL_006e;
		}
	}
	{
		V_6 = (String_t*)NULL;
		goto IL_008f;
	}

IL_006e:
	{
		uint64_t L_39 = V_5;
		if (L_39)
		{
			goto IL_0087;
		}
	}
	{
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_40 = V_1;
		NullCheck(L_40);
		if (!(((RuntimeArray*)L_40)->max_length))
		{
			goto IL_0082;
		}
	}
	{
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_41 = V_1;
		NullCheck(L_41);
		int32_t L_42 = 0;
		int64_t L_43 = (int64_t)(L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
		if (L_43)
		{
			goto IL_0082;
		}
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = V_0;
		NullCheck(L_44);
		int32_t L_45 = 0;
		String_t* L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		V_6 = L_46;
		goto IL_008f;
	}

IL_0082:
	{
		V_6 = (String_t*)NULL;
		goto IL_008f;
	}

IL_0087:
	{
		StringBuilder_t* L_47 = V_3;
		NullCheck(L_47);
		String_t* L_48;
		L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_47);
		V_6 = L_48;
	}

IL_008f:
	{
		String_t* L_49 = V_6;
		return L_49;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* EnumUtils_GetEnumValuesAndNames_m7E37B58DA330C0DA4A00F67598A877AC7FA128BE (Type_t* ___0_enumType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* L_0 = ((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->___ValuesAndNamesPerEnum;
		Type_t* L_1 = ___0_enumType;
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_2;
		memset((&L_2), 0, sizeof(L_2));
		StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2((&L_2), L_1, (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50*)NULL, StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		NullCheck(L_0);
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_3;
		L_3 = ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33(L_0, L_2, ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6 (RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	bool V_1 = false;
	{
		RuntimeObject* L_0 = ___0_value;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_2;
		L_2 = ConvertUtils_GetTypeCode_m959EFBADBFB4D2ABFDE6DFEA04CEDDB5C4DB9785(L_1, (&V_1), NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 2)))
		{
			case 0:
			{
				goto IL_0091;
			}
			case 1:
			{
				goto IL_00b7;
			}
			case 2:
			{
				goto IL_0074;
			}
			case 3:
			{
				goto IL_00b7;
			}
			case 4:
			{
				goto IL_0064;
			}
			case 5:
			{
				goto IL_00b7;
			}
			case 6:
			{
				goto IL_0081;
			}
			case 7:
			{
				goto IL_00b7;
			}
			case 8:
			{
				goto IL_0089;
			}
			case 9:
			{
				goto IL_00b7;
			}
			case 10:
			{
				goto IL_00a1;
			}
			case 11:
			{
				goto IL_00b7;
			}
			case 12:
			{
				goto IL_006c;
			}
			case 13:
			{
				goto IL_00b7;
			}
			case 14:
			{
				goto IL_0099;
			}
			case 15:
			{
				goto IL_00b7;
			}
			case 16:
			{
				goto IL_00b0;
			}
			case 17:
			{
				goto IL_00b7;
			}
			case 18:
			{
				goto IL_00a9;
			}
		}
	}
	{
		goto IL_00b7;
	}

IL_0064:
	{
		RuntimeObject* L_4 = ___0_value;
		return ((int64_t)((*(int8_t*)UnBox(L_4, il2cpp_defaults.sbyte_class))));
	}

IL_006c:
	{
		RuntimeObject* L_5 = ___0_value;
		return ((int64_t)(uint64_t)((*(uint8_t*)UnBox(L_5, il2cpp_defaults.byte_class))));
	}

IL_0074:
	{
		RuntimeObject* L_6 = ___0_value;
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		uint8_t L_7;
		L_7 = Convert_ToByte_mC22A7EFFB28AA32D8F797E456E92BA88DBA19A08(((*(bool*)UnBox(L_6, il2cpp_defaults.boolean_class))), NULL);
		return ((int64_t)(uint64_t)L_7);
	}

IL_0081:
	{
		RuntimeObject* L_8 = ___0_value;
		return ((int64_t)((*(int16_t*)UnBox(L_8, il2cpp_defaults.int16_class))));
	}

IL_0089:
	{
		RuntimeObject* L_9 = ___0_value;
		return ((int64_t)(uint64_t)((*(uint16_t*)UnBox(L_9, il2cpp_defaults.uint16_class))));
	}

IL_0091:
	{
		RuntimeObject* L_10 = ___0_value;
		return ((int64_t)(uint64_t)((*(Il2CppChar*)UnBox(L_10, il2cpp_defaults.char_class))));
	}

IL_0099:
	{
		RuntimeObject* L_11 = ___0_value;
		return ((int64_t)(uint64_t)((*(uint32_t*)UnBox(L_11, il2cpp_defaults.uint32_class))));
	}

IL_00a1:
	{
		RuntimeObject* L_12 = ___0_value;
		return ((int64_t)((*(int32_t*)UnBox(L_12, il2cpp_defaults.int32_class))));
	}

IL_00a9:
	{
		RuntimeObject* L_13 = ___0_value;
		return ((*(uint64_t*)UnBox(L_13, il2cpp_defaults.uint64_class)));
	}

IL_00b0:
	{
		RuntimeObject* L_14 = ___0_value;
		return ((*(int64_t*)UnBox(L_14, il2cpp_defaults.int64_class)));
	}

IL_00b7:
	{
		InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
		InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE086D2006B6AA983B2956137EB1F59EE455C2B86)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_ToUInt64_m6149E345815AC73DC5B92518325034B3787AE4C6_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3 (Type_t* ___0_enumType, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___1_namingStrategy, String_t* ___2_value, bool ___3_disallowNumber, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8);
		s_Il2CppMethodInitialized = true;
	}
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
	UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* V_2 = NULL;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_3;
	memset((&V_3), 0, sizeof(V_3));
	int32_t V_4 = 0;
	Il2CppChar V_5 = 0x0;
	uint64_t V_6 = 0;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	Type_t* V_9 = NULL;
	RuntimeObject* V_10 = NULL;
	int32_t V_11 = 0;
	int32_t V_12 = 0;
	int32_t V_13 = 0;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	{
		Type_t* L_0 = ___0_enumType;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8, NULL);
		String_t* L_1 = ___2_value;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
		Type_t* L_2 = ___0_enumType;
		bool L_3;
		L_3 = TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645(L_2, NULL);
		if (L_3)
		{
			goto IL_002e;
		}
	}
	{
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EB1862B8007FB96FDB5E7E0F2669BF5F89537DC)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD0928C03BDC2C023E2CF3BC347393F87144F9F8)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3_RuntimeMethod_var)));
	}

IL_002e:
	{
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* L_5 = ((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->___ValuesAndNamesPerEnum;
		Type_t* L_6 = ___0_enumType;
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_7 = ___1_namingStrategy;
		StructMultiKey_2_t9FB148F2A8EBC3FFB18FB69FDB4EBB5E77237C2D L_8;
		memset((&L_8), 0, sizeof(L_8));
		StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2((&L_8), L_6, L_7, StructMultiKey_2__ctor_mDC81C173F7165BA01ACD177AD27AF97350A390B2_RuntimeMethod_var);
		NullCheck(L_5);
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_9;
		L_9 = ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33(L_5, L_8, ThreadSafeStore_2_Get_m02A8F1F28D12DCAB5369B500A598B82F3007CC33_RuntimeMethod_var);
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_10 = L_9;
		NullCheck(L_10);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10->___Names;
		V_0 = L_11;
		EnumInfo_t786CA2C24EE84B1EC2F48E8448A3A0AC6F842571* L_12 = L_10;
		NullCheck(L_12);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12->___ResolvedNames;
		V_1 = L_13;
		NullCheck(L_12);
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_14 = L_12->___Values;
		V_2 = L_14;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = V_1;
		String_t* L_16 = ___2_value;
		String_t* L_17 = ___2_value;
		NullCheck(L_17);
		int32_t L_18;
		L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_19;
		L_19 = EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E(L_15, L_16, 0, L_18, 4, NULL);
		V_3 = L_19;
		bool L_20;
		L_20 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_3), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (!L_20)
		{
			goto IL_007c;
		}
	}
	{
		Type_t* L_21 = ___0_enumType;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_22 = V_2;
		int32_t L_23;
		L_23 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_3), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		NullCheck(L_22);
		int32_t L_24 = L_23;
		int64_t L_25 = (int64_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_26;
		L_26 = Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1(L_21, L_25, NULL);
		return L_26;
	}

IL_007c:
	{
		V_4 = (-1);
		V_8 = 0;
		goto IL_009f;
	}

IL_0084:
	{
		String_t* L_27 = ___2_value;
		int32_t L_28 = V_8;
		NullCheck(L_27);
		Il2CppChar L_29;
		L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, L_28, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_30;
		L_30 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_29, NULL);
		if (L_30)
		{
			goto IL_0099;
		}
	}
	{
		int32_t L_31 = V_8;
		V_4 = L_31;
		goto IL_00a9;
	}

IL_0099:
	{
		int32_t L_32 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add(L_32, 1));
	}

IL_009f:
	{
		int32_t L_33 = V_8;
		String_t* L_34 = ___2_value;
		NullCheck(L_34);
		int32_t L_35;
		L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
		if ((((int32_t)L_33) < ((int32_t)L_35)))
		{
			goto IL_0084;
		}
	}

IL_00a9:
	{
		int32_t L_36 = V_4;
		if ((!(((uint32_t)L_36) == ((uint32_t)(-1)))))
		{
			goto IL_00b9;
		}
	}
	{
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_37 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C7B0A231B92371DBD368FFCAD12A986962E0D02)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3_RuntimeMethod_var)));
	}

IL_00b9:
	{
		String_t* L_38 = ___2_value;
		int32_t L_39 = V_4;
		NullCheck(L_38);
		Il2CppChar L_40;
		L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_38, L_39, NULL);
		V_5 = L_40;
		Il2CppChar L_41 = V_5;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_42;
		L_42 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_41, NULL);
		if (L_42)
		{
			goto IL_00d8;
		}
	}
	{
		Il2CppChar L_43 = V_5;
		if ((((int32_t)L_43) == ((int32_t)((int32_t)45))))
		{
			goto IL_00d8;
		}
	}
	{
		Il2CppChar L_44 = V_5;
		if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)43)))))
		{
			goto IL_0125;
		}
	}

IL_00d8:
	{
		Type_t* L_45 = ___0_enumType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		Type_t* L_46;
		L_46 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_45, NULL);
		V_9 = L_46;
		String_t* L_47 = ___2_value;
		NullCheck(L_47);
		String_t* L_48;
		L_48 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_47, NULL);
		___2_value = L_48;
		V_10 = NULL;
	}
	try
	{
		String_t* L_49 = ___2_value;
		Type_t* L_50 = V_9;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_51;
		L_51 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		RuntimeObject* L_52;
		L_52 = Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B(L_49, L_50, L_51, NULL);
		V_10 = L_52;
		goto IL_00ff;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_00fc;
		}
		throw e;
	}

CATCH_00fc:
	{
		FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_53 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*));;
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		goto IL_00ff;
	}

IL_00ff:
	{
		RuntimeObject* L_54 = V_10;
		if (!L_54)
		{
			goto IL_0125;
		}
	}
	{
		bool L_55 = ___3_disallowNumber;
		if (!L_55)
		{
			goto IL_011c;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_56;
		L_56 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_57 = ___2_value;
		String_t* L_58;
		L_58 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3B6BB5E3798289880FD394AEC70B6ABE7FD1033)), L_56, L_57, NULL);
		FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_59 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
		FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_59, L_58, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3_RuntimeMethod_var)));
	}

IL_011c:
	{
		Type_t* L_60 = ___0_enumType;
		RuntimeObject* L_61 = V_10;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_62;
		L_62 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_60, L_61, NULL);
		return L_62;
	}

IL_0125:
	{
		V_6 = ((int64_t)0);
		int32_t L_63 = V_4;
		V_7 = L_63;
		goto IL_0213;
	}

IL_0132:
	{
		String_t* L_64 = ___2_value;
		int32_t L_65 = V_7;
		NullCheck(L_64);
		int32_t L_66;
		L_66 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_64, ((int32_t)44), L_65, NULL);
		V_11 = L_66;
		int32_t L_67 = V_11;
		if ((!(((uint32_t)L_67) == ((uint32_t)(-1)))))
		{
			goto IL_014b;
		}
	}
	{
		String_t* L_68 = ___2_value;
		NullCheck(L_68);
		int32_t L_69;
		L_69 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_68, NULL);
		V_11 = L_69;
	}

IL_014b:
	{
		int32_t L_70 = V_11;
		V_12 = L_70;
		goto IL_0157;
	}

IL_0151:
	{
		int32_t L_71 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add(L_71, 1));
	}

IL_0157:
	{
		int32_t L_72 = V_7;
		int32_t L_73 = V_11;
		if ((((int32_t)L_72) >= ((int32_t)L_73)))
		{
			goto IL_0174;
		}
	}
	{
		String_t* L_74 = ___2_value;
		int32_t L_75 = V_7;
		NullCheck(L_74);
		Il2CppChar L_76;
		L_76 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_74, L_75, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_77;
		L_77 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_76, NULL);
		if (L_77)
		{
			goto IL_0151;
		}
	}
	{
		goto IL_0174;
	}

IL_016e:
	{
		int32_t L_78 = V_12;
		V_12 = ((int32_t)il2cpp_codegen_subtract(L_78, 1));
	}

IL_0174:
	{
		int32_t L_79 = V_12;
		int32_t L_80 = V_7;
		if ((((int32_t)L_79) <= ((int32_t)L_80)))
		{
			goto IL_018b;
		}
	}
	{
		String_t* L_81 = ___2_value;
		int32_t L_82 = V_12;
		NullCheck(L_81);
		Il2CppChar L_83;
		L_83 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_81, ((int32_t)il2cpp_codegen_subtract(L_82, 1)), NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_84;
		L_84 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_83, NULL);
		if (L_84)
		{
			goto IL_016e;
		}
	}

IL_018b:
	{
		int32_t L_85 = V_12;
		int32_t L_86 = V_7;
		V_13 = ((int32_t)il2cpp_codegen_subtract(L_85, L_86));
		String_t* L_87 = ___2_value;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_88 = V_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_89 = V_1;
		int32_t L_90 = V_7;
		int32_t L_91 = V_13;
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_92;
		L_92 = EnumUtils_MatchName_m5243120EE7AEDF0D2EE334F3FB235AE593CC9A54(L_87, L_88, L_89, L_90, L_91, 4, NULL);
		V_3 = L_92;
		bool L_93;
		L_93 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_3), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (L_93)
		{
			goto IL_01b7;
		}
	}
	{
		String_t* L_94 = ___2_value;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_95 = V_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_96 = V_1;
		int32_t L_97 = V_7;
		int32_t L_98 = V_13;
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_99;
		L_99 = EnumUtils_MatchName_m5243120EE7AEDF0D2EE334F3FB235AE593CC9A54(L_94, L_95, L_96, L_97, L_98, 5, NULL);
		V_3 = L_99;
	}

IL_01b7:
	{
		bool L_100;
		L_100 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_3), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (L_100)
		{
			goto IL_01ff;
		}
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_101 = V_1;
		String_t* L_102 = ___2_value;
		String_t* L_103 = ___2_value;
		NullCheck(L_103);
		int32_t L_104;
		L_104 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_103, NULL);
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_105;
		L_105 = EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E(L_101, L_102, 0, L_104, 5, NULL);
		V_3 = L_105;
		bool L_106;
		L_106 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_3), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (!L_106)
		{
			goto IL_01e9;
		}
	}
	{
		Type_t* L_107 = ___0_enumType;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_108 = V_2;
		int32_t L_109;
		L_109 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_3), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		NullCheck(L_108);
		int32_t L_110 = L_109;
		int64_t L_111 = (int64_t)(L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_112;
		L_112 = Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1(L_107, L_111, NULL);
		return L_112;
	}

IL_01e9:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_113;
		L_113 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_114 = ___2_value;
		String_t* L_115;
		L_115 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61792A94CAAE6F418C961B460FC78E84493C1A53)), L_113, L_114, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_116 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_116, L_115, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_116, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_ParseEnum_m8D40033F6481EDA9DA4E235A9B75EF63486AD6C3_RuntimeMethod_var)));
	}

IL_01ff:
	{
		uint64_t L_117 = V_6;
		UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_118 = V_2;
		int32_t L_119;
		L_119 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_3), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
		NullCheck(L_118);
		int32_t L_120 = L_119;
		int64_t L_121 = (int64_t)(L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
		V_6 = ((int64_t)((int64_t)L_117|L_121));
		int32_t L_122 = V_11;
		V_7 = ((int32_t)il2cpp_codegen_add(L_122, 1));
	}

IL_0213:
	{
		int32_t L_123 = V_7;
		String_t* L_124 = ___2_value;
		NullCheck(L_124);
		int32_t L_125;
		L_125 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_124, NULL);
		if ((((int32_t)L_123) <= ((int32_t)L_125)))
		{
			goto IL_0132;
		}
	}
	{
		Type_t* L_126 = ___0_enumType;
		uint64_t L_127 = V_6;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
		RuntimeObject* L_128;
		L_128 = Enum_ToObject_mDAAD050E372238C1F1B33496B40C0D0E61263EF1(L_126, L_127, NULL);
		return L_128;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 EnumUtils_MatchName_m5243120EE7AEDF0D2EE334F3FB235AE593CC9A54 (String_t* ___0_value, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_enumNames, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_resolvedNames, int32_t ___3_valueIndex, int32_t ___4_valueSubstringLength, int32_t ___5_comparison, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___2_resolvedNames;
		String_t* L_1 = ___0_value;
		int32_t L_2 = ___3_valueIndex;
		int32_t L_3 = ___4_valueSubstringLength;
		int32_t L_4 = ___5_comparison;
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5;
		L_5 = EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E(L_0, L_1, L_2, L_3, L_4, NULL);
		V_0 = L_5;
		bool L_6;
		L_6 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (L_6)
		{
			goto IL_0023;
		}
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ___1_enumNames;
		String_t* L_8 = ___0_value;
		int32_t L_9 = ___3_valueIndex;
		int32_t L_10 = ___4_valueSubstringLength;
		int32_t L_11 = ___5_comparison;
		il2cpp_codegen_runtime_class_init_inline(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_12;
		L_12 = EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E(L_7, L_8, L_9, L_10, L_11, NULL);
		V_0 = L_12;
	}

IL_0023:
	{
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_13 = V_0;
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 EnumUtils_FindIndexByName_mCEF793F7E04572C5117C187CC372BC915CBD506E (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_enumNames, String_t* ___1_value, int32_t ___2_valueIndex, int32_t ___3_valueSubstringLength, int32_t ___4_comparison, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1;
	memset((&V_1), 0, sizeof(V_1));
	{
		V_0 = 0;
		goto IL_002a;
	}

IL_0004:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_enumNames;
		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));
		NullCheck(L_3);
		int32_t L_4;
		L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
		int32_t L_5 = ___3_valueSubstringLength;
		if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
		{
			goto IL_0026;
		}
	}
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = ___0_enumNames;
		int32_t L_7 = V_0;
		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 = ___1_value;
		int32_t L_11 = ___2_valueIndex;
		int32_t L_12 = ___3_valueSubstringLength;
		int32_t L_13 = ___4_comparison;
		int32_t L_14;
		L_14 = String_Compare_m68FBA6075A0142439B0249D884863356D99090CF(L_9, 0, L_10, L_11, L_12, L_13, NULL);
		if (L_14)
		{
			goto IL_0026;
		}
	}
	{
		int32_t L_15 = V_0;
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_16;
		memset((&L_16), 0, sizeof(L_16));
		Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_16), L_15, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		return L_16;
	}

IL_0026:
	{
		int32_t L_17 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
	}

IL_002a:
	{
		int32_t L_18 = V_0;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = ___0_enumNames;
		NullCheck(L_19);
		if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
		{
			goto IL_0004;
		}
	}
	{
		il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_20 = V_1;
		return L_20;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUtils__cctor_mA049DE3D88785736AD69EC4E30909180FF3AC6CE (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_InitializeValuesAndNames_m13423944634BFA224CAF46E6CD898E1E66A319F0_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_m268D655240D6A1AA432C1156AC2C3927E86DD8B8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C* L_0 = (Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C*)il2cpp_codegen_object_new(Func_2_t8982CCE09BBD586D213A8A6F9271A9C8B6F66F7C_il2cpp_TypeInfo_var);
		Func_2__ctor_mBF572B6F62CA735C7C45DEDFC75F0839A6247612(L_0, NULL, (intptr_t)((void*)EnumUtils_InitializeValuesAndNames_m13423944634BFA224CAF46E6CD898E1E66A319F0_RuntimeMethod_var), NULL);
		ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2* L_1 = (ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2*)il2cpp_codegen_object_new(ThreadSafeStore_2_tBEB18D194F1BD52F8291850269F8611CAD6087F2_il2cpp_TypeInfo_var);
		ThreadSafeStore_2__ctor_m268D655240D6A1AA432C1156AC2C3927E86DD8B8(L_1, L_0, ThreadSafeStore_2__ctor_m268D655240D6A1AA432C1156AC2C3927E86DD8B8_RuntimeMethod_var);
		((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->___ValuesAndNamesPerEnum = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->___ValuesAndNamesPerEnum), (void*)L_1);
		CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* L_2 = (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8*)il2cpp_codegen_object_new(CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8_il2cpp_TypeInfo_var);
		CamelCaseNamingStrategy__ctor_mF8654DDF11007C1CA79C1152B59BD07B3EF088E1(L_2, NULL);
		((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->____camelCaseNamingStrategy = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&((EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_t82B7A52C1A6C3C71912D9194157A653B9E227BE2_il2cpp_TypeInfo_var))->____camelCaseNamingStrategy), (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 void U3CU3Ec__cctor_m242F2EC68584B153778198BB9D4F507A98798704 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* L_0 = (U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A*)il2cpp_codegen_object_new(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var);
		U3CU3Ec__ctor_mB8204CC34DACDED611AAD8DB38DBFE4D17601831(L_0, NULL);
		((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB8204CC34DACDED611AAD8DB38DBFE4D17601831 (U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CInitializeValuesAndNamesU3Eb__3_0_m094403C76746F0AD39E77D84EAC601B7373FCEF4 (U3CU3Ec_tD681B370A69AEC21C13653948AA94CAEAB5BFF9A* __this, EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F* ___0_a, const RuntimeMethod* method) 
{
	{
		EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F* L_0 = ___0_a;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9_inline(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 FSharpFunction__ctor_m3F5A2832EC500F2DD4CD1B50F05BCCFE9DFB3AC0 (FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF* __this, RuntimeObject* ___0_instance, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___1_invoker, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		RuntimeObject* L_0 = ___0_instance;
		__this->____instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____instance), (void*)L_0);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_1 = ___1_invoker;
		__this->____invoker = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____invoker), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FSharpFunction_Invoke_mBBC941CEBBA5D16985370F95BC36079E32C09111 (FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->____invoker;
		RuntimeObject* L_1 = __this->____instance;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___0_args;
		NullCheck(L_0);
		RuntimeObject* L_3;
		L_3 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, L_1, 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 FSharpUtils__ctor_m9824778422EAFFB89C8FC8176D0EF2A0A68A7047 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Assembly_t* ___0_fsharpCoreAssembly, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m32BD6DDB95C1A7C8375054C51A260ACACF14F021_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01385C410406BC5C6E613A5C7CEFFAADC5A9E11D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03240CCFCA588F834F0D4346FC80A8CB5E79695D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1706A972A45E7E0E7BC14717526F35BAE9546192);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral191622F509097F2FCB595D5FC78BA99C9F397DDE);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31782CD9A6A47475536890B41BD5A172BFBA9D7C);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38D3180E9C0FF991B68A4FB4936D05239A551CBD);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral620393CAA7436A70D33A45431FDCF0685865506A);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64CC8687188AD60D21B4B3FCE3779CED9FA4BCF9);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B678D52DFE1E770472694B755712C0213F5B1E1);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70A44463260654A02F64C384069FD48D9C0271C4);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F8D72E59DAFDA9FEDE3FA132F4A524660A67F46);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37E350E730B9C7E6ACED476C06361A729F5D9F2);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1BADF651F72DA9740CFF018B33A84A8FE0940FC);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9FEEC3BAA682D77E77837073F55B25B8BC10BA4);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	MethodInfo_t* V_1 = NULL;
	Type_t* V_2 = NULL;
	Type_t* V_3 = NULL;
	Type_t* V_4 = NULL;
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Assembly_t* L_0 = ___0_fsharpCoreAssembly;
		FSharpUtils_set_FSharpCoreAssembly_m32C9B6A87994E00C34378B4B7C39B2E26C0C6506_inline(__this, L_0, NULL);
		Assembly_t* L_1 = ___0_fsharpCoreAssembly;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_1, _stringLiteral191622F509097F2FCB595D5FC78BA99C9F397DDE);
		Type_t* L_3 = L_2;
		il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		MethodInfo_t* L_4;
		L_4 = FSharpUtils_GetMethodWithNonPublicFallback_m2B10604787E5031D5763E6D88392F59E8F071DE8(L_3, _stringLiteral31782CD9A6A47475536890B41BD5A172BFBA9D7C, ((int32_t)24), NULL);
		V_0 = L_4;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_5;
		L_5 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_6 = V_0;
		NullCheck(L_5);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_7;
		L_7 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_5, L_6);
		FSharpUtils_set_IsUnion_m8FCC8731B64FE062A4E1D311940B5F5B599A0A3A_inline(__this, L_7, NULL);
		MethodInfo_t* L_8;
		L_8 = FSharpUtils_GetMethodWithNonPublicFallback_m2B10604787E5031D5763E6D88392F59E8F071DE8(L_3, _stringLiteral6B678D52DFE1E770472694B755712C0213F5B1E1, ((int32_t)24), NULL);
		V_1 = L_8;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_9;
		L_9 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_10 = V_1;
		NullCheck(L_9);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_11;
		L_11 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_9, L_10);
		FSharpUtils_set_GetUnionCases_m6149ED7891791ABDC0D92F829F7089FD24BD9700_inline(__this, L_11, NULL);
		Assembly_t* L_12 = ___0_fsharpCoreAssembly;
		NullCheck(L_12);
		Type_t* L_13;
		L_13 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_12, _stringLiteral03240CCFCA588F834F0D4346FC80A8CB5E79695D);
		V_2 = L_13;
		Type_t* L_14 = V_2;
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_15;
		L_15 = FSharpUtils_CreateFSharpFuncCall_mB571124583D9204BB863341F9C3A9E324A9A367D(L_14, _stringLiteral70A44463260654A02F64C384069FD48D9C0271C4, NULL);
		FSharpUtils_set_PreComputeUnionTagReader_m847B8584BDDE2A8A3CF3C3F67E256D86FC3E5EBC_inline(__this, L_15, NULL);
		Type_t* L_16 = V_2;
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_17;
		L_17 = FSharpUtils_CreateFSharpFuncCall_mB571124583D9204BB863341F9C3A9E324A9A367D(L_16, _stringLiteralC9FEEC3BAA682D77E77837073F55B25B8BC10BA4, NULL);
		FSharpUtils_set_PreComputeUnionReader_m9DB56755B6E02862BC06346DE42EFB80F20BE07D_inline(__this, L_17, NULL);
		Type_t* L_18 = V_2;
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_19;
		L_19 = FSharpUtils_CreateFSharpFuncCall_mB571124583D9204BB863341F9C3A9E324A9A367D(L_18, _stringLiteral38D3180E9C0FF991B68A4FB4936D05239A551CBD, NULL);
		FSharpUtils_set_PreComputeUnionConstructor_mA9DBD858EA7027535AA2B08A9BA72A051FBA517D_inline(__this, L_19, NULL);
		Assembly_t* L_20 = ___0_fsharpCoreAssembly;
		NullCheck(L_20);
		Type_t* L_21;
		L_21 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_20, _stringLiteral1706A972A45E7E0E7BC14717526F35BAE9546192);
		V_3 = L_21;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_22;
		L_22 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_23 = V_3;
		NullCheck(L_23);
		PropertyInfo_t* L_24;
		L_24 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_23, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, NULL);
		NullCheck(L_22);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_25;
		L_25 = GenericVirtualFuncInvoker1< Func_2_tACBF5A1656250800CE861707354491F0611F6624*, PropertyInfo_t* >::Invoke(ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m32BD6DDB95C1A7C8375054C51A260ACACF14F021_RuntimeMethod_var, L_22, L_24);
		FSharpUtils_set_GetUnionCaseInfoName_mFA1AF36D4D226B197D5A30F741FA99D340053863_inline(__this, L_25, NULL);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_26;
		L_26 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_27 = V_3;
		NullCheck(L_27);
		PropertyInfo_t* L_28;
		L_28 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_27, _stringLiteral9F8D72E59DAFDA9FEDE3FA132F4A524660A67F46, NULL);
		NullCheck(L_26);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_29;
		L_29 = GenericVirtualFuncInvoker1< Func_2_tACBF5A1656250800CE861707354491F0611F6624*, PropertyInfo_t* >::Invoke(ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m32BD6DDB95C1A7C8375054C51A260ACACF14F021_RuntimeMethod_var, L_26, L_28);
		FSharpUtils_set_GetUnionCaseInfoTag_m03CFCF109DAE145593C6DAAF4E0415C4F12F389B_inline(__this, L_29, NULL);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_30;
		L_30 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_31 = V_3;
		NullCheck(L_31);
		PropertyInfo_t* L_32;
		L_32 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_31, _stringLiteral620393CAA7436A70D33A45431FDCF0685865506A, NULL);
		NullCheck(L_30);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_33;
		L_33 = GenericVirtualFuncInvoker1< Func_2_tACBF5A1656250800CE861707354491F0611F6624*, PropertyInfo_t* >::Invoke(ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m32BD6DDB95C1A7C8375054C51A260ACACF14F021_RuntimeMethod_var, L_30, L_32);
		FSharpUtils_set_GetUnionCaseInfoDeclaringType_mDBBCAAB7E10D51DF946D4D7D6FFF052DC1640AA5_inline(__this, L_33, NULL);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_34;
		L_34 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_35 = V_3;
		NullCheck(L_35);
		MethodInfo_t* L_36;
		L_36 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_35, _stringLiteralA37E350E730B9C7E6ACED476C06361A729F5D9F2, NULL);
		NullCheck(L_34);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_37;
		L_37 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_34, L_36);
		FSharpUtils_set_GetUnionCaseInfoFields_m0A5E55FD9DFC698AD9FF477B2BE107CE0ECF3BDD_inline(__this, L_37, NULL);
		Assembly_t* L_38 = ___0_fsharpCoreAssembly;
		NullCheck(L_38);
		Type_t* L_39;
		L_39 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_38, _stringLiteral01385C410406BC5C6E613A5C7CEFFAADC5A9E11D);
		V_4 = L_39;
		Type_t* L_40 = V_4;
		NullCheck(L_40);
		MethodInfo_t* L_41;
		L_41 = Type_GetMethod_m66AD062187F19497DBCA900823B0C268322DC231(L_40, _stringLiteral64CC8687188AD60D21B4B3FCE3779CED9FA4BCF9, NULL);
		__this->____ofSeq = L_41;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____ofSeq), (void*)L_41);
		Assembly_t* L_42 = ___0_fsharpCoreAssembly;
		NullCheck(L_42);
		Type_t* L_43;
		L_43 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_42, _stringLiteralB1BADF651F72DA9740CFF018B33A84A8FE0940FC);
		__this->____mapType = L_43;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____mapType), (void*)L_43);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* FSharpUtils_get_Instance_m65976251986E81AA3607B2BCFC558E82DFA63557 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* L_0 = ((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->____instance;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_FSharpCoreAssembly_m32C9B6A87994E00C34378B4B7C39B2E26C0C6506 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Assembly_t* ___0_value, const RuntimeMethod* method) 
{
	{
		Assembly_t* L_0 = ___0_value;
		__this->___U3CFSharpCoreAssemblyU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFSharpCoreAssemblyU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_IsUnion_m9DBA5ADCE4DBEDE57DFC7387543669CF3E537D50 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CIsUnionU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_IsUnion_m8FCC8731B64FE062A4E1D311940B5F5B599A0A3A (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CIsUnionU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIsUnionU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_GetUnionCases_m41654D6B50C83E160A5485B6F05C31615B1C0C66 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CGetUnionCasesU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCases_m6149ED7891791ABDC0D92F829F7089FD24BD9700 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CGetUnionCasesU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCasesU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_PreComputeUnionTagReader_m3B004699CDA4A6218B19A396C60ABDF61B719E22 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CPreComputeUnionTagReaderU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionTagReader_m847B8584BDDE2A8A3CF3C3F67E256D86FC3E5EBC (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionTagReaderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionTagReaderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_PreComputeUnionReader_m7B85548672EAF763ED190432186900B07C03B96D (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CPreComputeUnionReaderU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionReader_m9DB56755B6E02862BC06346DE42EFB80F20BE07D (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionReaderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionReaderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_PreComputeUnionConstructor_mA8C31559BF645D86DF485D56FD7110840A5429E6 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CPreComputeUnionConstructorU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionConstructor_mA9DBD858EA7027535AA2B08A9BA72A051FBA517D (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionConstructorU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionConstructorU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* FSharpUtils_get_GetUnionCaseInfoDeclaringType_mD042155742397F0C1FD2F2FE5330AD5548A73BDF (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = __this->___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoDeclaringType_mDBBCAAB7E10D51DF946D4D7D6FFF052DC1640AA5 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* FSharpUtils_get_GetUnionCaseInfoName_mBD93F397896A65760977B75C9053D46B72C96F9B (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = __this->___U3CGetUnionCaseInfoNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoName_mFA1AF36D4D226B197D5A30F741FA99D340053863 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* FSharpUtils_get_GetUnionCaseInfoTag_m783C81309261A923FEAE089EF77FE1DE9A5CCEE1 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = __this->___U3CGetUnionCaseInfoTagU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoTag_m03CFCF109DAE145593C6DAAF4E0415C4F12F389B (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoTagU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoTagU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_get_GetUnionCaseInfoFields_m268BA1CAA945135DD93E62EBF8BFC74A142890C4 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___U3CGetUnionCaseInfoFieldsU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoFields_m0A5E55FD9DFC698AD9FF477B2BE107CE0ECF3BDD (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoFieldsU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoFieldsU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils_EnsureInitialized_m34EE6BB60056A517EAE9464D1C661EB40E2544F5 (Assembly_t* ___0_fsharpCoreAssembly, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	bool V_1 = false;
	{
		il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* L_0 = ((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->____instance;
		if (L_0)
		{
			goto IL_0035;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		RuntimeObject* L_1 = ((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->___Lock;
		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);
				il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
				FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* L_5 = ((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->____instance;
				if (L_5)
				{
					goto IL_0029_1;
				}
			}
			{
				Assembly_t* L_6 = ___0_fsharpCoreAssembly;
				FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* L_7 = (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD*)il2cpp_codegen_object_new(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
				FSharpUtils__ctor_m9824778422EAFFB89C8FC8176D0EF2A0A68A7047(L_7, L_6, NULL);
				il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
				((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->____instance = L_7;
				Il2CppCodeGenWriteBarrier((void**)(&((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->____instance), (void*)L_7);
			}

IL_0029_1:
			{
				goto IL_0035;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0035:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* FSharpUtils_GetMethodWithNonPublicFallback_m2B10604787E5031D5763E6D88392F59E8F071DE8 (Type_t* ___0_type, String_t* ___1_methodName, int32_t ___2_bindingFlags, const RuntimeMethod* method) 
{
	MethodInfo_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		String_t* L_1 = ___1_methodName;
		int32_t L_2 = ___2_bindingFlags;
		NullCheck(L_0);
		MethodInfo_t* L_3;
		L_3 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_0, L_1, L_2, NULL);
		V_0 = L_3;
		MethodInfo_t* L_4 = V_0;
		bool L_5;
		L_5 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_4, (MethodInfo_t*)NULL, NULL);
		if (!L_5)
		{
			goto IL_0026;
		}
	}
	{
		int32_t L_6 = ___2_bindingFlags;
		if ((((int32_t)((int32_t)((int32_t)L_6&((int32_t)32)))) == ((int32_t)((int32_t)32))))
		{
			goto IL_0026;
		}
	}
	{
		Type_t* L_7 = ___0_type;
		String_t* L_8 = ___1_methodName;
		int32_t L_9 = ___2_bindingFlags;
		NullCheck(L_7);
		MethodInfo_t* L_10;
		L_10 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_7, L_8, ((int32_t)((int32_t)L_9|((int32_t)32))), NULL);
		V_0 = L_10;
	}

IL_0026:
	{
		MethodInfo_t* L_11 = V_0;
		return L_11;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* FSharpUtils_CreateFSharpFuncCall_mB571124583D9204BB863341F9C3A9E324A9A367D (Type_t* ___0_type, String_t* ___1_methodName, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass52_0_U3CCreateFSharpFuncCallU3Eb__0_m06C44C8B966AF2E0B02A18152C20071D4E87EFF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7A66F857F6E3FCCC482964755DB79017BF35DD2);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	MethodInfo_t* V_1 = NULL;
	{
		U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* L_0 = (U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass52_0__ctor_m73649FD95CB401FD15A813F7D11B75B6E3B85913(L_0, NULL);
		Type_t* L_1 = ___0_type;
		String_t* L_2 = ___1_methodName;
		il2cpp_codegen_runtime_class_init_inline(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		MethodInfo_t* L_3;
		L_3 = FSharpUtils_GetMethodWithNonPublicFallback_m2B10604787E5031D5763E6D88392F59E8F071DE8(L_1, L_2, ((int32_t)24), NULL);
		V_0 = L_3;
		MethodInfo_t* L_4 = V_0;
		NullCheck(L_4);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_4);
		NullCheck(L_5);
		MethodInfo_t* L_6;
		L_6 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_5, _stringLiteralD7A66F857F6E3FCCC482964755DB79017BF35DD2, ((int32_t)20), NULL);
		V_1 = L_6;
		U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* L_7 = L_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_8;
		L_8 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_9 = V_0;
		NullCheck(L_8);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_10;
		L_10 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_8, L_9);
		NullCheck(L_7);
		L_7->___call = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&L_7->___call), (void*)L_10);
		U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* L_11 = L_7;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_12;
		L_12 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_13 = V_1;
		NullCheck(L_12);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_14;
		L_14 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_12, L_13);
		NullCheck(L_11);
		L_11->___invoke = L_14;
		Il2CppCodeGenWriteBarrier((void**)(&L_11->___invoke), (void*)L_14);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_15 = (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*)il2cpp_codegen_object_new(MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270_il2cpp_TypeInfo_var);
		MethodCall_2__ctor_m57E69722197F6AF8DF4EC46673E3A867CFC312A1(L_15, L_11, (intptr_t)((void*)U3CU3Ec__DisplayClass52_0_U3CCreateFSharpFuncCallU3Eb__0_m06C44C8B966AF2E0B02A18152C20071D4E87EFF9_RuntimeMethod_var), NULL);
		return L_15;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* FSharpUtils_CreateSeq_m671159ACCF354B563AED3ABBD860F83DE215B1B3 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	{
		MethodInfo_t* L_0 = __this->____ofSeq;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = L_1;
		Type_t* L_3 = ___0_t;
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_3);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_3);
		NullCheck(L_0);
		MethodInfo_t* L_4;
		L_4 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_0, L_2);
		V_0 = L_4;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_5;
		L_5 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_6 = V_0;
		NullCheck(L_5);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_7;
		L_7 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_5, L_6);
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* FSharpUtils_CreateMap_m0A85763A75D928C1AC2EA38AA051072236A1ABF5 (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Type_t* ___0_keyType, Type_t* ___1_valueType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A5AEBF062DA407173D89C0450A43389571E01F);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_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, _stringLiteral75A5AEBF062DA407173D89C0450A43389571E01F, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = L_3;
		Type_t* L_5 = ___0_keyType;
		NullCheck(L_4);
		ArrayElementTypeCheck (L_4, L_5);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_5);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = L_4;
		Type_t* L_7 = ___1_valueType;
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_7);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_7);
		NullCheck(L_2);
		MethodInfo_t* L_8;
		L_8 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_2, L_6);
		NullCheck(L_8);
		RuntimeObject* L_9;
		L_9 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_8, __this, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
		return ((ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*)Castclass((RuntimeObject*)L_9, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSharpUtils__cctor_m8236FB8DCCDA3FBB2E5C90F07779FE7077114B4A (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
		((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->___Lock = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_StaticFields*)il2cpp_codegen_static_fields_for(FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD_il2cpp_TypeInfo_var))->___Lock), (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 U3CU3Ec__DisplayClass52_0__ctor_m73649FD95CB401FD15A813F7D11B75B6E3B85913 (U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass52_0_U3CCreateFSharpFuncCallU3Eb__0_m06C44C8B966AF2E0B02A18152C20071D4E87EFF9 (U3CU3Ec__DisplayClass52_0_t494ABFF32EA6A0057FC7110CC1EB87E4C1364DE1* __this, RuntimeObject* ___0_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___call;
		RuntimeObject* L_1 = ___0_target;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = ___1_args;
		NullCheck(L_0);
		RuntimeObject* L_3;
		L_3 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, L_1, L_2, NULL);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_4 = __this->___invoke;
		FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF* L_5 = (FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF*)il2cpp_codegen_object_new(FSharpFunction_t0E774A1B668FEBC728E9C664A2A4A58A409EF6DF_il2cpp_TypeInfo_var);
		FSharpFunction__ctor_m3F5A2832EC500F2DD4CD1B50F05BCCFE9DFB3AC0(L_5, L_3, L_4, NULL);
		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 bool ImmutableCollectionsUtils_TryBuildImmutableForArrayContract_mC47C3097975155F5EED321257A53F032E9AB6762 (Type_t* ___0_underlyingType, Type_t* ___1_collectionItemType, Type_t** ___2_createdType, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** ___3_parameterizedCreator, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t43CC133C289457C636A18BA4D471FC2B56544421_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CTryBuildImmutableForArrayContractU3Eb__24_1_m88FDE7068D7B6A2BBAF169D2574228AF6E7E79E8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass24_0_U3CTryBuildImmutableForArrayContractU3Eb__0_mEC530CF3F21F1F546A1B73254999DC322BC95469_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* V_0 = NULL;
	Type_t* V_1 = NULL;
	ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* V_2 = NULL;
	Type_t* V_3 = NULL;
	Type_t* V_4 = NULL;
	MethodInfo_t* V_5 = NULL;
	MethodInfo_t* V_6 = NULL;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* G_B6_0 = NULL;
	MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* G_B6_1 = NULL;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* G_B5_0 = NULL;
	MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* G_B5_1 = NULL;
	{
		Type_t* L_0 = ___0_underlyingType;
		bool L_1;
		L_1 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_0, NULL);
		if (!L_1)
		{
			goto IL_00e5;
		}
	}
	{
		U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* L_2 = (U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass24_0__ctor_mE93486FA25CF4BBE9D2A622047ED6A25D581DEAE(L_2, NULL);
		V_0 = L_2;
		Type_t* L_3 = ___0_underlyingType;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_3);
		V_1 = L_4;
		U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* L_5 = V_0;
		Type_t* L_6 = V_1;
		NullCheck(L_6);
		String_t* L_7;
		L_7 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_6);
		NullCheck(L_5);
		L_5->___name = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&L_5->___name), (void*)L_7);
		il2cpp_codegen_runtime_class_init_inline(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var);
		RuntimeObject* L_8 = ((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___ArrayContractImmutableCollectionDefinitions;
		U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* L_9 = V_0;
		Func_2_t43CC133C289457C636A18BA4D471FC2B56544421* L_10 = (Func_2_t43CC133C289457C636A18BA4D471FC2B56544421*)il2cpp_codegen_object_new(Func_2_t43CC133C289457C636A18BA4D471FC2B56544421_il2cpp_TypeInfo_var);
		Func_2__ctor_m3029E36C9D6AEF0C92CBFDB1E370E8C107A25E0C(L_10, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass24_0_U3CTryBuildImmutableForArrayContractU3Eb__0_mEC530CF3F21F1F546A1B73254999DC322BC95469_RuntimeMethod_var), NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_11;
		L_11 = Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86(L_8, L_10, Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86_RuntimeMethod_var);
		V_2 = L_11;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_12 = V_2;
		if (!L_12)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t* L_13 = V_1;
		Assembly_t* L_14;
		L_14 = TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B(L_13, NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_15 = V_2;
		NullCheck(L_15);
		String_t* L_16;
		L_16 = ImmutableCollectionTypeInfo_get_CreatedTypeName_mB6C5E4C0083F30B8A3E973B27B1743BA72E01688_inline(L_15, NULL);
		NullCheck(L_14);
		Type_t* L_17;
		L_17 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_14, L_16);
		V_3 = L_17;
		Type_t* L_18 = V_1;
		Assembly_t* L_19;
		L_19 = TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B(L_18, NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_20 = V_2;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = ImmutableCollectionTypeInfo_get_BuilderTypeName_m45D8747B2EECD911E9B60C009A1E6A5FA2CC0416_inline(L_20, NULL);
		NullCheck(L_19);
		Type_t* L_22;
		L_22 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_19, L_21);
		V_4 = L_22;
		Type_t* L_23 = V_3;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_24;
		L_24 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_23, (Type_t*)NULL, NULL);
		if (!L_24)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t* L_25 = V_4;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_26;
		L_26 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_25, (Type_t*)NULL, NULL);
		if (!L_26)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t* L_27 = V_4;
		NullCheck(L_27);
		MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_28;
		L_28 = Type_GetMethods_m5D4A53D1E667CF33173EEA37D0111FE92A572559(L_27, NULL);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_29 = ((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__24_1;
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_30 = L_29;
		if (L_30)
		{
			G_B6_0 = L_30;
			G_B6_1 = L_28;
			goto IL_009f;
		}
		G_B5_0 = L_30;
		G_B5_1 = L_28;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* L_31 = ((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_32 = (Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*)il2cpp_codegen_object_new(Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		Func_2__ctor_m85EFD3541E8A8498FD05A6169ED11E00D408A2F0(L_32, L_31, (intptr_t)((void*)U3CU3Ec_U3CTryBuildImmutableForArrayContractU3Eb__24_1_m88FDE7068D7B6A2BBAF169D2574228AF6E7E79E8_RuntimeMethod_var), NULL);
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_33 = L_32;
		((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__24_1 = L_33;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__24_1), (void*)L_33);
		G_B6_0 = L_33;
		G_B6_1 = G_B5_1;
	}

IL_009f:
	{
		MethodInfo_t* L_34;
		L_34 = Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479((RuntimeObject*)G_B6_1, G_B6_0, Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479_RuntimeMethod_var);
		V_5 = L_34;
		MethodInfo_t* L_35 = V_5;
		bool L_36;
		L_36 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_35, (MethodInfo_t*)NULL, NULL);
		if (!L_36)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t** L_37 = ___2_createdType;
		Type_t* L_38 = V_3;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_39 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_40 = L_39;
		Type_t* L_41 = ___1_collectionItemType;
		NullCheck(L_40);
		ArrayElementTypeCheck (L_40, L_41);
		(L_40)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_41);
		NullCheck(L_38);
		Type_t* L_42;
		L_42 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_38, L_40);
		*((RuntimeObject**)L_37) = (RuntimeObject*)L_42;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_42);
		MethodInfo_t* L_43 = V_5;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_44 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_45 = L_44;
		Type_t* L_46 = ___1_collectionItemType;
		NullCheck(L_45);
		ArrayElementTypeCheck (L_45, L_46);
		(L_45)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_46);
		NullCheck(L_43);
		MethodInfo_t* L_47;
		L_47 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_43, L_45);
		V_6 = L_47;
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** L_48 = ___3_parameterizedCreator;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_49;
		L_49 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_50 = V_6;
		NullCheck(L_49);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_51;
		L_51 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_49, L_50);
		*((RuntimeObject**)L_48) = (RuntimeObject*)L_51;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_48, (void*)(RuntimeObject*)L_51);
		return (bool)1;
	}

IL_00e5:
	{
		Type_t** L_52 = ___2_createdType;
		*((RuntimeObject**)L_52) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_52, (void*)(RuntimeObject*)NULL);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** L_53 = ___3_parameterizedCreator;
		*((RuntimeObject**)L_53) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_53, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImmutableCollectionsUtils_TryBuildImmutableForDictionaryContract_m3ED8A77DED7694409512DAF1768DDF05F8267F53 (Type_t* ___0_underlyingType, Type_t* ___1_keyItemType, Type_t* ___2_valueItemType, Type_t** ___3_createdType, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** ___4_parameterizedCreator, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t43CC133C289457C636A18BA4D471FC2B56544421_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CTryBuildImmutableForDictionaryContractU3Eb__25_1_m0F4967ED757066E35638957B1A5E543DAEA6838B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_U3CTryBuildImmutableForDictionaryContractU3Eb__0_m412979D45F5113B92ABF38A419D3800331C9437D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* V_0 = NULL;
	Type_t* V_1 = NULL;
	ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* V_2 = NULL;
	Type_t* V_3 = NULL;
	Type_t* V_4 = NULL;
	MethodInfo_t* V_5 = NULL;
	MethodInfo_t* V_6 = NULL;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* G_B6_0 = NULL;
	MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* G_B6_1 = NULL;
	Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* G_B5_0 = NULL;
	MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* G_B5_1 = NULL;
	{
		Type_t* L_0 = ___0_underlyingType;
		bool L_1;
		L_1 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_0, NULL);
		if (!L_1)
		{
			goto IL_00ee;
		}
	}
	{
		U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* L_2 = (U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass25_0__ctor_m812DC34DD88D28C881C83A50505ACA112EC48285(L_2, NULL);
		V_0 = L_2;
		Type_t* L_3 = ___0_underlyingType;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_3);
		V_1 = L_4;
		U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* L_5 = V_0;
		Type_t* L_6 = V_1;
		NullCheck(L_6);
		String_t* L_7;
		L_7 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_6);
		NullCheck(L_5);
		L_5->___name = L_7;
		Il2CppCodeGenWriteBarrier((void**)(&L_5->___name), (void*)L_7);
		il2cpp_codegen_runtime_class_init_inline(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var);
		RuntimeObject* L_8 = ((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___DictionaryContractImmutableCollectionDefinitions;
		U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* L_9 = V_0;
		Func_2_t43CC133C289457C636A18BA4D471FC2B56544421* L_10 = (Func_2_t43CC133C289457C636A18BA4D471FC2B56544421*)il2cpp_codegen_object_new(Func_2_t43CC133C289457C636A18BA4D471FC2B56544421_il2cpp_TypeInfo_var);
		Func_2__ctor_m3029E36C9D6AEF0C92CBFDB1E370E8C107A25E0C(L_10, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass25_0_U3CTryBuildImmutableForDictionaryContractU3Eb__0_m412979D45F5113B92ABF38A419D3800331C9437D_RuntimeMethod_var), NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_11;
		L_11 = Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86(L_8, L_10, Enumerable_FirstOrDefault_TisImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_m861986338EDFDB54BC69CF1FA5E35A7537323F86_RuntimeMethod_var);
		V_2 = L_11;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_12 = V_2;
		if (!L_12)
		{
			goto IL_00ee;
		}
	}
	{
		Type_t* L_13 = V_1;
		Assembly_t* L_14;
		L_14 = TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B(L_13, NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_15 = V_2;
		NullCheck(L_15);
		String_t* L_16;
		L_16 = ImmutableCollectionTypeInfo_get_CreatedTypeName_mB6C5E4C0083F30B8A3E973B27B1743BA72E01688_inline(L_15, NULL);
		NullCheck(L_14);
		Type_t* L_17;
		L_17 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_14, L_16);
		V_3 = L_17;
		Type_t* L_18 = V_1;
		Assembly_t* L_19;
		L_19 = TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B(L_18, NULL);
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_20 = V_2;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = ImmutableCollectionTypeInfo_get_BuilderTypeName_m45D8747B2EECD911E9B60C009A1E6A5FA2CC0416_inline(L_20, NULL);
		NullCheck(L_19);
		Type_t* L_22;
		L_22 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(18, L_19, L_21);
		V_4 = L_22;
		Type_t* L_23 = V_3;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_24;
		L_24 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_23, (Type_t*)NULL, NULL);
		if (!L_24)
		{
			goto IL_00ee;
		}
	}
	{
		Type_t* L_25 = V_4;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_26;
		L_26 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_25, (Type_t*)NULL, NULL);
		if (!L_26)
		{
			goto IL_00ee;
		}
	}
	{
		Type_t* L_27 = V_4;
		NullCheck(L_27);
		MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_28;
		L_28 = Type_GetMethods_m5D4A53D1E667CF33173EEA37D0111FE92A572559(L_27, NULL);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_29 = ((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__25_1;
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_30 = L_29;
		if (L_30)
		{
			G_B6_0 = L_30;
			G_B6_1 = L_28;
			goto IL_009f;
		}
		G_B5_0 = L_30;
		G_B5_1 = L_28;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* L_31 = ((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_32 = (Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*)il2cpp_codegen_object_new(Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		Func_2__ctor_m85EFD3541E8A8498FD05A6169ED11E00D408A2F0(L_32, L_31, (intptr_t)((void*)U3CU3Ec_U3CTryBuildImmutableForDictionaryContractU3Eb__25_1_m0F4967ED757066E35638957B1A5E543DAEA6838B_RuntimeMethod_var), NULL);
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_33 = L_32;
		((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__25_1 = L_33;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9__25_1), (void*)L_33);
		G_B6_0 = L_33;
		G_B6_1 = G_B5_1;
	}

IL_009f:
	{
		MethodInfo_t* L_34;
		L_34 = Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479((RuntimeObject*)G_B6_1, G_B6_0, Enumerable_FirstOrDefault_TisMethodInfo_t_m0BDE409D8B745A112F60FA3482C66D0204FB9479_RuntimeMethod_var);
		V_5 = L_34;
		MethodInfo_t* L_35 = V_5;
		bool L_36;
		L_36 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_35, (MethodInfo_t*)NULL, NULL);
		if (!L_36)
		{
			goto IL_00ee;
		}
	}
	{
		Type_t** L_37 = ___3_createdType;
		Type_t* L_38 = V_3;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_39 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_40 = L_39;
		Type_t* L_41 = ___1_keyItemType;
		NullCheck(L_40);
		ArrayElementTypeCheck (L_40, L_41);
		(L_40)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_41);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_42 = L_40;
		Type_t* L_43 = ___2_valueItemType;
		NullCheck(L_42);
		ArrayElementTypeCheck (L_42, L_43);
		(L_42)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_43);
		NullCheck(L_38);
		Type_t* L_44;
		L_44 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_38, L_42);
		*((RuntimeObject**)L_37) = (RuntimeObject*)L_44;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_44);
		MethodInfo_t* L_45 = V_5;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_46 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = L_46;
		Type_t* L_48 = ___1_keyItemType;
		NullCheck(L_47);
		ArrayElementTypeCheck (L_47, L_48);
		(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_48);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_49 = L_47;
		Type_t* L_50 = ___2_valueItemType;
		NullCheck(L_49);
		ArrayElementTypeCheck (L_49, L_50);
		(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_50);
		NullCheck(L_45);
		MethodInfo_t* L_51;
		L_51 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43, L_45, L_49);
		V_6 = L_51;
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** L_52 = ___4_parameterizedCreator;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_53;
		L_53 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_54 = V_6;
		NullCheck(L_53);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_55;
		L_55 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_53, L_54);
		*((RuntimeObject**)L_52) = (RuntimeObject*)L_55;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_52, (void*)(RuntimeObject*)L_55);
		return (bool)1;
	}

IL_00ee:
	{
		Type_t** L_56 = ___3_createdType;
		*((RuntimeObject**)L_56) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_56, (void*)(RuntimeObject*)NULL);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901** L_57 = ___4_parameterizedCreator;
		*((RuntimeObject**)L_57) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_57, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableCollectionsUtils__cctor_m4DF1126E182A7EAEF739DB9F725787C544F9417E (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0970355F339FE6FF1C222547CF241398A1C378A9);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral136926B654432552F29A067979EE9E9D569C7895);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35DE67C929967618347FCE340E2E87102A932FEB);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49AA63440730594CB862C148C034957D190DBB80);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59E5E11BFC1B758617E7403A28E45E8E18562B95);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral678C8068977C934D424C4D57A19F629825D2A4BB);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6933B3473F816EDB2EEF7A7CEF6EFA018D17C6B3);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A0B34AAFB24E098ABCB1BE882BD0878913C3D28);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CC89AE92D5E497F1202B3C349634C66958E8423);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72D121639A07E322A737215D5BD5E08E4194BC92);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87C02C6ED924DBDF9E706ECBA4CF02938714E608);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B4B3F4658F5299CF25AA8C483513A423A6C1E5D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F5D597C1F916FE878F01CF7090052DBF4EE07E1);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA52838C9E06400FD794AE6DF33C5AE83BE60D878);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAEAF54173166405B926BB5574839DE67CA541AB);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89ED2A5E7C138031837DF70004D15D0B608F982);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD26DE29642C27888155DD7EC5F53F6D1A55BA2D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDB0068F06DC4CE0D4EC2AC5016BF557B2BA6EE7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE3B7AB722A7F6C702B293A2D07B91E051ECD568);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF125FE9766275C94D708AE1B19214A966542F343);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4755C417A8BAD97BCCC04B580B977A4D1964112);
		s_Il2CppMethodInitialized = true;
	}
	{
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_0 = (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158*)il2cpp_codegen_object_new(List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158_il2cpp_TypeInfo_var);
		List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C(L_0, List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_1 = L_0;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_2 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_2, _stringLiteralDDB0068F06DC4CE0D4EC2AC5016BF557B2BA6EE7, _stringLiteral0970355F339FE6FF1C222547CF241398A1C378A9, _stringLiteralF125FE9766275C94D708AE1B19214A966542F343, NULL);
		NullCheck(L_1);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_1, L_2, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_3 = L_1;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_4 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_4, _stringLiteral0970355F339FE6FF1C222547CF241398A1C378A9, _stringLiteral0970355F339FE6FF1C222547CF241398A1C378A9, _stringLiteralF125FE9766275C94D708AE1B19214A966542F343, NULL);
		NullCheck(L_3);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_3, L_4, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_5 = L_3;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_6 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_6, _stringLiteral6933B3473F816EDB2EEF7A7CEF6EFA018D17C6B3, _stringLiteralAAEAF54173166405B926BB5574839DE67CA541AB, _stringLiteralCD26DE29642C27888155DD7EC5F53F6D1A55BA2D, NULL);
		NullCheck(L_5);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_5, L_6, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_7 = L_5;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_8 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_8, _stringLiteralAAEAF54173166405B926BB5574839DE67CA541AB, _stringLiteralAAEAF54173166405B926BB5574839DE67CA541AB, _stringLiteralCD26DE29642C27888155DD7EC5F53F6D1A55BA2D, NULL);
		NullCheck(L_7);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_7, L_8, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_9 = L_7;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_10 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_10, _stringLiteral49AA63440730594CB862C148C034957D190DBB80, _stringLiteralF4755C417A8BAD97BCCC04B580B977A4D1964112, _stringLiteral136926B654432552F29A067979EE9E9D569C7895, NULL);
		NullCheck(L_9);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_9, L_10, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_11 = L_9;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_12 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_12, _stringLiteralF4755C417A8BAD97BCCC04B580B977A4D1964112, _stringLiteralF4755C417A8BAD97BCCC04B580B977A4D1964112, _stringLiteral136926B654432552F29A067979EE9E9D569C7895, NULL);
		NullCheck(L_11);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_11, L_12, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_13 = L_11;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_14 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_14, _stringLiteralEE3B7AB722A7F6C702B293A2D07B91E051ECD568, _stringLiteralC89ED2A5E7C138031837DF70004D15D0B608F982, _stringLiteral6CC89AE92D5E497F1202B3C349634C66958E8423, NULL);
		NullCheck(L_13);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_13, L_14, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_15 = L_13;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_16 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_16, _stringLiteral8B4B3F4658F5299CF25AA8C483513A423A6C1E5D, _stringLiteral8B4B3F4658F5299CF25AA8C483513A423A6C1E5D, _stringLiteral87C02C6ED924DBDF9E706ECBA4CF02938714E608, NULL);
		NullCheck(L_15);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_15, L_16, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_17 = L_15;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_18 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_18, _stringLiteralC89ED2A5E7C138031837DF70004D15D0B608F982, _stringLiteralC89ED2A5E7C138031837DF70004D15D0B608F982, _stringLiteral6CC89AE92D5E497F1202B3C349634C66958E8423, NULL);
		NullCheck(L_17);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_17, L_18, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_19 = L_17;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_20 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_20, _stringLiteral59E5E11BFC1B758617E7403A28E45E8E18562B95, _stringLiteral59E5E11BFC1B758617E7403A28E45E8E18562B95, _stringLiteral6A0B34AAFB24E098ABCB1BE882BD0878913C3D28, NULL);
		NullCheck(L_19);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_19, L_20, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___ArrayContractImmutableCollectionDefinitions = L_19;
		Il2CppCodeGenWriteBarrier((void**)(&((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___ArrayContractImmutableCollectionDefinitions), (void*)L_19);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_21 = (List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158*)il2cpp_codegen_object_new(List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158_il2cpp_TypeInfo_var);
		List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C(L_21, List_1__ctor_m16A856143E3E04EB291D14B030D3EC3D8258B92C_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_22 = L_21;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_23 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_23, _stringLiteral72D121639A07E322A737215D5BD5E08E4194BC92, _stringLiteral678C8068977C934D424C4D57A19F629825D2A4BB, _stringLiteralA52838C9E06400FD794AE6DF33C5AE83BE60D878, NULL);
		NullCheck(L_22);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_22, L_23, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_24 = L_22;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_25 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_25, _stringLiteral35DE67C929967618347FCE340E2E87102A932FEB, _stringLiteral35DE67C929967618347FCE340E2E87102A932FEB, _stringLiteral9F5D597C1F916FE878F01CF7090052DBF4EE07E1, NULL);
		NullCheck(L_24);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_24, L_25, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		List_1_t13ECF8EAA6B8903942757EF5071E8854606E7158* L_26 = L_24;
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_27 = (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685*)il2cpp_codegen_object_new(ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685_il2cpp_TypeInfo_var);
		ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0(L_27, _stringLiteral678C8068977C934D424C4D57A19F629825D2A4BB, _stringLiteral678C8068977C934D424C4D57A19F629825D2A4BB, _stringLiteralA52838C9E06400FD794AE6DF33C5AE83BE60D878, NULL);
		NullCheck(L_26);
		List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_inline(L_26, L_27, List_1_Add_m4B5073C9156CF06BB08DD7600F15EB0DA757E9CD_RuntimeMethod_var);
		((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___DictionaryContractImmutableCollectionDefinitions = L_26;
		Il2CppCodeGenWriteBarrier((void**)(&((ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_StaticFields*)il2cpp_codegen_static_fields_for(ImmutableCollectionsUtils_t3766E9FECC75398C42A32E710F21B64E297CBB5D_il2cpp_TypeInfo_var))->___DictionaryContractImmutableCollectionDefinitions), (void*)L_26);
		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 ImmutableCollectionTypeInfo__ctor_m92D05C5D6AF5D361C52EF0921BB42849EE1B79D0 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_contractTypeName, String_t* ___1_createdTypeName, String_t* ___2_builderTypeName, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		String_t* L_0 = ___0_contractTypeName;
		ImmutableCollectionTypeInfo_set_ContractTypeName_m47BA9C385AB128EE5E9738349A9E03A8EEAF3031_inline(__this, L_0, NULL);
		String_t* L_1 = ___1_createdTypeName;
		ImmutableCollectionTypeInfo_set_CreatedTypeName_mDD7FC89BF73B105C1D0B1E3636015595A61BFF28_inline(__this, L_1, NULL);
		String_t* L_2 = ___2_builderTypeName;
		ImmutableCollectionTypeInfo_set_BuilderTypeName_mF5E3F9EC7F19DC62CC67FC65D15E5FE7E0B6390E_inline(__this, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_ContractTypeName_m8D183787036FB024B123860C9BBC82DB9567E1FE (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CContractTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_ContractTypeName_m47BA9C385AB128EE5E9738349A9E03A8EEAF3031 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CContractTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContractTypeNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_CreatedTypeName_mB6C5E4C0083F30B8A3E973B27B1743BA72E01688 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CCreatedTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_CreatedTypeName_mDD7FC89BF73B105C1D0B1E3636015595A61BFF28 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CCreatedTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCreatedTypeNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_BuilderTypeName_m45D8747B2EECD911E9B60C009A1E6A5FA2CC0416 (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CBuilderTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_BuilderTypeName_mF5E3F9EC7F19DC62CC67FC65D15E5FE7E0B6390E (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CBuilderTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBuilderTypeNameU3Ek__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 void U3CU3Ec__cctor_mAD67DC8D8913A7E97E5EBACC70E9F5735433F996 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* L_0 = (U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F*)il2cpp_codegen_object_new(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var);
		U3CU3Ec__ctor_m791091B0F758FEF9EABB77C82005842468057948(L_0, NULL);
		((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m791091B0F758FEF9EABB77C82005842468057948 (U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CTryBuildImmutableForArrayContractU3Eb__24_1_m88FDE7068D7B6A2BBAF169D2574228AF6E7E79E8 (U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* __this, MethodInfo_t* ___0_m, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1071603CBA2BD3C11874C92C7C0DB97BF5899046);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodInfo_t* L_0 = ___0_m;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		bool L_2;
		L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, _stringLiteral1071603CBA2BD3C11874C92C7C0DB97BF5899046, NULL);
		if (!L_2)
		{
			goto IL_001e;
		}
	}
	{
		MethodInfo_t* L_3 = ___0_m;
		NullCheck(L_3);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_4;
		L_4 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_3);
		NullCheck(L_4);
		return (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) == ((int32_t)1))? 1 : 0);
	}

IL_001e:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CTryBuildImmutableForDictionaryContractU3Eb__25_1_m0F4967ED757066E35638957B1A5E543DAEA6838B (U3CU3Ec_t6D397D1012EE9F37D61AD8571C3697181FE33D7F* __this, MethodInfo_t* ___0_m, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1071603CBA2BD3C11874C92C7C0DB97BF5899046);
		s_Il2CppMethodInitialized = true;
	}
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_0 = NULL;
	{
		MethodInfo_t* L_0 = ___0_m;
		NullCheck(L_0);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1;
		L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_0);
		V_0 = L_1;
		MethodInfo_t* L_2 = ___0_m;
		NullCheck(L_2);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_2);
		bool L_4;
		L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral1071603CBA2BD3C11874C92C7C0DB97BF5899046, NULL);
		if (!L_4)
		{
			goto IL_004b;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_5 = V_0;
		NullCheck(L_5);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))) == ((uint32_t)1))))
		{
			goto IL_004b;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_6 = V_0;
		NullCheck(L_6);
		int32_t L_7 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		NullCheck(L_8);
		Type_t* L_9;
		L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_8);
		bool L_10;
		L_10 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_9, NULL);
		if (!L_10)
		{
			goto IL_004b;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_11 = V_0;
		NullCheck(L_11);
		int32_t L_12 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		NullCheck(L_13);
		Type_t* L_14;
		L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_13);
		NullCheck(L_14);
		Type_t* L_15;
		L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_14);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_17;
		L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
		bool L_18;
		L_18 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_15, L_17, NULL);
		return L_18;
	}

IL_004b:
	{
		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 U3CU3Ec__DisplayClass24_0__ctor_mE93486FA25CF4BBE9D2A622047ED6A25D581DEAE (U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass24_0_U3CTryBuildImmutableForArrayContractU3Eb__0_mEC530CF3F21F1F546A1B73254999DC322BC95469 (U3CU3Ec__DisplayClass24_0_t4C0F65AAF334BD9AAFA10CFFFBBE80C3316BD73C* __this, ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* ___0_d, const RuntimeMethod* method) 
{
	{
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_0 = ___0_d;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = ImmutableCollectionTypeInfo_get_ContractTypeName_m8D183787036FB024B123860C9BBC82DB9567E1FE_inline(L_0, NULL);
		String_t* L_2 = __this->___name;
		bool L_3;
		L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, 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 U3CU3Ec__DisplayClass25_0__ctor_m812DC34DD88D28C881C83A50505ACA112EC48285 (U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass25_0_U3CTryBuildImmutableForDictionaryContractU3Eb__0_m412979D45F5113B92ABF38A419D3800331C9437D (U3CU3Ec__DisplayClass25_0_tD553F3ED1B9B146D1318FEEC9983051A41710EE0* __this, ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* ___0_d, const RuntimeMethod* method) 
{
	{
		ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* L_0 = ___0_d;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = ImmutableCollectionTypeInfo_get_ContractTypeName_m8D183787036FB024B123860C9BBC82DB9567E1FE_inline(L_0, NULL);
		String_t* L_2 = __this->___name;
		bool L_3;
		L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, 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 CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* BufferUtils_RentBuffer_m0CD2D9EE0A156A32A3E6690D59974C1F772DA4F1 (RuntimeObject* ___0_bufferPool, int32_t ___1_minSize, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___0_bufferPool;
		if (L_0)
		{
			goto IL_000a;
		}
	}
	{
		int32_t L_1 = ___1_minSize;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_1);
		return L_2;
	}

IL_000a:
	{
		RuntimeObject* L_3 = ___0_bufferPool;
		int32_t L_4 = ___1_minSize;
		NullCheck(L_3);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5;
		L_5 = InterfaceFuncInvoker1< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(0, IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var, L_3, L_4);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_m724A55F218F5C04FB3A427C74B5CEF4EB9B020A9 (RuntimeObject* ___0_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___0_bufferPool;
		if (!L_0)
		{
			goto IL_000a;
		}
	}
	{
		RuntimeObject* L_1 = ___0_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___1_buffer;
		NullCheck(L_1);
		InterfaceActionInvoker1< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* >::Invoke(1, IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var, L_1, L_2);
	}

IL_000a:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* BufferUtils_EnsureBufferSize_m2CF4818D2839BDF81AAE5AEDBEA4772C9B2F9A18 (RuntimeObject* ___0_bufferPool, int32_t ___1_size, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___2_buffer, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = ___0_bufferPool;
		if (L_0)
		{
			goto IL_000a;
		}
	}
	{
		int32_t L_1 = ___1_size;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_1);
		return L_2;
	}

IL_000a:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___2_buffer;
		if (!L_3)
		{
			goto IL_0014;
		}
	}
	{
		RuntimeObject* L_4 = ___0_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ___2_buffer;
		NullCheck(L_4);
		InterfaceActionInvoker1< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* >::Invoke(1, IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var, L_4, L_5);
	}

IL_0014:
	{
		RuntimeObject* L_6 = ___0_bufferPool;
		int32_t L_7 = ___1_size;
		NullCheck(L_6);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8;
		L_8 = InterfaceFuncInvoker1< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(0, IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6_il2cpp_TypeInfo_var, L_6, L_7);
		return L_8;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils__cctor_mC942D980534291CCAA348752CCA85F50F4D71858 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tC9B15468F509008C580ED71459A502B60CE0346B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____19AE20A57B073E3E8DD45C6F6A4E9AB1076EA3EBFFF28E4AEB58B411472CF994_FieldInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	int32_t V_1 = 0;
	RuntimeObject* V_2 = NULL;
	Il2CppChar V_3 = 0x0;
	Il2CppChar V_4 = 0x0;
	Il2CppChar V_5 = 0x0;
	{
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_0 = (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)SZArrayNew(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
		((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___SingleQuoteCharEscapeFlags = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___SingleQuoteCharEscapeFlags), (void*)L_0);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_1 = (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)SZArrayNew(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
		((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___DoubleQuoteCharEscapeFlags = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___DoubleQuoteCharEscapeFlags), (void*)L_1);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_2 = (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4*)SZArrayNew(BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
		((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___HtmlCharEscapeFlags = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___HtmlCharEscapeFlags), (void*)L_2);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_3 = (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*)il2cpp_codegen_object_new(List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var);
		List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82(L_3, List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_4 = L_3;
		NullCheck(L_4);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_4, ((int32_t)10), List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_5 = L_4;
		NullCheck(L_5);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_5, ((int32_t)13), List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_6 = L_5;
		NullCheck(L_6);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_6, ((int32_t)9), List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_7 = L_6;
		NullCheck(L_7);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_7, ((int32_t)92), List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_8 = L_7;
		NullCheck(L_8);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_8, ((int32_t)12), List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_9 = L_8;
		NullCheck(L_9);
		List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_9, 8, List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
		V_0 = L_9;
		V_1 = 0;
		goto IL_0072;
	}

IL_0066:
	{
		RuntimeObject* L_10 = V_0;
		int32_t L_11 = V_1;
		NullCheck(L_10);
		InterfaceActionInvoker1< Il2CppChar >::Invoke(2, ICollection_1_tC9B15468F509008C580ED71459A502B60CE0346B_il2cpp_TypeInfo_var, L_10, ((int32_t)(uint16_t)L_11));
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
	}

IL_0072:
	{
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) < ((int32_t)((int32_t)32))))
		{
			goto IL_0066;
		}
	}
	{
		RuntimeObject* L_14 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15;
		NullCheck(L_16);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)39));
		RuntimeObject* L_17;
		L_17 = Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F(L_14, (RuntimeObject*)L_16, Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_RuntimeMethod_var);
		NullCheck(L_17);
		RuntimeObject* L_18;
		L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05_il2cpp_TypeInfo_var, L_17);
		V_2 = L_18;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_00a9:
			{
				{
					RuntimeObject* L_19 = V_2;
					if (!L_19)
					{
						goto IL_00b2;
					}
				}
				{
					RuntimeObject* L_20 = V_2;
					NullCheck(L_20);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_20);
				}

IL_00b2:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_009f_1;
			}

IL_0090_1:
			{
				RuntimeObject* L_21 = V_2;
				NullCheck(L_21);
				Il2CppChar L_22;
				L_22 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0, IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8_il2cpp_TypeInfo_var, L_21);
				V_3 = L_22;
				BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_23 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___SingleQuoteCharEscapeFlags;
				Il2CppChar L_24 = V_3;
				NullCheck(L_23);
				(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (bool)1);
			}

IL_009f_1:
			{
				RuntimeObject* L_25 = V_2;
				NullCheck(L_25);
				bool L_26;
				L_26 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_25);
				if (L_26)
				{
					goto IL_0090_1;
				}
			}
			{
				goto IL_00b3;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_00b3:
	{
		RuntimeObject* L_27 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = L_28;
		NullCheck(L_29);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)34));
		RuntimeObject* L_30;
		L_30 = Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F(L_27, (RuntimeObject*)L_29, Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_RuntimeMethod_var);
		NullCheck(L_30);
		RuntimeObject* L_31;
		L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05_il2cpp_TypeInfo_var, L_30);
		V_2 = L_31;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_00e7:
			{
				{
					RuntimeObject* L_32 = V_2;
					if (!L_32)
					{
						goto IL_00f0;
					}
				}
				{
					RuntimeObject* L_33 = V_2;
					NullCheck(L_33);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_33);
				}

IL_00f0:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_00dd_1;
			}

IL_00cc_1:
			{
				RuntimeObject* L_34 = V_2;
				NullCheck(L_34);
				Il2CppChar L_35;
				L_35 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0, IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8_il2cpp_TypeInfo_var, L_34);
				V_4 = L_35;
				BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_36 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___DoubleQuoteCharEscapeFlags;
				Il2CppChar L_37 = V_4;
				NullCheck(L_36);
				(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (bool)1);
			}

IL_00dd_1:
			{
				RuntimeObject* L_38 = V_2;
				NullCheck(L_38);
				bool L_39;
				L_39 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_38);
				if (L_39)
				{
					goto IL_00cc_1;
				}
			}
			{
				goto IL_00f1;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_00f1:
	{
		RuntimeObject* L_40 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)5);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = L_41;
		RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_43 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____19AE20A57B073E3E8DD45C6F6A4E9AB1076EA3EBFFF28E4AEB58B411472CF994_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_42, L_43, NULL);
		RuntimeObject* L_44;
		L_44 = Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F(L_40, (RuntimeObject*)L_42, Enumerable_Union_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mC023A7ACF38A4D70AE8ABFA8416B5F80A74F708F_RuntimeMethod_var);
		NullCheck(L_44);
		RuntimeObject* L_45;
		L_45 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05_il2cpp_TypeInfo_var, L_44);
		V_2 = L_45;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_012b:
			{
				{
					RuntimeObject* L_46 = V_2;
					if (!L_46)
					{
						goto IL_0134;
					}
				}
				{
					RuntimeObject* L_47 = V_2;
					NullCheck(L_47);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_47);
				}

IL_0134:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_0121_1;
			}

IL_0110_1:
			{
				RuntimeObject* L_48 = V_2;
				NullCheck(L_48);
				Il2CppChar L_49;
				L_49 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0, IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8_il2cpp_TypeInfo_var, L_48);
				V_5 = L_49;
				BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_50 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___HtmlCharEscapeFlags;
				Il2CppChar L_51 = V_5;
				NullCheck(L_50);
				(L_50)->SetAt(static_cast<il2cpp_array_size_t>(L_51), (bool)1);
			}

IL_0121_1:
			{
				RuntimeObject* L_52 = V_2;
				NullCheck(L_52);
				bool L_53;
				L_53 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_52);
				if (L_53)
				{
					goto IL_0110_1;
				}
			}
			{
				goto IL_0135;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0135:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* JavaScriptUtils_GetCharEscapeFlags_mFACEF9DE1403BD66866D82EEDEBAF9CA11171770 (int32_t ___0_stringEscapeHandling, Il2CppChar ___1_quoteChar, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_stringEscapeHandling;
		if ((!(((uint32_t)L_0) == ((uint32_t)2))))
		{
			goto IL_000a;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_1 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___HtmlCharEscapeFlags;
		return L_1;
	}

IL_000a:
	{
		Il2CppChar L_2 = ___1_quoteChar;
		if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)34)))))
		{
			goto IL_0015;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_3 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___DoubleQuoteCharEscapeFlags;
		return L_3;
	}

IL_0015:
	{
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_4 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___SingleQuoteCharEscapeFlags;
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_ShouldEscapeJavaScriptString_m3C5359149C97D68DEE24E6BB6B6A8C2A791EA6FC (String_t* ___0_s, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___1_charEscapeFlags, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	{
		String_t* L_0 = ___0_s;
		if (L_0)
		{
			goto IL_0005;
		}
	}
	{
		return (bool)0;
	}

IL_0005:
	{
		V_0 = 0;
		goto IL_0022;
	}

IL_0009:
	{
		String_t* L_1 = ___0_s;
		int32_t L_2 = V_0;
		NullCheck(L_1);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
		V_1 = L_3;
		Il2CppChar L_4 = V_1;
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_5 = ___1_charEscapeFlags;
		NullCheck(L_5);
		if ((((int32_t)L_4) >= ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
		{
			goto IL_001c;
		}
	}
	{
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_6 = ___1_charEscapeFlags;
		Il2CppChar L_7 = V_1;
		NullCheck(L_6);
		Il2CppChar L_8 = L_7;
		uint8_t L_9 = (uint8_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		if (!L_9)
		{
			goto IL_001e;
		}
	}

IL_001c:
	{
		return (bool)1;
	}

IL_001e:
	{
		int32_t L_10 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
	}

IL_0022:
	{
		int32_t L_11 = V_0;
		String_t* L_12 = ___0_s;
		NullCheck(L_12);
		int32_t L_13;
		L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
		if ((((int32_t)L_11) < ((int32_t)L_13)))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_m267358C3D8B0A8EC568C3AFAF98ADE308FFCEEE1 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, String_t* ___1_s, Il2CppChar ___2_delimiter, bool ___3_appendDelimiters, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___4_charEscapeFlags, int32_t ___5_stringEscapeHandling, RuntimeObject* ___6_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___7_writeBuffer, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	Il2CppChar V_3 = 0x0;
	String_t* V_4 = NULL;
	bool V_5 = false;
	int32_t V_6 = 0;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_7 = NULL;
	int32_t G_B47_0 = 0;
	int32_t G_B46_0 = 0;
	int32_t G_B48_0 = 0;
	int32_t G_B48_1 = 0;
	int32_t G_B51_0 = 0;
	{
		bool L_0 = ___3_appendDelimiters;
		if (!L_0)
		{
			goto IL_000a;
		}
	}
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___0_writer;
		Il2CppChar L_2 = ___2_delimiter;
		NullCheck(L_1);
		VirtualActionInvoker1< Il2CppChar >::Invoke(13, L_1, L_2);
	}

IL_000a:
	{
		String_t* L_3 = ___1_s;
		bool L_4;
		L_4 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_3, NULL);
		if (L_4)
		{
			goto IL_027d;
		}
	}
	{
		String_t* L_5 = ___1_s;
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_6 = ___4_charEscapeFlags;
		int32_t L_7 = ___5_stringEscapeHandling;
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		int32_t L_8;
		L_8 = JavaScriptUtils_FirstCharToEscape_mC3E80E28A55D16FBE05D2A8B5C5D117300B802C8(L_5, L_6, L_7, NULL);
		V_0 = L_8;
		int32_t L_9 = V_0;
		if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
		{
			goto IL_0030;
		}
	}
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_10 = ___0_writer;
		String_t* L_11 = ___1_s;
		NullCheck(L_10);
		VirtualActionInvoker1< String_t* >::Invoke(17, L_10, L_11);
		goto IL_027d;
	}

IL_0030:
	{
		int32_t L_12 = V_0;
		if (!L_12)
		{
			goto IL_0065;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_13 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_13);
		if (!L_14)
		{
			goto IL_0040;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_15 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_15);
		NullCheck(L_16);
		int32_t L_17 = V_0;
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))) >= ((int32_t)L_17)))
		{
			goto IL_004e;
		}
	}

IL_0040:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_18 = ___7_writeBuffer;
		RuntimeObject* L_19 = ___6_bufferPool;
		int32_t L_20 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_21 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_21);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23;
		L_23 = BufferUtils_EnsureBufferSize_m2CF4818D2839BDF81AAE5AEDBEA4772C9B2F9A18(L_19, L_20, L_22, NULL);
		*((RuntimeObject**)L_18) = (RuntimeObject*)L_23;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_23);
	}

IL_004e:
	{
		String_t* L_24 = ___1_s;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_25 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_25);
		int32_t L_27 = V_0;
		NullCheck(L_24);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_24, 0, L_26, 0, L_27, NULL);
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_28 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_29 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_29);
		int32_t L_31 = V_0;
		NullCheck(L_28);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_28, L_30, 0, L_31);
	}

IL_0065:
	{
		int32_t L_32 = V_0;
		V_2 = L_32;
		goto IL_0232;
	}

IL_006c:
	{
		String_t* L_33 = ___1_s;
		int32_t L_34 = V_2;
		NullCheck(L_33);
		Il2CppChar L_35;
		L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, L_34, NULL);
		V_3 = L_35;
		Il2CppChar L_36 = V_3;
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_37 = ___4_charEscapeFlags;
		NullCheck(L_37);
		if ((((int32_t)L_36) >= ((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))
		{
			goto IL_0084;
		}
	}
	{
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_38 = ___4_charEscapeFlags;
		Il2CppChar L_39 = V_3;
		NullCheck(L_38);
		Il2CppChar L_40 = L_39;
		uint8_t L_41 = (uint8_t)(L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
		if (!L_41)
		{
			goto IL_022e;
		}
	}

IL_0084:
	{
		Il2CppChar L_42 = V_3;
		if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)92)))))
		{
			goto IL_00b0;
		}
	}
	{
		Il2CppChar L_43 = V_3;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_43, 8)))
		{
			case 0:
			{
				goto IL_00fa;
			}
			case 1:
			{
				goto IL_00ca;
			}
			case 2:
			{
				goto IL_00d6;
			}
			case 3:
			{
				goto IL_012a;
			}
			case 4:
			{
				goto IL_00ee;
			}
			case 5:
			{
				goto IL_00e2;
			}
		}
	}
	{
		Il2CppChar L_44 = V_3;
		if ((((int32_t)L_44) == ((int32_t)((int32_t)92))))
		{
			goto IL_0106;
		}
	}
	{
		goto IL_012a;
	}

IL_00b0:
	{
		Il2CppChar L_45 = V_3;
		if ((((int32_t)L_45) == ((int32_t)((int32_t)133))))
		{
			goto IL_010f;
		}
	}
	{
		Il2CppChar L_46 = V_3;
		if ((((int32_t)L_46) == ((int32_t)((int32_t)8232))))
		{
			goto IL_0118;
		}
	}
	{
		Il2CppChar L_47 = V_3;
		if ((((int32_t)L_47) == ((int32_t)((int32_t)8233))))
		{
			goto IL_0121;
		}
	}
	{
		goto IL_012a;
	}

IL_00ca:
	{
		V_4 = _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462;
		goto IL_018c;
	}

IL_00d6:
	{
		V_4 = _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51;
		goto IL_018c;
	}

IL_00e2:
	{
		V_4 = _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F;
		goto IL_018c;
	}

IL_00ee:
	{
		V_4 = _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122;
		goto IL_018c;
	}

IL_00fa:
	{
		V_4 = _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9;
		goto IL_018c;
	}

IL_0106:
	{
		V_4 = _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
		goto IL_018c;
	}

IL_010f:
	{
		V_4 = _stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67;
		goto IL_018c;
	}

IL_0118:
	{
		V_4 = _stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894;
		goto IL_018c;
	}

IL_0121:
	{
		V_4 = _stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B;
		goto IL_018c;
	}

IL_012a:
	{
		Il2CppChar L_48 = V_3;
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_49 = ___4_charEscapeFlags;
		NullCheck(L_49);
		if ((((int32_t)L_48) < ((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))
		{
			goto IL_0136;
		}
	}
	{
		int32_t L_50 = ___5_stringEscapeHandling;
		if ((!(((uint32_t)L_50) == ((uint32_t)1))))
		{
			goto IL_0189;
		}
	}

IL_0136:
	{
		Il2CppChar L_51 = V_3;
		if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)39)))))
		{
			goto IL_0149;
		}
	}
	{
		int32_t L_52 = ___5_stringEscapeHandling;
		if ((((int32_t)L_52) == ((int32_t)2)))
		{
			goto IL_0149;
		}
	}
	{
		V_4 = _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC;
		goto IL_018c;
	}

IL_0149:
	{
		Il2CppChar L_53 = V_3;
		if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)34)))))
		{
			goto IL_015c;
		}
	}
	{
		int32_t L_54 = ___5_stringEscapeHandling;
		if ((((int32_t)L_54) == ((int32_t)2)))
		{
			goto IL_015c;
		}
	}
	{
		V_4 = _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD;
		goto IL_018c;
	}

IL_015c:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_55 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_56 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_55);
		if (!L_56)
		{
			goto IL_0169;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_57 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_58 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_57);
		NullCheck(L_58);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length))) >= ((int32_t)6)))
		{
			goto IL_0177;
		}
	}

IL_0169:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_59 = ___7_writeBuffer;
		RuntimeObject* L_60 = ___6_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_61 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_61);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63;
		L_63 = BufferUtils_EnsureBufferSize_m2CF4818D2839BDF81AAE5AEDBEA4772C9B2F9A18(L_60, 6, L_62, NULL);
		*((RuntimeObject**)L_59) = (RuntimeObject*)L_63;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_59, (void*)(RuntimeObject*)L_63);
	}

IL_0177:
	{
		Il2CppChar L_64 = V_3;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_65 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_66 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_65);
		StringUtils_ToCharAsUnicode_m24D950B8B7F90A829F4221DE376C2624B0AAB62C(L_64, L_66, NULL);
		V_4 = _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
		goto IL_018c;
	}

IL_0189:
	{
		V_4 = (String_t*)NULL;
	}

IL_018c:
	{
		String_t* L_67 = V_4;
		if (!L_67)
		{
			goto IL_022e;
		}
	}
	{
		String_t* L_68 = V_4;
		bool L_69;
		L_69 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_68, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, 4, NULL);
		V_5 = L_69;
		int32_t L_70 = V_2;
		int32_t L_71 = V_0;
		if ((((int32_t)L_70) <= ((int32_t)L_71)))
		{
			goto IL_0211;
		}
	}
	{
		int32_t L_72 = V_2;
		int32_t L_73 = V_0;
		bool L_74 = V_5;
		if (L_74)
		{
			G_B47_0 = ((int32_t)il2cpp_codegen_subtract(L_72, L_73));
			goto IL_01b0;
		}
		G_B46_0 = ((int32_t)il2cpp_codegen_subtract(L_72, L_73));
	}
	{
		G_B48_0 = 0;
		G_B48_1 = G_B46_0;
		goto IL_01b1;
	}

IL_01b0:
	{
		G_B48_0 = 6;
		G_B48_1 = G_B47_0;
	}

IL_01b1:
	{
		V_1 = ((int32_t)il2cpp_codegen_add(G_B48_1, G_B48_0));
		bool L_75 = V_5;
		if (L_75)
		{
			goto IL_01ba;
		}
	}
	{
		G_B51_0 = 0;
		goto IL_01bb;
	}

IL_01ba:
	{
		G_B51_0 = 6;
	}

IL_01bb:
	{
		V_6 = G_B51_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_76 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_77 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_76);
		if (!L_77)
		{
			goto IL_01ca;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_78 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_78);
		NullCheck(L_79);
		int32_t L_80 = V_1;
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length))) >= ((int32_t)L_80)))
		{
			goto IL_01f2;
		}
	}

IL_01ca:
	{
		RuntimeObject* L_81 = ___6_bufferPool;
		int32_t L_82 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_83;
		L_83 = BufferUtils_RentBuffer_m0CD2D9EE0A156A32A3E6690D59974C1F772DA4F1(L_81, L_82, NULL);
		V_7 = L_83;
		bool L_84 = V_5;
		if (!L_84)
		{
			goto IL_01e3;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_85 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_86 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_85);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_87 = V_7;
		Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_86, (RuntimeArray*)L_87, 6, NULL);
	}

IL_01e3:
	{
		RuntimeObject* L_88 = ___6_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_89 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_90 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_89);
		BufferUtils_ReturnBuffer_m724A55F218F5C04FB3A427C74B5CEF4EB9B020A9(L_88, L_90, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_91 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_92 = V_7;
		*((RuntimeObject**)L_91) = (RuntimeObject*)L_92;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_91, (void*)(RuntimeObject*)L_92);
	}

IL_01f2:
	{
		String_t* L_93 = ___1_s;
		int32_t L_94 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_95 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_96 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_95);
		int32_t L_97 = V_6;
		int32_t L_98 = V_1;
		int32_t L_99 = V_6;
		NullCheck(L_93);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_93, L_94, L_96, L_97, ((int32_t)il2cpp_codegen_subtract(L_98, L_99)), NULL);
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_100 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_101 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_102 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_101);
		int32_t L_103 = V_6;
		int32_t L_104 = V_1;
		int32_t L_105 = V_6;
		NullCheck(L_100);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_100, L_102, L_103, ((int32_t)il2cpp_codegen_subtract(L_104, L_105)));
	}

IL_0211:
	{
		int32_t L_106 = V_2;
		V_0 = ((int32_t)il2cpp_codegen_add(L_106, 1));
		bool L_107 = V_5;
		if (L_107)
		{
			goto IL_0223;
		}
	}
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_108 = ___0_writer;
		String_t* L_109 = V_4;
		NullCheck(L_108);
		VirtualActionInvoker1< String_t* >::Invoke(17, L_108, L_109);
		goto IL_022e;
	}

IL_0223:
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_110 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_111 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_112 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_111);
		NullCheck(L_110);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_110, L_112, 0, 6);
	}

IL_022e:
	{
		int32_t L_113 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_113, 1));
	}

IL_0232:
	{
		int32_t L_114 = V_2;
		String_t* L_115 = ___1_s;
		NullCheck(L_115);
		int32_t L_116;
		L_116 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_115, NULL);
		if ((((int32_t)L_114) < ((int32_t)L_116)))
		{
			goto IL_006c;
		}
	}
	{
		String_t* L_117 = ___1_s;
		NullCheck(L_117);
		int32_t L_118;
		L_118 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_117, NULL);
		int32_t L_119 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_subtract(L_118, L_119));
		int32_t L_120 = V_1;
		if ((((int32_t)L_120) <= ((int32_t)0)))
		{
			goto IL_027d;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_121 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_122 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_121);
		if (!L_122)
		{
			goto IL_0258;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_123 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_124 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_123);
		NullCheck(L_124);
		int32_t L_125 = V_1;
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_124)->max_length))) >= ((int32_t)L_125)))
		{
			goto IL_0266;
		}
	}

IL_0258:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_126 = ___7_writeBuffer;
		RuntimeObject* L_127 = ___6_bufferPool;
		int32_t L_128 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_129 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_130 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_129);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_131;
		L_131 = BufferUtils_EnsureBufferSize_m2CF4818D2839BDF81AAE5AEDBEA4772C9B2F9A18(L_127, L_128, L_130, NULL);
		*((RuntimeObject**)L_126) = (RuntimeObject*)L_131;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_126, (void*)(RuntimeObject*)L_131);
	}

IL_0266:
	{
		String_t* L_132 = ___1_s;
		int32_t L_133 = V_0;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_134 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_135 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_134);
		int32_t L_136 = V_1;
		NullCheck(L_132);
		String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_132, L_133, L_135, 0, L_136, NULL);
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_137 = ___0_writer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_138 = ___7_writeBuffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_139 = *((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB**)L_138);
		int32_t L_140 = V_1;
		NullCheck(L_137);
		VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15, L_137, L_139, 0, L_140);
	}

IL_027d:
	{
		bool L_141 = ___3_appendDelimiters;
		if (!L_141)
		{
			goto IL_0287;
		}
	}
	{
		TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_142 = ___0_writer;
		Il2CppChar L_143 = ___2_delimiter;
		NullCheck(L_142);
		VirtualActionInvoker1< Il2CppChar >::Invoke(13, L_142, L_143);
	}

IL_0287:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JavaScriptUtils_ToEscapedJavaScriptString_m50ACC5FDF3A885F430CBF7FDAF5A048551F995B7 (String_t* ___0_value, Il2CppChar ___1_delimiter, bool ___2_appendDelimiters, int32_t ___3_stringEscapeHandling, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* V_0 = NULL;
	StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_1 = NULL;
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
	String_t* V_3 = NULL;
	int32_t G_B3_0 = 0;
	{
		int32_t L_0 = ___3_stringEscapeHandling;
		Il2CppChar L_1 = ___1_delimiter;
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_2;
		L_2 = JavaScriptUtils_GetCharEscapeFlags_mFACEF9DE1403BD66866D82EEDEBAF9CA11171770(L_0, L_1, NULL);
		V_0 = L_2;
		String_t* L_3 = ___0_value;
		if (L_3)
		{
			goto IL_000f;
		}
	}
	{
		G_B3_0 = ((int32_t)16);
		goto IL_0015;
	}

IL_000f:
	{
		String_t* L_4 = ___0_value;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
		G_B3_0 = L_5;
	}

IL_0015:
	{
		StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_6;
		L_6 = StringUtils_CreateStringWriter_mE99F16079289F7A6BC74C0794E1C1C60C848EE76(G_B3_0, NULL);
		V_1 = L_6;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0034:
			{
				{
					StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_7 = V_1;
					if (!L_7)
					{
						goto IL_003d;
					}
				}
				{
					StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_8 = V_1;
					NullCheck(L_8);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
				}

IL_003d:
				{
					return;
				}
			}
		});
		try
		{
			V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
			StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_9 = V_1;
			String_t* L_10 = ___0_value;
			Il2CppChar L_11 = ___1_delimiter;
			bool L_12 = ___2_appendDelimiters;
			BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_13 = V_0;
			int32_t L_14 = ___3_stringEscapeHandling;
			il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
			JavaScriptUtils_WriteEscapedJavaScriptString_m267358C3D8B0A8EC568C3AFAF98ADE308FFCEEE1(L_9, L_10, L_11, L_12, L_13, L_14, (RuntimeObject*)NULL, (&V_2), NULL);
			StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_15 = V_1;
			NullCheck(L_15);
			String_t* L_16;
			L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_15);
			V_3 = L_16;
			goto IL_003e;
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_003e:
	{
		String_t* L_17 = V_3;
		return L_17;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JavaScriptUtils_FirstCharToEscape_mC3E80E28A55D16FBE05D2A8B5C5D117300B802C8 (String_t* ___0_s, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___1_charEscapeFlags, int32_t ___2_stringEscapeHandling, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	{
		V_0 = 0;
		goto IL_003d;
	}

IL_0004:
	{
		String_t* L_0 = ___0_s;
		int32_t L_1 = V_0;
		NullCheck(L_0);
		Il2CppChar L_2;
		L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
		V_1 = L_2;
		Il2CppChar L_3 = V_1;
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_4 = ___1_charEscapeFlags;
		NullCheck(L_4);
		if ((((int32_t)L_3) >= ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))
		{
			goto IL_0019;
		}
	}
	{
		BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_5 = ___1_charEscapeFlags;
		Il2CppChar L_6 = V_1;
		NullCheck(L_5);
		Il2CppChar L_7 = L_6;
		uint8_t L_8 = (uint8_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		if (!L_8)
		{
			goto IL_0039;
		}
	}
	{
		int32_t L_9 = V_0;
		return L_9;
	}

IL_0019:
	{
		int32_t L_10 = ___2_stringEscapeHandling;
		if ((!(((uint32_t)L_10) == ((uint32_t)1))))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_11 = V_0;
		return L_11;
	}

IL_001f:
	{
		Il2CppChar L_12 = V_1;
		if ((((int32_t)L_12) == ((int32_t)((int32_t)133))))
		{
			goto IL_0037;
		}
	}
	{
		Il2CppChar L_13 = V_1;
		if ((((int32_t)L_13) == ((int32_t)((int32_t)8232))))
		{
			goto IL_0037;
		}
	}
	{
		Il2CppChar L_14 = V_1;
		if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)8233)))))
		{
			goto IL_0039;
		}
	}

IL_0037:
	{
		int32_t L_15 = V_0;
		return L_15;
	}

IL_0039:
	{
		int32_t L_16 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
	}

IL_003d:
	{
		int32_t L_17 = V_0;
		String_t* L_18 = ___0_s;
		NullCheck(L_18);
		int32_t L_19;
		L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
		if ((!(((uint32_t)L_17) == ((uint32_t)L_19))))
		{
			goto IL_0004;
		}
	}
	{
		return (-1);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_TryGetDateFromConstructorJson_m1E1BDC2EA0BE4BAD6E1DD17D4E48BE0AB25084EC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___0_reader, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___1_dateTime, String_t** ___2_errorMessage, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22FE8CF0CFDCCDB13208BCC31E8BD10F478125DC);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B32DCC9DD9FF2ED15F20D20FBEEE7EB511CC73C);
		s_Il2CppMethodInitialized = true;
	}
	Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 V_0;
	memset((&V_0), 0, sizeof(V_0));
	Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 V_1;
	memset((&V_1), 0, sizeof(V_1));
	List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* V_2 = NULL;
	Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 V_3;
	memset((&V_3), 0, sizeof(V_3));
	String_t* G_B4_0 = NULL;
	String_t** G_B4_1 = NULL;
	String_t* G_B3_0 = NULL;
	String_t** G_B3_1 = NULL;
	int32_t G_B19_0 = 0;
	int32_t G_B19_1 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B19_2 = NULL;
	int32_t G_B18_0 = 0;
	int32_t G_B18_1 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B18_2 = NULL;
	int32_t G_B20_0 = 0;
	int32_t G_B20_1 = 0;
	int32_t G_B20_2 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* G_B20_3 = NULL;
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = ___1_dateTime;
		il2cpp_codegen_initobj(L_0, sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		String_t** L_1 = ___2_errorMessage;
		*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_2 = ___0_reader;
		String_t** L_3 = ___2_errorMessage;
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		bool L_4;
		L_4 = JavaScriptUtils_TryGetDateConstructorValue_m7CF7AB00214085A69A7629DC0781F9135B07D80B(L_2, (&V_0), L_3, NULL);
		if (!L_4)
		{
			goto IL_001e;
		}
	}
	{
		bool L_5;
		L_5 = Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_inline((&V_0), Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_RuntimeMethod_var);
		if (L_5)
		{
			goto IL_002d;
		}
	}

IL_001e:
	{
		String_t** L_6 = ___2_errorMessage;
		String_t** L_7 = ___2_errorMessage;
		String_t* L_8 = *((String_t**)L_7);
		String_t* L_9 = L_8;
		if (L_9)
		{
			G_B4_0 = L_9;
			G_B4_1 = L_6;
			goto IL_002a;
		}
		G_B3_0 = L_9;
		G_B3_1 = L_6;
	}
	{
		G_B4_0 = _stringLiteral22FE8CF0CFDCCDB13208BCC31E8BD10F478125DC;
		G_B4_1 = G_B3_1;
	}

IL_002a:
	{
		*((RuntimeObject**)G_B4_1) = (RuntimeObject*)G_B4_0;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B4_1, (void*)(RuntimeObject*)G_B4_0);
		return (bool)0;
	}

IL_002d:
	{
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_10 = ___0_reader;
		String_t** L_11 = ___2_errorMessage;
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		bool L_12;
		L_12 = JavaScriptUtils_TryGetDateConstructorValue_m7CF7AB00214085A69A7629DC0781F9135B07D80B(L_10, (&V_1), L_11, NULL);
		if (L_12)
		{
			goto IL_003a;
		}
	}
	{
		return (bool)0;
	}

IL_003a:
	{
		bool L_13;
		L_13 = Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_inline((&V_1), Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_RuntimeMethod_var);
		if (!L_13)
		{
			goto IL_0101;
		}
	}
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_14 = (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*)il2cpp_codegen_object_new(List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var);
		List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75(L_14, List_1__ctor_m2EBA73E03CE51821DFC1880E09649FFBFC3ABA75_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_15 = L_14;
		int64_t L_16;
		L_16 = Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC((&V_0), Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var);
		NullCheck(L_15);
		List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_inline(L_15, L_16, List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_17 = L_15;
		int64_t L_18;
		L_18 = Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC((&V_1), Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var);
		NullCheck(L_17);
		List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_inline(L_17, L_18, List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var);
		V_2 = L_17;
	}

IL_0066:
	{
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_19 = ___0_reader;
		String_t** L_20 = ___2_errorMessage;
		il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
		bool L_21;
		L_21 = JavaScriptUtils_TryGetDateConstructorValue_m7CF7AB00214085A69A7629DC0781F9135B07D80B(L_19, (&V_3), L_20, NULL);
		if (L_21)
		{
			goto IL_0073;
		}
	}
	{
		return (bool)0;
	}

IL_0073:
	{
		bool L_22;
		L_22 = Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_inline((&V_3), Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_RuntimeMethod_var);
		if (!L_22)
		{
			goto IL_008b;
		}
	}
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_23 = V_2;
		int64_t L_24;
		L_24 = Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC((&V_3), Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var);
		NullCheck(L_23);
		List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_inline(L_23, L_24, List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var);
		goto IL_0066;
	}

IL_008b:
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_25 = V_2;
		NullCheck(L_25);
		int32_t L_26;
		L_26 = List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_inline(L_25, List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_RuntimeMethod_var);
		if ((((int32_t)L_26) <= ((int32_t)7)))
		{
			goto IL_00a5;
		}
	}
	{
		String_t** L_27 = ___2_errorMessage;
		*((RuntimeObject**)L_27) = (RuntimeObject*)_stringLiteral6B32DCC9DD9FF2ED15F20D20FBEEE7EB511CC73C;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)_stringLiteral6B32DCC9DD9FF2ED15F20D20FBEEE7EB511CC73C);
		return (bool)0;
	}

IL_009d:
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_28 = V_2;
		NullCheck(L_28);
		List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_inline(L_28, ((int64_t)0), List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_RuntimeMethod_var);
	}

IL_00a5:
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_29 = V_2;
		NullCheck(L_29);
		int32_t L_30;
		L_30 = List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_inline(L_29, List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_RuntimeMethod_var);
		if ((((int32_t)L_30) < ((int32_t)7)))
		{
			goto IL_009d;
		}
	}
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_31 = ___1_dateTime;
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_32 = V_2;
		NullCheck(L_32);
		int64_t L_33;
		L_33 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_32, 0, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_34 = V_2;
		NullCheck(L_34);
		int64_t L_35;
		L_35 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_34, 1, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_36 = V_2;
		NullCheck(L_36);
		int64_t L_37;
		L_37 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_36, 2, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		if (!L_37)
		{
			G_B19_0 = ((int32_t)il2cpp_codegen_add(((int32_t)L_35), 1));
			G_B19_1 = ((int32_t)L_33);
			G_B19_2 = L_31;
			goto IL_00d4;
		}
		G_B18_0 = ((int32_t)il2cpp_codegen_add(((int32_t)L_35), 1));
		G_B18_1 = ((int32_t)L_33);
		G_B18_2 = L_31;
	}
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_38 = V_2;
		NullCheck(L_38);
		int64_t L_39;
		L_39 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_38, 2, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		G_B20_0 = ((int32_t)L_39);
		G_B20_1 = G_B18_0;
		G_B20_2 = G_B18_1;
		G_B20_3 = G_B18_2;
		goto IL_00d5;
	}

IL_00d4:
	{
		G_B20_0 = 1;
		G_B20_1 = G_B19_0;
		G_B20_2 = G_B19_1;
		G_B20_3 = G_B19_2;
	}

IL_00d5:
	{
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_40 = V_2;
		NullCheck(L_40);
		int64_t L_41;
		L_41 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_40, 3, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_42 = V_2;
		NullCheck(L_42);
		int64_t L_43;
		L_43 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_42, 4, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_44 = V_2;
		NullCheck(L_44);
		int64_t L_45;
		L_45 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_44, 5, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_46 = V_2;
		NullCheck(L_46);
		int64_t L_47;
		L_47 = List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD(L_46, 6, List_1_get_Item_m83A927A531097BB02EAEC9E5AD4B32C1499B55FD_RuntimeMethod_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_48;
		memset((&L_48), 0, sizeof(L_48));
		DateTime__ctor_mA66CE5141E86C5BC75F79543F99A7BD77B420201((&L_48), G_B20_2, G_B20_1, G_B20_0, ((int32_t)L_41), ((int32_t)L_43), ((int32_t)L_45), ((int32_t)L_47), NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)G_B20_3 = L_48;
		goto IL_0113;
	}

IL_0101:
	{
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_49 = ___1_dateTime;
		int64_t L_50;
		L_50 = Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC((&V_0), Nullable_1_get_Value_mB475257F3012818AAA61B72B67DA701FACE716DC_RuntimeMethod_var);
		il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_51;
		L_51 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m927253156D26643004345A45B5FE76648E8F8884(L_50, NULL);
		*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)L_49 = L_51;
	}

IL_0113:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_TryGetDateConstructorValue_m7CF7AB00214085A69A7629DC0781F9135B07D80B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___0_reader, Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* ___1_integer, String_t** ___2_errorMessage, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76EE5B8D032C95BE563A920FDFAD51C49E21E8AA);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* L_0 = ___1_integer;
		il2cpp_codegen_initobj(L_0, sizeof(Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17));
		String_t** L_1 = ___2_errorMessage;
		*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_2 = ___0_reader;
		NullCheck(L_2);
		bool L_3;
		L_3 = VirtualFuncInvoker0< bool >::Invoke(10, L_2);
		if (L_3)
		{
			goto IL_001b;
		}
	}
	{
		String_t** L_4 = ___2_errorMessage;
		*((RuntimeObject**)L_4) = (RuntimeObject*)_stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)_stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393);
		return (bool)0;
	}

IL_001b:
	{
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_5 = ___0_reader;
		NullCheck(L_5);
		int32_t L_6;
		L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_5);
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)15)))))
		{
			goto IL_0027;
		}
	}
	{
		return (bool)1;
	}

IL_0027:
	{
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_7 = ___0_reader;
		NullCheck(L_7);
		int32_t L_8;
		L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_7);
		if ((((int32_t)L_8) == ((int32_t)7)))
		{
			goto IL_0052;
		}
	}
	{
		String_t** L_9 = ___2_errorMessage;
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_10 = ___0_reader;
		NullCheck(L_10);
		int32_t L_11;
		L_11 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_10);
		V_0 = L_11;
		Il2CppFakeBox<int32_t> L_12(JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var, (&V_0));
		String_t* L_13;
		L_13 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_12), NULL);
		String_t* L_14;
		L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral76EE5B8D032C95BE563A920FDFAD51C49E21E8AA, L_13, NULL);
		*((RuntimeObject**)L_9) = (RuntimeObject*)L_14;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_14);
		return (bool)0;
	}

IL_0052:
	{
		Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* L_15 = ___1_integer;
		JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_16 = ___0_reader;
		NullCheck(L_16);
		RuntimeObject* L_17;
		L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, L_16);
		Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17 L_18;
		memset((&L_18), 0, sizeof(L_18));
		Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1((&L_18), ((*(int64_t*)UnBox(L_17, il2cpp_defaults.int64_class))), Nullable_1__ctor_m117BE9EF6DBC76B088B52AFB80634B9195D384A1_RuntimeMethod_var);
		*(Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17*)L_15 = L_18;
		return (bool)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 JsonTokenUtils_IsEndToken_m70717579B601F0647A66B4896AE17A48B3A89CB4 (int32_t ___0_token, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_token;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)13)))) <= ((uint32_t)2))))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)1;
	}

IL_0009:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m3C784E79F513290AFDC7818B2C720C795FBE500C (int32_t ___0_token, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_token;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1))) <= ((uint32_t)2))))
		{
			goto IL_0008;
		}
	}
	{
		return (bool)1;
	}

IL_0008:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m97DBA2150C205005AA33809D4355769E9ED1BB2B (int32_t ___0_token, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_token;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 7))) > ((uint32_t)5))))
		{
			goto IL_000d;
		}
	}
	{
		int32_t L_1 = ___0_token;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)16)))) <= ((uint32_t)1))))
		{
			goto IL_000f;
		}
	}

IL_000d:
	{
		return (bool)1;
	}

IL_000f:
	{
		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 ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* LateBoundReflectionDelegateFactory_get_Instance_mAC844486768E223FABD4AB379F29D33997E6E747 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var);
		LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* L_0 = ((LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var))->____instance;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* LateBoundReflectionDelegateFactory_CreateParameterizedConstructor_mA59A94C702D443557FDAE92AF35A64E2DA92CF4F (LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* __this, MethodBase_t* ___0_method, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m4F59643C7CFE3C66AC0076F949501A04920F7FF9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m14BA5C3056EE694ECC9A796EC7E3F298DCA685A2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* V_0 = NULL;
	{
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_0 = (U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass3_0__ctor_m312F08F4C3CEBC38A926FB5F2A0C119D462FEB6F(L_0, NULL);
		V_0 = L_0;
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_1 = V_0;
		MethodBase_t* L_2 = ___0_method;
		NullCheck(L_1);
		L_1->___method = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___method), (void*)L_2);
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_3 = V_0;
		NullCheck(L_3);
		MethodBase_t* L_4 = L_3->___method;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_4, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_5 = V_0;
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_6 = V_0;
		NullCheck(L_6);
		MethodBase_t* L_7 = L_6->___method;
		NullCheck(L_5);
		L_5->___c = ((ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)IsInstClass((RuntimeObject*)L_7, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var));
		Il2CppCodeGenWriteBarrier((void**)(&L_5->___c), (void*)((ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)IsInstClass((RuntimeObject*)L_7, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var)));
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_8 = V_0;
		NullCheck(L_8);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9 = L_8->___c;
		if (!L_9)
		{
			goto IL_0043;
		}
	}
	{
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_10 = V_0;
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_11 = (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*)il2cpp_codegen_object_new(ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D(L_11, L_10, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m4F59643C7CFE3C66AC0076F949501A04920F7FF9_RuntimeMethod_var), NULL);
		return L_11;
	}

IL_0043:
	{
		U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* L_12 = V_0;
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_13 = (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*)il2cpp_codegen_object_new(ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D(L_13, L_12, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m14BA5C3056EE694ECC9A796EC7E3F298DCA685A2_RuntimeMethod_var), NULL);
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__ctor_m98CE81BFFF3C34914C11A9167881DBD651793C5F (LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* __this, const RuntimeMethod* method) 
{
	{
		ReflectionDelegateFactory__ctor_mE9385422DDFE3B3AED392895D925ABF922D1048F(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__cctor_m03272AF8A4FE2D11C7D2467A97EB833D8D8A4B8B (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64* L_0 = (LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64*)il2cpp_codegen_object_new(LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var);
		LateBoundReflectionDelegateFactory__ctor_m98CE81BFFF3C34914C11A9167881DBD651793C5F(L_0, NULL);
		((LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_il2cpp_TypeInfo_var))->____instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t70C271888C6C9F59A4A1D8454B10D3FA5D452B64_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 U3CU3Ec__DisplayClass3_0__ctor_m312F08F4C3CEBC38A926FB5F2A0C119D462FEB6F (U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m4F59643C7CFE3C66AC0076F949501A04920F7FF9 (U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_a, const RuntimeMethod* method) 
{
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = __this->___c;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___0_a;
		NullCheck(L_0);
		RuntimeObject* L_2;
		L_2 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m14BA5C3056EE694ECC9A796EC7E3F298DCA685A2 (U3CU3Ec__DisplayClass3_0_t6228E726F6E749FBE0D3BC6C013EF0CF35FEB9CC* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_a, const RuntimeMethod* method) 
{
	{
		MethodBase_t* L_0 = __this->___method;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___0_a;
		NullCheck(L_0);
		RuntimeObject* L_2;
		L_2 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_0, NULL, 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 MathUtils_IntLength_m23241F09F5280B9249FBD8D666E56C81E464919C (uint64_t ___0_i, const RuntimeMethod* method) 
{
	{
		uint64_t L_0 = ___0_i;
		if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)10000000000LL)))))
		{
			goto IL_006d;
		}
	}
	{
		uint64_t L_1 = ___0_i;
		if ((!(((uint64_t)L_1) < ((uint64_t)((int64_t)((int32_t)10))))))
		{
			goto IL_0014;
		}
	}
	{
		return 1;
	}

IL_0014:
	{
		uint64_t L_2 = ___0_i;
		if ((!(((uint64_t)L_2) < ((uint64_t)((int64_t)((int32_t)100))))))
		{
			goto IL_001c;
		}
	}
	{
		return 2;
	}

IL_001c:
	{
		uint64_t L_3 = ___0_i;
		if ((!(((uint64_t)L_3) < ((uint64_t)((int64_t)((int32_t)1000))))))
		{
			goto IL_0027;
		}
	}
	{
		return 3;
	}

IL_0027:
	{
		uint64_t L_4 = ___0_i;
		if ((!(((uint64_t)L_4) < ((uint64_t)((int64_t)((int32_t)10000))))))
		{
			goto IL_0032;
		}
	}
	{
		return 4;
	}

IL_0032:
	{
		uint64_t L_5 = ___0_i;
		if ((!(((uint64_t)L_5) < ((uint64_t)((int64_t)((int32_t)100000))))))
		{
			goto IL_003d;
		}
	}
	{
		return 5;
	}

IL_003d:
	{
		uint64_t L_6 = ___0_i;
		if ((!(((uint64_t)L_6) < ((uint64_t)((int64_t)((int32_t)1000000))))))
		{
			goto IL_0048;
		}
	}
	{
		return 6;
	}

IL_0048:
	{
		uint64_t L_7 = ___0_i;
		if ((!(((uint64_t)L_7) < ((uint64_t)((int64_t)((int32_t)10000000))))))
		{
			goto IL_0053;
		}
	}
	{
		return 7;
	}

IL_0053:
	{
		uint64_t L_8 = ___0_i;
		if ((!(((uint64_t)L_8) < ((uint64_t)((int64_t)((int32_t)100000000))))))
		{
			goto IL_005e;
		}
	}
	{
		return 8;
	}

IL_005e:
	{
		uint64_t L_9 = ___0_i;
		if ((!(((uint64_t)L_9) < ((uint64_t)((int64_t)((int32_t)1000000000))))))
		{
			goto IL_006a;
		}
	}
	{
		return ((int32_t)9);
	}

IL_006a:
	{
		return ((int32_t)10);
	}

IL_006d:
	{
		uint64_t L_10 = ___0_i;
		if ((!(((uint64_t)L_10) < ((uint64_t)((int64_t)100000000000LL)))))
		{
			goto IL_007c;
		}
	}
	{
		return ((int32_t)11);
	}

IL_007c:
	{
		uint64_t L_11 = ___0_i;
		if ((!(((uint64_t)L_11) < ((uint64_t)((int64_t)1000000000000LL)))))
		{
			goto IL_008b;
		}
	}
	{
		return ((int32_t)12);
	}

IL_008b:
	{
		uint64_t L_12 = ___0_i;
		if ((!(((uint64_t)L_12) < ((uint64_t)((int64_t)10000000000000LL)))))
		{
			goto IL_009a;
		}
	}
	{
		return ((int32_t)13);
	}

IL_009a:
	{
		uint64_t L_13 = ___0_i;
		if ((!(((uint64_t)L_13) < ((uint64_t)((int64_t)100000000000000LL)))))
		{
			goto IL_00a9;
		}
	}
	{
		return ((int32_t)14);
	}

IL_00a9:
	{
		uint64_t L_14 = ___0_i;
		if ((!(((uint64_t)L_14) < ((uint64_t)((int64_t)1000000000000000LL)))))
		{
			goto IL_00b8;
		}
	}
	{
		return ((int32_t)15);
	}

IL_00b8:
	{
		uint64_t L_15 = ___0_i;
		if ((!(((uint64_t)L_15) < ((uint64_t)((int64_t)10000000000000000LL)))))
		{
			goto IL_00c7;
		}
	}
	{
		return ((int32_t)16);
	}

IL_00c7:
	{
		uint64_t L_16 = ___0_i;
		if ((!(((uint64_t)L_16) < ((uint64_t)((int64_t)100000000000000000LL)))))
		{
			goto IL_00d6;
		}
	}
	{
		return ((int32_t)17);
	}

IL_00d6:
	{
		uint64_t L_17 = ___0_i;
		if ((!(((uint64_t)L_17) < ((uint64_t)((int64_t)1000000000000000000LL)))))
		{
			goto IL_00e5;
		}
	}
	{
		return ((int32_t)18);
	}

IL_00e5:
	{
		uint64_t L_18 = ___0_i;
		if ((!(((uint64_t)L_18) < ((uint64_t)((int64_t)-8446744073709551616LL)))))
		{
			goto IL_00f4;
		}
	}
	{
		return ((int32_t)19);
	}

IL_00f4:
	{
		return ((int32_t)20);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63 (int32_t ___0_n, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_n;
		if ((((int32_t)L_0) > ((int32_t)((int32_t)9))))
		{
			goto IL_000b;
		}
	}
	{
		int32_t L_1 = ___0_n;
		return ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_1, ((int32_t)48))));
	}

IL_000b:
	{
		int32_t L_2 = ___0_n;
		return ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_2, ((int32_t)10))), ((int32_t)97))));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_mFEC2066308DE0316C9ED311B46207B0F50A28712 (double ___0_d1, double ___1_d2, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	double V_0 = 0.0;
	double V_1 = 0.0;
	{
		double L_0 = ___0_d1;
		double L_1 = ___1_d2;
		if ((!(((double)L_0) == ((double)L_1))))
		{
			goto IL_0006;
		}
	}
	{
		return (bool)1;
	}

IL_0006:
	{
		double L_2 = ___0_d1;
		il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
		double L_3;
		L_3 = fabs(L_2);
		double L_4 = ___1_d2;
		double L_5;
		L_5 = fabs(L_4);
		V_0 = ((double)il2cpp_codegen_multiply(((double)il2cpp_codegen_add(((double)il2cpp_codegen_add(L_3, L_5)), (10.0))), (2.2204460492503131E-16)));
		double L_6 = ___0_d1;
		double L_7 = ___1_d2;
		V_1 = ((double)il2cpp_codegen_subtract(L_6, L_7));
		double L_8 = V_0;
		double L_9 = V_1;
		if ((!(((double)((-L_8))) < ((double)L_9))))
		{
			goto IL_0036;
		}
	}
	{
		double L_10 = V_0;
		double L_11 = V_1;
		return (bool)((((double)L_10) > ((double)L_11))? 1 : 0);
	}

IL_0036:
	{
		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 bool MiscellaneousUtils_ValueEquals_m427F9DD809F1A34E202601685246C163621C0661 (RuntimeObject* ___0_objA, RuntimeObject* ___1_objB, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
	memset((&V_0), 0, sizeof(V_0));
	{
		RuntimeObject* L_0 = ___0_objA;
		RuntimeObject* L_1 = ___1_objB;
		if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))))
		{
			goto IL_0006;
		}
	}
	{
		return (bool)1;
	}

IL_0006:
	{
		RuntimeObject* L_2 = ___0_objA;
		if (!L_2)
		{
			goto IL_000c;
		}
	}
	{
		RuntimeObject* L_3 = ___1_objB;
		if (L_3)
		{
			goto IL_000e;
		}
	}

IL_000c:
	{
		return (bool)0;
	}

IL_000e:
	{
		RuntimeObject* L_4 = ___0_objA;
		NullCheck(L_4);
		Type_t* L_5;
		L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL);
		RuntimeObject* L_6 = ___1_objB;
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_8;
		L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_5, L_7, NULL);
		if (!L_8)
		{
			goto IL_009e;
		}
	}
	{
		RuntimeObject* L_9 = ___0_objA;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_10;
		L_10 = ConvertUtils_IsInteger_mF25CD55DEF949A90AD74D6FCE946A9BA155B95CB(L_9, NULL);
		if (!L_10)
		{
			goto IL_0050;
		}
	}
	{
		RuntimeObject* L_11 = ___1_objB;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		bool L_12;
		L_12 = ConvertUtils_IsInteger_mF25CD55DEF949A90AD74D6FCE946A9BA155B95CB(L_11, NULL);
		if (!L_12)
		{
			goto IL_0050;
		}
	}
	{
		RuntimeObject* L_13 = ___0_objA;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
		L_14 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15;
		L_15 = Convert_ToDecimal_m2A6822B7BCB33F60B9425C58248111D316C3FE4C(L_13, L_14, NULL);
		V_0 = L_15;
		RuntimeObject* L_16 = ___1_objB;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17;
		L_17 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_18;
		L_18 = Convert_ToDecimal_m2A6822B7BCB33F60B9425C58248111D316C3FE4C(L_16, L_17, NULL);
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		bool L_19;
		L_19 = Decimal_Equals_m3CB5573B1905D94246A7CFB4B87586769F09F03A((&V_0), L_18, NULL);
		return L_19;
	}

IL_0050:
	{
		RuntimeObject* L_20 = ___0_objA;
		if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_20, il2cpp_defaults.double_class)))
		{
			goto IL_0068;
		}
	}
	{
		RuntimeObject* L_21 = ___0_objA;
		if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_21, il2cpp_defaults.single_class)))
		{
			goto IL_0068;
		}
	}
	{
		RuntimeObject* L_22 = ___0_objA;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_22, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
		{
			goto IL_009c;
		}
	}

IL_0068:
	{
		RuntimeObject* L_23 = ___1_objB;
		if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_23, il2cpp_defaults.double_class)))
		{
			goto IL_0080;
		}
	}
	{
		RuntimeObject* L_24 = ___1_objB;
		if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_24, il2cpp_defaults.single_class)))
		{
			goto IL_0080;
		}
	}
	{
		RuntimeObject* L_25 = ___1_objB;
		if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_25, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
		{
			goto IL_009c;
		}
	}

IL_0080:
	{
		RuntimeObject* L_26 = ___0_objA;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
		L_27 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
		il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
		double L_28;
		L_28 = Convert_ToDouble_m8DED60F2E0251A3D389F1DD22AA5AF9CD440ABE8(L_26, L_27, NULL);
		RuntimeObject* L_29 = ___1_objB;
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30;
		L_30 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
		double L_31;
		L_31 = Convert_ToDouble_m8DED60F2E0251A3D389F1DD22AA5AF9CD440ABE8(L_29, L_30, NULL);
		bool L_32;
		L_32 = MathUtils_ApproxEquals_mFEC2066308DE0316C9ED311B46207B0F50A28712(L_28, L_31, NULL);
		return L_32;
	}

IL_009c:
	{
		return (bool)0;
	}

IL_009e:
	{
		RuntimeObject* L_33 = ___0_objA;
		RuntimeObject* L_34 = ___1_objB;
		NullCheck(L_33);
		bool L_35;
		L_35 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_33, L_34);
		return L_35;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* MiscellaneousUtils_CreateArgumentOutOfRangeException_m91D696C3DB200B3480F61835CB2D4B0A601ECF0A (String_t* ___0_paramName, RuntimeObject* ___1_actualValue, String_t* ___2_message, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		String_t* L_0 = ___2_message;
		String_t* L_1;
		L_1 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
		L_2 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		RuntimeObject* L_3 = ___1_actualValue;
		String_t* L_4;
		L_4 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(_stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A, L_2, L_3, NULL);
		String_t* L_5;
		L_5 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_0, L_1, L_4, NULL);
		V_0 = L_5;
		String_t* L_6 = ___0_paramName;
		String_t* L_7 = V_0;
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, L_6, L_7, NULL);
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_ToString_m3B4DEC483B1007EADA733D660FA3FB7CCD463892 (RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_value;
		if (L_0)
		{
			goto IL_0009;
		}
	}
	{
		return _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581;
	}

IL_0009:
	{
		RuntimeObject* L_1 = ___0_value;
		V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, il2cpp_defaults.string_class));
		String_t* L_2 = V_0;
		if (L_2)
		{
			goto IL_001a;
		}
	}
	{
		RuntimeObject* L_3 = ___0_value;
		NullCheck(L_3);
		String_t* L_4;
		L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_3);
		return L_4;
	}

IL_001a:
	{
		String_t* L_5 = V_0;
		String_t* L_6;
		L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, L_5, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MiscellaneousUtils_ByteArrayCompare_m1DFCACC65C5035DF56AB68AD5873FA3EE26FE941 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_a1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_a2, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_a1;
		NullCheck(L_0);
		V_1 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_a2;
		NullCheck(L_1);
		int32_t L_2;
		L_2 = Int32_CompareTo_mFA011811D4447442ED442B4A507BD4267621C586((&V_1), ((int32_t)(((RuntimeArray*)L_1)->max_length)), NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		if (!L_3)
		{
			goto IL_0014;
		}
	}
	{
		int32_t L_4 = V_0;
		return L_4;
	}

IL_0014:
	{
		V_2 = 0;
		goto IL_0031;
	}

IL_0018:
	{
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___0_a1;
		int32_t L_6 = V_2;
		NullCheck(L_5);
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___1_a2;
		int32_t L_8 = V_2;
		NullCheck(L_7);
		int32_t L_9 = L_8;
		uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		int32_t L_11;
		L_11 = Byte_CompareTo_m188EF2F51CA95A2820D240FE282E165FAEF8A5B8(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), L_10, NULL);
		V_3 = L_11;
		int32_t L_12 = V_3;
		if (!L_12)
		{
			goto IL_002d;
		}
	}
	{
		int32_t L_13 = V_3;
		return L_13;
	}

IL_002d:
	{
		int32_t L_14 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
	}

IL_0031:
	{
		int32_t L_15 = V_2;
		ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_a1;
		NullCheck(L_16);
		if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
		{
			goto IL_0018;
		}
	}
	{
		return 0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetPrefix_mD4530D3BF776EA4ECCFF1888BBD2ECDE9F2DC1CF (String_t* ___0_qualifiedName, const RuntimeMethod* method) 
{
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	{
		String_t* L_0 = ___0_qualifiedName;
		MiscellaneousUtils_GetQualifiedNameParts_mDB4115E09A5DDA5F1103D82C7B514A038301683C(L_0, (&V_0), (&V_1), NULL);
		String_t* L_1 = V_0;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetLocalName_m6104B0EF1BD60B135EEC76A96AFF567D02394CC7 (String_t* ___0_qualifiedName, const RuntimeMethod* method) 
{
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	{
		String_t* L_0 = ___0_qualifiedName;
		MiscellaneousUtils_GetQualifiedNameParts_mDB4115E09A5DDA5F1103D82C7B514A038301683C(L_0, (&V_1), (&V_0), NULL);
		String_t* L_1 = V_0;
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscellaneousUtils_GetQualifiedNameParts_mDB4115E09A5DDA5F1103D82C7B514A038301683C (String_t* ___0_qualifiedName, String_t** ___1_prefix, String_t** ___2_localName, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		String_t* L_0 = ___0_qualifiedName;
		int32_t L_1;
		L_1 = StringUtils_IndexOf_mA44FA02FCB13BCF37C77F1BA8BB903ACA4CDF89C(L_0, ((int32_t)58), NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		if ((((int32_t)L_2) == ((int32_t)(-1))))
		{
			goto IL_001b;
		}
	}
	{
		int32_t L_3 = V_0;
		if (!L_3)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_4 = ___0_qualifiedName;
		NullCheck(L_4);
		int32_t L_5;
		L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
		int32_t L_6 = V_0;
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_5, 1))) == ((uint32_t)L_6))))
		{
			goto IL_0022;
		}
	}

IL_001b:
	{
		String_t** L_7 = ___1_prefix;
		*((RuntimeObject**)L_7) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)NULL);
		String_t** L_8 = ___2_localName;
		String_t* L_9 = ___0_qualifiedName;
		*((RuntimeObject**)L_8) = (RuntimeObject*)L_9;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_9);
		return;
	}

IL_0022:
	{
		String_t** L_10 = ___1_prefix;
		String_t* L_11 = ___0_qualifiedName;
		int32_t L_12 = V_0;
		NullCheck(L_11);
		String_t* L_13;
		L_13 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_11, 0, L_12, NULL);
		*((RuntimeObject**)L_10) = (RuntimeObject*)L_13;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_13);
		String_t** L_14 = ___2_localName;
		String_t* L_15 = ___0_qualifiedName;
		int32_t L_16 = V_0;
		NullCheck(L_15);
		String_t* L_17;
		L_17 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_15, ((int32_t)il2cpp_codegen_add(L_16, 1)), NULL);
		*((RuntimeObject**)L_14) = (RuntimeObject*)L_17;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_14, (void*)(RuntimeObject*)L_17);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MiscellaneousUtils_GetRegexOptions_m916C5F0CAEF04E89B53F733A27AD2C28D041286A (String_t* ___0_optionsText, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Il2CppChar V_2 = 0x0;
	{
		V_0 = 0;
		V_1 = 0;
		goto IL_0046;
	}

IL_0006:
	{
		String_t* L_0 = ___0_optionsText;
		int32_t L_1 = V_1;
		NullCheck(L_0);
		Il2CppChar L_2;
		L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
		V_2 = L_2;
		Il2CppChar L_3 = V_2;
		if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)109)))))
		{
			goto IL_001f;
		}
	}
	{
		Il2CppChar L_4 = V_2;
		if ((((int32_t)L_4) == ((int32_t)((int32_t)105))))
		{
			goto IL_002b;
		}
	}
	{
		Il2CppChar L_5 = V_2;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)109))))
		{
			goto IL_0031;
		}
	}
	{
		goto IL_0042;
	}

IL_001f:
	{
		Il2CppChar L_6 = V_2;
		if ((((int32_t)L_6) == ((int32_t)((int32_t)115))))
		{
			goto IL_0037;
		}
	}
	{
		Il2CppChar L_7 = V_2;
		if ((((int32_t)L_7) == ((int32_t)((int32_t)120))))
		{
			goto IL_003e;
		}
	}
	{
		goto IL_0042;
	}

IL_002b:
	{
		int32_t L_8 = V_0;
		V_0 = ((int32_t)((int32_t)L_8|1));
		goto IL_0042;
	}

IL_0031:
	{
		int32_t L_9 = V_0;
		V_0 = ((int32_t)((int32_t)L_9|2));
		goto IL_0042;
	}

IL_0037:
	{
		int32_t L_10 = V_0;
		V_0 = ((int32_t)((int32_t)L_10|((int32_t)16)));
		goto IL_0042;
	}

IL_003e:
	{
		int32_t L_11 = V_0;
		V_0 = ((int32_t)((int32_t)L_11|4));
	}

IL_0042:
	{
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
	}

IL_0046:
	{
		int32_t L_13 = V_1;
		String_t* L_14 = ___0_optionsText;
		NullCheck(L_14);
		int32_t L_15;
		L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
		if ((((int32_t)L_13) < ((int32_t)L_15)))
		{
			goto IL_0006;
		}
	}
	{
		int32_t L_16 = V_0;
		return L_16;
	}
}
#ifdef __clang__
#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 ReflectionDelegateFactory__ctor_mE9385422DDFE3B3AED392895D925ABF922D1048F (ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* __this, const RuntimeMethod* method) 
{
	{
		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 Type_t* ReflectionMember_get_MemberType_m434D9AB83992981B6F6E5E0641CEA721A590F664 (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CMemberTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m910CD710E590680C35E3663BDC07074A691C4CF3 (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Type_t* ___0_value, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_value;
		__this->___U3CMemberTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMemberTypeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* ReflectionMember_get_Getter_mED1E4624E99FB9D6DDF293693EFFBF3DA290DE83 (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = __this->___U3CGetterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_m75ECB835C1A8B2DD3E802D1631B32D3B6CA75187 (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ReflectionMember_get_Setter_mBBFE1CEC2ABEB9C80FA03A3C36D1978B3EE0B02E (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_0 = __this->___U3CSetterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m7B146640EE159DD3226E47E5383DFD8AD5A1E715 (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_value, const RuntimeMethod* method) 
{
	{
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_0 = ___0_value;
		__this->___U3CSetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember__ctor_m8ACC777354B64FC9082AAA4783F0C89B885CC62F (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		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 ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ReflectionObject_get_Creator_mFE215FC9C57548498D71EE5B13DB60FBED70074C (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, const RuntimeMethod* method) 
{
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_0 = __this->___U3CCreatorU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8 (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->___U3CMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject__ctor_mEE5253686B45684A82239A32221C61B597A544CF (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_creator, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m4438CC0F2FC3FBD7CDF900B58B9726DAB7734F29_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2* L_0 = (Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2*)il2cpp_codegen_object_new(Dictionary_2_t595A37C4731C201927A465F6884E71BB34571FC2_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m4438CC0F2FC3FBD7CDF900B58B9726DAB7734F29(L_0, Dictionary_2__ctor_m4438CC0F2FC3FBD7CDF900B58B9726DAB7734F29_RuntimeMethod_var);
		__this->___U3CMembersU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMembersU3Ek__BackingField), (void*)L_0);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_1 = ___0_creator;
		__this->___U3CCreatorU3Ek__BackingField = L_1;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCreatorU3Ek__BackingField), (void*)L_1);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_GetValue_m16C7AF8473ED05865B899DCE08826438E9381D10 (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, RuntimeObject* ___0_target, String_t* ___1_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0;
		L_0 = ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline(__this, NULL);
		String_t* L_1 = ___1_member;
		NullCheck(L_0);
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_2;
		L_2 = InterfaceFuncInvoker1< ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E*, String_t* >::Invoke(0, IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var, L_0, L_1);
		NullCheck(L_2);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_3;
		L_3 = ReflectionMember_get_Getter_mED1E4624E99FB9D6DDF293693EFFBF3DA290DE83_inline(L_2, NULL);
		RuntimeObject* L_4 = ___0_target;
		NullCheck(L_3);
		RuntimeObject* L_5;
		L_5 = Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_inline(L_3, L_4, NULL);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject_SetValue_mB0DF7D7CD5BBAAF2464C90E40A81D5CEC81927D4 (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, RuntimeObject* ___0_target, String_t* ___1_member, RuntimeObject* ___2_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0;
		L_0 = ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline(__this, NULL);
		String_t* L_1 = ___1_member;
		NullCheck(L_0);
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_2;
		L_2 = InterfaceFuncInvoker1< ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E*, String_t* >::Invoke(0, IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var, L_0, L_1);
		NullCheck(L_2);
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_3;
		L_3 = ReflectionMember_get_Setter_mBBFE1CEC2ABEB9C80FA03A3C36D1978B3EE0B02E_inline(L_2, NULL);
		RuntimeObject* L_4 = ___0_target;
		RuntimeObject* L_5 = ___2_value;
		NullCheck(L_3);
		Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_inline(L_3, L_4, L_5, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionObject_GetType_mB739C18B776ADC78FCAA3513AE4D4EE73B91ECDC (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, String_t* ___0_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0;
		L_0 = ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline(__this, NULL);
		String_t* L_1 = ___0_member;
		NullCheck(L_0);
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_2;
		L_2 = InterfaceFuncInvoker1< ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E*, String_t* >::Invoke(0, IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var, L_0, L_1);
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = ReflectionMember_get_MemberType_m434D9AB83992981B6F6E5E0641CEA721A590F664_inline(L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* ReflectionObject_Create_m789093E9CCCC488B191391FEC5448DCCFF4B05C6 (Type_t* ___0_t, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_memberNames, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_t;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_memberNames;
		ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* L_2;
		L_2 = ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8(L_0, (MethodBase_t*)NULL, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8 (Type_t* ___0_t, MethodBase_t* ___1_creator, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_memberNames, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Single_TisMemberInfo_t_m58FE88147FE97098B5FBEC839FF703291DB630AE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tACBF5A1656250800CE861707354491F0611F6624_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_0_U3CCreateU3Eb__0_m165CCA9929F1E05297BD67D26940CD560A6C2B50_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_1_U3CCreateU3Eb__1_m43E4ED9B8F7BD25B22AA33A41820B0D7C70236F7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_2_U3CCreateU3Eb__2_mE683DC668B67B2C51DE440313E8E813F472E2F0D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* V_0 = NULL;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* V_1 = NULL;
	ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* V_2 = NULL;
	StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_3 = NULL;
	int32_t V_4 = 0;
	String_t* V_5 = NULL;
	MemberInfo_t* V_6 = NULL;
	ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* V_7 = NULL;
	MethodInfo_t* V_8 = NULL;
	int32_t V_9 = 0;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_10 = NULL;
	U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* V_11 = NULL;
	U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* V_12 = NULL;
	MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* G_B7_0 = NULL;
	MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* G_B6_0 = NULL;
	{
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_0;
		L_0 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		V_0 = L_0;
		V_1 = (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*)NULL;
		MethodBase_t* L_1 = ___1_creator;
		bool L_2;
		L_2 = MethodBase_op_Inequality_mB7E4A01A8827865E97756445895D201687C09BB5(L_1, (MethodBase_t*)NULL, NULL);
		if (!L_2)
		{
			goto IL_001b;
		}
	}
	{
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_3 = V_0;
		MethodBase_t* L_4 = ___1_creator;
		NullCheck(L_3);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_5;
		L_5 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_3, L_4);
		V_1 = L_5;
		goto IL_0042;
	}

IL_001b:
	{
		Type_t* L_6 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_7;
		L_7 = ReflectionUtils_HasDefaultConstructor_mB80909BFB8B680B7B5BBAD5E85083CA71DCECC37(L_6, (bool)0, NULL);
		if (!L_7)
		{
			goto IL_0042;
		}
	}
	{
		U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905* L_8 = (U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass11_0__ctor_mDE0EA2D27D595C07B7821DA386BDC55E9A54BD41(L_8, NULL);
		U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905* L_9 = L_8;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_10 = V_0;
		Type_t* L_11 = ___0_t;
		NullCheck(L_10);
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_12;
		L_12 = GenericVirtualFuncInvoker1< Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, Type_t* >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var, L_10, L_11);
		NullCheck(L_9);
		L_9->___ctor = L_12;
		Il2CppCodeGenWriteBarrier((void**)(&L_9->___ctor), (void*)L_12);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_13 = (ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*)il2cpp_codegen_object_new(ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901_il2cpp_TypeInfo_var);
		ObjectConstructor_1__ctor_mA26D3B1F90CCDD109E0C0B5739FF3B6908916C9D(L_13, L_9, (intptr_t)((void*)U3CU3Ec__DisplayClass11_0_U3CCreateU3Eb__0_m165CCA9929F1E05297BD67D26940CD560A6C2B50_RuntimeMethod_var), NULL);
		V_1 = L_13;
	}

IL_0042:
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_14 = V_1;
		ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* L_15 = (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7*)il2cpp_codegen_object_new(ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7_il2cpp_TypeInfo_var);
		ReflectionObject__ctor_mEE5253686B45684A82239A32221C61B597A544CF(L_15, L_14, NULL);
		V_2 = L_15;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = ___2_memberNames;
		V_3 = L_16;
		V_4 = 0;
		goto IL_01e2;
	}

IL_0053:
	{
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = V_3;
		int32_t L_18 = V_4;
		NullCheck(L_17);
		int32_t L_19 = L_18;
		String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		V_5 = L_20;
		Type_t* L_21 = ___0_t;
		String_t* L_22 = V_5;
		NullCheck(L_21);
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_23;
		L_23 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(90, L_21, L_22, ((int32_t)20));
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_24 = L_23;
		NullCheck(L_24);
		if ((((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))) == ((int32_t)1)))
		{
			G_B7_0 = L_24;
			goto IL_0080;
		}
		G_B6_0 = L_24;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25;
		L_25 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		String_t* L_26 = V_5;
		String_t* L_27;
		L_27 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47464D6F4499EB8E220AD741CB115980E89554E2)), L_25, L_26, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_28 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_28, L_27, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8_RuntimeMethod_var)));
	}

IL_0080:
	{
		MemberInfo_t* L_29;
		L_29 = Enumerable_Single_TisMemberInfo_t_m58FE88147FE97098B5FBEC839FF703291DB630AE((RuntimeObject*)G_B7_0, Enumerable_Single_TisMemberInfo_t_m58FE88147FE97098B5FBEC839FF703291DB630AE_RuntimeMethod_var);
		V_6 = L_29;
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_30 = (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E*)il2cpp_codegen_object_new(ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E_il2cpp_TypeInfo_var);
		ReflectionMember__ctor_m8ACC777354B64FC9082AAA4783F0C89B885CC62F(L_30, NULL);
		V_7 = L_30;
		MemberInfo_t* L_31 = V_6;
		int32_t L_32;
		L_32 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_31, NULL);
		V_9 = L_32;
		int32_t L_33 = V_9;
		if ((((int32_t)L_33) == ((int32_t)4)))
		{
			goto IL_00aa;
		}
	}
	{
		int32_t L_34 = V_9;
		if ((((int32_t)L_34) == ((int32_t)8)))
		{
			goto IL_00e5;
		}
	}
	{
		int32_t L_35 = V_9;
		if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_0197;
		}
	}

IL_00aa:
	{
		MemberInfo_t* L_36 = V_6;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_37;
		L_37 = ReflectionUtils_CanReadMemberValue_mAEC74283BD7361EA0E00DB00DA4CA1701893E3CD(L_36, (bool)0, NULL);
		if (!L_37)
		{
			goto IL_00c3;
		}
	}
	{
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_38 = V_7;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_39 = V_0;
		MemberInfo_t* L_40 = V_6;
		NullCheck(L_39);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_41;
		L_41 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1(L_39, L_40, ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		NullCheck(L_38);
		ReflectionMember_set_Getter_m75ECB835C1A8B2DD3E802D1631B32D3B6CA75187_inline(L_38, L_41, NULL);
	}

IL_00c3:
	{
		MemberInfo_t* L_42 = V_6;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_43;
		L_43 = ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994(L_42, (bool)0, (bool)0, NULL);
		if (!L_43)
		{
			goto IL_01bf;
		}
	}
	{
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_44 = V_7;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_45 = V_0;
		MemberInfo_t* L_46 = V_6;
		NullCheck(L_45);
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_47;
		L_47 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B(L_45, L_46, ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		NullCheck(L_44);
		ReflectionMember_set_Setter_m7B146640EE159DD3226E47E5383DFD8AD5A1E715_inline(L_44, L_47, NULL);
		goto IL_01bf;
	}

IL_00e5:
	{
		MemberInfo_t* L_48 = V_6;
		V_8 = ((MethodInfo_t*)CastclassClass((RuntimeObject*)L_48, MethodInfo_t_il2cpp_TypeInfo_var));
		MethodInfo_t* L_49 = V_8;
		NullCheck(L_49);
		bool L_50;
		L_50 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_49, NULL);
		if (!L_50)
		{
			goto IL_01bf;
		}
	}
	{
		MethodInfo_t* L_51 = V_8;
		NullCheck(L_51);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_52;
		L_52 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_51);
		V_10 = L_52;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_53 = V_10;
		NullCheck(L_53);
		if ((((RuntimeArray*)L_53)->max_length))
		{
			goto IL_014c;
		}
	}
	{
		MethodInfo_t* L_54 = V_8;
		NullCheck(L_54);
		Type_t* L_55;
		L_55 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_54);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_56 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_57;
		L_57 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_56, NULL);
		bool L_58;
		L_58 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_55, L_57, NULL);
		if (!L_58)
		{
			goto IL_014c;
		}
	}
	{
		U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* L_59 = (U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass11_1__ctor_m6169E0434849D9ED136D6141B73F4ABEE4E4BCDD(L_59, NULL);
		V_11 = L_59;
		U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* L_60 = V_11;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_61 = V_0;
		MethodInfo_t* L_62 = V_8;
		NullCheck(L_61);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_63;
		L_63 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_61, L_62);
		NullCheck(L_60);
		L_60->___call = L_63;
		Il2CppCodeGenWriteBarrier((void**)(&L_60->___call), (void*)L_63);
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_64 = V_7;
		U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* L_65 = V_11;
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_66 = (Func_2_tACBF5A1656250800CE861707354491F0611F6624*)il2cpp_codegen_object_new(Func_2_tACBF5A1656250800CE861707354491F0611F6624_il2cpp_TypeInfo_var);
		Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398(L_66, L_65, (intptr_t)((void*)U3CU3Ec__DisplayClass11_1_U3CCreateU3Eb__1_m43E4ED9B8F7BD25B22AA33A41820B0D7C70236F7_RuntimeMethod_var), NULL);
		NullCheck(L_64);
		ReflectionMember_set_Getter_m75ECB835C1A8B2DD3E802D1631B32D3B6CA75187_inline(L_64, L_66, NULL);
		goto IL_01bf;
	}

IL_014c:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_67 = V_10;
		NullCheck(L_67);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_67)->max_length))) == ((uint32_t)1))))
		{
			goto IL_01bf;
		}
	}
	{
		MethodInfo_t* L_68 = V_8;
		NullCheck(L_68);
		Type_t* L_69;
		L_69 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_68);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_70 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_71;
		L_71 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_70, NULL);
		bool L_72;
		L_72 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_69, L_71, NULL);
		if (!L_72)
		{
			goto IL_01bf;
		}
	}
	{
		U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* L_73 = (U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass11_2__ctor_m5A85F1706E4407709DEA499BA30BD02E67C83FAA(L_73, NULL);
		V_12 = L_73;
		U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* L_74 = V_12;
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_75 = V_0;
		MethodInfo_t* L_76 = V_8;
		NullCheck(L_75);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_77;
		L_77 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_75, L_76);
		NullCheck(L_74);
		L_74->___call = L_77;
		Il2CppCodeGenWriteBarrier((void**)(&L_74->___call), (void*)L_77);
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_78 = V_7;
		U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* L_79 = V_12;
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_80 = (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C*)il2cpp_codegen_object_new(Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C_il2cpp_TypeInfo_var);
		Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052(L_80, L_79, (intptr_t)((void*)U3CU3Ec__DisplayClass11_2_U3CCreateU3Eb__2_mE683DC668B67B2C51DE440313E8E813F472E2F0D_RuntimeMethod_var), NULL);
		NullCheck(L_78);
		ReflectionMember_set_Setter_m7B146640EE159DD3226E47E5383DFD8AD5A1E715_inline(L_78, L_80, NULL);
		goto IL_01bf;
	}

IL_0197:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_81;
		L_81 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MemberInfo_t* L_82 = V_6;
		int32_t L_83;
		L_83 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_82, NULL);
		int32_t L_84 = L_83;
		RuntimeObject* L_85 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberTypes_t26BAB0893BEC9328F2F64E8BACDA967C445632E5_il2cpp_TypeInfo_var)), &L_84);
		MemberInfo_t* L_86 = V_6;
		NullCheck(L_86);
		String_t* L_87;
		L_87 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_86);
		String_t* L_88;
		L_88 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC17346629BDD1E4B02DEDA10A4D5C04D452E3078)), L_81, L_85, L_87, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_89 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_89, L_88, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_89, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionObject_Create_mE6A4EC38A8DFA1A7E71C2BB096B94BD78F61B2A8_RuntimeMethod_var)));
	}

IL_01bf:
	{
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_90 = V_7;
		MemberInfo_t* L_91 = V_6;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_92;
		L_92 = ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0(L_91, NULL);
		NullCheck(L_90);
		ReflectionMember_set_MemberType_m910CD710E590680C35E3663BDC07074A691C4CF3_inline(L_90, L_92, NULL);
		ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* L_93 = V_2;
		NullCheck(L_93);
		RuntimeObject* L_94;
		L_94 = ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline(L_93, NULL);
		String_t* L_95 = V_5;
		ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* L_96 = V_7;
		NullCheck(L_94);
		InterfaceActionInvoker2< String_t*, ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* >::Invoke(1, IDictionary_2_tCDB8A1FE2EF87909AFBA2D9CB9C94756AE8A6EDC_il2cpp_TypeInfo_var, L_94, L_95, L_96);
		int32_t L_97 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_97, 1));
	}

IL_01e2:
	{
		int32_t L_98 = V_4;
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_99 = V_3;
		NullCheck(L_99);
		if ((((int32_t)L_98) < ((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length)))))
		{
			goto IL_0053;
		}
	}
	{
		ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* L_100 = V_2;
		return L_100;
	}
}
#ifdef __clang__
#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__DisplayClass11_0__ctor_mDE0EA2D27D595C07B7821DA386BDC55E9A54BD41 (U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass11_0_U3CCreateU3Eb__0_m165CCA9929F1E05297BD67D26940CD560A6C2B50 (U3CU3Ec__DisplayClass11_0_tA3CA31AB3ECCC0392C8E3F0FC16BEA0D0BBA0905* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_args, const RuntimeMethod* method) 
{
	{
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_0 = __this->___ctor;
		NullCheck(L_0);
		RuntimeObject* L_1;
		L_1 = Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_inline(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 U3CU3Ec__DisplayClass11_1__ctor_m6169E0434849D9ED136D6141B73F4ABEE4E4BCDD (U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass11_1_U3CCreateU3Eb__1_m43E4ED9B8F7BD25B22AA33A41820B0D7C70236F7 (U3CU3Ec__DisplayClass11_1_t952F4FA75C8DD5CA1A0239AABCFE2A71175A4EC1* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___call;
		RuntimeObject* L_1 = ___0_target;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2;
		L_2 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
		NullCheck(L_0);
		RuntimeObject* L_3;
		L_3 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, L_1, 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 U3CU3Ec__DisplayClass11_2__ctor_m5A85F1706E4407709DEA499BA30BD02E67C83FAA (U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_2_U3CCreateU3Eb__2_mE683DC668B67B2C51DE440313E8E813F472E2F0D (U3CU3Ec__DisplayClass11_2_t245E443B59B8FB76677DCF7BE6AB85DF3510C937* __this, RuntimeObject* ___0_target, RuntimeObject* ___1_arg, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = __this->___call;
		RuntimeObject* L_1 = ___0_target;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
		RuntimeObject* L_4 = ___1_arg;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		NullCheck(L_0);
		RuntimeObject* L_5;
		L_5 = MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_inline(L_0, L_1, L_3, 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 ReflectionUtils__cctor_m838B9E504083D1099352011D467F39F2BF084BC2 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.systemtype_class))->___EmptyTypes;
		((ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var))->___EmptyTypes = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var))->___EmptyTypes), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_mB9D39467327026209931F92BE4B90B2E980F7398 (PropertyInfo_t* ___0_propertyInfo, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	{
		PropertyInfo_t* L_0 = ___0_propertyInfo;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4, NULL);
		PropertyInfo_t* L_1 = ___0_propertyInfo;
		NullCheck(L_1);
		MethodInfo_t* L_2;
		L_2 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_1, (bool)1);
		V_0 = L_2;
		MethodInfo_t* L_3 = V_0;
		bool L_4;
		L_4 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_3, (MethodInfo_t*)NULL, NULL);
		if (!L_4)
		{
			goto IL_0026;
		}
	}
	{
		MethodInfo_t* L_5 = V_0;
		NullCheck(L_5);
		bool L_6;
		L_6 = MethodBase_get_IsVirtual_m2C0A566F37B666FDEE3066729AEACF336B342EC2(L_5, NULL);
		if (!L_6)
		{
			goto IL_0026;
		}
	}
	{
		return (bool)1;
	}

IL_0026:
	{
		PropertyInfo_t* L_7 = ___0_propertyInfo;
		NullCheck(L_7);
		MethodInfo_t* L_8;
		L_8 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(26, L_7, (bool)1);
		V_0 = L_8;
		MethodInfo_t* L_9 = V_0;
		bool L_10;
		L_10 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_9, (MethodInfo_t*)NULL, NULL);
		if (!L_10)
		{
			goto IL_0041;
		}
	}
	{
		MethodInfo_t* L_11 = V_0;
		NullCheck(L_11);
		bool L_12;
		L_12 = MethodBase_get_IsVirtual_m2C0A566F37B666FDEE3066729AEACF336B342EC2(L_11, NULL);
		if (!L_12)
		{
			goto IL_0041;
		}
	}
	{
		return (bool)1;
	}

IL_0041:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectionUtils_GetBaseDefinition_m0A99789F9B9BC226849E61E8AFCFA3FBAA5D7AC6 (PropertyInfo_t* ___0_propertyInfo, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* V_0 = NULL;
	MethodInfo_t* G_B4_0 = NULL;
	MethodInfo_t* G_B3_0 = NULL;
	{
		PropertyInfo_t* L_0 = ___0_propertyInfo;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4, NULL);
		PropertyInfo_t* L_1 = ___0_propertyInfo;
		NullCheck(L_1);
		MethodInfo_t* L_2;
		L_2 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_1, (bool)1);
		V_0 = L_2;
		MethodInfo_t* L_3 = V_0;
		bool L_4;
		L_4 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_3, (MethodInfo_t*)NULL, NULL);
		if (!L_4)
		{
			goto IL_0023;
		}
	}
	{
		MethodInfo_t* L_5 = V_0;
		NullCheck(L_5);
		MethodInfo_t* L_6;
		L_6 = VirtualFuncInvoker0< MethodInfo_t* >::Invoke(44, L_5);
		return L_6;
	}

IL_0023:
	{
		PropertyInfo_t* L_7 = ___0_propertyInfo;
		NullCheck(L_7);
		MethodInfo_t* L_8;
		L_8 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(26, L_7, (bool)1);
		MethodInfo_t* L_9 = L_8;
		if (L_9)
		{
			G_B4_0 = L_9;
			goto IL_0030;
		}
		G_B3_0 = L_9;
	}
	{
		return (MethodInfo_t*)NULL;
	}

IL_0030:
	{
		NullCheck(G_B4_0);
		MethodInfo_t* L_10;
		L_10 = VirtualFuncInvoker0< MethodInfo_t* >::Invoke(44, G_B4_0);
		return L_10;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsPublic_m3CE1F6A87208FBC096DF73A053DAEDF0786BD5C5 (PropertyInfo_t* ___0_property, const RuntimeMethod* method) 
{
	MethodInfo_t* V_0 = NULL;
	MethodInfo_t* V_1 = NULL;
	{
		PropertyInfo_t* L_0 = ___0_property;
		NullCheck(L_0);
		MethodInfo_t* L_1;
		L_1 = PropertyInfo_GetGetMethod_mE0D6C0811D404DD977B53E68C0D36BA8CB889F74(L_0, NULL);
		V_0 = L_1;
		MethodInfo_t* L_2 = V_0;
		bool L_3;
		L_3 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_2, (MethodInfo_t*)NULL, NULL);
		if (!L_3)
		{
			goto IL_001a;
		}
	}
	{
		MethodInfo_t* L_4 = V_0;
		NullCheck(L_4);
		bool L_5;
		L_5 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_4, NULL);
		if (!L_5)
		{
			goto IL_001a;
		}
	}
	{
		return (bool)1;
	}

IL_001a:
	{
		PropertyInfo_t* L_6 = ___0_property;
		NullCheck(L_6);
		MethodInfo_t* L_7;
		L_7 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(L_6, NULL);
		V_1 = L_7;
		MethodInfo_t* L_8 = V_1;
		bool L_9;
		L_9 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_8, (MethodInfo_t*)NULL, NULL);
		if (!L_9)
		{
			goto IL_0034;
		}
	}
	{
		MethodInfo_t* L_10 = V_1;
		NullCheck(L_10);
		bool L_11;
		L_11 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_10, NULL);
		if (!L_11)
		{
			goto IL_0034;
		}
	}
	{
		return (bool)1;
	}

IL_0034:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_GetObjectType_m979DDF9D576AB3D45DF5B009C0B8BD46763CCC17 (RuntimeObject* ___0_v, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = ___0_v;
		if (L_0)
		{
			goto IL_0005;
		}
	}
	{
		return (Type_t*)NULL;
	}

IL_0005:
	{
		RuntimeObject* L_1 = ___0_v;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_GetTypeName_m0DBF98D7C93291418D03B8B5A3513E2C3AF005BC (Type_t* ___0_t, int32_t ___1_assemblyFormat, RuntimeObject* ___2_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_t;
		RuntimeObject* L_1 = ___2_binder;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		String_t* L_2;
		L_2 = ReflectionUtils_GetFullyQualifiedTypeName_m667B454EC43085AB305191E433A5D829357D0766(L_0, L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = ___1_assemblyFormat;
		if (!L_3)
		{
			goto IL_0011;
		}
	}
	{
		int32_t L_4 = ___1_assemblyFormat;
		if ((((int32_t)L_4) == ((int32_t)1)))
		{
			goto IL_0018;
		}
	}
	{
		goto IL_001a;
	}

IL_0011:
	{
		String_t* L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		String_t* L_6;
		L_6 = ReflectionUtils_RemoveAssemblyDetails_mC21C6832C5D0298E7C9AD4CC8CE95C543CE2DA37(L_5, NULL);
		return L_6;
	}

IL_0018:
	{
		String_t* L_7 = V_0;
		return L_7;
	}

IL_001a:
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_8, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetTypeName_m0DBF98D7C93291418D03B8B5A3513E2C3AF005BC_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_GetFullyQualifiedTypeName_m667B454EC43085AB305191E433A5D829357D0766 (Type_t* ___0_t, RuntimeObject* ___1_binder, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	String_t* G_B3_0 = NULL;
	String_t* G_B2_0 = NULL;
	String_t* G_B4_0 = NULL;
	String_t* G_B4_1 = NULL;
	{
		RuntimeObject* L_0 = ___1_binder;
		if (!L_0)
		{
			goto IL_002a;
		}
	}
	{
		RuntimeObject* L_1 = ___1_binder;
		Type_t* L_2 = ___0_t;
		NullCheck(L_1);
		InterfaceActionInvoker3< Type_t*, String_t**, String_t** >::Invoke(1, ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var, L_1, L_2, (&V_0), (&V_1));
		String_t* L_3 = V_1;
		String_t* L_4 = V_0;
		if (!L_4)
		{
			G_B3_0 = L_3;
			goto IL_001f;
		}
		G_B2_0 = L_3;
	}
	{
		String_t* L_5 = V_0;
		String_t* L_6;
		L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_5, NULL);
		G_B4_0 = L_6;
		G_B4_1 = G_B2_0;
		goto IL_0024;
	}

IL_001f:
	{
		G_B4_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
		G_B4_1 = G_B3_0;
	}

IL_0024:
	{
		String_t* L_7;
		L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B4_1, G_B4_0, NULL);
		return L_7;
	}

IL_002a:
	{
		Type_t* L_8 = ___0_t;
		NullCheck(L_8);
		String_t* L_9;
		L_9 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_8);
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_RemoveAssemblyDetails_mC21C6832C5D0298E7C9AD4CC8CE95C543CE2DA37 (String_t* ___0_fullyQualifiedTypeName, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t* V_0 = NULL;
	bool V_1 = false;
	bool V_2 = false;
	bool V_3 = false;
	int32_t V_4 = 0;
	Il2CppChar V_5 = 0x0;
	{
		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;
		V_1 = (bool)0;
		V_2 = (bool)0;
		V_3 = (bool)0;
		V_4 = 0;
		goto IL_0087;
	}

IL_0011:
	{
		String_t* L_1 = ___0_fullyQualifiedTypeName;
		int32_t L_2 = V_4;
		NullCheck(L_1);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
		V_5 = L_3;
		Il2CppChar L_4 = V_5;
		if ((((int32_t)L_4) == ((int32_t)((int32_t)44))))
		{
			goto IL_0051;
		}
	}
	{
		Il2CppChar L_5 = V_5;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)91))))
		{
			goto IL_002f;
		}
	}
	{
		Il2CppChar L_6 = V_5;
		if ((((int32_t)L_6) == ((int32_t)((int32_t)93))))
		{
			goto IL_0040;
		}
	}
	{
		goto IL_0073;
	}

IL_002f:
	{
		V_1 = (bool)0;
		V_2 = (bool)0;
		V_3 = (bool)1;
		StringBuilder_t* L_7 = V_0;
		Il2CppChar L_8 = V_5;
		NullCheck(L_7);
		StringBuilder_t* L_9;
		L_9 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_7, L_8, NULL);
		goto IL_0081;
	}

IL_0040:
	{
		V_1 = (bool)0;
		V_2 = (bool)0;
		V_3 = (bool)0;
		StringBuilder_t* L_10 = V_0;
		Il2CppChar L_11 = V_5;
		NullCheck(L_10);
		StringBuilder_t* L_12;
		L_12 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_10, L_11, NULL);
		goto IL_0081;
	}

IL_0051:
	{
		bool L_13 = V_3;
		if (!L_13)
		{
			goto IL_005f;
		}
	}
	{
		StringBuilder_t* L_14 = V_0;
		Il2CppChar L_15 = V_5;
		NullCheck(L_14);
		StringBuilder_t* L_16;
		L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, L_15, NULL);
		goto IL_0081;
	}

IL_005f:
	{
		bool L_17 = V_1;
		if (L_17)
		{
			goto IL_006f;
		}
	}
	{
		V_1 = (bool)1;
		StringBuilder_t* L_18 = V_0;
		Il2CppChar L_19 = V_5;
		NullCheck(L_18);
		StringBuilder_t* L_20;
		L_20 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_18, L_19, NULL);
		goto IL_0081;
	}

IL_006f:
	{
		V_2 = (bool)1;
		goto IL_0081;
	}

IL_0073:
	{
		V_3 = (bool)0;
		bool L_21 = V_2;
		if (L_21)
		{
			goto IL_0081;
		}
	}
	{
		StringBuilder_t* L_22 = V_0;
		Il2CppChar L_23 = V_5;
		NullCheck(L_22);
		StringBuilder_t* L_24;
		L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_22, L_23, NULL);
	}

IL_0081:
	{
		int32_t L_25 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_25, 1));
	}

IL_0087:
	{
		int32_t L_26 = V_4;
		String_t* L_27 = ___0_fullyQualifiedTypeName;
		NullCheck(L_27);
		int32_t L_28;
		L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
		if ((((int32_t)L_26) < ((int32_t)L_28)))
		{
			goto IL_0011;
		}
	}
	{
		StringBuilder_t* L_29 = V_0;
		NullCheck(L_29);
		String_t* L_30;
		L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_29);
		return L_30;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_HasDefaultConstructor_mB80909BFB8B680B7B5BBAD5E85083CA71DCECC37 (Type_t* ___0_t, bool ___1_nonPublic, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, NULL);
		Type_t* L_1 = ___0_t;
		bool L_2;
		L_2 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_1, NULL);
		if (!L_2)
		{
			goto IL_0015;
		}
	}
	{
		return (bool)1;
	}

IL_0015:
	{
		Type_t* L_3 = ___0_t;
		bool L_4 = ___1_nonPublic;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_5;
		L_5 = ReflectionUtils_GetDefaultConstructor_m46F8A00E72216F0CC50881E61902BB24DF31A0B8(L_3, L_4, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_6;
		L_6 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_5, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ReflectionUtils_GetDefaultConstructor_m7D201BD979CF35DA3BD18B96219C9CAD547D550E (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_1;
		L_1 = ReflectionUtils_GetDefaultConstructor_m46F8A00E72216F0CC50881E61902BB24DF31A0B8(L_0, (bool)0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ReflectionUtils_GetDefaultConstructor_m46F8A00E72216F0CC50881E61902BB24DF31A0B8 (Type_t* ___0_t, bool ___1_nonPublic, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mD0EE7320B0449FB539336226430D9F4884F13AB6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetDefaultConstructorU3Eb__11_0_m3FCCBCCB5BCA9281E1FBEC57599BE49657572B8D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* G_B4_0 = NULL;
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* G_B4_1 = NULL;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* G_B3_0 = NULL;
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* G_B3_1 = NULL;
	{
		V_0 = ((int32_t)20);
		bool L_0 = ___1_nonPublic;
		if (!L_0)
		{
			goto IL_000b;
		}
	}
	{
		int32_t L_1 = V_0;
		V_0 = ((int32_t)((int32_t)L_1|((int32_t)32)));
	}

IL_000b:
	{
		Type_t* L_2 = ___0_t;
		int32_t L_3 = V_0;
		NullCheck(L_2);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_4;
		L_4 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A*, int32_t >::Invoke(84, L_2, L_3);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_5 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__11_0;
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_6 = L_5;
		if (L_6)
		{
			G_B4_0 = L_6;
			G_B4_1 = L_4;
			goto IL_0031;
		}
		G_B3_0 = L_6;
		G_B3_1 = L_4;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* L_7 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_8 = (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*)il2cpp_codegen_object_new(Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
		Func_2__ctor_m7871710CD540E478649F02E1BC07A13BF5D774D2(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CGetDefaultConstructorU3Eb__11_0_m3FCCBCCB5BCA9281E1FBEC57599BE49657572B8D_RuntimeMethod_var), NULL);
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_9 = L_8;
		((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__11_0 = L_9;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__11_0), (void*)L_9);
		G_B4_0 = L_9;
		G_B4_1 = G_B3_1;
	}

IL_0031:
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_10;
		L_10 = Enumerable_SingleOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mD0EE7320B0449FB539336226430D9F4884F13AB6((RuntimeObject*)G_B4_1, G_B4_0, Enumerable_SingleOrDefault_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_mD0EE7320B0449FB539336226430D9F4884F13AB6_RuntimeMethod_var);
		return L_10;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, NULL);
		Type_t* L_1 = ___0_t;
		bool L_2;
		L_2 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_1, NULL);
		if (!L_2)
		{
			goto IL_001a;
		}
	}
	{
		Type_t* L_3 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_4;
		L_4 = ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963(L_3, NULL);
		return L_4;
	}

IL_001a:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, NULL);
		Type_t* L_1 = ___0_t;
		bool L_2;
		L_2 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_1, NULL);
		if (!L_2)
		{
			goto IL_0029;
		}
	}
	{
		Type_t* L_3 = ___0_t;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_3);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_6;
		L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
		bool L_7;
		L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL);
		return L_7;
	}

IL_0029:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_EnsureNotNullableType_mF2B1550F38848A01AAAFDAD0755C37ACA6530ED6 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963(L_0, NULL);
		if (L_1)
		{
			goto IL_000a;
		}
	}
	{
		Type_t* L_2 = ___0_t;
		return L_2;
	}

IL_000a:
	{
		Type_t* L_3 = ___0_t;
		Type_t* L_4;
		L_4 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_EnsureNotByRefType_m3B51B685934BE45B98A96C9AF84E0FB56506123F (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);
		if (!L_1)
		{
			goto IL_0010;
		}
	}
	{
		Type_t* L_2 = ___0_t;
		NullCheck(L_2);
		bool L_3;
		L_3 = Type_get_HasElementType_m44F9601E586D2EEA2EDB93FB81D1D80521C264EE(L_2, NULL);
		if (L_3)
		{
			goto IL_0012;
		}
	}

IL_0010:
	{
		Type_t* L_4 = ___0_t;
		return L_4;
	}

IL_0012:
	{
		Type_t* L_5 = ___0_t;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(47, L_5);
		return L_6;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsGenericDefinition_mF5420EF48A193DA2514186BE3B58F36F27B7E9C8 (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		bool L_1;
		L_1 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_0, NULL);
		if (L_1)
		{
			goto IL_000a;
		}
	}
	{
		return (bool)0;
	}

IL_000a:
	{
		Type_t* L_2 = ___0_type;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_2);
		Type_t* L_4 = ___1_genericInterfaceDefinition;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_5;
		L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_mA407E5B3AD8CA9F69F2D4257EDA4AC7EB8C2D4E5 (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		Type_t* L_1 = ___1_genericInterfaceDefinition;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_2;
		L_2 = ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB(L_0, L_1, (&V_0), NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB (Type_t* ___0_type, Type_t* ___1_genericInterfaceDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
	int32_t V_2 = 0;
	Type_t* V_3 = NULL;
	Type_t* V_4 = NULL;
	{
		Type_t* L_0 = ___0_type;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		Type_t* L_1 = ___1_genericInterfaceDefinition;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438, NULL);
		Type_t* L_2 = ___1_genericInterfaceDefinition;
		bool L_3;
		L_3 = TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235(L_2, NULL);
		if (!L_3)
		{
			goto IL_0026;
		}
	}
	{
		Type_t* L_4 = ___1_genericInterfaceDefinition;
		bool L_5;
		L_5 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_4, NULL);
		if (L_5)
		{
			goto IL_003c;
		}
	}

IL_0026:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
		L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_7 = ___1_genericInterfaceDefinition;
		String_t* L_8;
		L_8 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BF3B27ED4B30446D57C1D67F48C33F813074AB2)), L_6, L_7, NULL);
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, L_8, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB_RuntimeMethod_var)));
	}

IL_003c:
	{
		Type_t* L_10 = ___0_type;
		bool L_11;
		L_11 = TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235(L_10, NULL);
		if (!L_11)
		{
			goto IL_0061;
		}
	}
	{
		Type_t* L_12 = ___0_type;
		bool L_13;
		L_13 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_12, NULL);
		if (!L_13)
		{
			goto IL_0061;
		}
	}
	{
		Type_t* L_14 = ___0_type;
		NullCheck(L_14);
		Type_t* L_15;
		L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_14);
		V_0 = L_15;
		Type_t* L_16 = ___1_genericInterfaceDefinition;
		Type_t* L_17 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_18;
		L_18 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_16, L_17, NULL);
		if (!L_18)
		{
			goto IL_0061;
		}
	}
	{
		Type_t** L_19 = ___2_implementingType;
		Type_t* L_20 = ___0_type;
		*((RuntimeObject**)L_19) = (RuntimeObject*)L_20;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_19, (void*)(RuntimeObject*)L_20);
		return (bool)1;
	}

IL_0061:
	{
		Type_t* L_21 = ___0_type;
		NullCheck(L_21);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_22;
		L_22 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117, L_21);
		V_1 = L_22;
		V_2 = 0;
		goto IL_0093;
	}

IL_006c:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_23 = V_1;
		int32_t L_24 = V_2;
		NullCheck(L_23);
		int32_t L_25 = L_24;
		Type_t* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		V_3 = L_26;
		Type_t* L_27 = V_3;
		bool L_28;
		L_28 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_27, NULL);
		if (!L_28)
		{
			goto IL_008f;
		}
	}
	{
		Type_t* L_29 = V_3;
		NullCheck(L_29);
		Type_t* L_30;
		L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_29);
		V_4 = L_30;
		Type_t* L_31 = ___1_genericInterfaceDefinition;
		Type_t* L_32 = V_4;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_33;
		L_33 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_31, L_32, NULL);
		if (!L_33)
		{
			goto IL_008f;
		}
	}
	{
		Type_t** L_34 = ___2_implementingType;
		Type_t* L_35 = V_3;
		*((RuntimeObject**)L_34) = (RuntimeObject*)L_35;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_35);
		return (bool)1;
	}

IL_008f:
	{
		int32_t L_36 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_36, 1));
	}

IL_0093:
	{
		int32_t L_37 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_38 = V_1;
		NullCheck(L_38);
		if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))
		{
			goto IL_006c;
		}
	}
	{
		Type_t** L_39 = ___2_implementingType;
		*((RuntimeObject**)L_39) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_39, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m472BA465A850FABA27CE0E6ADC2DC88D7317EBDA (Type_t* ___0_type, Type_t* ___1_genericClassDefinition, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		Type_t* L_1 = ___1_genericClassDefinition;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_2;
		L_2 = ReflectionUtils_InheritsGenericDefinition_m36577D3689B74DC9CF2E4426CAE533B3393E6E06(L_0, L_1, (&V_0), NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m36577D3689B74DC9CF2E4426CAE533B3393E6E06 (Type_t* ___0_type, Type_t* ___1_genericClassDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_type;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		Type_t* L_1 = ___1_genericClassDefinition;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5, NULL);
		Type_t* L_2 = ___1_genericClassDefinition;
		bool L_3;
		L_3 = TypeExtensions_IsClass_mCA21F0211EBFB1812F432BF5C373A00D241C0B41(L_2, NULL);
		if (!L_3)
		{
			goto IL_0026;
		}
	}
	{
		Type_t* L_4 = ___1_genericClassDefinition;
		bool L_5;
		L_5 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_4, NULL);
		if (L_5)
		{
			goto IL_003c;
		}
	}

IL_0026:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
		L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_7 = ___1_genericClassDefinition;
		String_t* L_8;
		L_8 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88795AB13DE909B0C1686FB8EF79E69E5C7468DD)), L_6, L_7, NULL);
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, L_8, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_InheritsGenericDefinition_m36577D3689B74DC9CF2E4426CAE533B3393E6E06_RuntimeMethod_var)));
	}

IL_003c:
	{
		Type_t* L_10 = ___0_type;
		Type_t* L_11 = ___1_genericClassDefinition;
		Type_t** L_12 = ___2_implementingType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_13;
		L_13 = ReflectionUtils_InheritsGenericDefinitionInternal_m28E863A1932987F75B56A7B75B55DE43B6911A8A(L_10, L_11, L_12, NULL);
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinitionInternal_m28E863A1932987F75B56A7B75B55DE43B6911A8A (Type_t* ___0_type, Type_t* ___1_genericClassDefinition, Type_t** ___2_implementingType, const RuntimeMethod* method) 
{
	Type_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		V_0 = L_0;
	}

IL_0002:
	{
		Type_t* L_1 = V_0;
		bool L_2;
		L_2 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_1, NULL);
		if (!L_2)
		{
			goto IL_001d;
		}
	}
	{
		Type_t* L_3 = ___1_genericClassDefinition;
		Type_t* L_4 = V_0;
		NullCheck(L_4);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_4);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_6;
		L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL);
		if (!L_6)
		{
			goto IL_001d;
		}
	}
	{
		Type_t** L_7 = ___2_implementingType;
		Type_t* L_8 = V_0;
		*((RuntimeObject**)L_7) = (RuntimeObject*)L_8;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)L_8);
		return (bool)1;
	}

IL_001d:
	{
		Type_t* L_9 = V_0;
		Type_t* L_10;
		L_10 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_9, NULL);
		V_0 = L_10;
		Type_t* L_11 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_12;
		L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_11, (Type_t*)NULL, NULL);
		if (L_12)
		{
			goto IL_0002;
		}
	}
	{
		Type_t** L_13 = ___2_implementingType;
		*((RuntimeObject**)L_13) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_GetCollectionItemType_m1CF4C2D7E62D83B5611331DAF65CEFB0D2D30FEC (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		Type_t* L_1 = ___0_type;
		NullCheck(L_1);
		bool L_2;
		L_2 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_1, NULL);
		if (!L_2)
		{
			goto IL_001a;
		}
	}
	{
		Type_t* L_3 = ___0_type;
		NullCheck(L_3);
		Type_t* L_4;
		L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(47, L_3);
		return L_4;
	}

IL_001a:
	{
		Type_t* L_5 = ___0_type;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_7;
		L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_8;
		L_8 = ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB(L_5, L_7, (&V_0), NULL);
		if (!L_8)
		{
			goto IL_0055;
		}
	}
	{
		Type_t* L_9 = V_0;
		bool L_10;
		L_10 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_9, NULL);
		if (!L_10)
		{
			goto IL_004c;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
		L_11 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_12 = ___0_type;
		String_t* L_13;
		L_13 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720)), L_11, L_12, NULL);
		Exception_t* L_14 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_14, L_13, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetCollectionItemType_m1CF4C2D7E62D83B5611331DAF65CEFB0D2D30FEC_RuntimeMethod_var)));
	}

IL_004c:
	{
		Type_t* L_15 = V_0;
		NullCheck(L_15);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16;
		L_16 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(51, L_15);
		NullCheck(L_16);
		int32_t L_17 = 0;
		Type_t* L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		return L_18;
	}

IL_0055:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_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);
		Type_t* L_21 = ___0_type;
		NullCheck(L_20);
		bool L_22;
		L_22 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_20, L_21);
		if (!L_22)
		{
			goto IL_0069;
		}
	}
	{
		return (Type_t*)NULL;
	}

IL_0069:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23;
		L_23 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_24 = ___0_type;
		String_t* L_25;
		L_25 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720)), L_23, L_24, NULL);
		Exception_t* L_26 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_26, L_25, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetCollectionItemType_m1CF4C2D7E62D83B5611331DAF65CEFB0D2D30FEC_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetDictionaryKeyValueTypes_mA1AAA03E6E1701AA394D21A2EAD50EE6F1DDC0A0 (Type_t* ___0_dictionaryType, Type_t** ___1_keyType, Type_t** ___2_valueType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
	{
		Type_t* L_0 = ___0_dictionaryType;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD, NULL);
		Type_t* L_1 = ___0_dictionaryType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var) };
		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(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_4;
		L_4 = ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB(L_1, L_3, (&V_0), NULL);
		if (!L_4)
		{
			goto IL_004f;
		}
	}
	{
		Type_t* L_5 = V_0;
		bool L_6;
		L_6 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_5, NULL);
		if (!L_6)
		{
			goto IL_003d;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
		L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_8 = ___0_dictionaryType;
		String_t* L_9;
		L_9 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71)), L_7, L_8, NULL);
		Exception_t* L_10 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_10, L_9, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetDictionaryKeyValueTypes_mA1AAA03E6E1701AA394D21A2EAD50EE6F1DDC0A0_RuntimeMethod_var)));
	}

IL_003d:
	{
		Type_t* L_11 = V_0;
		NullCheck(L_11);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_12;
		L_12 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(51, L_11);
		V_1 = L_12;
		Type_t** L_13 = ___1_keyType;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_1;
		NullCheck(L_14);
		int32_t L_15 = 0;
		Type_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		*((RuntimeObject**)L_13) = (RuntimeObject*)L_16;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_16);
		Type_t** L_17 = ___2_valueType;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_18 = V_1;
		NullCheck(L_18);
		int32_t L_19 = 1;
		Type_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
		return;
	}

IL_004f:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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);
		Type_t* L_23 = ___0_dictionaryType;
		NullCheck(L_22);
		bool L_24;
		L_24 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_22, L_23);
		if (!L_24)
		{
			goto IL_0068;
		}
	}
	{
		Type_t** L_25 = ___1_keyType;
		*((RuntimeObject**)L_25) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_25, (void*)(RuntimeObject*)NULL);
		Type_t** L_26 = ___2_valueType;
		*((RuntimeObject**)L_26) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)NULL);
		return;
	}

IL_0068:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
		L_27 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_28 = ___0_dictionaryType;
		String_t* L_29;
		L_29 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71)), L_27, L_28, NULL);
		Exception_t* L_30 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
		Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_30, L_29, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetDictionaryKeyValueTypes_mA1AAA03E6E1701AA394D21A2EAD50EE6F1DDC0A0_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0 (MemberInfo_t* ___0_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		MemberInfo_t* L_0 = ___0_member;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, NULL);
		MemberInfo_t* L_1 = ___0_member;
		int32_t L_2;
		L_2 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_1, NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		if ((((int32_t)L_3) > ((int32_t)4)))
		{
			goto IL_0020;
		}
	}
	{
		int32_t L_4 = V_0;
		if ((((int32_t)L_4) == ((int32_t)2)))
		{
			goto IL_0043;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) == ((int32_t)4)))
		{
			goto IL_002b;
		}
	}
	{
		goto IL_005b;
	}

IL_0020:
	{
		int32_t L_6 = V_0;
		if ((((int32_t)L_6) == ((int32_t)8)))
		{
			goto IL_004f;
		}
	}
	{
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) == ((int32_t)((int32_t)16))))
		{
			goto IL_0037;
		}
	}
	{
		goto IL_005b;
	}

IL_002b:
	{
		MemberInfo_t* L_8 = ___0_member;
		NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)));
		Type_t* L_9;
		L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(17, ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)));
		return L_9;
	}

IL_0037:
	{
		MemberInfo_t* L_10 = ___0_member;
		NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var)));
		Type_t* L_11;
		L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(16, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var)));
		return L_11;
	}

IL_0043:
	{
		MemberInfo_t* L_12 = ___0_member;
		NullCheck(((EventInfo_t*)CastclassClass((RuntimeObject*)L_12, EventInfo_t_il2cpp_TypeInfo_var)));
		Type_t* L_13;
		L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(19, ((EventInfo_t*)CastclassClass((RuntimeObject*)L_12, EventInfo_t_il2cpp_TypeInfo_var)));
		return L_13;
	}

IL_004f:
	{
		MemberInfo_t* L_14 = ___0_member;
		NullCheck(((MethodInfo_t*)CastclassClass((RuntimeObject*)L_14, MethodInfo_t_il2cpp_TypeInfo_var)));
		Type_t* L_15;
		L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(41, ((MethodInfo_t*)CastclassClass((RuntimeObject*)L_14, MethodInfo_t_il2cpp_TypeInfo_var)));
		return L_15;
	}

IL_005b:
	{
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F4D219C936F7DB413B4CEB44F4A08C41F37F504)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsByRefLikeType_m0AB691D49F13CA9FF796F4E70A3065EF8DB1CF53 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61C85293E5A099C3EF346E1AADA08CBCA89DA3C6);
		s_Il2CppMethodInitialized = true;
	}
	AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL;
	int32_t V_1 = 0;
	{
		Type_t* L_0 = ___0_type;
		bool L_1;
		L_1 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_0, NULL);
		if (L_1)
		{
			goto IL_000a;
		}
	}
	{
		return (bool)0;
	}

IL_000a:
	{
		Type_t* L_2 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3;
		L_3 = ReflectionUtils_GetAttributes_m64100872CC4D5F42453CED2620D0790546A34543(L_2, (Type_t*)NULL, (bool)0, NULL);
		V_0 = L_3;
		V_1 = 0;
		goto IL_0037;
	}

IL_0017:
	{
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_4 = V_0;
		int32_t L_5 = V_1;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		NullCheck(L_7);
		Type_t* L_8;
		L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_7, NULL);
		NullCheck(L_8);
		String_t* L_9;
		L_9 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_8);
		bool L_10;
		L_10 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_9, _stringLiteral61C85293E5A099C3EF346E1AADA08CBCA89DA3C6, 4, NULL);
		if (!L_10)
		{
			goto IL_0033;
		}
	}
	{
		return (bool)1;
	}

IL_0033:
	{
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
	}

IL_0037:
	{
		int32_t L_12 = V_1;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_13 = V_0;
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
		{
			goto IL_0017;
		}
	}
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_mC6602D9BBD42A67584EF40A29B50DB45A035A565 (PropertyInfo_t* ___0_property, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E);
		s_Il2CppMethodInitialized = true;
	}
	{
		PropertyInfo_t* L_0 = ___0_property;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E, NULL);
		PropertyInfo_t* L_1 = ___0_property;
		NullCheck(L_1);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_2;
		L_2 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(17, L_1);
		NullCheck(L_2);
		return (bool)((!(((uint32_t)(((RuntimeArray*)L_2)->max_length)) <= ((uint32_t)0)))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetMemberValue_m69C0903BA25F305FA8C4FA37938FBBA54F608D5D (MemberInfo_t* ___0_member, RuntimeObject* ___1_target, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	RuntimeObject* V_1 = NULL;
	TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859* V_2 = NULL;
	il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
	{
		MemberInfo_t* L_0 = ___0_member;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, NULL);
		RuntimeObject* L_1 = ___1_target;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		MemberInfo_t* L_2 = ___0_member;
		int32_t L_3;
		L_3 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_2, NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		if ((((int32_t)L_4) == ((int32_t)4)))
		{
			goto IL_0028;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)16))))
		{
			goto IL_0035;
		}
	}
	{
		goto IL_0063;
	}

IL_0028:
	{
		MemberInfo_t* L_6 = ___0_member;
		RuntimeObject* L_7 = ___1_target;
		NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)));
		RuntimeObject* L_8;
		L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(26, ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)), L_7);
		return L_8;
	}

IL_0035:
	{
	}
	try
	{
		MemberInfo_t* L_9 = ___0_member;
		RuntimeObject* L_10 = ___1_target;
		NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
		RuntimeObject* L_11;
		L_11 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(27, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
		V_1 = L_11;
		goto IL_0083;
	}
	catch(Il2CppExceptionWrapper& e)
	{
		if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
		{
			IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
			goto CATCH_0046;
		}
		throw e;
	}

CATCH_0046:
	{
		TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859* L_12 = ((TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859*));;
		V_2 = L_12;
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13;
		L_13 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MemberInfo_t* L_14 = ___0_member;
		NullCheck(L_14);
		String_t* L_15;
		L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_14);
		String_t* L_16;
		L_16 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC831E4287EDA3A3A9B5B37A3194AA566D49E6CF)), L_13, L_15, NULL);
		TargetParameterCountException_t06AE62DE58A6F9CAC9E33DBEFA5B224F08293859* L_17 = V_2;
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_18 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_mFDDC94E3C94B43E2DFBDA15DD749315C5B246512(L_18, L_16, L_17, NULL);
		IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberValue_m69C0903BA25F305FA8C4FA37938FBBA54F608D5D_RuntimeMethod_var)));
	}

IL_0063:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19;
		L_19 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MemberInfo_t* L_20 = ___0_member;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_20);
		String_t* L_22;
		L_22 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B1F87BF4C64319A8AA1DA5423C987A720C3CFF0)), L_19, L_21, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_23, L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberValue_m69C0903BA25F305FA8C4FA37938FBBA54F608D5D_RuntimeMethod_var)));
	}

IL_0083:
	{
		RuntimeObject* L_24 = V_1;
		return L_24;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_SetMemberValue_m8FA7938133743E996E7C6D77AE4191C38BE9FEB7 (MemberInfo_t* ___0_member, RuntimeObject* ___1_target, RuntimeObject* ___2_value, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		MemberInfo_t* L_0 = ___0_member;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, NULL);
		RuntimeObject* L_1 = ___1_target;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
		MemberInfo_t* L_2 = ___0_member;
		int32_t L_3;
		L_3 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_2, NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		if ((((int32_t)L_4) == ((int32_t)4)))
		{
			goto IL_0028;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)16))))
		{
			goto IL_0036;
		}
	}
	{
		goto IL_0045;
	}

IL_0028:
	{
		MemberInfo_t* L_6 = ___0_member;
		RuntimeObject* L_7 = ___1_target;
		RuntimeObject* L_8 = ___2_value;
		NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)));
		FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)), L_7, L_8, NULL);
		return;
	}

IL_0036:
	{
		MemberInfo_t* L_9 = ___0_member;
		RuntimeObject* L_10 = ___1_target;
		RuntimeObject* L_11 = ___2_value;
		NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
		VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(29, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
		return;
	}

IL_0045:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
		L_12 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MemberInfo_t* L_13 = ___0_member;
		NullCheck(L_13);
		String_t* L_14;
		L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_13);
		String_t* L_15;
		L_15 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral847BDE321BACE58C20EACA226ABC5487CBF50A05)), L_12, L_14, NULL);
		ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
		ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_SetMemberValue_m8FA7938133743E996E7C6D77AE4191C38BE9FEB7_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanReadMemberValue_mAEC74283BD7361EA0E00DB00DA4CA1701893E3CD (MemberInfo_t* ___0_member, bool ___1_nonPublic, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	FieldInfo_t* V_0 = NULL;
	PropertyInfo_t* V_1 = NULL;
	int32_t V_2 = 0;
	{
		MemberInfo_t* L_0 = ___0_member;
		int32_t L_1;
		L_1 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_0, NULL);
		V_2 = L_1;
		int32_t L_2 = V_2;
		if ((((int32_t)L_2) == ((int32_t)4)))
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_3 = V_2;
		if ((((int32_t)L_3) == ((int32_t)((int32_t)16))))
		{
			goto IL_002a;
		}
	}
	{
		goto IL_004e;
	}

IL_0012:
	{
		MemberInfo_t* L_4 = ___0_member;
		V_0 = ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var));
		bool L_5 = ___1_nonPublic;
		if (!L_5)
		{
			goto IL_001e;
		}
	}
	{
		return (bool)1;
	}

IL_001e:
	{
		FieldInfo_t* L_6 = V_0;
		NullCheck(L_6);
		bool L_7;
		L_7 = FieldInfo_get_IsPublic_m73C84BEEAE6C993FACC6199B81DBF2B80D3810E5(L_6, NULL);
		if (!L_7)
		{
			goto IL_0028;
		}
	}
	{
		return (bool)1;
	}

IL_0028:
	{
		return (bool)0;
	}

IL_002a:
	{
		MemberInfo_t* L_8 = ___0_member;
		V_1 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_8, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_9 = V_1;
		NullCheck(L_9);
		bool L_10;
		L_10 = VirtualFuncInvoker0< bool >::Invoke(20, L_9);
		if (L_10)
		{
			goto IL_003b;
		}
	}
	{
		return (bool)0;
	}

IL_003b:
	{
		bool L_11 = ___1_nonPublic;
		if (!L_11)
		{
			goto IL_0040;
		}
	}
	{
		return (bool)1;
	}

IL_0040:
	{
		PropertyInfo_t* L_12 = V_1;
		bool L_13 = ___1_nonPublic;
		NullCheck(L_12);
		MethodInfo_t* L_14;
		L_14 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_12, L_13);
		bool L_15;
		L_15 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_14, (MethodInfo_t*)NULL, NULL);
		return L_15;
	}

IL_004e:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994 (MemberInfo_t* ___0_member, bool ___1_nonPublic, bool ___2_canSetReadOnly, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	FieldInfo_t* V_0 = NULL;
	PropertyInfo_t* V_1 = NULL;
	int32_t V_2 = 0;
	{
		MemberInfo_t* L_0 = ___0_member;
		int32_t L_1;
		L_1 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_0, NULL);
		V_2 = L_1;
		int32_t L_2 = V_2;
		if ((((int32_t)L_2) == ((int32_t)4)))
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_3 = V_2;
		if ((((int32_t)L_3) == ((int32_t)((int32_t)16))))
		{
			goto IL_0041;
		}
	}
	{
		goto IL_0065;
	}

IL_0012:
	{
		MemberInfo_t* L_4 = ___0_member;
		V_0 = ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var));
		FieldInfo_t* L_5 = V_0;
		NullCheck(L_5);
		bool L_6;
		L_6 = FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A(L_5, NULL);
		if (!L_6)
		{
			goto IL_0023;
		}
	}
	{
		return (bool)0;
	}

IL_0023:
	{
		FieldInfo_t* L_7 = V_0;
		NullCheck(L_7);
		bool L_8;
		L_8 = FieldInfo_get_IsInitOnly_m476BB9325A68BDD56B088D3E8407F75FA1388ED9(L_7, NULL);
		if (!L_8)
		{
			goto IL_0030;
		}
	}
	{
		bool L_9 = ___2_canSetReadOnly;
		if (L_9)
		{
			goto IL_0030;
		}
	}
	{
		return (bool)0;
	}

IL_0030:
	{
		bool L_10 = ___1_nonPublic;
		if (!L_10)
		{
			goto IL_0035;
		}
	}
	{
		return (bool)1;
	}

IL_0035:
	{
		FieldInfo_t* L_11 = V_0;
		NullCheck(L_11);
		bool L_12;
		L_12 = FieldInfo_get_IsPublic_m73C84BEEAE6C993FACC6199B81DBF2B80D3810E5(L_11, NULL);
		if (!L_12)
		{
			goto IL_003f;
		}
	}
	{
		return (bool)1;
	}

IL_003f:
	{
		return (bool)0;
	}

IL_0041:
	{
		MemberInfo_t* L_13 = ___0_member;
		V_1 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_13, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_14 = V_1;
		NullCheck(L_14);
		bool L_15;
		L_15 = VirtualFuncInvoker0< bool >::Invoke(21, L_14);
		if (L_15)
		{
			goto IL_0052;
		}
	}
	{
		return (bool)0;
	}

IL_0052:
	{
		bool L_16 = ___1_nonPublic;
		if (!L_16)
		{
			goto IL_0057;
		}
	}
	{
		return (bool)1;
	}

IL_0057:
	{
		PropertyInfo_t* L_17 = V_1;
		bool L_18 = ___1_nonPublic;
		NullCheck(L_17);
		MethodInfo_t* L_19;
		L_19 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(26, L_17, L_18);
		bool L_20;
		L_20 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_19, (MethodInfo_t*)NULL, NULL);
		return L_20;
	}

IL_0065:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* ReflectionUtils_GetFieldsAndProperties_m5C9A9A1B4C2D81B55B9A96111F9224A5C2C298A9 (Type_t* ___0_type, int32_t ___1_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisMemberInfo_t_m868B3A5EC2CF687D82B634F7E6B932F42A58D7C6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisMemberInfo_t_mFE7B0D074D81DB92A8372403E596FAD6331DE850_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisMemberInfo_t_m0B06E6F811820A6D4689F2B430B0B14981C3486B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_GroupBy_TisMemberInfo_t_TisString_t_m4F38EB03A1032D1595CF4881AF4B4C7D8C30DF17_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tB115F5F790744426D29118098864CADBAFD6E7C9_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t9DFF5CCD2F9C4E5CAEEB028E6189933EE4E77294_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4C102B22A268A681BB63B27829B493E15936FA26_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__31_0_mA7D173FAF9D7D5581A1CBCB17B30CB8065E6A102_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass31_0_U3CGetFieldsAndPropertiesU3Eb__1_m2BDDF6D8B65C4A7704AC3E983E1145FB5A188006_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	RuntimeObject* V_2 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* V_3 = NULL;
	RuntimeObject* V_4 = NULL;
	U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* V_5 = NULL;
	Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* G_B2_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B2_1 = NULL;
	Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* G_B1_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B1_1 = NULL;
	{
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_0 = (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*)il2cpp_codegen_object_new(List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A(L_0, List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_1 = L_0;
		Type_t* L_2 = ___0_type;
		int32_t L_3 = ___1_bindingAttr;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		RuntimeObject* L_4;
		L_4 = ReflectionUtils_GetFields_m345556004ABC798073F71E65987A68E749DEACDE(L_2, L_3, NULL);
		NullCheck(L_1);
		List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341(L_1, L_4, List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_5 = L_1;
		Type_t* L_6 = ___0_type;
		int32_t L_7 = ___1_bindingAttr;
		RuntimeObject* L_8;
		L_8 = ReflectionUtils_GetProperties_m116432A13B39F37FD078A1E749AF04822F48D117(L_6, L_7, NULL);
		NullCheck(L_5);
		List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341(L_5, L_8, List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_9 = L_5;
		NullCheck(L_9);
		int32_t L_10;
		L_10 = List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_inline(L_9, List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_11 = (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*)il2cpp_codegen_object_new(List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		List_1__ctor_m4C102B22A268A681BB63B27829B493E15936FA26(L_11, L_10, List_1__ctor_m4C102B22A268A681BB63B27829B493E15936FA26_RuntimeMethod_var);
		V_0 = L_11;
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* L_12 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__31_0;
		Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* L_13 = L_12;
		if (L_13)
		{
			G_B2_0 = L_13;
			G_B2_1 = L_9;
			goto IL_004a;
		}
		G_B1_0 = L_13;
		G_B1_1 = L_9;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* L_14 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* L_15 = (Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335*)il2cpp_codegen_object_new(Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335_il2cpp_TypeInfo_var);
		Func_2__ctor_m699289F206947D3B203957AB5645799C51DB54C4(L_15, L_14, (intptr_t)((void*)U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__31_0_mA7D173FAF9D7D5581A1CBCB17B30CB8065E6A102_RuntimeMethod_var), NULL);
		Func_2_t5529F3CE66777996A1DA0C848F9CABE581943335* L_16 = L_15;
		((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__31_0 = L_16;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__31_0), (void*)L_16);
		G_B2_0 = L_16;
		G_B2_1 = G_B1_1;
	}

IL_004a:
	{
		RuntimeObject* L_17;
		L_17 = Enumerable_GroupBy_TisMemberInfo_t_TisString_t_m4F38EB03A1032D1595CF4881AF4B4C7D8C30DF17(G_B2_1, G_B2_0, Enumerable_GroupBy_TisMemberInfo_t_TisString_t_m4F38EB03A1032D1595CF4881AF4B4C7D8C30DF17_RuntimeMethod_var);
		NullCheck(L_17);
		RuntimeObject* L_18;
		L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_tB115F5F790744426D29118098864CADBAFD6E7C9_il2cpp_TypeInfo_var, L_17);
		V_1 = L_18;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_012b:
			{
				{
					RuntimeObject* L_19 = V_1;
					if (!L_19)
					{
						goto IL_0134;
					}
				}
				{
					RuntimeObject* L_20 = V_1;
					NullCheck(L_20);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_20);
				}

IL_0134:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_011e_1;
			}

IL_005a_1:
			{
				RuntimeObject* L_21 = V_1;
				NullCheck(L_21);
				RuntimeObject* L_22;
				L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerator_1_t9DFF5CCD2F9C4E5CAEEB028E6189933EE4E77294_il2cpp_TypeInfo_var, L_21);
				V_2 = L_22;
				RuntimeObject* L_23 = V_2;
				int32_t L_24;
				L_24 = Enumerable_Count_TisMemberInfo_t_mFE7B0D074D81DB92A8372403E596FAD6331DE850(L_23, Enumerable_Count_TisMemberInfo_t_mFE7B0D074D81DB92A8372403E596FAD6331DE850_RuntimeMethod_var);
				if ((!(((uint32_t)L_24) == ((uint32_t)1))))
				{
					goto IL_007b_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_25 = V_0;
				RuntimeObject* L_26 = V_2;
				MemberInfo_t* L_27;
				L_27 = Enumerable_First_TisMemberInfo_t_m0B06E6F811820A6D4689F2B430B0B14981C3486B(L_26, Enumerable_First_TisMemberInfo_t_m0B06E6F811820A6D4689F2B430B0B14981C3486B_RuntimeMethod_var);
				NullCheck(L_25);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_25, L_27, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
				goto IL_011e_1;
			}

IL_007b_1:
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_28 = (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*)il2cpp_codegen_object_new(List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
				List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A(L_28, List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var);
				V_3 = L_28;
				RuntimeObject* L_29 = V_2;
				NullCheck(L_29);
				RuntimeObject* L_30;
				L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var, L_29);
				V_4 = L_30;
			}
			{
				auto __finallyBlock = il2cpp::utils::Finally([&]
				{

FINALLY_010b_1:
					{
						{
							RuntimeObject* L_31 = V_4;
							if (!L_31)
							{
								goto IL_0116_1;
							}
						}
						{
							RuntimeObject* L_32 = V_4;
							NullCheck(L_32);
							InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_32);
						}

IL_0116_1:
						{
							return;
						}
					}
				});
				try
				{
					{
						goto IL_0100_2;
					}

IL_008b_2:
					{
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_33 = (U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35_il2cpp_TypeInfo_var);
						U3CU3Ec__DisplayClass31_0__ctor_m7612987B8526E3E7B8C0752E93148C8C7AC5F42C(L_33, NULL);
						V_5 = L_33;
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_34 = V_5;
						RuntimeObject* L_35 = V_4;
						NullCheck(L_35);
						MemberInfo_t* L_36;
						L_36 = InterfaceFuncInvoker0< MemberInfo_t* >::Invoke(0, IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var, L_35);
						NullCheck(L_34);
						L_34->___memberInfo = L_36;
						Il2CppCodeGenWriteBarrier((void**)(&L_34->___memberInfo), (void*)L_36);
						List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_37 = V_3;
						NullCheck(L_37);
						int32_t L_38;
						L_38 = List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_inline(L_37, List_1_get_Count_mD80F00AEBC44636925C55CCC66519387944DFA3C_RuntimeMethod_var);
						if (L_38)
						{
							goto IL_00b7_2;
						}
					}
					{
						List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_39 = V_3;
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_40 = V_5;
						NullCheck(L_40);
						MemberInfo_t* L_41 = L_40->___memberInfo;
						NullCheck(L_39);
						List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_39, L_41, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
						goto IL_0100_2;
					}

IL_00b7_2:
					{
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_42 = V_5;
						NullCheck(L_42);
						MemberInfo_t* L_43 = L_42->___memberInfo;
						int32_t L_44 = ___1_bindingAttr;
						il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
						bool L_45;
						L_45 = ReflectionUtils_IsOverridenGenericMember_mED37BCC1DBDC0EFA25F650882D88626F9004003E(L_43, L_44, NULL);
						if (!L_45)
						{
							goto IL_00de_2;
						}
					}
					{
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_46 = V_5;
						NullCheck(L_46);
						MemberInfo_t* L_47 = L_46->___memberInfo;
						NullCheck(L_47);
						String_t* L_48;
						L_48 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_47);
						bool L_49;
						L_49 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_48, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, NULL);
						if (!L_49)
						{
							goto IL_0100_2;
						}
					}

IL_00de_2:
					{
						List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_50 = V_3;
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_51 = V_5;
						Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_52 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
						Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_52, L_51, (intptr_t)((void*)U3CU3Ec__DisplayClass31_0_U3CGetFieldsAndPropertiesU3Eb__1_m2BDDF6D8B65C4A7704AC3E983E1145FB5A188006_RuntimeMethod_var), NULL);
						bool L_53;
						L_53 = Enumerable_Any_TisMemberInfo_t_m868B3A5EC2CF687D82B634F7E6B932F42A58D7C6(L_50, L_52, Enumerable_Any_TisMemberInfo_t_m868B3A5EC2CF687D82B634F7E6B932F42A58D7C6_RuntimeMethod_var);
						if (L_53)
						{
							goto IL_0100_2;
						}
					}
					{
						List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_54 = V_3;
						U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* L_55 = V_5;
						NullCheck(L_55);
						MemberInfo_t* L_56 = L_55->___memberInfo;
						NullCheck(L_54);
						List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_54, L_56, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
					}

IL_0100_2:
					{
						RuntimeObject* L_57 = V_4;
						NullCheck(L_57);
						bool L_58;
						L_58 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_57);
						if (L_58)
						{
							goto IL_008b_2;
						}
					}
					{
						goto IL_0117_1;
					}
				}
				catch(Il2CppExceptionWrapper& e)
				{
					__finallyBlock.StoreException(e.ex);
				}
			}

IL_0117_1:
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_59 = V_0;
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_60 = V_3;
				NullCheck(L_59);
				List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341(L_59, L_60, List_1_AddRange_mFDD370E143C78AA5DA55A6DD602C5B96A81B5341_RuntimeMethod_var);
			}

IL_011e_1:
			{
				RuntimeObject* L_61 = V_1;
				NullCheck(L_61);
				bool L_62;
				L_62 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_61);
				if (L_62)
				{
					goto IL_005a_1;
				}
			}
			{
				goto IL_0135;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0135:
	{
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_63 = V_0;
		return L_63;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsOverridenGenericMember_mED37BCC1DBDC0EFA25F650882D88626F9004003E (MemberInfo_t* ___0_memberInfo, int32_t ___1_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	PropertyInfo_t* V_0 = NULL;
	Type_t* V_1 = NULL;
	Type_t* V_2 = NULL;
	MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_3 = NULL;
	{
		MemberInfo_t* L_0 = ___0_memberInfo;
		int32_t L_1;
		L_1 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_0, NULL);
		if ((((int32_t)L_1) == ((int32_t)((int32_t)16))))
		{
			goto IL_000c;
		}
	}
	{
		return (bool)0;
	}

IL_000c:
	{
		MemberInfo_t* L_2 = ___0_memberInfo;
		V_0 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_2, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_3 = V_0;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_4;
		L_4 = ReflectionUtils_IsVirtual_mB9D39467327026209931F92BE4B90B2E980F7398(L_3, NULL);
		if (L_4)
		{
			goto IL_001d;
		}
	}
	{
		return (bool)0;
	}

IL_001d:
	{
		PropertyInfo_t* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_5);
		V_1 = L_6;
		Type_t* L_7 = V_1;
		bool L_8;
		L_8 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_7, NULL);
		if (L_8)
		{
			goto IL_002e;
		}
	}
	{
		return (bool)0;
	}

IL_002e:
	{
		Type_t* L_9 = V_1;
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_9);
		V_2 = L_10;
		Type_t* L_11 = V_2;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_12;
		L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, (Type_t*)NULL, NULL);
		if (!L_12)
		{
			goto IL_0040;
		}
	}
	{
		return (bool)0;
	}

IL_0040:
	{
		Type_t* L_13 = V_2;
		PropertyInfo_t* L_14 = V_0;
		NullCheck(L_14);
		String_t* L_15;
		L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_14);
		int32_t L_16 = ___1_bindingAttr;
		NullCheck(L_13);
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_17;
		L_17 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(90, L_13, L_15, L_16);
		V_3 = L_17;
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_18 = V_3;
		NullCheck(L_18);
		if ((((RuntimeArray*)L_18)->max_length))
		{
			goto IL_0054;
		}
	}
	{
		return (bool)0;
	}

IL_0054:
	{
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_19 = V_3;
		NullCheck(L_19);
		int32_t L_20 = 0;
		MemberInfo_t* L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_22;
		L_22 = ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0(L_21, NULL);
		NullCheck(L_22);
		bool L_23;
		L_23 = VirtualFuncInvoker0< bool >::Invoke(38, L_22);
		if (L_23)
		{
			goto IL_0065;
		}
	}
	{
		return (bool)0;
	}

IL_0065:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectionUtils_GetAttributes_m64100872CC4D5F42453CED2620D0790546A34543 (RuntimeObject* ___0_attributeProvider, Type_t* ___1_attributeType, bool ___2_inherit, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assembly_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_mBB62B5AA1A4156EA57D5F11A08CA76D3DF40E76E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m1386E5D9BE2299D956F8334023BB11BC76318258_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	Type_t* V_2 = NULL;
	Assembly_t* V_3 = NULL;
	MemberInfo_t* V_4 = NULL;
	Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* V_5 = NULL;
	ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* V_6 = NULL;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B9_0 = NULL;
	ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B25_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_attributeProvider;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6, NULL);
		RuntimeObject* L_1 = ___0_attributeProvider;
		V_0 = L_1;
		RuntimeObject* L_2 = V_0;
		V_2 = ((Type_t*)IsInstClass((RuntimeObject*)L_2, il2cpp_defaults.systemtype_class));
		Type_t* L_3 = V_2;
		if (L_3)
		{
			goto IL_004a;
		}
	}
	{
		RuntimeObject* L_4 = V_0;
		V_3 = ((Assembly_t*)IsInstClass((RuntimeObject*)L_4, Assembly_t_il2cpp_TypeInfo_var));
		Assembly_t* L_5 = V_3;
		if (L_5)
		{
			goto IL_006f;
		}
	}
	{
		RuntimeObject* L_6 = V_0;
		V_4 = ((MemberInfo_t*)IsInstClass((RuntimeObject*)L_6, MemberInfo_t_il2cpp_TypeInfo_var));
		MemberInfo_t* L_7 = V_4;
		if (L_7)
		{
			goto IL_0087;
		}
	}
	{
		RuntimeObject* L_8 = V_0;
		V_5 = ((Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0*)IsInstClass((RuntimeObject*)L_8, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var));
		Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_9 = V_5;
		if (L_9)
		{
			goto IL_00a3;
		}
	}
	{
		RuntimeObject* L_10 = V_0;
		V_6 = ((ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F*)IsInstClass((RuntimeObject*)L_10, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_il2cpp_TypeInfo_var));
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_11 = V_6;
		if (L_11)
		{
			goto IL_00bf;
		}
	}
	{
		goto IL_00db;
	}

IL_004a:
	{
		Type_t* L_12 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_13;
		L_13 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, (Type_t*)NULL, NULL);
		if (L_13)
		{
			goto IL_005c;
		}
	}
	{
		Type_t* L_14 = V_2;
		bool L_15 = ___2_inherit;
		NullCheck(L_14);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16;
		L_16 = VirtualFuncInvoker1< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, bool >::Invoke(13, L_14, L_15);
		G_B9_0 = L_16;
		goto IL_0064;
	}

IL_005c:
	{
		Type_t* L_17 = V_2;
		Type_t* L_18 = ___1_attributeType;
		bool L_19 = ___2_inherit;
		NullCheck(L_17);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20;
		L_20 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_17, L_18, L_19);
		G_B9_0 = L_20;
	}

IL_0064:
	{
		RuntimeObject* L_21;
		L_21 = Enumerable_Cast_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_mBB62B5AA1A4156EA57D5F11A08CA76D3DF40E76E((RuntimeObject*)G_B9_0, Enumerable_Cast_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_mBB62B5AA1A4156EA57D5F11A08CA76D3DF40E76E_RuntimeMethod_var);
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_22;
		L_22 = Enumerable_ToArray_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m1386E5D9BE2299D956F8334023BB11BC76318258(L_21, Enumerable_ToArray_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m1386E5D9BE2299D956F8334023BB11BC76318258_RuntimeMethod_var);
		return L_22;
	}

IL_006f:
	{
		Type_t* L_23 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_24;
		L_24 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_23, (Type_t*)NULL, NULL);
		if (L_24)
		{
			goto IL_007f;
		}
	}
	{
		Assembly_t* L_25 = V_3;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26;
		L_26 = Attribute_GetCustomAttributes_mD4455DC35BFA6EFA35E1A16A08D2519E44ADB5E8(L_25, NULL);
		return L_26;
	}

IL_007f:
	{
		Assembly_t* L_27 = V_3;
		Type_t* L_28 = ___1_attributeType;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_29;
		L_29 = Attribute_GetCustomAttributes_m407573186E5EDBC596676AD17FBDC3774CFCA4ED(L_27, L_28, NULL);
		return L_29;
	}

IL_0087:
	{
		Type_t* L_30 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_31;
		L_31 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_30, (Type_t*)NULL, NULL);
		if (L_31)
		{
			goto IL_0099;
		}
	}
	{
		MemberInfo_t* L_32 = V_4;
		bool L_33 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_34;
		L_34 = Attribute_GetCustomAttributes_mF1EE547A2DF3170198A9108CB8E82DFE2D920E35(L_32, L_33, NULL);
		return L_34;
	}

IL_0099:
	{
		MemberInfo_t* L_35 = V_4;
		Type_t* L_36 = ___1_attributeType;
		bool L_37 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38;
		L_38 = Attribute_GetCustomAttributes_mCB0A3E0F2148A92A0C6444D601F0F19E01B0ED09(L_35, L_36, L_37, NULL);
		return L_38;
	}

IL_00a3:
	{
		Type_t* L_39 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_40;
		L_40 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_39, (Type_t*)NULL, NULL);
		if (L_40)
		{
			goto IL_00b5;
		}
	}
	{
		Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_41 = V_5;
		bool L_42 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43;
		L_43 = Attribute_GetCustomAttributes_m98EB5BEBAD1457D7A7E440CFAFBA8539428ED145(L_41, L_42, NULL);
		return L_43;
	}

IL_00b5:
	{
		Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_44 = V_5;
		Type_t* L_45 = ___1_attributeType;
		bool L_46 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_47;
		L_47 = Attribute_GetCustomAttributes_mCF914A51946282CC9ED2EFDA38586317C8EA9523(L_44, L_45, L_46, NULL);
		return L_47;
	}

IL_00bf:
	{
		Type_t* L_48 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_49;
		L_49 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_48, (Type_t*)NULL, NULL);
		if (L_49)
		{
			goto IL_00d1;
		}
	}
	{
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_50 = V_6;
		bool L_51 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_52;
		L_52 = Attribute_GetCustomAttributes_m160ECF3991D5B4FC445B2A3767C1B2E95CDE0876(L_50, L_51, NULL);
		return L_52;
	}

IL_00d1:
	{
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_53 = V_6;
		Type_t* L_54 = ___1_attributeType;
		bool L_55 = ___2_inherit;
		AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_56;
		L_56 = Attribute_GetCustomAttributes_m4C8A61CF5B89E7D5D6F49DA8D71F863D7EFB98FE(L_53, L_54, L_55, NULL);
		return L_56;
	}

IL_00db:
	{
		RuntimeObject* L_57 = ___0_attributeProvider;
		V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_57, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var));
		Type_t* L_58 = ___1_attributeType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_59;
		L_59 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_58, (Type_t*)NULL, NULL);
		if (L_59)
		{
			goto IL_00f4;
		}
	}
	{
		RuntimeObject* L_60 = V_1;
		bool L_61 = ___2_inherit;
		NullCheck(L_60);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_62;
		L_62 = InterfaceFuncInvoker1< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, bool >::Invoke(0, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var, L_60, L_61);
		G_B25_0 = L_62;
		goto IL_00fc;
	}

IL_00f4:
	{
		RuntimeObject* L_63 = V_1;
		Type_t* L_64 = ___1_attributeType;
		bool L_65 = ___2_inherit;
		NullCheck(L_63);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_66;
		L_66 = InterfaceFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(1, ICustomAttributeProvider_tC47C1E6A3DC1ADA77819AF705CC1D1175315876D_il2cpp_TypeInfo_var, L_63, L_64, L_65);
		G_B25_0 = L_66;
	}

IL_00fc:
	{
		return ((AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)Castclass((RuntimeObject*)G_B25_0, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StructMultiKey_2_t6E68BC5B4E82B577ED926DDD328474297A4F65C3 ReflectionUtils_SplitFullyQualifiedTypeName_m23D98D35A6D64654C1C27A95EEB8CB1CA3438B76 (String_t* ___0_fullyQualifiedTypeName, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StructMultiKey_2__ctor_m86731997DA776682D68E49D641713A373FCB9844_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
	memset((&V_0), 0, sizeof(V_0));
	String_t* V_1 = NULL;
	String_t* V_2 = NULL;
	{
		String_t* L_0 = ___0_fullyQualifiedTypeName;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_1;
		L_1 = ReflectionUtils_GetAssemblyDelimiterIndex_m4860F359D4A8A7F5AEC2C2A75904469C3A4722CD(L_0, NULL);
		V_0 = L_1;
		bool L_2;
		L_2 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
		if (!L_2)
		{
			goto IL_0041;
		}
	}
	{
		String_t* L_3 = ___0_fullyQualifiedTypeName;
		int32_t L_4;
		L_4 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		String_t* L_5;
		L_5 = StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA(L_3, 0, L_4, NULL);
		V_1 = L_5;
		String_t* L_6 = ___0_fullyQualifiedTypeName;
		int32_t L_7;
		L_7 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		String_t* L_8 = ___0_fullyQualifiedTypeName;
		NullCheck(L_8);
		int32_t L_9;
		L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
		int32_t L_10;
		L_10 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
		String_t* L_11;
		L_11 = StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA(L_6, ((int32_t)il2cpp_codegen_add(L_7, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
		V_2 = L_11;
		goto IL_0045;
	}

IL_0041:
	{
		String_t* L_12 = ___0_fullyQualifiedTypeName;
		V_1 = L_12;
		V_2 = (String_t*)NULL;
	}

IL_0045:
	{
		String_t* L_13 = V_2;
		String_t* L_14 = V_1;
		StructMultiKey_2_t6E68BC5B4E82B577ED926DDD328474297A4F65C3 L_15;
		memset((&L_15), 0, sizeof(L_15));
		StructMultiKey_2__ctor_m86731997DA776682D68E49D641713A373FCB9844((&L_15), L_13, L_14, StructMultiKey_2__ctor_m86731997DA776682D68E49D641713A373FCB9844_RuntimeMethod_var);
		return L_15;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ReflectionUtils_GetAssemblyDelimiterIndex_m4860F359D4A8A7F5AEC2C2A75904469C3A4722CD (String_t* ___0_fullyQualifiedTypeName, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Il2CppChar V_2 = 0x0;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_3;
	memset((&V_3), 0, sizeof(V_3));
	{
		V_0 = 0;
		V_1 = 0;
		goto IL_0039;
	}

IL_0006:
	{
		String_t* L_0 = ___0_fullyQualifiedTypeName;
		int32_t L_1 = V_1;
		NullCheck(L_0);
		Il2CppChar L_2;
		L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL);
		V_2 = L_2;
		Il2CppChar L_3 = V_2;
		if ((((int32_t)L_3) == ((int32_t)((int32_t)44))))
		{
			goto IL_002b;
		}
	}
	{
		Il2CppChar L_4 = V_2;
		if ((((int32_t)L_4) == ((int32_t)((int32_t)91))))
		{
			goto IL_001f;
		}
	}
	{
		Il2CppChar L_5 = V_2;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)93))))
		{
			goto IL_0025;
		}
	}
	{
		goto IL_0035;
	}

IL_001f:
	{
		int32_t L_6 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
		goto IL_0035;
	}

IL_0025:
	{
		int32_t L_7 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
		goto IL_0035;
	}

IL_002b:
	{
		int32_t L_8 = V_0;
		if (L_8)
		{
			goto IL_0035;
		}
	}
	{
		int32_t L_9 = V_1;
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_10;
		memset((&L_10), 0, sizeof(L_10));
		Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_10), L_9, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		return L_10;
	}

IL_0035:
	{
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
	}

IL_0039:
	{
		int32_t L_12 = V_1;
		String_t* L_13 = ___0_fullyQualifiedTypeName;
		NullCheck(L_13);
		int32_t L_14;
		L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
		if ((((int32_t)L_12) < ((int32_t)L_14)))
		{
			goto IL_0006;
		}
	}
	{
		il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_15 = V_3;
		return L_15;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* ReflectionUtils_GetMemberInfoFromType_m53EA3C96A700303B68775A888758AD4898B51A73 (Type_t* ___0_targetType, MemberInfo_t* ___1_memberInfo, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_TisType_t_mF9CA31F130332928D01BB1567743F4531645DE9C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisMemberInfo_t_m8FCB40D355478853AAEFD4A0FD1EF39B9E0543A1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisType_t_m8E2C7EBDC8CEB2393785B9E910ECF6D478007A89_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t083860B929985EC8DF79C99B5157C38632F84196_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__39_0_m93ECCDE074C7CACCA0696323587FDB748EF30032_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	PropertyInfo_t* V_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
	Func_2_t083860B929985EC8DF79C99B5157C38632F84196* G_B3_0 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* G_B3_1 = NULL;
	Func_2_t083860B929985EC8DF79C99B5157C38632F84196* G_B2_0 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* G_B2_1 = NULL;
	{
		MemberInfo_t* L_0 = ___1_memberInfo;
		int32_t L_1;
		L_1 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_0, NULL);
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_0059;
		}
	}
	{
		MemberInfo_t* L_2 = ___1_memberInfo;
		V_0 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_2, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_3 = V_0;
		NullCheck(L_3);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_4;
		L_4 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(17, L_3);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		Func_2_t083860B929985EC8DF79C99B5157C38632F84196* L_5 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__39_0;
		Func_2_t083860B929985EC8DF79C99B5157C38632F84196* L_6 = L_5;
		if (L_6)
		{
			G_B3_0 = L_6;
			G_B3_1 = L_4;
			goto IL_0036;
		}
		G_B2_0 = L_6;
		G_B2_1 = L_4;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* L_7 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t083860B929985EC8DF79C99B5157C38632F84196* L_8 = (Func_2_t083860B929985EC8DF79C99B5157C38632F84196*)il2cpp_codegen_object_new(Func_2_t083860B929985EC8DF79C99B5157C38632F84196_il2cpp_TypeInfo_var);
		Func_2__ctor_mABAC2A1749B8A3F716CAD567A9ABCC9654A7E97E(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__39_0_m93ECCDE074C7CACCA0696323587FDB748EF30032_RuntimeMethod_var), NULL);
		Func_2_t083860B929985EC8DF79C99B5157C38632F84196* L_9 = L_8;
		((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__39_0 = L_9;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__39_0), (void*)L_9);
		G_B3_0 = L_9;
		G_B3_1 = G_B2_1;
	}

IL_0036:
	{
		RuntimeObject* L_10;
		L_10 = Enumerable_Select_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_TisType_t_mF9CA31F130332928D01BB1567743F4531645DE9C((RuntimeObject*)G_B3_1, G_B3_0, Enumerable_Select_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_TisType_t_mF9CA31F130332928D01BB1567743F4531645DE9C_RuntimeMethod_var);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11;
		L_11 = Enumerable_ToArray_TisType_t_m8E2C7EBDC8CEB2393785B9E910ECF6D478007A89(L_10, Enumerable_ToArray_TisType_t_m8E2C7EBDC8CEB2393785B9E910ECF6D478007A89_RuntimeMethod_var);
		V_1 = L_11;
		Type_t* L_12 = ___0_targetType;
		PropertyInfo_t* L_13 = V_0;
		NullCheck(L_13);
		String_t* L_14;
		L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_13);
		PropertyInfo_t* L_15 = V_0;
		NullCheck(L_15);
		Type_t* L_16;
		L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_15);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = V_1;
		NullCheck(L_12);
		PropertyInfo_t* L_18;
		L_18 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_12, L_14, ((int32_t)60), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_16, L_17, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
		return L_18;
	}

IL_0059:
	{
		Type_t* L_19 = ___0_targetType;
		MemberInfo_t* L_20 = ___1_memberInfo;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_20);
		MemberInfo_t* L_22 = ___1_memberInfo;
		int32_t L_23;
		L_23 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_22, NULL);
		NullCheck(L_19);
		MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_24;
		L_24 = VirtualFuncInvoker3< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t, int32_t >::Invoke(91, L_19, L_21, L_23, ((int32_t)60));
		MemberInfo_t* L_25;
		L_25 = Enumerable_SingleOrDefault_TisMemberInfo_t_m8FCB40D355478853AAEFD4A0FD1EF39B9E0543A1((RuntimeObject*)L_24, Enumerable_SingleOrDefault_TisMemberInfo_t_m8FCB40D355478853AAEFD4A0FD1EF39B9E0543A1_RuntimeMethod_var);
		return L_25;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetFields_m345556004ABC798073F71E65987A68E749DEACDE (Type_t* ___0_targetType, int32_t ___1_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisFieldInfo_t_mEE56A66449C8F58A3D977B40AF15DAD085FCEC2D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6A67D9D691261F2556B731A8AE6B4929B8A94E31_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_targetType;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5, NULL);
		Type_t* L_1 = ___0_targetType;
		int32_t L_2 = ___1_bindingAttr;
		NullCheck(L_1);
		FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_3;
		L_3 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(88, L_1, L_2);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_4 = (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*)il2cpp_codegen_object_new(List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		List_1__ctor_m6A67D9D691261F2556B731A8AE6B4929B8A94E31(L_4, (RuntimeObject*)L_3, List_1__ctor_m6A67D9D691261F2556B731A8AE6B4929B8A94E31_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_5 = L_4;
		Type_t* L_6 = ___0_targetType;
		int32_t L_7 = ___1_bindingAttr;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		ReflectionUtils_GetChildPrivateFields_mE010323462273938232947F53CEAEDD04CA0224A(L_5, L_6, L_7, NULL);
		RuntimeObject* L_8;
		L_8 = Enumerable_Cast_TisFieldInfo_t_mEE56A66449C8F58A3D977B40AF15DAD085FCEC2D(L_5, Enumerable_Cast_TisFieldInfo_t_mEE56A66449C8F58A3D977B40AF15DAD085FCEC2D_RuntimeMethod_var);
		return L_8;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateFields_mE010323462273938232947F53CEAEDD04CA0224A (RuntimeObject* ___0_initialFields, Type_t* ___1_type, int32_t ___2_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisMemberInfo_t_mDE50EE4C0A4096874E30FF48A4806321F24E103F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__41_0_mBB078BF564DD56F47E41357373E5240589CDD834_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	int32_t V_1 = 0;
	RuntimeObject* V_2 = NULL;
	Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B4_0 = NULL;
	FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B4_1 = NULL;
	Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B3_0 = NULL;
	FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B3_1 = NULL;
	{
		Type_t* L_0 = ___1_type;
		V_0 = L_0;
		int32_t L_1 = ___2_bindingAttr;
		if (!((int32_t)((int32_t)L_1&((int32_t)32))))
		{
			goto IL_0056;
		}
	}
	{
		int32_t L_2 = ___2_bindingAttr;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = ReflectionUtils_RemoveFlag_mB7DAD21EF1BDF82449F44B7BABDC5397B9272ACD(L_2, ((int32_t)16), NULL);
		V_1 = L_3;
		goto IL_0046;
	}

IL_0013:
	{
		Type_t* L_4 = V_0;
		int32_t L_5 = V_1;
		NullCheck(L_4);
		FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_6;
		L_6 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(88, L_4, L_5);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_7 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__41_0;
		Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_8 = L_7;
		if (L_8)
		{
			G_B4_0 = L_8;
			G_B4_1 = L_6;
			goto IL_0039;
		}
		G_B3_0 = L_8;
		G_B3_1 = L_6;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* L_9 = ((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_10 = (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*)il2cpp_codegen_object_new(Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var);
		Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3(L_10, L_9, (intptr_t)((void*)U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__41_0_mBB078BF564DD56F47E41357373E5240589CDD834_RuntimeMethod_var), NULL);
		Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_11 = L_10;
		((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__41_0 = L_11;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9__41_0), (void*)L_11);
		G_B4_0 = L_11;
		G_B4_1 = G_B3_1;
	}

IL_0039:
	{
		RuntimeObject* L_12;
		L_12 = Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90((RuntimeObject*)G_B4_1, G_B4_0, Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var);
		V_2 = L_12;
		RuntimeObject* L_13 = ___0_initialFields;
		RuntimeObject* L_14 = V_2;
		CollectionUtils_AddRange_TisMemberInfo_t_mDE50EE4C0A4096874E30FF48A4806321F24E103F(L_13, L_14, CollectionUtils_AddRange_TisMemberInfo_t_mDE50EE4C0A4096874E30FF48A4806321F24E103F_RuntimeMethod_var);
	}

IL_0046:
	{
		Type_t* L_15 = V_0;
		Type_t* L_16;
		L_16 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_15, NULL);
		Type_t* L_17 = L_16;
		V_0 = L_17;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_18;
		L_18 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_17, (Type_t*)NULL, NULL);
		if (L_18)
		{
			goto IL_0013;
		}
	}

IL_0056:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetProperties_m116432A13B39F37FD078A1E749AF04822F48D117 (Type_t* ___0_targetType, int32_t ___1_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mBA5D755463D755BE7FDA512D25353813E0C8EB3E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF2EB4E16CD63260F4A40B2CB9D25CAE969F1EA79_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m355CEE6943458AA8FD801E55B91417D3872474EA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m42DD116FCC6A980B9B1DACDA2168961AAFA656A8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mEB3D88999B573EBB88F1A7D86721429006820CF8_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* V_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
	int32_t V_2 = 0;
	Type_t* V_3 = NULL;
	int32_t V_4 = 0;
	PropertyInfo_t* V_5 = NULL;
	PropertyInfo_t* V_6 = NULL;
	{
		Type_t* L_0 = ___0_targetType;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5, NULL);
		Type_t* L_1 = ___0_targetType;
		int32_t L_2 = ___1_bindingAttr;
		NullCheck(L_1);
		PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_3;
		L_3 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7*, int32_t >::Invoke(112, L_1, L_2);
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_4 = (List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E*)il2cpp_codegen_object_new(List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E_il2cpp_TypeInfo_var);
		List_1__ctor_mF2EB4E16CD63260F4A40B2CB9D25CAE969F1EA79(L_4, (RuntimeObject*)L_3, List_1__ctor_mF2EB4E16CD63260F4A40B2CB9D25CAE969F1EA79_RuntimeMethod_var);
		V_0 = L_4;
		Type_t* L_5 = ___0_targetType;
		bool L_6;
		L_6 = TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235(L_5, NULL);
		if (!L_6)
		{
			goto IL_0046;
		}
	}
	{
		Type_t* L_7 = ___0_targetType;
		NullCheck(L_7);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8;
		L_8 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117, L_7);
		V_1 = L_8;
		V_2 = 0;
		goto IL_0040;
	}

IL_002b:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = V_1;
		int32_t L_10 = V_2;
		NullCheck(L_9);
		int32_t L_11 = L_10;
		Type_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_3 = L_12;
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_13 = V_0;
		Type_t* L_14 = V_3;
		int32_t L_15 = ___1_bindingAttr;
		NullCheck(L_14);
		PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_16;
		L_16 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7*, int32_t >::Invoke(112, L_14, L_15);
		NullCheck(L_13);
		List_1_AddRange_mBA5D755463D755BE7FDA512D25353813E0C8EB3E(L_13, (RuntimeObject*)L_16, List_1_AddRange_mBA5D755463D755BE7FDA512D25353813E0C8EB3E_RuntimeMethod_var);
		int32_t L_17 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
	}

IL_0040:
	{
		int32_t L_18 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = V_1;
		NullCheck(L_19);
		if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
		{
			goto IL_002b;
		}
	}

IL_0046:
	{
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_20 = V_0;
		Type_t* L_21 = ___0_targetType;
		int32_t L_22 = ___1_bindingAttr;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		ReflectionUtils_GetChildPrivateProperties_mD3F6F4AFE2C2BDC0DBBFEDAAA528D1F2B3A7D96C(L_20, L_21, L_22, NULL);
		V_4 = 0;
		goto IL_0091;
	}

IL_0053:
	{
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_23 = V_0;
		int32_t L_24 = V_4;
		NullCheck(L_23);
		PropertyInfo_t* L_25;
		L_25 = List_1_get_Item_m42DD116FCC6A980B9B1DACDA2168961AAFA656A8(L_23, L_24, List_1_get_Item_m42DD116FCC6A980B9B1DACDA2168961AAFA656A8_RuntimeMethod_var);
		V_5 = L_25;
		PropertyInfo_t* L_26 = V_5;
		NullCheck(L_26);
		Type_t* L_27;
		L_27 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_26);
		Type_t* L_28 = ___0_targetType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_29;
		L_29 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_27, L_28, NULL);
		if (!L_29)
		{
			goto IL_008b;
		}
	}
	{
		PropertyInfo_t* L_30 = V_5;
		NullCheck(L_30);
		Type_t* L_31;
		L_31 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_30);
		PropertyInfo_t* L_32 = V_5;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		MemberInfo_t* L_33;
		L_33 = ReflectionUtils_GetMemberInfoFromType_m53EA3C96A700303B68775A888758AD4898B51A73(L_31, L_32, NULL);
		V_6 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_33, PropertyInfo_t_il2cpp_TypeInfo_var));
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_34 = V_0;
		int32_t L_35 = V_4;
		PropertyInfo_t* L_36 = V_6;
		NullCheck(L_34);
		List_1_set_Item_mEB3D88999B573EBB88F1A7D86721429006820CF8(L_34, L_35, L_36, List_1_set_Item_mEB3D88999B573EBB88F1A7D86721429006820CF8_RuntimeMethod_var);
	}

IL_008b:
	{
		int32_t L_37 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_37, 1));
	}

IL_0091:
	{
		int32_t L_38 = V_4;
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_39 = V_0;
		NullCheck(L_39);
		int32_t L_40;
		L_40 = List_1_get_Count_m355CEE6943458AA8FD801E55B91417D3872474EA_inline(L_39, List_1_get_Count_m355CEE6943458AA8FD801E55B91417D3872474EA_RuntimeMethod_var);
		if ((((int32_t)L_38) < ((int32_t)L_40)))
		{
			goto IL_0053;
		}
	}
	{
		List_1_t82D76CC5C6539DFC84C87B271B946836D31F9D1E* L_41 = V_0;
		return L_41;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionUtils_RemoveFlag_mB7DAD21EF1BDF82449F44B7BABDC5397B9272ACD (int32_t ___0_bindingAttr, int32_t ___1_flag, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_bindingAttr;
		int32_t L_1 = ___1_flag;
		int32_t L_2 = ___1_flag;
		if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2)))
		{
			goto IL_0008;
		}
	}
	{
		int32_t L_3 = ___0_bindingAttr;
		return L_3;
	}

IL_0008:
	{
		int32_t L_4 = ___0_bindingAttr;
		int32_t L_5 = ___1_flag;
		return (int32_t)(((int32_t)((int32_t)L_4^(int32_t)L_5)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateProperties_mD3F6F4AFE2C2BDC0DBBFEDAAA528D1F2B3A7D96C (RuntimeObject* ___0_initialProperties, Type_t* ___1_type, int32_t ___2_bindingAttr, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tAE3782A30E2C5880223F5DBCAB3CBC888034E16A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tB15DAEB90BDCB6EC5FB36C426C9B01479C29D325_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__0_m316341F1F6DA72A17788F05336C856DAC0E4DE48_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__1_m21CBBD37F1D18EFF517A3FF644CB9B195D884696_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass44_1_U3CGetChildPrivatePropertiesU3Eb__2_mCC43F9E7E690F1F7A092C53E27B6AE49D38EFD08_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* V_1 = NULL;
	int32_t V_2 = 0;
	PropertyInfo_t* V_3 = NULL;
	U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* V_4 = NULL;
	int32_t V_5 = 0;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* V_6 = NULL;
	MethodInfo_t* G_B12_0 = NULL;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* G_B12_1 = NULL;
	MethodInfo_t* G_B11_0 = NULL;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* G_B11_1 = NULL;
	Type_t* G_B13_0 = NULL;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* G_B13_1 = NULL;
	Type_t* G_B15_0 = NULL;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* G_B15_1 = NULL;
	Type_t* G_B14_0 = NULL;
	U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* G_B14_1 = NULL;
	{
		Type_t* L_0 = ___1_type;
		V_0 = L_0;
		goto IL_0140;
	}

IL_0007:
	{
		Type_t* L_1 = V_0;
		int32_t L_2 = ___2_bindingAttr;
		NullCheck(L_1);
		PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_3;
		L_3 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7*, int32_t >::Invoke(112, L_1, L_2);
		V_1 = L_3;
		V_2 = 0;
		goto IL_0137;
	}

IL_0016:
	{
		PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_4 = V_1;
		int32_t L_5 = V_2;
		NullCheck(L_4);
		int32_t L_6 = L_5;
		PropertyInfo_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_3 = L_7;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_8 = (U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass44_0__ctor_mBC092A5561E02842F0507C1BD753AD361BE4E0FD(L_8, NULL);
		V_4 = L_8;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_9 = V_4;
		PropertyInfo_t* L_10 = V_3;
		NullCheck(L_9);
		L_9->___subTypeProperty = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&L_9->___subTypeProperty), (void*)L_10);
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_11 = V_4;
		NullCheck(L_11);
		PropertyInfo_t* L_12 = L_11->___subTypeProperty;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_13;
		L_13 = ReflectionUtils_IsVirtual_mB9D39467327026209931F92BE4B90B2E980F7398(L_12, NULL);
		if (L_13)
		{
			goto IL_00c2;
		}
	}
	{
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_14 = V_4;
		NullCheck(L_14);
		PropertyInfo_t* L_15 = L_14->___subTypeProperty;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_16;
		L_16 = ReflectionUtils_IsPublic_m3CE1F6A87208FBC096DF73A053DAEDF0786BD5C5(L_15, NULL);
		if (L_16)
		{
			goto IL_009a;
		}
	}
	{
		RuntimeObject* L_17 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_18 = V_4;
		Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74* L_19 = (Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74*)il2cpp_codegen_object_new(Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74_il2cpp_TypeInfo_var);
		Func_2__ctor_m48337939E4E24F5ADE3777B5B57E73EEF3C2CEC7(L_19, L_18, (intptr_t)((void*)U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__0_m316341F1F6DA72A17788F05336C856DAC0E4DE48_RuntimeMethod_var), NULL);
		int32_t L_20;
		L_20 = CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96(L_17, L_19, CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96_RuntimeMethod_var);
		V_5 = L_20;
		int32_t L_21 = V_5;
		if ((!(((uint32_t)L_21) == ((uint32_t)(-1)))))
		{
			goto IL_0074;
		}
	}
	{
		RuntimeObject* L_22 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_23 = V_4;
		NullCheck(L_23);
		PropertyInfo_t* L_24 = L_23->___subTypeProperty;
		NullCheck(L_22);
		InterfaceActionInvoker1< PropertyInfo_t* >::Invoke(2, ICollection_1_tAE3782A30E2C5880223F5DBCAB3CBC888034E16A_il2cpp_TypeInfo_var, L_22, L_24);
		goto IL_0133;
	}

IL_0074:
	{
		RuntimeObject* L_25 = ___0_initialProperties;
		int32_t L_26 = V_5;
		NullCheck(L_25);
		PropertyInfo_t* L_27;
		L_27 = InterfaceFuncInvoker1< PropertyInfo_t*, int32_t >::Invoke(0, IList_1_tB15DAEB90BDCB6EC5FB36C426C9B01479C29D325_il2cpp_TypeInfo_var, L_25, L_26);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_28;
		L_28 = ReflectionUtils_IsPublic_m3CE1F6A87208FBC096DF73A053DAEDF0786BD5C5(L_27, NULL);
		if (L_28)
		{
			goto IL_0133;
		}
	}
	{
		RuntimeObject* L_29 = ___0_initialProperties;
		int32_t L_30 = V_5;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_31 = V_4;
		NullCheck(L_31);
		PropertyInfo_t* L_32 = L_31->___subTypeProperty;
		NullCheck(L_29);
		InterfaceActionInvoker2< int32_t, PropertyInfo_t* >::Invoke(1, IList_1_tB15DAEB90BDCB6EC5FB36C426C9B01479C29D325_il2cpp_TypeInfo_var, L_29, L_30, L_32);
		goto IL_0133;
	}

IL_009a:
	{
		RuntimeObject* L_33 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_34 = V_4;
		Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74* L_35 = (Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74*)il2cpp_codegen_object_new(Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74_il2cpp_TypeInfo_var);
		Func_2__ctor_m48337939E4E24F5ADE3777B5B57E73EEF3C2CEC7(L_35, L_34, (intptr_t)((void*)U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__1_m21CBBD37F1D18EFF517A3FF644CB9B195D884696_RuntimeMethod_var), NULL);
		int32_t L_36;
		L_36 = CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96(L_33, L_35, CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96_RuntimeMethod_var);
		if ((!(((uint32_t)L_36) == ((uint32_t)(-1)))))
		{
			goto IL_0133;
		}
	}
	{
		RuntimeObject* L_37 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_38 = V_4;
		NullCheck(L_38);
		PropertyInfo_t* L_39 = L_38->___subTypeProperty;
		NullCheck(L_37);
		InterfaceActionInvoker1< PropertyInfo_t* >::Invoke(2, ICollection_1_tAE3782A30E2C5880223F5DBCAB3CBC888034E16A_il2cpp_TypeInfo_var, L_37, L_39);
		goto IL_0133;
	}

IL_00c2:
	{
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_40 = (U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass44_1__ctor_m3140F854DE9DE3FD9E3BA541208EDBD13E85A1B3(L_40, NULL);
		V_6 = L_40;
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_41 = V_6;
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_42 = V_4;
		NullCheck(L_41);
		L_41->___CSU24U3CU3E8__locals1 = L_42;
		Il2CppCodeGenWriteBarrier((void**)(&L_41->___CSU24U3CU3E8__locals1), (void*)L_42);
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_43 = V_6;
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_44 = V_6;
		NullCheck(L_44);
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_45 = L_44->___CSU24U3CU3E8__locals1;
		NullCheck(L_45);
		PropertyInfo_t* L_46 = L_45->___subTypeProperty;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		MethodInfo_t* L_47;
		L_47 = ReflectionUtils_GetBaseDefinition_m0A99789F9B9BC226849E61E8AFCFA3FBAA5D7AC6(L_46, NULL);
		MethodInfo_t* L_48 = L_47;
		if (L_48)
		{
			G_B12_0 = L_48;
			G_B12_1 = L_43;
			goto IL_00ec;
		}
		G_B11_0 = L_48;
		G_B11_1 = L_43;
	}
	{
		G_B13_0 = ((Type_t*)(NULL));
		G_B13_1 = G_B11_1;
		goto IL_00f1;
	}

IL_00ec:
	{
		NullCheck(G_B12_0);
		Type_t* L_49;
		L_49 = VirtualFuncInvoker0< Type_t* >::Invoke(9, G_B12_0);
		G_B13_0 = L_49;
		G_B13_1 = G_B12_1;
	}

IL_00f1:
	{
		Type_t* L_50 = G_B13_0;
		if (L_50)
		{
			G_B15_0 = L_50;
			G_B15_1 = G_B13_1;
			goto IL_0106;
		}
		G_B14_0 = L_50;
		G_B14_1 = G_B13_1;
	}
	{
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_51 = V_6;
		NullCheck(L_51);
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_52 = L_51->___CSU24U3CU3E8__locals1;
		NullCheck(L_52);
		PropertyInfo_t* L_53 = L_52->___subTypeProperty;
		NullCheck(L_53);
		Type_t* L_54;
		L_54 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_53);
		G_B15_0 = L_54;
		G_B15_1 = G_B14_1;
	}

IL_0106:
	{
		NullCheck(G_B15_1);
		G_B15_1->___subTypePropertyDeclaringType = G_B15_0;
		Il2CppCodeGenWriteBarrier((void**)(&G_B15_1->___subTypePropertyDeclaringType), (void*)G_B15_0);
		RuntimeObject* L_55 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_56 = V_6;
		Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74* L_57 = (Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74*)il2cpp_codegen_object_new(Func_2_tCD28BDB89F11535DBE4E546BC43614E1B575EB74_il2cpp_TypeInfo_var);
		Func_2__ctor_m48337939E4E24F5ADE3777B5B57E73EEF3C2CEC7(L_57, L_56, (intptr_t)((void*)U3CU3Ec__DisplayClass44_1_U3CGetChildPrivatePropertiesU3Eb__2_mCC43F9E7E690F1F7A092C53E27B6AE49D38EFD08_RuntimeMethod_var), NULL);
		int32_t L_58;
		L_58 = CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96(L_55, L_57, CollectionUtils_IndexOf_TisPropertyInfo_t_m0F5D365B6627EB45B0E3087D518D6A8A15524F96_RuntimeMethod_var);
		if ((!(((uint32_t)L_58) == ((uint32_t)(-1)))))
		{
			goto IL_0133;
		}
	}
	{
		RuntimeObject* L_59 = ___0_initialProperties;
		U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* L_60 = V_6;
		NullCheck(L_60);
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_61 = L_60->___CSU24U3CU3E8__locals1;
		NullCheck(L_61);
		PropertyInfo_t* L_62 = L_61->___subTypeProperty;
		NullCheck(L_59);
		InterfaceActionInvoker1< PropertyInfo_t* >::Invoke(2, ICollection_1_tAE3782A30E2C5880223F5DBCAB3CBC888034E16A_il2cpp_TypeInfo_var, L_59, L_62);
	}

IL_0133:
	{
		int32_t L_63 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_63, 1));
	}

IL_0137:
	{
		int32_t L_64 = V_2;
		PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_65 = V_1;
		NullCheck(L_65);
		if ((((int32_t)L_64) < ((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length)))))
		{
			goto IL_0016;
		}
	}

IL_0140:
	{
		Type_t* L_66 = V_0;
		Type_t* L_67;
		L_67 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_66, NULL);
		Type_t* L_68 = L_67;
		V_0 = L_68;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_69;
		L_69 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_68, (Type_t*)NULL, NULL);
		if (L_69)
		{
			goto IL_0007;
		}
	}
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsMethodOverridden_mA66E5F3C0F9167831E43128520C89E3308169E81 (Type_t* ___0_currentType, Type_t* ___1_methodDeclaringType, String_t* ___2_method, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisMethodInfo_t_m8915E1BA27066F32C8A94E36583A462C24C566EC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_0_U3CIsMethodOverriddenU3Eb__0_m5319FBEAE5E9480949FDFC7F82EEAFC722F71945_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* V_0 = NULL;
	{
		U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* L_0 = (U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass45_0__ctor_m9EC0C51E97EC0361FEB33F9EF48B8FF8A2A801ED(L_0, NULL);
		V_0 = L_0;
		U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* L_1 = V_0;
		String_t* L_2 = ___2_method;
		NullCheck(L_1);
		L_1->___method = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___method), (void*)L_2);
		U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* L_3 = V_0;
		Type_t* L_4 = ___1_methodDeclaringType;
		NullCheck(L_3);
		L_3->___methodDeclaringType = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&L_3->___methodDeclaringType), (void*)L_4);
		Type_t* L_5 = ___0_currentType;
		NullCheck(L_5);
		MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_6;
		L_6 = VirtualFuncInvoker1< MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265*, int32_t >::Invoke(102, L_5, ((int32_t)52));
		U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* L_7 = V_0;
		Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164* L_8 = (Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164*)il2cpp_codegen_object_new(Func_2_t48B62DF57727FFB990D76F189BB41D4DC86FF164_il2cpp_TypeInfo_var);
		Func_2__ctor_m85EFD3541E8A8498FD05A6169ED11E00D408A2F0(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass45_0_U3CIsMethodOverriddenU3Eb__0_m5319FBEAE5E9480949FDFC7F82EEAFC722F71945_RuntimeMethod_var), NULL);
		bool L_9;
		L_9 = Enumerable_Any_TisMethodInfo_t_m8915E1BA27066F32C8A94E36583A462C24C566EC((RuntimeObject*)L_6, L_8, Enumerable_Any_TisMethodInfo_t_m8915E1BA27066F32C8A94E36583A462C24C566EC_RuntimeMethod_var);
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetDefaultValue_mA716FF1FF01AC5055296E9E00AC32CF4F244F84E (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
	memset((&V_1), 0, sizeof(V_1));
	BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_2;
	memset((&V_2), 0, sizeof(V_2));
	Guid_t V_3;
	memset((&V_3), 0, sizeof(V_3));
	DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_4;
	memset((&V_4), 0, sizeof(V_4));
	{
		Type_t* L_0 = ___0_type;
		bool L_1;
		L_1 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_0, NULL);
		if (L_1)
		{
			goto IL_000a;
		}
	}
	{
		return NULL;
	}

IL_000a:
	{
		Type_t* L_2 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE(L_2, NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 2)))
		{
			case 0:
			{
				goto IL_00a3;
			}
			case 1:
			{
				goto IL_0114;
			}
			case 2:
			{
				goto IL_009c;
			}
			case 3:
			{
				goto IL_0114;
			}
			case 4:
			{
				goto IL_00a3;
			}
			case 5:
			{
				goto IL_0114;
			}
			case 6:
			{
				goto IL_00a3;
			}
			case 7:
			{
				goto IL_0114;
			}
			case 8:
			{
				goto IL_00a3;
			}
			case 9:
			{
				goto IL_0114;
			}
			case 10:
			{
				goto IL_00a3;
			}
			case 11:
			{
				goto IL_0114;
			}
			case 12:
			{
				goto IL_00a3;
			}
			case 13:
			{
				goto IL_0114;
			}
			case 14:
			{
				goto IL_00a3;
			}
			case 15:
			{
				goto IL_0114;
			}
			case 16:
			{
				goto IL_00aa;
			}
			case 17:
			{
				goto IL_0114;
			}
			case 18:
			{
				goto IL_00aa;
			}
			case 19:
			{
				goto IL_0114;
			}
			case 20:
			{
				goto IL_00b2;
			}
			case 21:
			{
				goto IL_0114;
			}
			case 22:
			{
				goto IL_00bd;
			}
			case 23:
			{
				goto IL_0114;
			}
			case 24:
			{
				goto IL_00d7;
			}
			case 25:
			{
				goto IL_0114;
			}
			case 26:
			{
				goto IL_0104;
			}
			case 27:
			{
				goto IL_0114;
			}
			case 28:
			{
				goto IL_00cc;
			}
			case 29:
			{
				goto IL_0114;
			}
			case 30:
			{
				goto IL_00f5;
			}
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) == ((int32_t)((int32_t)36))))
		{
			goto IL_00e6;
		}
	}
	{
		goto IL_0114;
	}

IL_009c:
	{
		bool L_6 = ((bool)0);
		RuntimeObject* L_7 = Box(il2cpp_defaults.boolean_class, &L_6);
		return L_7;
	}

IL_00a3:
	{
		int32_t L_8 = 0;
		RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8);
		return L_9;
	}

IL_00aa:
	{
		int64_t L_10 = ((int64_t)0);
		RuntimeObject* L_11 = Box(il2cpp_defaults.int64_class, &L_10);
		return L_11;
	}

IL_00b2:
	{
		float L_12 = (0.0f);
		RuntimeObject* L_13 = Box(il2cpp_defaults.single_class, &L_12);
		return L_13;
	}

IL_00bd:
	{
		double L_14 = (0.0);
		RuntimeObject* L_15 = Box(il2cpp_defaults.double_class, &L_14);
		return L_15;
	}

IL_00cc:
	{
		il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_16 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero;
		Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_17 = L_16;
		RuntimeObject* L_18 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_17);
		return L_18;
	}

IL_00d7:
	{
		il2cpp_codegen_initobj((&V_1), sizeof(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D));
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = V_1;
		DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = L_19;
		RuntimeObject* L_21 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_20);
		return L_21;
	}

IL_00e6:
	{
		il2cpp_codegen_initobj((&V_2), sizeof(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F));
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_22 = V_2;
		BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_23 = L_22;
		RuntimeObject* L_24 = Box(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var, &L_23);
		return L_24;
	}

IL_00f5:
	{
		il2cpp_codegen_initobj((&V_3), sizeof(Guid_t));
		Guid_t L_25 = V_3;
		Guid_t L_26 = L_25;
		RuntimeObject* L_27 = Box(Guid_t_il2cpp_TypeInfo_var, &L_26);
		return L_27;
	}

IL_0104:
	{
		il2cpp_codegen_initobj((&V_4), sizeof(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4));
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_28 = V_4;
		DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_29 = L_28;
		RuntimeObject* L_30 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_29);
		return L_30;
	}

IL_0114:
	{
		Type_t* L_31 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_32;
		L_32 = ReflectionUtils_IsNullable_mF1649DFA26303244B2271027980F139FF42DA8E0(L_31, NULL);
		if (!L_32)
		{
			goto IL_011e;
		}
	}
	{
		return NULL;
	}

IL_011e:
	{
		Type_t* L_33 = ___0_type;
		RuntimeObject* L_34;
		L_34 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(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 U3CU3Ec__cctor_m160304ED5DA653ACBC05F902E50A0A1B01BE66CB (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* L_0 = (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2*)il2cpp_codegen_object_new(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var);
		U3CU3Ec__ctor_m6DDB32E97BC4E58BD446ACD831214F7E773FC500(L_0, NULL);
		((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DDB32E97BC4E58BD446ACD831214F7E773FC500 (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetDefaultConstructorU3Eb__11_0_m3FCCBCCB5BCA9281E1FBEC57599BE49657572B8D (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_c, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m422594D537BC082F6EB4C804B7DAADC241488462_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_c;
		NullCheck(L_0);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1;
		L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_0);
		bool L_2;
		L_2 = Enumerable_Any_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m422594D537BC082F6EB4C804B7DAADC241488462((RuntimeObject*)L_1, Enumerable_Any_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m422594D537BC082F6EB4C804B7DAADC241488462_RuntimeMethod_var);
		return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__31_0_mA7D173FAF9D7D5581A1CBCB17B30CB8065E6A102 (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, MemberInfo_t* ___0_m, const RuntimeMethod* method) 
{
	{
		MemberInfo_t* L_0 = ___0_m;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__39_0_m93ECCDE074C7CACCA0696323587FDB748EF30032 (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___0_p, const RuntimeMethod* method) 
{
	{
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_0 = ___0_p;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__41_0_mBB078BF564DD56F47E41357373E5240589CDD834 (U3CU3Ec_tCFD1EB021F178BC4CD6867A82782E0ADC90CF5B2* __this, FieldInfo_t* ___0_f, const RuntimeMethod* method) 
{
	{
		FieldInfo_t* L_0 = ___0_f;
		NullCheck(L_0);
		bool L_1;
		L_1 = FieldInfo_get_IsPrivate_m11B2D9B58453F6B1CD34E0A226E39626976CBB28(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 U3CU3Ec__DisplayClass31_0__ctor_m7612987B8526E3E7B8C0752E93148C8C7AC5F42C (U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass31_0_U3CGetFieldsAndPropertiesU3Eb__1_m2BDDF6D8B65C4A7704AC3E983E1145FB5A188006 (U3CU3Ec__DisplayClass31_0_tA3CEF5B3C69FD5E677D1478E96B29CE892328C35* __this, MemberInfo_t* ___0_m, const RuntimeMethod* method) 
{
	{
		MemberInfo_t* L_0 = ___0_m;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_0);
		MemberInfo_t* L_2 = __this->___memberInfo;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_2);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_4;
		L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(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 U3CU3Ec__DisplayClass44_0__ctor_mBC092A5561E02842F0507C1BD753AD361BE4E0FD (U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__0_m316341F1F6DA72A17788F05336C856DAC0E4DE48 (U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* __this, PropertyInfo_t* ___0_p, const RuntimeMethod* method) 
{
	{
		PropertyInfo_t* L_0 = ___0_p;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		PropertyInfo_t* L_2 = __this->___subTypeProperty;
		NullCheck(L_2);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_2);
		bool L_4;
		L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_0_U3CGetChildPrivatePropertiesU3Eb__1_m21CBBD37F1D18EFF517A3FF644CB9B195D884696 (U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* __this, PropertyInfo_t* ___0_p, const RuntimeMethod* method) 
{
	{
		PropertyInfo_t* L_0 = ___0_p;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		PropertyInfo_t* L_2 = __this->___subTypeProperty;
		NullCheck(L_2);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_2);
		bool L_4;
		L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_3, NULL);
		if (!L_4)
		{
			goto IL_002f;
		}
	}
	{
		PropertyInfo_t* L_5 = ___0_p;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_5);
		PropertyInfo_t* L_7 = __this->___subTypeProperty;
		NullCheck(L_7);
		Type_t* L_8;
		L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_7);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_9;
		L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, L_8, NULL);
		return L_9;
	}

IL_002f:
	{
		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 U3CU3Ec__DisplayClass44_1__ctor_m3140F854DE9DE3FD9E3BA541208EDBD13E85A1B3 (U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_1_U3CGetChildPrivatePropertiesU3Eb__2_mCC43F9E7E690F1F7A092C53E27B6AE49D38EFD08 (U3CU3Ec__DisplayClass44_1_tA9FC7D1FAC7BE26DB9098E9F8A5305B27ACFD037* __this, PropertyInfo_t* ___0_p, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	MethodInfo_t* G_B4_0 = NULL;
	MethodInfo_t* G_B3_0 = NULL;
	Type_t* G_B5_0 = NULL;
	Type_t* G_B7_0 = NULL;
	Type_t* G_B6_0 = NULL;
	{
		PropertyInfo_t* L_0 = ___0_p;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		U3CU3Ec__DisplayClass44_0_t36D928626E92CA4F7B3619ED983B7D352C37E185* L_2 = __this->___CSU24U3CU3E8__locals1;
		NullCheck(L_2);
		PropertyInfo_t* L_3 = L_2->___subTypeProperty;
		NullCheck(L_3);
		String_t* L_4;
		L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_3);
		bool L_5;
		L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_4, NULL);
		if (!L_5)
		{
			goto IL_004d;
		}
	}
	{
		PropertyInfo_t* L_6 = ___0_p;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_7;
		L_7 = ReflectionUtils_IsVirtual_mB9D39467327026209931F92BE4B90B2E980F7398(L_6, NULL);
		if (!L_7)
		{
			goto IL_004d;
		}
	}
	{
		PropertyInfo_t* L_8 = ___0_p;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		MethodInfo_t* L_9;
		L_9 = ReflectionUtils_GetBaseDefinition_m0A99789F9B9BC226849E61E8AFCFA3FBAA5D7AC6(L_8, NULL);
		MethodInfo_t* L_10 = L_9;
		if (L_10)
		{
			G_B4_0 = L_10;
			goto IL_0032;
		}
		G_B3_0 = L_10;
	}
	{
		G_B5_0 = ((Type_t*)(NULL));
		goto IL_0037;
	}

IL_0032:
	{
		NullCheck(G_B4_0);
		Type_t* L_11;
		L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(9, G_B4_0);
		G_B5_0 = L_11;
	}

IL_0037:
	{
		Type_t* L_12 = G_B5_0;
		if (L_12)
		{
			G_B7_0 = L_12;
			goto IL_0041;
		}
		G_B6_0 = L_12;
	}
	{
		PropertyInfo_t* L_13 = ___0_p;
		NullCheck(L_13);
		Type_t* L_14;
		L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_13);
		G_B7_0 = L_14;
	}

IL_0041:
	{
		Type_t* L_15 = __this->___subTypePropertyDeclaringType;
		NullCheck(G_B7_0);
		bool L_16;
		L_16 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, G_B7_0, L_15);
		return L_16;
	}

IL_004d:
	{
		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 U3CU3Ec__DisplayClass45_0__ctor_m9EC0C51E97EC0361FEB33F9EF48B8FF8A2A801ED (U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* __this, const RuntimeMethod* method) 
{
	{
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass45_0_U3CIsMethodOverriddenU3Eb__0_m5319FBEAE5E9480949FDFC7F82EEAFC722F71945 (U3CU3Ec__DisplayClass45_0_tC6CF550C2F50A90C6E1ABC91FA5692092191E341* __this, MethodInfo_t* ___0_info, const RuntimeMethod* method) 
{
	{
		MethodInfo_t* L_0 = ___0_info;
		NullCheck(L_0);
		String_t* L_1;
		L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0);
		String_t* L_2 = __this->___method;
		bool L_3;
		L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
		if (!L_3)
		{
			goto IL_003d;
		}
	}
	{
		MethodInfo_t* L_4 = ___0_info;
		NullCheck(L_4);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_4);
		Type_t* L_6 = __this->___methodDeclaringType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_7;
		L_7 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_5, L_6, NULL);
		if (!L_7)
		{
			goto IL_003d;
		}
	}
	{
		MethodInfo_t* L_8 = ___0_info;
		NullCheck(L_8);
		MethodInfo_t* L_9;
		L_9 = VirtualFuncInvoker0< MethodInfo_t* >::Invoke(44, L_8);
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_9);
		Type_t* L_11 = __this->___methodDeclaringType;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_12;
		L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_10, L_11, NULL);
		return L_12;
	}

IL_003d:
	{
		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 void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_pinvoke(const StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB& unmarshaled, StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_pinvoke& marshaled)
{
	if (unmarshaled.____buffer != NULL)
	{
		il2cpp_array_size_t _unmarshaled_buffer_Length = (unmarshaled.____buffer)->max_length;
		marshaled.____buffer = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_buffer_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_buffer_Length); i++)
		{
			(marshaled.____buffer)[i] = static_cast<uint8_t>((unmarshaled.____buffer)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____buffer = NULL;
	}
	marshaled.____position = unmarshaled.____position;
}
IL2CPP_EXTERN_C void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_pinvoke_back(const StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_pinvoke& marshaled, StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.____buffer != NULL)
	{
		if (unmarshaled.____buffer == NULL)
		{
			unmarshaled.____buffer = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____buffer), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____buffer)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____buffer)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____buffer)[i]));
		}
	}
	int32_t unmarshaled_position_temp_1 = 0;
	unmarshaled_position_temp_1 = marshaled.____position;
	unmarshaled.____position = unmarshaled_position_temp_1;
}
IL2CPP_EXTERN_C void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_pinvoke_cleanup(StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_pinvoke& marshaled)
{
	if (marshaled.____buffer != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____buffer);
		marshaled.____buffer = NULL;
	}
}
IL2CPP_EXTERN_C void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_com(const StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB& unmarshaled, StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_com& marshaled)
{
	if (unmarshaled.____buffer != NULL)
	{
		il2cpp_array_size_t _unmarshaled_buffer_Length = (unmarshaled.____buffer)->max_length;
		marshaled.____buffer = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_buffer_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_buffer_Length); i++)
		{
			(marshaled.____buffer)[i] = static_cast<uint8_t>((unmarshaled.____buffer)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____buffer = NULL;
	}
	marshaled.____position = unmarshaled.____position;
}
IL2CPP_EXTERN_C void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_com_back(const StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_com& marshaled, StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.____buffer != NULL)
	{
		if (unmarshaled.____buffer == NULL)
		{
			unmarshaled.____buffer = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____buffer), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____buffer)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____buffer)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____buffer)[i]));
		}
	}
	int32_t unmarshaled_position_temp_1 = 0;
	unmarshaled_position_temp_1 = marshaled.____position;
	unmarshaled.____position = unmarshaled_position_temp_1;
}
IL2CPP_EXTERN_C void StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshal_com_cleanup(StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_com& marshaled)
{
	if (marshaled.____buffer != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____buffer);
		marshaled.____buffer = NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____position;
		return L_0;
	}
}
IL2CPP_EXTERN_C  int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	int32_t _returnValue;
	_returnValue = StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___0_value, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_value;
		__this->____position = L_0;
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline(_thisAdjusted, ___0_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer;
		return (bool)((((RuntimeObject*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
	}
}
IL2CPP_EXTERN_C  bool StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	bool _returnValue;
	_returnValue = StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_initalSize, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = ___0_bufferPool;
		int32_t L_1 = ___1_initalSize;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2;
		L_2 = BufferUtils_RentBuffer_m0CD2D9EE0A156A32A3E6690D59974C1F772DA4F1(L_0, L_1, NULL);
		StringBuffer__ctor_mFF5E0ADAA4ABD314C4524F3DC482CF9773932C5B(__this, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_initalSize, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C(_thisAdjusted, ___0_bufferPool, ___1_initalSize, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_mFF5E0ADAA4ABD314C4524F3DC482CF9773932C5B (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer;
		__this->____buffer = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____buffer), (void*)L_0);
		__this->____position = 0;
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer__ctor_mFF5E0ADAA4ABD314C4524F3DC482CF9773932C5B_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer__ctor_mFF5E0ADAA4ABD314C4524F3DC482CF9773932C5B(_thisAdjusted, ___0_buffer, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, Il2CppChar ___1_value, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->____position;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____buffer;
		NullCheck(L_1);
		if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))
		{
			goto IL_0018;
		}
	}
	{
		RuntimeObject* L_2 = ___0_bufferPool;
		StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100(__this, L_2, 1, NULL);
	}

IL_0018:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____buffer;
		int32_t L_4 = __this->____position;
		V_0 = L_4;
		int32_t L_5 = V_0;
		__this->____position = ((int32_t)il2cpp_codegen_add(L_5, 1));
		int32_t L_6 = V_0;
		Il2CppChar L_7 = ___1_value;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)L_7);
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_bufferPool, Il2CppChar ___1_value, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB(_thisAdjusted, ___0_bufferPool, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____position;
		int32_t L_1 = ___3_count;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____buffer;
		NullCheck(L_2);
		if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, L_1))) < ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))
		{
			goto IL_001c;
		}
	}
	{
		RuntimeObject* L_3 = ___0_bufferPool;
		int32_t L_4 = ___3_count;
		StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100(__this, L_3, L_4, NULL);
	}

IL_001c:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ___1_buffer;
		int32_t L_6 = ___2_startIndex;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->____buffer;
		int32_t L_8 = __this->____position;
		int32_t L_9 = ___3_count;
		Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_5, L_6, (RuntimeArray*)L_7, L_8, L_9, NULL);
		int32_t L_10 = __this->____position;
		int32_t L_11 = ___3_count;
		__this->____position = ((int32_t)il2cpp_codegen_add(L_10, L_11));
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_bufferPool, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE(_thisAdjusted, ___0_bufferPool, ___1_buffer, ___2_startIndex, ___3_count, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer;
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		RuntimeObject* L_1 = ___0_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____buffer;
		BufferUtils_ReturnBuffer_m724A55F218F5C04FB3A427C74B5CEF4EB9B020A9(L_1, L_2, NULL);
		__this->____buffer = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____buffer), (void*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL);
	}

IL_001b:
	{
		__this->____position = 0;
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_bufferPool, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6(_thisAdjusted, ___0_bufferPool, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_appendLength, const RuntimeMethod* method) 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	{
		RuntimeObject* L_0 = ___0_bufferPool;
		int32_t L_1 = __this->____position;
		int32_t L_2 = ___1_appendLength;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3;
		L_3 = BufferUtils_RentBuffer_m0CD2D9EE0A156A32A3E6690D59974C1F772DA4F1(L_0, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_1, L_2)), 2)), NULL);
		V_0 = L_3;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->____buffer;
		if (!L_4)
		{
			goto IL_0037;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = __this->____buffer;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
		int32_t L_7 = __this->____position;
		Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_5, (RuntimeArray*)L_6, L_7, NULL);
		RuntimeObject* L_8 = ___0_bufferPool;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->____buffer;
		BufferUtils_ReturnBuffer_m724A55F218F5C04FB3A427C74B5CEF4EB9B020A9(L_8, L_9, NULL);
	}

IL_0037:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_0;
		__this->____buffer = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____buffer), (void*)L_10);
		return;
	}
}
IL2CPP_EXTERN_C  void StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_bufferPool, int32_t ___1_appendLength, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	StringBuffer_EnsureSize_mB5835295812DA385035C84550B3A9E35FC59E100(_thisAdjusted, ___0_bufferPool, ___1_appendLength, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_m693AF2D7D2FCB627284D3A0D79FDA85547407D49 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____position;
		String_t* L_1;
		L_1 = StringBuffer_ToString_mF654D1BD6CCFF512998846C7E7D57C1E6AF6B4DE(__this, 0, L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C  String_t* StringBuffer_ToString_m693AF2D7D2FCB627284D3A0D79FDA85547407D49_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	String_t* _returnValue;
	_returnValue = StringBuffer_ToString_m693AF2D7D2FCB627284D3A0D79FDA85547407D49(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mF654D1BD6CCFF512998846C7E7D57C1E6AF6B4DE (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer;
		int32_t L_1 = ___0_start;
		int32_t L_2 = ___1_length;
		String_t* L_3;
		L_3 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_0, L_1, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C  String_t* StringBuffer_ToString_mF654D1BD6CCFF512998846C7E7D57C1E6AF6B4DE_AdjustorThunk (RuntimeObject* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	String_t* _returnValue;
	_returnValue = StringBuffer_ToString_mF654D1BD6CCFF512998846C7E7D57C1E6AF6B4DE(_thisAdjusted, ___0_start, ___1_length, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer;
		return L_0;
	}
}
IL2CPP_EXTERN_C  CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB*>(__this + _offset);
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* _returnValue;
	_returnValue = StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline(_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 void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_pinvoke(const StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C& unmarshaled, StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_pinvoke& marshaled)
{
	if (unmarshaled.____chars != NULL)
	{
		il2cpp_array_size_t _unmarshaled_chars_Length = (unmarshaled.____chars)->max_length;
		marshaled.____chars = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_chars_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_chars_Length); i++)
		{
			(marshaled.____chars)[i] = static_cast<uint8_t>((unmarshaled.____chars)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____chars = NULL;
	}
	marshaled.____startIndex = unmarshaled.____startIndex;
	marshaled.____length = unmarshaled.____length;
}
IL2CPP_EXTERN_C void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_pinvoke_back(const StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_pinvoke& marshaled, StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.____chars != NULL)
	{
		if (unmarshaled.____chars == NULL)
		{
			unmarshaled.____chars = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____chars), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____chars)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____chars)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____chars)[i]));
		}
	}
	int32_t unmarshaled_startIndex_temp_1 = 0;
	unmarshaled_startIndex_temp_1 = marshaled.____startIndex;
	unmarshaled.____startIndex = unmarshaled_startIndex_temp_1;
	int32_t unmarshaled_length_temp_2 = 0;
	unmarshaled_length_temp_2 = marshaled.____length;
	unmarshaled.____length = unmarshaled_length_temp_2;
}
IL2CPP_EXTERN_C void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_pinvoke_cleanup(StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_pinvoke& marshaled)
{
	if (marshaled.____chars != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____chars);
		marshaled.____chars = NULL;
	}
}
IL2CPP_EXTERN_C void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_com(const StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C& unmarshaled, StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_com& marshaled)
{
	if (unmarshaled.____chars != NULL)
	{
		il2cpp_array_size_t _unmarshaled_chars_Length = (unmarshaled.____chars)->max_length;
		marshaled.____chars = il2cpp_codegen_marshal_allocate_array<uint8_t>(_unmarshaled_chars_Length);
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_chars_Length); i++)
		{
			(marshaled.____chars)[i] = static_cast<uint8_t>((unmarshaled.____chars)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i)));
		}
	}
	else
	{
		marshaled.____chars = NULL;
	}
	marshaled.____startIndex = unmarshaled.____startIndex;
	marshaled.____length = unmarshaled.____length;
}
IL2CPP_EXTERN_C void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_com_back(const StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_com& marshaled, StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C& unmarshaled)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	if (marshaled.____chars != NULL)
	{
		if (unmarshaled.____chars == NULL)
		{
			unmarshaled.____chars = reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1));
			Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.____chars), (void*)reinterpret_cast<CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*>((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, 1)));
		}
		il2cpp_array_size_t _arrayLength = (unmarshaled.____chars)->max_length;
		for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
		{
			(unmarshaled.____chars)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), static_cast<Il2CppChar>((marshaled.____chars)[i]));
		}
	}
	int32_t unmarshaled_startIndex_temp_1 = 0;
	unmarshaled_startIndex_temp_1 = marshaled.____startIndex;
	unmarshaled.____startIndex = unmarshaled_startIndex_temp_1;
	int32_t unmarshaled_length_temp_2 = 0;
	unmarshaled_length_temp_2 = marshaled.____length;
	unmarshaled.____length = unmarshaled_length_temp_2;
}
IL2CPP_EXTERN_C void StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshal_com_cleanup(StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_com& marshaled)
{
	if (marshaled.____chars != NULL)
	{
		il2cpp_codegen_marshal_free(marshaled.____chars);
		marshaled.____chars = NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, int32_t ___0_i, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars;
		int32_t L_1 = ___0_i;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		return L_3;
	}
}
IL2CPP_EXTERN_C  Il2CppChar StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_i, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	Il2CppChar _returnValue;
	_returnValue = StringReference_get_Item_mF157FD35EDF25DC3FB3291BA8A7ACA6A49791EBD(_thisAdjusted, ___0_i, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars;
		return L_0;
	}
}
IL2CPP_EXTERN_C  CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* _returnValue;
	_returnValue = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____startIndex;
		return L_0;
	}
}
IL2CPP_EXTERN_C  int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	int32_t _returnValue;
	_returnValue = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____length;
		return L_0;
	}
}
IL2CPP_EXTERN_C  int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	int32_t _returnValue;
	_returnValue = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(_thisAdjusted, method);
	return _returnValue;
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars;
		__this->____chars = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____chars), (void*)L_0);
		int32_t L_1 = ___1_startIndex;
		__this->____startIndex = L_1;
		int32_t L_2 = ___2_length;
		__this->____length = L_2;
		return;
	}
}
IL2CPP_EXTERN_C  void StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2(_thisAdjusted, ___0_chars, ___1_startIndex, ___2_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars;
		int32_t L_1 = __this->____startIndex;
		int32_t L_2 = __this->____length;
		String_t* L_3;
		L_3 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_0, L_1, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C  String_t* StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
	StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* _thisAdjusted;
	int32_t _offset = 1;
	_thisAdjusted = reinterpret_cast<StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C*>(__this + _offset);
	String_t* _returnValue;
	_returnValue = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(_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 int32_t StringReferenceExtensions_IndexOf_m8408F16214688FE8239B09858B186C1125599F83 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, Il2CppChar ___1_c, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0;
		L_0 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_s), NULL);
		Il2CppChar L_1 = ___1_c;
		int32_t L_2;
		L_2 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		int32_t L_3 = ___2_startIndex;
		int32_t L_4 = ___3_length;
		int32_t L_5;
		L_5 = Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34(L_0, L_1, ((int32_t)il2cpp_codegen_add(L_2, L_3)), L_4, Array_IndexOf_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m018F59BB01FA2473C4F75B463F7630F8EFB53F34_RuntimeMethod_var);
		V_0 = L_5;
		int32_t L_6 = V_0;
		if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
		{
			goto IL_001e;
		}
	}
	{
		return (-1);
	}

IL_001e:
	{
		int32_t L_7 = V_0;
		int32_t L_8;
		L_8 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		return ((int32_t)il2cpp_codegen_subtract(L_7, L_8));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_StartsWith_m0C5C1ED2F3842A51339DF8F300BFACFB95DC7A2E (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, String_t* ___1_text, const RuntimeMethod* method) 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	{
		String_t* L_0 = ___1_text;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		int32_t L_2;
		L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_1) <= ((int32_t)L_2)))
		{
			goto IL_0011;
		}
	}
	{
		return (bool)0;
	}

IL_0011:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3;
		L_3 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_s), NULL);
		V_0 = L_3;
		V_1 = 0;
		goto IL_0037;
	}

IL_001d:
	{
		String_t* L_4 = ___1_text;
		int32_t L_5 = V_1;
		NullCheck(L_4);
		Il2CppChar L_6;
		L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_0;
		int32_t L_8 = V_1;
		int32_t L_9;
		L_9 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		NullCheck(L_7);
		int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_8, L_9));
		uint16_t L_11 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		if ((((int32_t)L_6) == ((int32_t)L_11)))
		{
			goto IL_0033;
		}
	}
	{
		return (bool)0;
	}

IL_0033:
	{
		int32_t L_12 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
	}

IL_0037:
	{
		int32_t L_13 = V_1;
		String_t* L_14 = ___1_text;
		NullCheck(L_14);
		int32_t L_15;
		L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
		if ((((int32_t)L_13) < ((int32_t)L_15)))
		{
			goto IL_001d;
		}
	}
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_EndsWith_m856EC50F4E06388F85AA6897D5A919E6F454B2FC (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___0_s, String_t* ___1_text, const RuntimeMethod* method) 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		String_t* L_0 = ___1_text;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		int32_t L_2;
		L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		if ((((int32_t)L_1) <= ((int32_t)L_2)))
		{
			goto IL_0011;
		}
	}
	{
		return (bool)0;
	}

IL_0011:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3;
		L_3 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline((&___0_s), NULL);
		V_0 = L_3;
		int32_t L_4;
		L_4 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline((&___0_s), NULL);
		int32_t L_5;
		L_5 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline((&___0_s), NULL);
		String_t* L_6 = ___1_text;
		NullCheck(L_6);
		int32_t L_7;
		L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
		V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_4, L_5)), L_7));
		V_2 = 0;
		goto IL_0048;
	}

IL_0034:
	{
		String_t* L_8 = ___1_text;
		int32_t L_9 = V_2;
		NullCheck(L_8);
		Il2CppChar L_10;
		L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0;
		int32_t L_12 = V_2;
		int32_t L_13 = V_1;
		NullCheck(L_11);
		int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_12, L_13));
		uint16_t L_15 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		if ((((int32_t)L_10) == ((int32_t)L_15)))
		{
			goto IL_0044;
		}
	}
	{
		return (bool)0;
	}

IL_0044:
	{
		int32_t L_16 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
	}

IL_0048:
	{
		int32_t L_17 = V_2;
		String_t* L_18 = ___1_text;
		NullCheck(L_18);
		int32_t L_19;
		L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
		if ((((int32_t)L_17) < ((int32_t)L_19)))
		{
			goto IL_0034;
		}
	}
	{
		return (bool)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 StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA (String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		bool L_1;
		L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_format;
		RuntimeObject* L_1 = ___1_provider;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
		RuntimeObject* L_4 = ___2_arg0;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		String_t* L_5;
		L_5 = StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2(L_0, L_1, L_3, NULL);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_format;
		RuntimeObject* L_1 = ___1_provider;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
		RuntimeObject* L_4 = ___2_arg0;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3;
		RuntimeObject* L_6 = ___3_arg1;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
		String_t* L_7;
		L_7 = StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2(L_0, L_1, L_5, NULL);
		return L_7;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m675CE2F519A21661494F14469C676E52CDCDA7C0 (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_format;
		RuntimeObject* L_1 = ___1_provider;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)3);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
		RuntimeObject* L_4 = ___2_arg0;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3;
		RuntimeObject* L_6 = ___3_arg1;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
		RuntimeObject* L_8 = ___4_arg2;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_8);
		String_t* L_9;
		L_9 = StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2(L_0, L_1, L_7, NULL);
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m5F7ADBFCB56B0DA5D3E4973ECC7BD8E5AB93CF9F (String_t* ___0_format, RuntimeObject* ___1_provider, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, RuntimeObject* ___5_arg3, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_format;
		RuntimeObject* L_1 = ___1_provider;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
		RuntimeObject* L_4 = ___2_arg0;
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3;
		RuntimeObject* L_6 = ___3_arg1;
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_6);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_6);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5;
		RuntimeObject* L_8 = ___4_arg2;
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_8);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_7;
		RuntimeObject* L_10 = ___5_arg3;
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_10);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_10);
		String_t* L_11;
		L_11 = StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2(L_0, L_1, L_9, NULL);
		return L_11;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m46141A3CF7D10BDD298594ADC08661098691E0F2 (String_t* ___0_format, RuntimeObject* ___1_provider, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___0_format;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA, NULL);
		RuntimeObject* L_1 = ___1_provider;
		String_t* L_2 = ___0_format;
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___2_args;
		String_t* L_4;
		L_4 = String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75(L_1, L_2, L_3, NULL);
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* StringUtils_CreateStringWriter_mE99F16079289F7A6BC74C0794E1C1C60C848EE76 (int32_t ___0_capacity, 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*)&StringBuilder_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___0_capacity;
		StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_1, L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
		L_2 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_3 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)il2cpp_codegen_object_new(StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
		StringWriter__ctor_m375438909A280EC4405CE3280579C905CAC06BDA(L_3, L_1, L_2, NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringUtils_ToCharAsUnicode_m24D950B8B7F90A829F4221DE376C2624B0AAB62C (Il2CppChar ___0_c, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___1_buffer;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)92));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___1_buffer;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)117));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___1_buffer;
		Il2CppChar L_3 = ___0_c;
		Il2CppChar L_4;
		L_4 = MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63(((int32_t)(((int32_t)((int32_t)L_3>>((int32_t)12)))&((int32_t)15))), NULL);
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)L_4);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ___1_buffer;
		Il2CppChar L_6 = ___0_c;
		Il2CppChar L_7;
		L_7 = MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63(((int32_t)(((int32_t)((int32_t)L_6>>8))&((int32_t)15))), NULL);
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)L_7);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___1_buffer;
		Il2CppChar L_9 = ___0_c;
		Il2CppChar L_10;
		L_10 = MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63(((int32_t)(((int32_t)((int32_t)L_9>>4))&((int32_t)15))), NULL);
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)L_10);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___1_buffer;
		Il2CppChar L_12 = ___0_c;
		Il2CppChar L_13;
		L_13 = MathUtils_IntToHex_m3A390F8C758B3E156E4440239E3FF2C0FE766F63(((int32_t)((int32_t)L_12&((int32_t)15))), NULL);
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (Il2CppChar)L_13);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToCamelCase_mC5ADD2B4C55E2E242CA489FD45F6F5C76B11E643 (String_t* ___0_s, const RuntimeMethod* method) 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	bool V_2 = false;
	{
		String_t* L_0 = ___0_s;
		bool L_1;
		L_1 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_0, NULL);
		if (L_1)
		{
			goto IL_0016;
		}
	}
	{
		String_t* L_2 = ___0_s;
		NullCheck(L_2);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_4;
		L_4 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_3, NULL);
		if (L_4)
		{
			goto IL_0018;
		}
	}

IL_0016:
	{
		String_t* L_5 = ___0_s;
		return L_5;
	}

IL_0018:
	{
		String_t* L_6 = ___0_s;
		NullCheck(L_6);
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7;
		L_7 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_6, NULL);
		V_0 = L_7;
		V_1 = 0;
		goto IL_0076;
	}

IL_0023:
	{
		int32_t L_8 = V_1;
		if ((!(((uint32_t)L_8) == ((uint32_t)1))))
		{
			goto IL_0031;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = V_0;
		int32_t L_10 = V_1;
		NullCheck(L_9);
		int32_t L_11 = L_10;
		uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_13;
		L_13 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_12, NULL);
		if (!L_13)
		{
			goto IL_007c;
		}
	}

IL_0031:
	{
		int32_t L_14 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_0;
		NullCheck(L_15);
		V_2 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_14, 1))) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))? 1 : 0);
		int32_t L_16 = V_1;
		bool L_17 = V_2;
		if (!((int32_t)(((((int32_t)L_16) > ((int32_t)0))? 1 : 0)&(int32_t)L_17)))
		{
			goto IL_0067;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = V_0;
		int32_t L_19 = V_1;
		NullCheck(L_18);
		int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 1));
		uint16_t L_21 = (uint16_t)(L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_22;
		L_22 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_21, NULL);
		if (L_22)
		{
			goto IL_0067;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = V_0;
		int32_t L_24 = V_1;
		NullCheck(L_23);
		int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 1));
		uint16_t L_26 = (uint16_t)(L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_27;
		L_27 = Char_IsSeparator_m8DBA05CCFA10131140E40057E6553F7AC7397BF9(L_26, NULL);
		if (!L_27)
		{
			goto IL_007c;
		}
	}
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_0;
		int32_t L_29 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_0;
		int32_t L_31 = V_1;
		NullCheck(L_30);
		int32_t L_32 = L_31;
		uint16_t L_33 = (uint16_t)(L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
		Il2CppChar L_34;
		L_34 = StringUtils_ToLower_m509AAA2AC0CB8AE730B1ECE4B9E8C7E398FDAABB(L_33, NULL);
		NullCheck(L_28);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (Il2CppChar)L_34);
		goto IL_007c;
	}

IL_0067:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = V_0;
		int32_t L_36 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = V_0;
		int32_t L_38 = V_1;
		NullCheck(L_37);
		int32_t L_39 = L_38;
		uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
		Il2CppChar L_41;
		L_41 = StringUtils_ToLower_m509AAA2AC0CB8AE730B1ECE4B9E8C7E398FDAABB(L_40, NULL);
		NullCheck(L_35);
		(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_36), (Il2CppChar)L_41);
		int32_t L_42 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add(L_42, 1));
	}

IL_0076:
	{
		int32_t L_43 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = V_0;
		NullCheck(L_44);
		if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))
		{
			goto IL_0023;
		}
	}

IL_007c:
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = V_0;
		String_t* L_46;
		L_46 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_45, NULL);
		return L_46;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringUtils_ToLower_m509AAA2AC0CB8AE730B1ECE4B9E8C7E398FDAABB (Il2CppChar ___0_c, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Il2CppChar L_0 = ___0_c;
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
		L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		Il2CppChar L_2;
		L_2 = Char_ToLower_m019DF0456BF43D0BE5523394E730F55C7EBCABF0(L_0, L_1, NULL);
		___0_c = L_2;
		Il2CppChar L_3 = ___0_c;
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToSnakeCase_m3BB659D47971D0DB001CDC6315BD66682DA9FE8C (String_t* ___0_s, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_s;
		String_t* L_1;
		L_1 = StringUtils_ToSeparatedCase_mB976E76F73C6BA7BD2EB17BBEA47E4EEE383D622(L_0, ((int32_t)95), NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToKebabCase_mCD5139EAF5A601AC574DE11059E88C6D16C6EAF9 (String_t* ___0_s, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_s;
		String_t* L_1;
		L_1 = StringUtils_ToSeparatedCase_mB976E76F73C6BA7BD2EB17BBEA47E4EEE383D622(L_0, ((int32_t)45), NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToSeparatedCase_mB976E76F73C6BA7BD2EB17BBEA47E4EEE383D622 (String_t* ___0_s, Il2CppChar ___1_separator, 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*)&StringBuilder_t_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t* V_0 = NULL;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	Il2CppChar V_3 = 0x0;
	bool V_4 = false;
	Il2CppChar V_5 = 0x0;
	{
		String_t* L_0 = ___0_s;
		bool L_1;
		L_1 = StringUtils_IsNullOrEmpty_mDB5E4B38C6134F72E602D16501AF88B58C3C67BA(L_0, NULL);
		if (!L_1)
		{
			goto IL_000a;
		}
	}
	{
		String_t* L_2 = ___0_s;
		return L_2;
	}

IL_000a:
	{
		StringBuilder_t* L_3 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
		StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_3, NULL);
		V_0 = L_3;
		V_1 = 0;
		V_2 = 0;
		goto IL_00ea;
	}

IL_0019:
	{
		String_t* L_4 = ___0_s;
		int32_t L_5 = V_2;
		NullCheck(L_4);
		Il2CppChar L_6;
		L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)32)))))
		{
			goto IL_0031;
		}
	}
	{
		int32_t L_7 = V_1;
		if (!L_7)
		{
			goto IL_00e6;
		}
	}
	{
		V_1 = 3;
		goto IL_00e6;
	}

IL_0031:
	{
		String_t* L_8 = ___0_s;
		int32_t L_9 = V_2;
		NullCheck(L_8);
		Il2CppChar L_10;
		L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_11;
		L_11 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_10, NULL);
		if (!L_11)
		{
			goto IL_00b4;
		}
	}
	{
		int32_t L_12 = V_1;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, 1)))
		{
			case 0:
			{
				goto IL_008e;
			}
			case 1:
			{
				goto IL_0055;
			}
			case 2:
			{
				goto IL_008e;
			}
		}
	}
	{
		goto IL_0096;
	}

IL_0055:
	{
		int32_t L_13 = V_2;
		String_t* L_14 = ___0_s;
		NullCheck(L_14);
		int32_t L_15;
		L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
		V_4 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_13, 1))) < ((int32_t)L_15))? 1 : 0);
		int32_t L_16 = V_2;
		bool L_17 = V_4;
		if (!((int32_t)(((((int32_t)L_16) > ((int32_t)0))? 1 : 0)&(int32_t)L_17)))
		{
			goto IL_0096;
		}
	}
	{
		String_t* L_18 = ___0_s;
		int32_t L_19 = V_2;
		NullCheck(L_18);
		Il2CppChar L_20;
		L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, ((int32_t)il2cpp_codegen_add(L_19, 1)), NULL);
		V_5 = L_20;
		Il2CppChar L_21 = V_5;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_22;
		L_22 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_21, NULL);
		if (L_22)
		{
			goto IL_0096;
		}
	}
	{
		Il2CppChar L_23 = V_5;
		Il2CppChar L_24 = ___1_separator;
		if ((((int32_t)L_23) == ((int32_t)L_24)))
		{
			goto IL_0096;
		}
	}
	{
		StringBuilder_t* L_25 = V_0;
		Il2CppChar L_26 = ___1_separator;
		NullCheck(L_25);
		StringBuilder_t* L_27;
		L_27 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_25, L_26, NULL);
		goto IL_0096;
	}

IL_008e:
	{
		StringBuilder_t* L_28 = V_0;
		Il2CppChar L_29 = ___1_separator;
		NullCheck(L_28);
		StringBuilder_t* L_30;
		L_30 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, L_29, NULL);
	}

IL_0096:
	{
		String_t* L_31 = ___0_s;
		int32_t L_32 = V_2;
		NullCheck(L_31);
		Il2CppChar L_33;
		L_33 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_31, L_32, NULL);
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_34;
		L_34 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		Il2CppChar L_35;
		L_35 = Char_ToLower_m019DF0456BF43D0BE5523394E730F55C7EBCABF0(L_33, L_34, NULL);
		V_3 = L_35;
		StringBuilder_t* L_36 = V_0;
		Il2CppChar L_37 = V_3;
		NullCheck(L_36);
		StringBuilder_t* L_38;
		L_38 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_36, L_37, NULL);
		V_1 = 2;
		goto IL_00e6;
	}

IL_00b4:
	{
		String_t* L_39 = ___0_s;
		int32_t L_40 = V_2;
		NullCheck(L_39);
		Il2CppChar L_41;
		L_41 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, L_40, NULL);
		Il2CppChar L_42 = ___1_separator;
		if ((!(((uint32_t)L_41) == ((uint32_t)L_42))))
		{
			goto IL_00ca;
		}
	}
	{
		StringBuilder_t* L_43 = V_0;
		Il2CppChar L_44 = ___1_separator;
		NullCheck(L_43);
		StringBuilder_t* L_45;
		L_45 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_43, L_44, NULL);
		V_1 = 0;
		goto IL_00e6;
	}

IL_00ca:
	{
		int32_t L_46 = V_1;
		if ((!(((uint32_t)L_46) == ((uint32_t)3))))
		{
			goto IL_00d6;
		}
	}
	{
		StringBuilder_t* L_47 = V_0;
		Il2CppChar L_48 = ___1_separator;
		NullCheck(L_47);
		StringBuilder_t* L_49;
		L_49 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_47, L_48, NULL);
	}

IL_00d6:
	{
		StringBuilder_t* L_50 = V_0;
		String_t* L_51 = ___0_s;
		int32_t L_52 = V_2;
		NullCheck(L_51);
		Il2CppChar L_53;
		L_53 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_51, L_52, NULL);
		NullCheck(L_50);
		StringBuilder_t* L_54;
		L_54 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_50, L_53, NULL);
		V_1 = 1;
	}

IL_00e6:
	{
		int32_t L_55 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_55, 1));
	}

IL_00ea:
	{
		int32_t L_56 = V_2;
		String_t* L_57 = ___0_s;
		NullCheck(L_57);
		int32_t L_58;
		L_58 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_57, NULL);
		if ((((int32_t)L_56) < ((int32_t)L_58)))
		{
			goto IL_0019;
		}
	}
	{
		StringBuilder_t* L_59 = V_0;
		NullCheck(L_59);
		String_t* L_60;
		L_60 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_59);
		return L_60;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsHighSurrogate_m47A5F04E84DDD8EFF680AA049FF1813C1F9CA6AE (Il2CppChar ___0_c, const RuntimeMethod* method) 
{
	{
		Il2CppChar L_0 = ___0_c;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_1;
		L_1 = Char_IsHighSurrogate_mED1E5FB863528ABB0D7D3DC4DE0FAB4517760658(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsLowSurrogate_mA7F79F10AB65B636D64DBEC4E0F99ED27A0753E7 (Il2CppChar ___0_c, const RuntimeMethod* method) 
{
	{
		Il2CppChar L_0 = ___0_c;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_1;
		L_1 = Char_IsLowSurrogate_mEE95A617A89CEB99AADAB54E025087D56CAB1BAA(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringUtils_IndexOf_mA44FA02FCB13BCF37C77F1BA8BB903ACA4CDF89C (String_t* ___0_s, Il2CppChar ___1_c, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_s;
		Il2CppChar L_1 = ___1_c;
		NullCheck(L_0);
		int32_t L_2;
		L_2 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, L_1, NULL);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_StartsWith_m1DF31A6C9FE8815DE2BE508A518E6399EAFD7871 (String_t* ___0_source, Il2CppChar ___1_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_source;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		if ((((int32_t)L_1) <= ((int32_t)0)))
		{
			goto IL_0014;
		}
	}
	{
		String_t* L_2 = ___0_source;
		NullCheck(L_2);
		Il2CppChar L_3;
		L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
		Il2CppChar L_4 = ___1_value;
		return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0);
	}

IL_0014:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_EndsWith_mD0F53711503882AAAA0040F55410297D44C2FA73 (String_t* ___0_source, Il2CppChar ___1_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_source;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
		if ((((int32_t)L_1) <= ((int32_t)0)))
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_2 = ___0_source;
		String_t* L_3 = ___0_source;
		NullCheck(L_3);
		int32_t L_4;
		L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
		NullCheck(L_2);
		Il2CppChar L_5;
		L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
		Il2CppChar L_6 = ___1_value;
		return (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
	}

IL_001b:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA (String_t* ___0_s, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) 
{
	int32_t V_0 = 0;
	{
		String_t* L_0 = ___0_s;
		if (L_0)
		{
			goto IL_0009;
		}
	}
	{
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m4A0936689D360EBC545690326B4DF187196BF2B9(L_1, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA_RuntimeMethod_var)));
	}

IL_0009:
	{
		int32_t L_2 = ___1_start;
		if ((((int32_t)L_2) >= ((int32_t)0)))
		{
			goto IL_0018;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA_RuntimeMethod_var)));
	}

IL_0018:
	{
		int32_t L_4 = ___2_length;
		if ((((int32_t)L_4) >= ((int32_t)0)))
		{
			goto IL_0027;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA_RuntimeMethod_var)));
	}

IL_0027:
	{
		int32_t L_6 = ___1_start;
		int32_t L_7 = ___2_length;
		V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_6, L_7)), 1));
		int32_t L_8 = V_0;
		String_t* L_9 = ___0_s;
		NullCheck(L_9);
		int32_t L_10;
		L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
		if ((((int32_t)L_8) < ((int32_t)L_10)))
		{
			goto IL_0054;
		}
	}
	{
		ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
		ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringUtils_Trim_mDAD316C3541947F816367C3BDD2347CE925456DA_RuntimeMethod_var)));
	}

IL_0041:
	{
		String_t* L_12 = ___0_s;
		int32_t L_13 = ___1_start;
		NullCheck(L_12);
		Il2CppChar L_14;
		L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_15;
		L_15 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_14, NULL);
		if (!L_15)
		{
			goto IL_006c;
		}
	}
	{
		int32_t L_16 = ___1_start;
		___1_start = ((int32_t)il2cpp_codegen_add(L_16, 1));
	}

IL_0054:
	{
		int32_t L_17 = ___1_start;
		int32_t L_18 = V_0;
		if ((((int32_t)L_17) < ((int32_t)L_18)))
		{
			goto IL_0041;
		}
	}
	{
		goto IL_006c;
	}

IL_005a:
	{
		String_t* L_19 = ___0_s;
		int32_t L_20 = V_0;
		NullCheck(L_19);
		Il2CppChar L_21;
		L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_19, L_20, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.char_class);
		bool L_22;
		L_22 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_21, NULL);
		if (!L_22)
		{
			goto IL_0070;
		}
	}
	{
		int32_t L_23 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract(L_23, 1));
	}

IL_006c:
	{
		int32_t L_24 = V_0;
		int32_t L_25 = ___1_start;
		if ((((int32_t)L_24) >= ((int32_t)L_25)))
		{
			goto IL_005a;
		}
	}

IL_0070:
	{
		String_t* L_26 = ___0_s;
		int32_t L_27 = ___1_start;
		int32_t L_28 = V_0;
		int32_t L_29 = ___1_start;
		NullCheck(L_26);
		String_t* L_30;
		L_30 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_26, L_27, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_28, L_29)), 1)), NULL);
		return L_30;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B (MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) 
{
	{
		MemberInfo_t* L_0 = ___0_memberInfo;
		NullCheck(L_0);
		int32_t L_1;
		L_1 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ContainsGenericParameters_mA994EDB52CD98EF1AEB724C41902F89D3D23B557 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = VirtualFuncInvoker0< bool >::Invoke(20, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m9D102CEF96CC2E35ACBD36139B2BB7C476886235 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = VirtualFuncInvoker0< bool >::Invoke(40, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = VirtualFuncInvoker0< bool >::Invoke(41, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		Type_t* L_1;
		L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t* TypeExtensions_Assembly_m798D1A410905333E3069FBCF0F511BEC0B217E4B (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		Assembly_t* L_1;
		L_1 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_mE09A46765105206D627C3C9AE5E011BA8FDD1645 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = VirtualFuncInvoker0< bool >::Invoke(71, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_mCA21F0211EBFB1812F432BF5C373A00D241C0B41 (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsClass_mACC1E0E79C9996ADE9973F81971B740132B64549(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m32129C70002FD86655A745241FFC4E03A129D2EF (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsSealed_m6B652265DCEF64250FD2A173C50BD889467A58E4(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m9A8E7821259AA6C6C79329A8070A7FD730632D4F (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsVisible_mD8698939FEDFA330136CDB820846E6F280BC0D9D (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsVisible_m8D48AAF067E6F92E801302D572C187DCD209628A(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD (Type_t* ___0_type, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_type;
		NullCheck(L_0);
		bool L_1;
		L_1 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_mE84234536B8F18616DB1E6813130EAA6FE9BBA2E (Type_t* ___0_type, String_t* ___1_fullTypeName, bool ___2_searchInterfaces, Type_t** ___3_match, const RuntimeMethod* method) 
{
	Type_t* V_0 = NULL;
	TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
	int32_t V_2 = 0;
	{
		Type_t* L_0 = ___0_type;
		V_0 = L_0;
		goto IL_001f;
	}

IL_0004:
	{
		Type_t* L_1 = V_0;
		NullCheck(L_1);
		String_t* L_2;
		L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_1);
		String_t* L_3 = ___1_fullTypeName;
		bool L_4;
		L_4 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_2, L_3, 4, NULL);
		if (!L_4)
		{
			goto IL_0018;
		}
	}
	{
		Type_t** L_5 = ___3_match;
		Type_t* L_6 = V_0;
		*((RuntimeObject**)L_5) = (RuntimeObject*)L_6;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_6);
		return (bool)1;
	}

IL_0018:
	{
		Type_t* L_7 = V_0;
		Type_t* L_8;
		L_8 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_7, NULL);
		V_0 = L_8;
	}

IL_001f:
	{
		Type_t* L_9 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_10;
		L_10 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_9, (Type_t*)NULL, NULL);
		if (L_10)
		{
			goto IL_0004;
		}
	}
	{
		bool L_11 = ___2_searchInterfaces;
		if (!L_11)
		{
			goto IL_0056;
		}
	}
	{
		Type_t* L_12 = ___0_type;
		NullCheck(L_12);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13;
		L_13 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117, L_12);
		V_1 = L_13;
		V_2 = 0;
		goto IL_0050;
	}

IL_0036:
	{
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_1;
		int32_t L_15 = V_2;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		Type_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		NullCheck(L_17);
		String_t* L_18;
		L_18 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_17);
		String_t* L_19 = ___1_fullTypeName;
		bool L_20;
		L_20 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_18, L_19, 4, NULL);
		if (!L_20)
		{
			goto IL_004c;
		}
	}
	{
		Type_t** L_21 = ___3_match;
		Type_t* L_22 = ___0_type;
		*((RuntimeObject**)L_21) = (RuntimeObject*)L_22;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_22);
		return (bool)1;
	}

IL_004c:
	{
		int32_t L_23 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
	}

IL_0050:
	{
		int32_t L_24 = V_2;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_25 = V_1;
		NullCheck(L_25);
		if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))
		{
			goto IL_0036;
		}
	}

IL_0056:
	{
		Type_t** L_26 = ___3_match;
		*((RuntimeObject**)L_26) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)NULL);
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_mBAD8B53CBE3E50AB85467EF5F8E21BE18B8B48AC (Type_t* ___0_type, String_t* ___1_fullTypeName, bool ___2_searchInterfaces, const RuntimeMethod* method) 
{
	Type_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		String_t* L_1 = ___1_fullTypeName;
		bool L_2 = ___2_searchInterfaces;
		bool L_3;
		L_3 = TypeExtensions_AssignableToTypeName_mE84234536B8F18616DB1E6813130EAA6FE9BBA2E(L_0, L_1, L_2, (&V_0), NULL);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_mB96ABA9168598F26343B1AEE2097D30047BE661B (Type_t* ___0_type, Type_t* ___1_interfaceType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	RuntimeObject* V_1 = NULL;
	Type_t* V_2 = NULL;
	bool V_3 = false;
	{
		Type_t* L_0 = ___0_type;
		V_0 = L_0;
		goto IL_0053;
	}

IL_0004:
	{
		Type_t* L_1 = V_0;
		NullCheck(L_1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2;
		L_2 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(117, L_1);
		NullCheck((RuntimeObject*)L_2);
		RuntimeObject* L_3;
		L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var, (RuntimeObject*)L_2);
		V_1 = L_3;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0042:
			{
				{
					RuntimeObject* L_4 = V_1;
					if (!L_4)
					{
						goto IL_004b;
					}
				}
				{
					RuntimeObject* L_5 = V_1;
					NullCheck(L_5);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
				}

IL_004b:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_0038_1;
			}

IL_0012_1:
			{
				RuntimeObject* L_6 = V_1;
				NullCheck(L_6);
				Type_t* L_7;
				L_7 = InterfaceFuncInvoker0< Type_t* >::Invoke(0, IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var, L_6);
				V_2 = L_7;
				Type_t* L_8 = V_2;
				Type_t* L_9 = ___1_interfaceType;
				il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
				bool L_10;
				L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL);
				if (L_10)
				{
					goto IL_0034_1;
				}
			}
			{
				Type_t* L_11 = V_2;
				il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
				bool L_12;
				L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_11, (Type_t*)NULL, NULL);
				if (!L_12)
				{
					goto IL_0038_1;
				}
			}
			{
				Type_t* L_13 = V_2;
				Type_t* L_14 = ___1_interfaceType;
				bool L_15;
				L_15 = TypeExtensions_ImplementInterface_mB96ABA9168598F26343B1AEE2097D30047BE661B(L_13, L_14, NULL);
				if (!L_15)
				{
					goto IL_0038_1;
				}
			}

IL_0034_1:
			{
				V_3 = (bool)1;
				goto IL_005e;
			}

IL_0038_1:
			{
				RuntimeObject* L_16 = V_1;
				NullCheck(L_16);
				bool L_17;
				L_17 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
				if (L_17)
				{
					goto IL_0012_1;
				}
			}
			{
				goto IL_004c;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_004c:
	{
		Type_t* L_18 = V_0;
		Type_t* L_19;
		L_19 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_18, NULL);
		V_0 = L_19;
	}

IL_0053:
	{
		Type_t* L_20 = V_0;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_21;
		L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_20, (Type_t*)NULL, NULL);
		if (L_21)
		{
			goto IL_0004;
		}
	}
	{
		return (bool)0;
	}

IL_005e:
	{
		bool L_22 = V_3;
		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 ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888 (RuntimeObject* ___0_value, String_t* ___1_parameterName, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = ___0_value;
		if (L_0)
		{
			goto IL_000a;
		}
	}
	{
		String_t* L_1 = ___1_parameterName;
		ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
		ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, L_1, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888_RuntimeMethod_var)));
	}

IL_000a:
	{
		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 CamelCaseNamingStrategy__ctor_mE1E8F78C5DD9BA5CBD45993D41DF60383032ACF4 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, bool ___0_processDictionaryKeys, bool ___1_overrideSpecifiedNames, const RuntimeMethod* method) 
{
	{
		NamingStrategy__ctor_m98E42D0DEDAC785C021F052E6DCFF217E6FD6AE2(__this, NULL);
		bool L_0 = ___0_processDictionaryKeys;
		NamingStrategy_set_ProcessDictionaryKeys_m106CC9FF7F8399DCEC6FA1E17FD1BCE7AC7E057D_inline(__this, L_0, NULL);
		bool L_1 = ___1_overrideSpecifiedNames;
		NamingStrategy_set_OverrideSpecifiedNames_m15DD4961756DF3279E8A03CD1E520A1E4920BD95_inline(__this, L_1, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelCaseNamingStrategy__ctor_m47CB666835102392C0E5F2F035ADB1413064AB00 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, bool ___0_processDictionaryKeys, bool ___1_overrideSpecifiedNames, bool ___2_processExtensionDataNames, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_processDictionaryKeys;
		bool L_1 = ___1_overrideSpecifiedNames;
		CamelCaseNamingStrategy__ctor_mE1E8F78C5DD9BA5CBD45993D41DF60383032ACF4(__this, L_0, L_1, NULL);
		bool L_2 = ___2_processExtensionDataNames;
		NamingStrategy_set_ProcessExtensionDataNames_m62D2B1108D3AC587289C010AB4BFEB9150E8A43B_inline(__this, L_2, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelCaseNamingStrategy__ctor_mF8654DDF11007C1CA79C1152B59BD07B3EF088E1 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, const RuntimeMethod* method) 
{
	{
		NamingStrategy__ctor_m98E42D0DEDAC785C021F052E6DCFF217E6FD6AE2(__this, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CamelCaseNamingStrategy_ResolvePropertyName_m633C5754784EEB2B16E73D0C9C33F3068B8F5D51 (CamelCaseNamingStrategy_tCD17472E129D8769696271E3785AC5FA29DE6DB8* __this, String_t* ___0_name, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_name;
		String_t* L_1;
		L_1 = StringUtils_ToCamelCase_mC5ADD2B4C55E2E242CA489FD45F6F5C76B11E643(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* DefaultContractResolver_get_Instance_mF5195CD656C772B020C282CAA82EAA50B52053EB (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		RuntimeObject* L_0 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->____instance;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m549575E45ED95951C372501916FB4123B6E6D7E0 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CDefaultMembersSearchFlagsU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m8CD7B21923CC6D975DCD3F00157E090038751791 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, int32_t ___0_value, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_value;
		__this->___U3CDefaultMembersSearchFlagsU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mDA7E3E17547CE3D23DDE5B794A9C3E7584A11690 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m5B7D581C6BB2FE170BC492F9C66B304AF8093F4B (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreSerializableInterfaceU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m1164B44EB2ECF3D091F44D780C95B131B5BE0144 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreSerializableAttributeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_m33F292D8EF5C738E272B51111A1E8F617163FEC3 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CIgnoreSerializableAttributeU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreIsSpecifiedMembers_m37919B9AE898F5E0E3CFAFBF7C829EAD3DC66E65 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreIsSpecifiedMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreShouldSerializeMembers_mB08D105D5BC2E1C9200C26D08F3CE796AC5EBF74 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreShouldSerializeMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0 = __this->___U3CNamingStrategyU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m52F3E230F523349797B923489423735999EA4A4E (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_mE3B506D3CC6DE27067B4915D172CF52282CFF4D0_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_0 = (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D*)il2cpp_codegen_object_new(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
		DefaultJsonNameTable__ctor_mEBD013018C1C7E620251EE5238FD26F3006D388D(L_0, NULL);
		__this->____nameTable = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____nameTable), (void*)L_0);
		Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
		DefaultContractResolver_set_IgnoreSerializableAttribute_m33F292D8EF5C738E272B51111A1E8F617163FEC3_inline(__this, (bool)1, NULL);
		DefaultContractResolver_set_DefaultMembersSearchFlags_m8CD7B21923CC6D975DCD3F00157E090038751791_inline(__this, ((int32_t)20), NULL);
		Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1* L_1 = (Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1*)il2cpp_codegen_object_new(Func_2_t76DD3D449D416CA32E27A9D396D1B7340CCD41F1_il2cpp_TypeInfo_var);
		Func_2__ctor_mD5052375D3B3ADCC68E6ABBCD7F9CE5617A0EF0A(L_1, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 18)), NULL);
		ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* L_2 = (ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5*)il2cpp_codegen_object_new(ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5_il2cpp_TypeInfo_var);
		ThreadSafeStore_2__ctor_mE3B506D3CC6DE27067B4915D172CF52282CFF4D0(L_2, L_1, ThreadSafeStore_2__ctor_mE3B506D3CC6DE27067B4915D172CF52282CFF4D0_RuntimeMethod_var);
		__this->____contractCache = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____contractCache), (void*)L_2);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* DefaultContractResolver_ResolveContract_mCCA714228217D18060D9FD497F14EC9FDB20E392 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m4ACF4F0392987DB4B2BAFB3C654E2F018DEC08CE_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_type;
		ValidationUtils_ArgumentNotNull_mC7EBE963D14FFCC7B90B08B403FF584EC520C888(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
		ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* L_1 = __this->____contractCache;
		Type_t* L_2 = ___0_type;
		NullCheck(L_1);
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_3;
		L_3 = ThreadSafeStore_2_Get_m4ACF4F0392987DB4B2BAFB3C654E2F018DEC08CE(L_1, L_2, ThreadSafeStore_2_Get_m4ACF4F0392987DB4B2BAFB3C654E2F018DEC08CE_RuntimeMethod_var);
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_FilterMembers_m7F1BECC4ACFDB916F04C33C7C5B57416F97F1A9D (MemberInfo_t* ___0_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	PropertyInfo_t* V_0 = NULL;
	FieldInfo_t* V_1 = NULL;
	{
		MemberInfo_t* L_0 = ___0_member;
		V_0 = ((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_0, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_1 = V_0;
		if (!L_1)
		{
			goto IL_0023;
		}
	}
	{
		PropertyInfo_t* L_2 = V_0;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = ReflectionUtils_IsIndexedProperty_mC6602D9BBD42A67584EF40A29B50DB45A035A565(L_2, NULL);
		if (!L_3)
		{
			goto IL_0014;
		}
	}
	{
		return (bool)0;
	}

IL_0014:
	{
		PropertyInfo_t* L_4 = V_0;
		NullCheck(L_4);
		Type_t* L_5;
		L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_4);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_6;
		L_6 = ReflectionUtils_IsByRefLikeType_m0AB691D49F13CA9FF796F4E70A3065EF8DB1CF53(L_5, NULL);
		return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
	}

IL_0023:
	{
		MemberInfo_t* L_7 = ___0_member;
		V_1 = ((FieldInfo_t*)IsInstClass((RuntimeObject*)L_7, FieldInfo_t_il2cpp_TypeInfo_var));
		FieldInfo_t* L_8 = V_1;
		if (!L_8)
		{
			goto IL_003c;
		}
	}
	{
		FieldInfo_t* L_9 = V_1;
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_9);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_11;
		L_11 = ReflectionUtils_IsByRefLikeType_m0AB691D49F13CA9FF796F4E70A3065EF8DB1CF53(L_10, NULL);
		return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
	}

IL_003c:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* DefaultContractResolver_GetSerializableMembers_m74B76C6E25954420529626AEB04E77DD93926C32 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompilerGeneratedAttribute_t0153EC5D2142E566E2D896C49F598756BCAEE771_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_FilterMembers_m7F1BECC4ACFDB916F04C33C7C5B57416F97F1A9D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_ShouldSerializeEntityMember_mB9347B1632170CAF3DBDE3C3E25D807BC10044CC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73_m927C97ABED5CA01FF01637AA2983AA2305B3E6AA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m400881AC8B3E5AC7BBB4A8253736047B77034D07_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetSerializableMembersU3Eb__40_0_mB0384BA3C1F56749B25B600B7E501A7B5089D3BA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetSerializableMembersU3Eb__40_1_mBBD6DC50E11B960311E8B730EEBFD563BF86543D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	int32_t V_1 = 0;
	RuntimeObject* V_2 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* V_3 = NULL;
	DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* V_4 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* V_5 = NULL;
	RuntimeObject* V_6 = NULL;
	MemberInfo_t* V_7 = NULL;
	Type_t* V_8 = NULL;
	MemberInfo_t* V_9 = NULL;
	FieldInfo_t* V_10 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B2_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B2_1 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B1_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B1_1 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B29_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B29_1 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B28_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B28_1 = NULL;
	{
		bool L_0;
		L_0 = DefaultContractResolver_get_IgnoreSerializableAttribute_m1164B44EB2ECF3D091F44D780C95B131B5BE0144_inline(__this, NULL);
		V_0 = L_0;
		Type_t* L_1 = ___0_objectType;
		bool L_2 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		int32_t L_3;
		L_3 = JsonTypeReflector_GetObjectMemberSerialization_m5A6864B17915ED80E8CB43E00B9C751DF5D7CA56(L_1, L_2, NULL);
		V_1 = L_3;
		Type_t* L_4 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_5;
		L_5 = ReflectionUtils_GetFieldsAndProperties_m5C9A9A1B4C2D81B55B9A96111F9224A5C2C298A9(L_4, ((int32_t)60), NULL);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_6 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_0;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_7 = L_6;
		if (L_7)
		{
			G_B2_0 = L_7;
			G_B2_1 = L_5;
			goto IL_0036;
		}
		G_B1_0 = L_7;
		G_B1_1 = L_5;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_8 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_9 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3CGetSerializableMembersU3Eb__40_0_mB0384BA3C1F56749B25B600B7E501A7B5089D3BA_RuntimeMethod_var), NULL);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_10 = L_9;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_0 = L_10;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_0), (void*)L_10);
		G_B2_0 = L_10;
		G_B2_1 = G_B1_1;
	}

IL_0036:
	{
		RuntimeObject* L_11;
		L_11 = Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714(G_B2_1, G_B2_0, Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var);
		V_2 = L_11;
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_12 = (List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*)il2cpp_codegen_object_new(List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4_il2cpp_TypeInfo_var);
		List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A(L_12, List_1__ctor_m1ECCAADF7DB1972688A2B429816CF4E0581D4E2A_RuntimeMethod_var);
		V_3 = L_12;
		int32_t L_13 = V_1;
		if ((((int32_t)L_13) == ((int32_t)2)))
		{
			goto IL_0190;
		}
	}
	{
		Type_t* L_14 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_15;
		L_15 = JsonTypeReflector_GetDataContractAttribute_m6C5640D4E573853A4BD2B77D1CE353115322924E(L_14, NULL);
		V_4 = L_15;
		Type_t* L_16 = ___0_objectType;
		int32_t L_17;
		L_17 = DefaultContractResolver_get_DefaultMembersSearchFlags_m549575E45ED95951C372501916FB4123B6E6D7E0_inline(__this, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_18;
		L_18 = ReflectionUtils_GetFieldsAndProperties_m5C9A9A1B4C2D81B55B9A96111F9224A5C2C298A9(L_16, L_17, NULL);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_19 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_19, NULL, (intptr_t)((void*)DefaultContractResolver_FilterMembers_m7F1BECC4ACFDB916F04C33C7C5B57416F97F1A9D_RuntimeMethod_var), NULL);
		RuntimeObject* L_20;
		L_20 = Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714(L_18, L_19, Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_21;
		L_21 = Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6(L_20, Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6_RuntimeMethod_var);
		V_5 = L_21;
		RuntimeObject* L_22 = V_2;
		NullCheck(L_22);
		RuntimeObject* L_23;
		L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var, L_22);
		V_6 = L_23;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_011d:
			{
				{
					RuntimeObject* L_24 = V_6;
					if (!L_24)
					{
						goto IL_0128;
					}
				}
				{
					RuntimeObject* L_25 = V_6;
					NullCheck(L_25);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_25);
				}

IL_0128:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_010f_1;
			}

IL_0082_1:
			{
				RuntimeObject* L_26 = V_6;
				NullCheck(L_26);
				MemberInfo_t* L_27;
				L_27 = InterfaceFuncInvoker0< MemberInfo_t* >::Invoke(0, IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var, L_26);
				V_7 = L_27;
				bool L_28;
				L_28 = DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mDA7E3E17547CE3D23DDE5B794A9C3E7584A11690_inline(__this, NULL);
				if (L_28)
				{
					goto IL_00a7_1;
				}
			}
			{
				MemberInfo_t* L_29 = V_7;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast<intptr_t> (CompilerGeneratedAttribute_t0153EC5D2142E566E2D896C49F598756BCAEE771_0_0_0_var) };
				il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
				Type_t* L_31;
				L_31 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_30, NULL);
				NullCheck(L_29);
				bool L_32;
				L_32 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_29, L_31, (bool)1);
				if (L_32)
				{
					goto IL_010f_1;
				}
			}

IL_00a7_1:
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_33 = V_5;
				MemberInfo_t* L_34 = V_7;
				NullCheck(L_33);
				bool L_35;
				L_35 = List_1_Contains_m400881AC8B3E5AC7BBB4A8253736047B77034D07(L_33, L_34, List_1_Contains_m400881AC8B3E5AC7BBB4A8253736047B77034D07_RuntimeMethod_var);
				if (!L_35)
				{
					goto IL_00bc_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_36 = V_3;
				MemberInfo_t* L_37 = V_7;
				NullCheck(L_36);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_36, L_37, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
				goto IL_010f_1;
			}

IL_00bc_1:
			{
				MemberInfo_t* L_38 = V_7;
				il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
				JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_39;
				L_39 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A(L_38, JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A_RuntimeMethod_var);
				if (!L_39)
				{
					goto IL_00cf_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_40 = V_3;
				MemberInfo_t* L_41 = V_7;
				NullCheck(L_40);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_40, L_41, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
				goto IL_010f_1;
			}

IL_00cf_1:
			{
				MemberInfo_t* L_42 = V_7;
				il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
				JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* L_43;
				L_43 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9(L_42, JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9_RuntimeMethod_var);
				if (!L_43)
				{
					goto IL_00e2_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_44 = V_3;
				MemberInfo_t* L_45 = V_7;
				NullCheck(L_44);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_44, L_45, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
				goto IL_010f_1;
			}

IL_00e2_1:
			{
				DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_46 = V_4;
				if (!L_46)
				{
					goto IL_00f9_1;
				}
			}
			{
				MemberInfo_t* L_47 = V_7;
				il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
				DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_48;
				L_48 = JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73_m927C97ABED5CA01FF01637AA2983AA2305B3E6AA(L_47, JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73_m927C97ABED5CA01FF01637AA2983AA2305B3E6AA_RuntimeMethod_var);
				if (!L_48)
				{
					goto IL_00f9_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_49 = V_3;
				MemberInfo_t* L_50 = V_7;
				NullCheck(L_49);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_49, L_50, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
				goto IL_010f_1;
			}

IL_00f9_1:
			{
				int32_t L_51 = V_1;
				if ((!(((uint32_t)L_51) == ((uint32_t)2))))
				{
					goto IL_010f_1;
				}
			}
			{
				MemberInfo_t* L_52 = V_7;
				int32_t L_53;
				L_53 = TypeExtensions_MemberType_mE0E085190B3125B1FACEDF00B26A33742AB46A4B(L_52, NULL);
				if ((!(((uint32_t)L_53) == ((uint32_t)4))))
				{
					goto IL_010f_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_54 = V_3;
				MemberInfo_t* L_55 = V_7;
				NullCheck(L_54);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_54, L_55, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
			}

IL_010f_1:
			{
				RuntimeObject* L_56 = V_6;
				NullCheck(L_56);
				bool L_57;
				L_57 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_56);
				if (L_57)
				{
					goto IL_0082_1;
				}
			}
			{
				goto IL_0129;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0129:
	{
		Type_t* L_58 = ___0_objectType;
		bool L_59;
		L_59 = TypeExtensions_AssignableToTypeName_mE84234536B8F18616DB1E6813130EAA6FE9BBA2E(L_58, _stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0, (bool)0, (&V_8), NULL);
		if (!L_59)
		{
			goto IL_0151;
		}
	}
	{
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_60 = V_3;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_61 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_61, __this, (intptr_t)((void*)DefaultContractResolver_ShouldSerializeEntityMember_mB9347B1632170CAF3DBDE3C3E25D807BC10044CC_RuntimeMethod_var), NULL);
		RuntimeObject* L_62;
		L_62 = Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714(L_60, L_61, Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_63;
		L_63 = Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6(L_62, Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6_RuntimeMethod_var);
		V_3 = L_63;
	}

IL_0151:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_64 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_65;
		L_65 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_64, NULL);
		Type_t* L_66 = ___0_objectType;
		NullCheck(L_65);
		bool L_67;
		L_67 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_65, L_66);
		if (!L_67)
		{
			goto IL_01d8;
		}
	}
	{
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_68 = V_3;
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_69 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_1;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_70 = L_69;
		if (L_70)
		{
			G_B29_0 = L_70;
			G_B29_1 = L_68;
			goto IL_0183;
		}
		G_B28_0 = L_70;
		G_B28_1 = L_68;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_71 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_72 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_72, L_71, (intptr_t)((void*)U3CU3Ec_U3CGetSerializableMembersU3Eb__40_1_mBBD6DC50E11B960311E8B730EEBFD563BF86543D_RuntimeMethod_var), NULL);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_73 = L_72;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_1 = L_73;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__40_1), (void*)L_73);
		G_B29_0 = L_73;
		G_B29_1 = G_B28_1;
	}

IL_0183:
	{
		RuntimeObject* L_74;
		L_74 = Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714(G_B29_1, G_B29_0, Enumerable_Where_TisMemberInfo_t_m7C1E11BF6C36A37CA3C7483436481B0D6AC3F714_RuntimeMethod_var);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_75;
		L_75 = Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6(L_74, Enumerable_ToList_TisMemberInfo_t_mA744C990F45E8375D57A9F1DAD8E79B922EE8BA6_RuntimeMethod_var);
		V_3 = L_75;
		goto IL_01d8;
	}

IL_0190:
	{
		RuntimeObject* L_76 = V_2;
		NullCheck(L_76);
		RuntimeObject* L_77;
		L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t9BFC4EA32B04B96A5BB13A056B7E299ADC431143_il2cpp_TypeInfo_var, L_76);
		V_6 = L_77;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_01cc:
			{
				{
					RuntimeObject* L_78 = V_6;
					if (!L_78)
					{
						goto IL_01d7;
					}
				}
				{
					RuntimeObject* L_79 = V_6;
					NullCheck(L_79);
					InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_79);
				}

IL_01d7:
				{
					return;
				}
			}
		});
		try
		{
			{
				goto IL_01c1_1;
			}

IL_019a_1:
			{
				RuntimeObject* L_80 = V_6;
				NullCheck(L_80);
				MemberInfo_t* L_81;
				L_81 = InterfaceFuncInvoker0< MemberInfo_t* >::Invoke(0, IEnumerator_1_t17A98E9C91AD59AC8DCA7D9C70E659E9F6583901_il2cpp_TypeInfo_var, L_80);
				V_9 = L_81;
				MemberInfo_t* L_82 = V_9;
				V_10 = ((FieldInfo_t*)IsInstClass((RuntimeObject*)L_82, FieldInfo_t_il2cpp_TypeInfo_var));
				FieldInfo_t* L_83 = V_10;
				if (!L_83)
				{
					goto IL_01c1_1;
				}
			}
			{
				FieldInfo_t* L_84 = V_10;
				NullCheck(L_84);
				bool L_85;
				L_85 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_84, NULL);
				if (L_85)
				{
					goto IL_01c1_1;
				}
			}
			{
				List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_86 = V_3;
				MemberInfo_t* L_87 = V_9;
				NullCheck(L_86);
				List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_inline(L_86, L_87, List_1_Add_m1B76CD20C4F1CF6BD59E08CF75B4E4CA97F23217_RuntimeMethod_var);
			}

IL_01c1_1:
			{
				RuntimeObject* L_88 = V_6;
				NullCheck(L_88);
				bool L_89;
				L_89 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_88);
				if (L_89)
				{
					goto IL_019a_1;
				}
			}
			{
				goto IL_01d8;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_01d8:
	{
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_90 = V_3;
		return L_90;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSerializeEntityMember_mB9347B1632170CAF3DBDE3C3E25D807BC10044CC (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, MemberInfo_t* ___0_memberInfo, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA2185790BBBFA49678D5ACF72BA0A089939D474);
		s_Il2CppMethodInitialized = true;
	}
	PropertyInfo_t* V_0 = NULL;
	{
		MemberInfo_t* L_0 = ___0_memberInfo;
		V_0 = ((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_0, PropertyInfo_t_il2cpp_TypeInfo_var));
		PropertyInfo_t* L_1 = V_0;
		if (!L_1)
		{
			goto IL_0035;
		}
	}
	{
		PropertyInfo_t* L_2 = V_0;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_2);
		bool L_4;
		L_4 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_3, NULL);
		if (!L_4)
		{
			goto IL_0035;
		}
	}
	{
		PropertyInfo_t* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_5);
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_6);
		NullCheck(L_7);
		String_t* L_8;
		L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_7);
		bool L_9;
		L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, _stringLiteralFA2185790BBBFA49678D5ACF72BA0A089939D474, NULL);
		if (!L_9)
		{
			goto IL_0035;
		}
	}
	{
		return (bool)0;
	}

IL_0035:
	{
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* DefaultContractResolver_CreateObjectContract_m169C640662722418EA8FED393D24823729A79B45 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_ThrowUnableToSerializeError_mFD991E1DF4D3F5CBD7D7A08014E4FE0CABA61164_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tAEFB03A20C920360E6267BB102BA124921CF043D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectContract_GetUninitializedObject_m573704FD87BAC6EEE3AF234B71E2C38E0BB26B43_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_mB531551ED7974173B453474D0643EE1F2C9E6E47_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_U3CCreateObjectContractU3Eb__0_m858DAAC118D042D5C54FA9E4E389CFBA08B04154_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* V_0 = NULL;
	bool V_1 = false;
	Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* V_2 = NULL;
	JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* V_3 = NULL;
	MemberInfo_t* V_4 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_5 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_6 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_7 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_1 = (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3*)il2cpp_codegen_object_new(JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3_il2cpp_TypeInfo_var);
		JsonObjectContract__ctor_m924A44A5810F1962B452C04E5E467061F29D7228(L_1, L_0, NULL);
		V_0 = L_1;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		bool L_3;
		L_3 = DefaultContractResolver_get_IgnoreSerializableAttribute_m1164B44EB2ECF3D091F44D780C95B131B5BE0144_inline(__this, NULL);
		V_1 = L_3;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_4 = V_0;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_5)->___NonNullableUnderlyingType;
		bool L_7 = V_1;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		int32_t L_8;
		L_8 = JsonTypeReflector_GetObjectMemberSerialization_m5A6864B17915ED80E8CB43E00B9C751DF5D7CA56(L_6, L_7, NULL);
		NullCheck(L_4);
		JsonObjectContract_set_MemberSerialization_mF9F1037CB899F4051EF74DE5AA4C4305B7635E2F_inline(L_4, L_8, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_9 = V_0;
		NullCheck(L_9);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_10;
		L_10 = JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline(L_9, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_11 = V_0;
		NullCheck(L_11);
		Type_t* L_12 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_11)->___NonNullableUnderlyingType;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_13 = V_0;
		NullCheck(L_13);
		int32_t L_14;
		L_14 = JsonObjectContract_get_MemberSerialization_m7D72CAE3141E92134D1EFF6E16F3E42261E83D64_inline(L_13, NULL);
		RuntimeObject* L_15;
		L_15 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, int32_t >::Invoke(19, __this, L_12, L_14);
		CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2(L_10, L_15, CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		V_2 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)NULL;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_16 = V_0;
		NullCheck(L_16);
		Type_t* L_17 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_16)->___NonNullableUnderlyingType;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_18;
		L_18 = JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_mB531551ED7974173B453474D0643EE1F2C9E6E47(L_17, JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_mB531551ED7974173B453474D0643EE1F2C9E6E47_RuntimeMethod_var);
		V_3 = L_18;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_19 = V_3;
		if (!L_19)
		{
			goto IL_00a4;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_20 = V_0;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_21 = V_3;
		NullCheck(L_21);
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_22 = L_21->____itemRequired;
		NullCheck(L_20);
		JsonObjectContract_set_ItemRequired_m052D55E293C851B8B0424EB8FCB71D501E8B23E2_inline(L_20, L_22, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_23 = V_0;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_24 = V_3;
		NullCheck(L_24);
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_25 = L_24->____itemNullValueHandling;
		NullCheck(L_23);
		JsonObjectContract_set_ItemNullValueHandling_m9869C1E5AA3182B5139F4C37C6F1941B55DE1B15_inline(L_23, L_25, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_26 = V_0;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_27 = V_3;
		NullCheck(L_27);
		Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 L_28 = L_27->____missingMemberHandling;
		NullCheck(L_26);
		JsonObjectContract_set_MissingMemberHandling_m0FA8E29127AC481325C5B0377811F99C44B83707_inline(L_26, L_28, NULL);
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_29 = V_3;
		NullCheck(L_29);
		Type_t* L_30;
		L_30 = JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline(L_29, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_31;
		L_31 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_30, (Type_t*)NULL, NULL);
		if (!L_31)
		{
			goto IL_00a4;
		}
	}
	{
		U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F* L_32 = (U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass42_0__ctor_m9101C66F4F8A86FA771A146AB6B9FC3E6EAEE634(L_32, NULL);
		U3CU3Ec__DisplayClass42_0_t465E15EB12AFBF15460D0655DB61BC25F371190F* L_33 = L_32;
		JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* L_34 = V_3;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_35;
		L_35 = JsonTypeReflector_GetContainerNamingStrategy_mCB8057434A25B711E8AF3C37083B41F996806AF1(L_34, NULL);
		NullCheck(L_33);
		L_33->___namingStrategy = L_35;
		Il2CppCodeGenWriteBarrier((void**)(&L_33->___namingStrategy), (void*)L_35);
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_36 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_36, L_33, (intptr_t)((void*)U3CU3Ec__DisplayClass42_0_U3CCreateObjectContractU3Eb__0_m858DAAC118D042D5C54FA9E4E389CFBA08B04154_RuntimeMethod_var), NULL);
		V_2 = L_36;
	}

IL_00a4:
	{
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_37 = V_2;
		if (L_37)
		{
			goto IL_00b5;
		}
	}
	{
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_38 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_38, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 24)), NULL);
		V_2 = L_38;
	}

IL_00b5:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_39 = V_0;
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_40 = V_2;
		NullCheck(L_39);
		JsonObjectContract_set_ExtensionDataNameResolver_m200624CB9DF3354C97EBD790ED65D853A3376DEF_inline(L_39, L_40, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_41 = V_0;
		NullCheck(L_41);
		bool L_42 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_41)->___IsInstantiable;
		if (!L_42)
		{
			goto IL_01e7;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_43 = V_0;
		NullCheck(L_43);
		Type_t* L_44 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_43)->___NonNullableUnderlyingType;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_45;
		L_45 = DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625(__this, L_44, NULL);
		V_5 = L_45;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_46 = V_5;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_47;
		L_47 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_46, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_47)
		{
			goto IL_010f;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_48 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_49;
		L_49 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_50 = V_5;
		NullCheck(L_49);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_51;
		L_51 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_49, L_50);
		NullCheck(L_48);
		JsonObjectContract_set_OverrideCreator_m729880FFBBDCE26F2BC2240437E7547B37E08C98_inline(L_48, L_51, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_52 = V_0;
		NullCheck(L_52);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_53;
		L_53 = JsonObjectContract_get_CreatorParameters_m3ACDF7DF733EDDCF2D1641084DC3C2AB56C6742E(L_52, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_54 = V_5;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_55 = V_0;
		NullCheck(L_55);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_56;
		L_56 = JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline(L_55, NULL);
		RuntimeObject* L_57;
		L_57 = VirtualFuncInvoker2< RuntimeObject*, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* >::Invoke(8, __this, L_54, L_56);
		CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2(L_53, L_57, CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		goto IL_01e7;
	}

IL_010f:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_58 = V_0;
		NullCheck(L_58);
		int32_t L_59;
		L_59 = JsonObjectContract_get_MemberSerialization_m7D72CAE3141E92134D1EFF6E16F3E42261E83D64_inline(L_58, NULL);
		if ((!(((uint32_t)L_59) == ((uint32_t)2))))
		{
			goto IL_0139;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		bool L_60;
		L_60 = JsonTypeReflector_get_FullyTrusted_mD8D182DE0EB2E23631249206AF8B24299BBE7AC7(NULL);
		if (!L_60)
		{
			goto IL_01e7;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_61 = V_0;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_62 = V_0;
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_63 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
		Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_63, L_62, (intptr_t)((void*)JsonObjectContract_GetUninitializedObject_m573704FD87BAC6EEE3AF234B71E2C38E0BB26B43_RuntimeMethod_var), NULL);
		NullCheck(L_61);
		JsonContract_set_DefaultCreator_mBA111899C3FA1C007BF522FD0FB139C41E6C5EC5_inline(L_61, L_63, NULL);
		goto IL_01e7;
	}

IL_0139:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_64 = V_0;
		NullCheck(L_64);
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_65;
		L_65 = JsonContract_get_DefaultCreator_mCFA7A4D151451FF9EE54042A8DB72BAAAD2B8CC9_inline(L_64, NULL);
		if (!L_65)
		{
			goto IL_0149;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_66 = V_0;
		NullCheck(L_66);
		bool L_67;
		L_67 = JsonContract_get_DefaultCreatorNonPublic_m5A1BDEA1A4CE3886E6BD60DC0BD66694FB2E45CC_inline(L_66, NULL);
		if (!L_67)
		{
			goto IL_0191;
		}
	}

IL_0149:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_68 = V_0;
		NullCheck(L_68);
		Type_t* L_69 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_68)->___NonNullableUnderlyingType;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_70;
		L_70 = DefaultContractResolver_GetParameterizedConstructor_m91C2DAAB5D4A9A223255E4CADC3DF616F79CB353(__this, L_69, NULL);
		V_6 = L_70;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_71 = V_6;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_72;
		L_72 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_71, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_72)
		{
			goto IL_01e7;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_73 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_74;
		L_74 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_75 = V_6;
		NullCheck(L_74);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_76;
		L_76 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_74, L_75);
		NullCheck(L_73);
		JsonObjectContract_set_ParameterizedCreator_m7DDA5EFECC7DA2B51310F55F890ABF452FBC62CD_inline(L_73, L_76, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_77 = V_0;
		NullCheck(L_77);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_78;
		L_78 = JsonObjectContract_get_CreatorParameters_m3ACDF7DF733EDDCF2D1641084DC3C2AB56C6742E(L_77, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_79 = V_6;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_80 = V_0;
		NullCheck(L_80);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_81;
		L_81 = JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline(L_80, NULL);
		RuntimeObject* L_82;
		L_82 = VirtualFuncInvoker2< RuntimeObject*, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* >::Invoke(8, __this, L_79, L_81);
		CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2(L_78, L_82, CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		goto IL_01e7;
	}

IL_0191:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_83 = V_0;
		NullCheck(L_83);
		Type_t* L_84 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_83)->___NonNullableUnderlyingType;
		bool L_85;
		L_85 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_84, NULL);
		if (!L_85)
		{
			goto IL_01e7;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_86 = V_0;
		NullCheck(L_86);
		Type_t* L_87 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_86)->___NonNullableUnderlyingType;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_88 = V_0;
		NullCheck(L_88);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_89;
		L_89 = JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline(L_88, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_90;
		L_90 = DefaultContractResolver_GetImmutableConstructor_mEC5569606C332EC96F36357CA7C132B26A0C1149(__this, L_87, L_89, NULL);
		V_7 = L_90;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_91 = V_7;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_92;
		L_92 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_91, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_92)
		{
			goto IL_01e7;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_93 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_94;
		L_94 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_95 = V_7;
		NullCheck(L_94);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_96;
		L_96 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_94, L_95);
		NullCheck(L_93);
		JsonObjectContract_set_OverrideCreator_m729880FFBBDCE26F2BC2240437E7547B37E08C98_inline(L_93, L_96, NULL);
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_97 = V_0;
		NullCheck(L_97);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_98;
		L_98 = JsonObjectContract_get_CreatorParameters_m3ACDF7DF733EDDCF2D1641084DC3C2AB56C6742E(L_97, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_99 = V_7;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_100 = V_0;
		NullCheck(L_100);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_101;
		L_101 = JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline(L_100, NULL);
		RuntimeObject* L_102;
		L_102 = VirtualFuncInvoker2< RuntimeObject*, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* >::Invoke(8, __this, L_99, L_101);
		CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2(L_98, L_102, CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
	}

IL_01e7:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_103 = V_0;
		NullCheck(L_103);
		Type_t* L_104 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_103)->___NonNullableUnderlyingType;
		MemberInfo_t* L_105;
		L_105 = DefaultContractResolver_GetExtensionDataMemberForType_m4790C656AAEFD98DAC4F296F038FB1AAAC633EB8(__this, L_104, NULL);
		V_4 = L_105;
		MemberInfo_t* L_106 = V_4;
		bool L_107;
		L_107 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_106, (MemberInfo_t*)NULL, NULL);
		if (!L_107)
		{
			goto IL_0207;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_108 = V_0;
		MemberInfo_t* L_109 = V_4;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		DefaultContractResolver_SetExtensionDataDelegates_m2899F75FE30CA0CE45C1DD86949103D92CB99AB7(L_108, L_109, NULL);
	}

IL_0207:
	{
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_110 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BlacklistedTypeNames;
		Type_t* L_111 = ___0_objectType;
		NullCheck(L_111);
		String_t* L_112;
		L_112 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_111);
		int32_t L_113;
		L_113 = Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA(L_110, L_112, Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var);
		if ((((int32_t)L_113) == ((int32_t)(-1))))
		{
			goto IL_0231;
		}
	}
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_114 = V_0;
		NullCheck(L_114);
		RuntimeObject* L_115;
		L_115 = JsonContract_get_OnSerializingCallbacks_mD598741E61FD4DAD483A02BA78F9C14B9DB626F1(L_114, NULL);
		SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* L_116 = (SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13*)il2cpp_codegen_object_new(SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_il2cpp_TypeInfo_var);
		SerializationCallback__ctor_mD20943B9A19E3372B683FE88570DF24A91842B32(L_116, NULL, (intptr_t)((void*)DefaultContractResolver_ThrowUnableToSerializeError_mFD991E1DF4D3F5CBD7D7A08014E4FE0CABA61164_RuntimeMethod_var), NULL);
		NullCheck(L_115);
		InterfaceActionInvoker1< SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* >::Invoke(2, ICollection_1_tAEFB03A20C920360E6267BB102BA124921CF043D_il2cpp_TypeInfo_var, L_115, L_116);
	}

IL_0231:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_117 = V_0;
		return L_117;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_ThrowUnableToSerializeError_mFD991E1DF4D3F5CBD7D7A08014E4FE0CABA61164 (RuntimeObject* ___0_o, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) 
{
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
		L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		RuntimeObject* L_1 = ___0_o;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
		String_t* L_3;
		L_3 = StringUtils_FormatWith_m97587965D365EA1584A7D31B57D618E7768073E5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral557497B805CDE4270742B0BA5CA4F435918A1FC4)), L_0, L_2, NULL);
		JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_4 = (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var)));
		JsonSerializationException__ctor_m0DDDC290916A23CCCE7A780AF876F9CE5FE58E4A(L_4, L_3, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_ThrowUnableToSerializeError_mFD991E1DF4D3F5CBD7D7A08014E4FE0CABA61164_RuntimeMethod_var)));
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* DefaultContractResolver_GetExtensionDataMemberForType_m4790C656AAEFD98DAC4F296F038FB1AAAC633EB8 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisMemberInfo_t_m11010AC277028F3D5F346C030D7B463D81160C39_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m1A14D01630FFBB60A70C46B17DDEE0078307ED71_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_0_mBC569EA07757E72CDDF17E2535A2385A24E1F02E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_1_m9A68C71097B70E375A57FD52E5DB5E98A53440CA_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* G_B2_0 = NULL;
	List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* G_B2_1 = NULL;
	Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* G_B1_0 = NULL;
	List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* G_B1_1 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B4_0 = NULL;
	RuntimeObject* G_B4_1 = NULL;
	Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* G_B3_0 = NULL;
	RuntimeObject* G_B3_1 = NULL;
	{
		Type_t* L_0 = ___0_type;
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_1;
		L_1 = DefaultContractResolver_GetClassHierarchyForType_m109B1ACFCAAEBAC4FBA3DD71CFF4AEC875628A42(__this, L_0, NULL);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* L_2 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_0;
		Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* L_3 = L_2;
		if (L_3)
		{
			G_B2_0 = L_3;
			G_B2_1 = L_1;
			goto IL_0026;
		}
		G_B1_0 = L_3;
		G_B1_1 = L_1;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_4 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* L_5 = (Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A*)il2cpp_codegen_object_new(Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A_il2cpp_TypeInfo_var);
		Func_2__ctor_m6F696ECD2819010603F4F60CEF7C2482A021FF91(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_0_mBC569EA07757E72CDDF17E2535A2385A24E1F02E_RuntimeMethod_var), NULL);
		Func_2_tDE55B5EF823AB1C768E5EAF557272CC0AEAD6E1A* L_6 = L_5;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_0 = L_6;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_0), (void*)L_6);
		G_B2_0 = L_6;
		G_B2_1 = G_B1_1;
	}

IL_0026:
	{
		RuntimeObject* L_7;
		L_7 = Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m1A14D01630FFBB60A70C46B17DDEE0078307ED71(G_B2_1, G_B2_0, Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m1A14D01630FFBB60A70C46B17DDEE0078307ED71_RuntimeMethod_var);
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_8 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_1;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_9 = L_8;
		if (L_9)
		{
			G_B4_0 = L_9;
			G_B4_1 = L_7;
			goto IL_004a;
		}
		G_B3_0 = L_9;
		G_B3_1 = L_7;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_10 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_11 = (Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D*)il2cpp_codegen_object_new(Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D_il2cpp_TypeInfo_var);
		Func_2__ctor_m2C15E9DEC22C319A97CBE1E10D4A1B23E468ED19(L_11, L_10, (intptr_t)((void*)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__44_1_m9A68C71097B70E375A57FD52E5DB5E98A53440CA_RuntimeMethod_var), NULL);
		Func_2_t20D2A8C4D064E72B901CA13A2A4DFFADEA092F9D* L_12 = L_11;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_1 = L_12;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__44_1), (void*)L_12);
		G_B4_0 = L_12;
		G_B4_1 = G_B3_1;
	}

IL_004a:
	{
		MemberInfo_t* L_13;
		L_13 = Enumerable_LastOrDefault_TisMemberInfo_t_m11010AC277028F3D5F346C030D7B463D81160C39(G_B4_1, G_B4_0, Enumerable_LastOrDefault_TisMemberInfo_t_m11010AC277028F3D5F346C030D7B463D81160C39_RuntimeMethod_var);
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_m2899F75FE30CA0CE45C1DD86949103D92CB99AB7 (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* ___0_contract, MemberInfo_t* ___1_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tD1D99EF8DBFAF04525FC30992C1691570BEF8FDE_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableDictionaryWrapper_2_tF6DA9244D777D771547B57857745684E3DB21955_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m5714DB5234D33E9C6317D423F7F7BA4E4DEA040B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_m5B78839D9D8825FEA1C45FA461096E1684D54958_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_1_U3CSetExtensionDataDelegatesU3Eb__0_mAC4E85AD1C6DEC8318896FD2939F28961814E48C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_2_U3CSetExtensionDataDelegatesU3Eb__1_m2487D98B5858FB94F8D30EEEEF430472DD8ED078_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* V_0 = NULL;
	JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* V_1 = NULL;
	Type_t* V_2 = NULL;
	Type_t* V_3 = NULL;
	Type_t* V_4 = NULL;
	Type_t* V_5 = NULL;
	Type_t* V_6 = NULL;
	U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* V_7 = NULL;
	MethodInfo_t* V_8 = NULL;
	ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* V_9 = NULL;
	U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* V_10 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_11 = NULL;
	ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* V_12 = NULL;
	U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* G_B8_0 = NULL;
	U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* G_B7_0 = NULL;
	Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* G_B9_0 = NULL;
	U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* G_B9_1 = NULL;
	PropertyInfo_t* G_B11_0 = NULL;
	PropertyInfo_t* G_B10_0 = NULL;
	MethodInfo_t* G_B12_0 = NULL;
	PropertyInfo_t* G_B15_0 = NULL;
	PropertyInfo_t* G_B14_0 = NULL;
	MethodInfo_t* G_B16_0 = NULL;
	{
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_0 = (U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass45_0__ctor_mAE17D31CCD02D7D37523A7290F13B425C7B27253(L_0, NULL);
		V_0 = L_0;
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_1 = V_0;
		MemberInfo_t* L_2 = ___1_member;
		NullCheck(L_1);
		L_1->___member = L_2;
		Il2CppCodeGenWriteBarrier((void**)(&L_1->___member), (void*)L_2);
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_3 = V_0;
		NullCheck(L_3);
		MemberInfo_t* L_4 = L_3->___member;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* L_5;
		L_5 = ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_m5B78839D9D8825FEA1C45FA461096E1684D54958(L_4, ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_m5B78839D9D8825FEA1C45FA461096E1684D54958_RuntimeMethod_var);
		V_1 = L_5;
		JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* L_6 = V_1;
		if (L_6)
		{
			goto IL_001d;
		}
	}
	{
		return;
	}

IL_001d:
	{
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_7 = V_0;
		NullCheck(L_7);
		MemberInfo_t* L_8 = L_7->___member;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_9;
		L_9 = ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0(L_8, NULL);
		V_2 = L_9;
		Type_t* L_10 = V_2;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var) };
		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 = ReflectionUtils_ImplementsGenericDefinition_m7E4E60FAB965FDE16C7151A6FCA0677845CFD6DB(L_10, L_12, (&V_3), NULL);
		Type_t* L_14 = V_3;
		NullCheck(L_14);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_15;
		L_15 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(51, L_14);
		NullCheck(L_15);
		int32_t L_16 = 0;
		Type_t* L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		V_4 = L_17;
		Type_t* L_18 = V_3;
		NullCheck(L_18);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19;
		L_19 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(51, L_18);
		NullCheck(L_19);
		int32_t L_20 = 1;
		Type_t* L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		V_5 = L_21;
		Type_t* L_22 = V_2;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_23 = { reinterpret_cast<intptr_t> (IDictionary_2_t4F866F723F9E0A522C362494DC799D065D96C726_0_0_0_var) };
		Type_t* L_24;
		L_24 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_23, NULL);
		bool L_25;
		L_25 = ReflectionUtils_IsGenericDefinition_mF5420EF48A193DA2514186BE3B58F36F27B7E9C8(L_22, L_24, NULL);
		if (!L_25)
		{
			goto IL_0085;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (Dictionary_2_tD1D99EF8DBFAF04525FC30992C1691570BEF8FDE_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_27;
		L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = L_28;
		Type_t* L_30 = V_4;
		NullCheck(L_29);
		ArrayElementTypeCheck (L_29, L_30);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_30);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_31 = L_29;
		Type_t* L_32 = V_5;
		NullCheck(L_31);
		ArrayElementTypeCheck (L_31, L_32);
		(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_32);
		NullCheck(L_27);
		Type_t* L_33;
		L_33 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_27, L_31);
		V_6 = L_33;
		goto IL_0088;
	}

IL_0085:
	{
		Type_t* L_34 = V_2;
		V_6 = L_34;
	}

IL_0088:
	{
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_35 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_36;
		L_36 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_37 = V_0;
		NullCheck(L_37);
		MemberInfo_t* L_38 = L_37->___member;
		NullCheck(L_36);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_39;
		L_39 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1(L_36, L_38, ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		NullCheck(L_35);
		L_35->___getExtensionDataDictionary = L_39;
		Il2CppCodeGenWriteBarrier((void**)(&L_35->___getExtensionDataDictionary), (void*)L_39);
		JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* L_40 = V_1;
		NullCheck(L_40);
		bool L_41;
		L_41 = JsonExtensionDataAttribute_get_ReadData_m1ACC83CF38CEEA07080EBA48C66F2AD7FFF3C066_inline(L_40, NULL);
		if (!L_41)
		{
			goto IL_0188;
		}
	}
	{
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_42 = (U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass45_1__ctor_m48D6B35ED3FA7BDBA5BD3EAD6F509485C3EA791C(L_42, NULL);
		V_7 = L_42;
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_43 = V_7;
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_44 = V_0;
		NullCheck(L_43);
		L_43->___CSU24U3CU3E8__locals1 = L_44;
		Il2CppCodeGenWriteBarrier((void**)(&L_43->___CSU24U3CU3E8__locals1), (void*)L_44);
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_45 = V_7;
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_46 = V_7;
		NullCheck(L_46);
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_47 = L_46->___CSU24U3CU3E8__locals1;
		NullCheck(L_47);
		MemberInfo_t* L_48 = L_47->___member;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_49;
		L_49 = ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994(L_48, (bool)1, (bool)0, NULL);
		if (L_49)
		{
			G_B8_0 = L_45;
			goto IL_00d2;
		}
		G_B7_0 = L_45;
	}
	{
		G_B9_0 = ((Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C*)(NULL));
		G_B9_1 = G_B7_0;
		goto IL_00e8;
	}

IL_00d2:
	{
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_50;
		L_50 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_51 = V_7;
		NullCheck(L_51);
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_52 = L_51->___CSU24U3CU3E8__locals1;
		NullCheck(L_52);
		MemberInfo_t* L_53 = L_52->___member;
		NullCheck(L_50);
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_54;
		L_54 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B(L_50, L_53, ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		G_B9_0 = L_54;
		G_B9_1 = G_B8_0;
	}

IL_00e8:
	{
		NullCheck(G_B9_1);
		G_B9_1->___setExtensionDataDictionary = G_B9_0;
		Il2CppCodeGenWriteBarrier((void**)(&G_B9_1->___setExtensionDataDictionary), (void*)G_B9_0);
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_55 = V_7;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_56;
		L_56 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_57 = V_6;
		NullCheck(L_56);
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_58;
		L_58 = GenericVirtualFuncInvoker1< Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, Type_t* >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var, L_56, L_57);
		NullCheck(L_55);
		L_55->___createExtensionDataDictionary = L_58;
		Il2CppCodeGenWriteBarrier((void**)(&L_55->___createExtensionDataDictionary), (void*)L_58);
		Type_t* L_59 = V_2;
		Type_t* L_60 = V_5;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_61 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = L_61;
		Type_t* L_63 = V_4;
		NullCheck(L_62);
		ArrayElementTypeCheck (L_62, L_63);
		(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_63);
		NullCheck(L_59);
		PropertyInfo_t* L_64;
		L_64 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_59, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, ((int32_t)20), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_60, L_62, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
		PropertyInfo_t* L_65 = L_64;
		if (L_65)
		{
			G_B11_0 = L_65;
			goto IL_0123;
		}
		G_B10_0 = L_65;
	}
	{
		G_B12_0 = ((MethodInfo_t*)(NULL));
		goto IL_0128;
	}

IL_0123:
	{
		NullCheck(G_B11_0);
		MethodInfo_t* L_66;
		L_66 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(G_B11_0, NULL);
		G_B12_0 = L_66;
	}

IL_0128:
	{
		V_8 = G_B12_0;
		MethodInfo_t* L_67 = V_8;
		bool L_68;
		L_68 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_67, (MethodInfo_t*)NULL, NULL);
		if (!L_68)
		{
			goto IL_015e;
		}
	}
	{
		Type_t* L_69 = V_3;
		Type_t* L_70 = V_5;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_71 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_72 = L_71;
		Type_t* L_73 = V_4;
		NullCheck(L_72);
		ArrayElementTypeCheck (L_72, L_73);
		(L_72)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_73);
		NullCheck(L_69);
		PropertyInfo_t* L_74;
		L_74 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_69, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, ((int32_t)20), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_70, L_72, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
		PropertyInfo_t* L_75 = L_74;
		if (L_75)
		{
			G_B15_0 = L_75;
			goto IL_0157;
		}
		G_B14_0 = L_75;
	}
	{
		G_B16_0 = ((MethodInfo_t*)(NULL));
		goto IL_015c;
	}

IL_0157:
	{
		NullCheck(G_B15_0);
		MethodInfo_t* L_76;
		L_76 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(G_B15_0, NULL);
		G_B16_0 = L_76;
	}

IL_015c:
	{
		V_8 = G_B16_0;
	}

IL_015e:
	{
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_77 = V_7;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_78;
		L_78 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_79 = V_8;
		NullCheck(L_78);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_80;
		L_80 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_78, L_79);
		NullCheck(L_77);
		L_77->___setExtensionDataDictionaryValue = L_80;
		Il2CppCodeGenWriteBarrier((void**)(&L_77->___setExtensionDataDictionaryValue), (void*)L_80);
		U3CU3Ec__DisplayClass45_1_t06BA611363AF144D6CCCA0B0100155ED5F674997* L_81 = V_7;
		ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* L_82 = (ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3*)il2cpp_codegen_object_new(ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3_il2cpp_TypeInfo_var);
		ExtensionDataSetter__ctor_m65A566850CC5193E76AED8FD0AB45511D5128AF3(L_82, L_81, (intptr_t)((void*)U3CU3Ec__DisplayClass45_1_U3CSetExtensionDataDelegatesU3Eb__0_mAC4E85AD1C6DEC8318896FD2939F28961814E48C_RuntimeMethod_var), NULL);
		V_9 = L_82;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_83 = ___0_contract;
		ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* L_84 = V_9;
		NullCheck(L_83);
		JsonObjectContract_set_ExtensionDataSetter_mD1F11813547C8550A386D2A7F89E64976EA3D170_inline(L_83, L_84, NULL);
	}

IL_0188:
	{
		JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* L_85 = V_1;
		NullCheck(L_85);
		bool L_86;
		L_86 = JsonExtensionDataAttribute_get_WriteData_m91100F78741EB6CEDB4AB7354EC4085E814FE865_inline(L_85, NULL);
		if (!L_86)
		{
			goto IL_01f4;
		}
	}
	{
		U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* L_87 = (U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass45_2__ctor_m43870670ED498B83CED4133F77CEC82044CEA935(L_87, NULL);
		V_10 = L_87;
		U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* L_88 = V_10;
		U3CU3Ec__DisplayClass45_0_t00E4B460D59891FDAE95DC98C2F4E3475E4D2408* L_89 = V_0;
		NullCheck(L_88);
		L_88->___CSU24U3CU3E8__locals2 = L_89;
		Il2CppCodeGenWriteBarrier((void**)(&L_88->___CSU24U3CU3E8__locals2), (void*)L_89);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast<intptr_t> (EnumerableDictionaryWrapper_2_tF6DA9244D777D771547B57857745684E3DB21955_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_91;
		L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_92 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_93 = L_92;
		Type_t* L_94 = V_4;
		NullCheck(L_93);
		ArrayElementTypeCheck (L_93, L_94);
		(L_93)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_94);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_95 = L_93;
		Type_t* L_96 = V_5;
		NullCheck(L_95);
		ArrayElementTypeCheck (L_95, L_96);
		(L_95)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_96);
		NullCheck(L_91);
		Type_t* L_97;
		L_97 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_91, L_95);
		NullCheck(L_97);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_98;
		L_98 = Type_GetConstructors_m1F758EB484E2AD8B1F662C967178B017A886A964(L_97, NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_99;
		L_99 = Enumerable_First_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m5714DB5234D33E9C6317D423F7F7BA4E4DEA040B((RuntimeObject*)L_98, Enumerable_First_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m5714DB5234D33E9C6317D423F7F7BA4E4DEA040B_RuntimeMethod_var);
		V_11 = L_99;
		U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* L_100 = V_10;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_101;
		L_101 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_102 = V_11;
		NullCheck(L_101);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_103;
		L_103 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_101, L_102);
		NullCheck(L_100);
		L_100->___createEnumerableWrapper = L_103;
		Il2CppCodeGenWriteBarrier((void**)(&L_100->___createEnumerableWrapper), (void*)L_103);
		U3CU3Ec__DisplayClass45_2_tE46FAFED3F2A79AEC877DB6C3E8A8E6C64376CAC* L_104 = V_10;
		ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* L_105 = (ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767*)il2cpp_codegen_object_new(ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767_il2cpp_TypeInfo_var);
		ExtensionDataGetter__ctor_mD30966A61D48BB798304C72948502F050E4199FB(L_105, L_104, (intptr_t)((void*)U3CU3Ec__DisplayClass45_2_U3CSetExtensionDataDelegatesU3Eb__1_m2487D98B5858FB94F8D30EEEEF430472DD8ED078_RuntimeMethod_var), NULL);
		V_12 = L_105;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_106 = ___0_contract;
		ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* L_107 = V_12;
		NullCheck(L_106);
		JsonObjectContract_set_ExtensionDataGetter_mE40DD7E687AF9F1778D91715C1D73EB222D0E852_inline(L_106, L_107, NULL);
	}

IL_01f4:
	{
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_108 = ___0_contract;
		Type_t* L_109 = V_5;
		NullCheck(L_108);
		JsonObjectContract_set_ExtensionDataValueType_m71A33B2C1565DB97FF2502DC9993DA89EB62C562(L_108, L_109, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m8EA9B635BFA7C329D4148DF66995F7A096C746D9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetAttributeConstructorU3Eb__47_0_mF1B5B8B3128376666E6AE98D2A142BD37FE6B54C_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* G_B2_0 = NULL;
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* G_B2_1 = NULL;
	Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* G_B1_0 = NULL;
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* G_B1_1 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		NullCheck(L_0);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_1;
		L_1 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A*, int32_t >::Invoke(84, L_0, ((int32_t)52));
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_2 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__47_0;
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_3 = L_2;
		if (L_3)
		{
			G_B2_0 = L_3;
			G_B2_1 = L_1;
			goto IL_0027;
		}
		G_B1_0 = L_3;
		G_B1_1 = L_1;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_4 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_5 = (Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C*)il2cpp_codegen_object_new(Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C_il2cpp_TypeInfo_var);
		Func_2__ctor_m7871710CD540E478649F02E1BC07A13BF5D774D2(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CGetAttributeConstructorU3Eb__47_0_mF1B5B8B3128376666E6AE98D2A142BD37FE6B54C_RuntimeMethod_var), NULL);
		Func_2_tF43743677DC8EC7ECF5575F75E3C0CB6CE4EE70C* L_6 = L_5;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__47_0 = L_6;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__47_0), (void*)L_6);
		G_B2_0 = L_6;
		G_B2_1 = G_B1_1;
	}

IL_0027:
	{
		RuntimeObject* L_7;
		L_7 = Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m8EA9B635BFA7C329D4148DF66995F7A096C746D9((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_m8EA9B635BFA7C329D4148DF66995F7A096C746D9_RuntimeMethod_var);
		NullCheck(L_7);
		RuntimeObject* L_8;
		L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC_il2cpp_TypeInfo_var, L_7);
		V_0 = L_8;
		RuntimeObject* L_9 = V_0;
		NullCheck(L_9);
		bool L_10;
		L_10 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
		if (!L_10)
		{
			goto IL_0056;
		}
	}
	{
		RuntimeObject* L_11 = V_0;
		NullCheck(L_11);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_12;
		L_12 = InterfaceFuncInvoker0< ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* >::Invoke(0, IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23_il2cpp_TypeInfo_var, L_11);
		V_1 = L_12;
		RuntimeObject* L_13 = V_0;
		NullCheck(L_13);
		bool L_14;
		L_14 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
		if (!L_14)
		{
			goto IL_0054;
		}
	}
	{
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_15 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D6DFBC69EC51C91CE8468497DE15B8CFFFDE7B5)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625_RuntimeMethod_var)));
	}

IL_0054:
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_16 = V_1;
		return L_16;
	}

IL_0056:
	{
		Type_t* L_17 = ___0_objectType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast<intptr_t> (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_19;
		L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL);
		bool L_20;
		L_20 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_17, L_19, NULL);
		if (!L_20)
		{
			goto IL_00a9;
		}
	}
	{
		Type_t* L_21 = ___0_objectType;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_22 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)4);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_23 = L_22;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_25;
		L_25 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_24, NULL);
		NullCheck(L_23);
		ArrayElementTypeCheck (L_23, L_25);
		(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_25);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_26 = L_23;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		Type_t* L_28;
		L_28 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_27, NULL);
		NullCheck(L_26);
		ArrayElementTypeCheck (L_26, L_28);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_28);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = L_26;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		Type_t* L_31;
		L_31 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_30, NULL);
		NullCheck(L_29);
		ArrayElementTypeCheck (L_29, L_31);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t*)L_31);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_32 = L_29;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.int32_class->byval_arg) };
		Type_t* L_34;
		L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL);
		NullCheck(L_32);
		ArrayElementTypeCheck (L_32, L_34);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t*)L_34);
		NullCheck(L_21);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_35;
		L_35 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_21, L_32, NULL);
		return L_35;
	}

IL_00a9:
	{
		return (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetImmutableConstructor_mEC5569606C332EC96F36357CA7C132B26A0C1149 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___1_memberProperties, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject* V_0 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_2 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_3 = NULL;
	int32_t V_4 = 0;
	ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* V_5 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_6 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		NullCheck(L_0);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_1;
		L_1 = Type_GetConstructors_m1F758EB484E2AD8B1F662C967178B017A886A964(L_0, NULL);
		NullCheck((RuntimeObject*)L_1);
		RuntimeObject* L_2;
		L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t62CCC8C17677893BE99939DD1210D67697098FFC_il2cpp_TypeInfo_var, (RuntimeObject*)L_1);
		V_0 = L_2;
		RuntimeObject* L_3 = V_0;
		NullCheck(L_3);
		bool L_4;
		L_4 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_3);
		if (!L_4)
		{
			goto IL_0070;
		}
	}
	{
		RuntimeObject* L_5 = V_0;
		NullCheck(L_5);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6;
		L_6 = InterfaceFuncInvoker0< ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* >::Invoke(0, IEnumerator_1_tD0054AD8AB0F9468AFC55F5C14F34231B4F68F23_il2cpp_TypeInfo_var, L_5);
		V_1 = L_6;
		RuntimeObject* L_7 = V_0;
		NullCheck(L_7);
		bool L_8;
		L_8 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
		if (L_8)
		{
			goto IL_0070;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9 = V_1;
		NullCheck(L_9);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_10;
		L_10 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_9);
		V_2 = L_10;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_11 = V_2;
		NullCheck(L_11);
		if (!(((RuntimeArray*)L_11)->max_length))
		{
			goto IL_0070;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_12 = V_2;
		V_3 = L_12;
		V_4 = 0;
		goto IL_0067;
	}

IL_0035:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13 = V_3;
		int32_t L_14 = V_4;
		NullCheck(L_13);
		int32_t L_15 = L_14;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		V_5 = L_16;
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_17 = ___1_memberProperties;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_18 = V_5;
		NullCheck(L_18);
		String_t* L_19;
		L_19 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_18);
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_20 = V_5;
		NullCheck(L_20);
		Type_t* L_21;
		L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_20);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_22;
		L_22 = DefaultContractResolver_MatchProperty_m860E396AF1D18978882B290C6D6B552C9C4EE74D(__this, L_17, L_19, L_21, NULL);
		V_6 = L_22;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_23 = V_6;
		if (!L_23)
		{
			goto IL_005f;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_24 = V_6;
		NullCheck(L_24);
		bool L_25;
		L_25 = JsonProperty_get_Writable_mC42D3422F282EA472179F6A45B97ABE13D9815AB_inline(L_24, NULL);
		if (!L_25)
		{
			goto IL_0061;
		}
	}

IL_005f:
	{
		return (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL;
	}

IL_0061:
	{
		int32_t L_26 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add(L_26, 1));
	}

IL_0067:
	{
		int32_t L_27 = V_4;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_28 = V_3;
		NullCheck(L_28);
		if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
		{
			goto IL_0035;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_29 = V_1;
		return L_29;
	}

IL_0070:
	{
		return (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* DefaultContractResolver_GetParameterizedConstructor_m91C2DAAB5D4A9A223255E4CADC3DF616F79CB353 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* V_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		NullCheck(L_0);
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_1;
		L_1 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A*, int32_t >::Invoke(84, L_0, ((int32_t)20));
		V_0 = L_1;
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_2 = V_0;
		NullCheck(L_2);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) == ((uint32_t)1))))
		{
			goto IL_0013;
		}
	}
	{
		ConstructorInfoU5BU5D_t515A0B944728842263B6033C9A62F6392C3BCD8A* L_3 = V_0;
		NullCheck(L_3);
		int32_t L_4 = 0;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		return L_5;
	}

IL_0013:
	{
		return (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateConstructorParameters_mFF13C94BC5A8D254DB2AC87C3413B8DDEA1557A9 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructor, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___1_memberProperties, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* V_0 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_1 = NULL;
	int32_t V_2 = 0;
	ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* V_3 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_4 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_5 = NULL;
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_constructor;
		NullCheck(L_0);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1;
		L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_0);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_2 = ___0_constructor;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_2);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_4 = (JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6*)il2cpp_codegen_object_new(JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6_il2cpp_TypeInfo_var);
		JsonPropertyCollection__ctor_m3BF51B17031B29E73845BE135782472BCF43C5D4(L_4, L_3, NULL);
		V_0 = L_4;
		V_1 = L_1;
		V_2 = 0;
		goto IL_005f;
	}

IL_0017:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_5 = V_1;
		int32_t L_6 = V_2;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_3 = L_8;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_9 = V_3;
		NullCheck(L_9);
		String_t* L_10;
		L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_9);
		if (!L_10)
		{
			goto IL_005b;
		}
	}
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_11 = ___1_memberProperties;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_12 = V_3;
		NullCheck(L_12);
		String_t* L_13;
		L_13 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_12);
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_14 = V_3;
		NullCheck(L_14);
		Type_t* L_15;
		L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_14);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_16;
		L_16 = DefaultContractResolver_MatchProperty_m860E396AF1D18978882B290C6D6B552C9C4EE74D(__this, L_11, L_13, L_15, NULL);
		V_4 = L_16;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_17 = V_4;
		if (L_17)
		{
			goto IL_0044;
		}
	}
	{
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_18 = V_3;
		NullCheck(L_18);
		String_t* L_19;
		L_19 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_18);
		if (!L_19)
		{
			goto IL_005b;
		}
	}

IL_0044:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_20 = V_4;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_21 = V_3;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_22;
		L_22 = VirtualFuncInvoker2< JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* >::Invoke(9, __this, L_20, L_21);
		V_5 = L_22;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_23 = V_5;
		if (!L_23)
		{
			goto IL_005b;
		}
	}
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_24 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_25 = V_5;
		NullCheck(L_24);
		JsonPropertyCollection_AddProperty_mAC7E17C29B8A0DC1F39720B0B011B468EDC2727B(L_24, L_25, NULL);
	}

IL_005b:
	{
		int32_t L_26 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add(L_26, 1));
	}

IL_005f:
	{
		int32_t L_27 = V_2;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_28 = V_1;
		NullCheck(L_28);
		if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
		{
			goto IL_0017;
		}
	}
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_29 = V_0;
		return L_29;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* DefaultContractResolver_MatchProperty_m860E396AF1D18978882B290C6D6B552C9C4EE74D (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* ___0_properties, String_t* ___1_name, Type_t* ___2_type, const RuntimeMethod* method) 
{
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_0 = NULL;
	{
		String_t* L_0 = ___1_name;
		if (L_0)
		{
			goto IL_0005;
		}
	}
	{
		return (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*)NULL;
	}

IL_0005:
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_1 = ___0_properties;
		String_t* L_2 = ___1_name;
		NullCheck(L_1);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_3;
		L_3 = JsonPropertyCollection_GetClosestMatchProperty_m051B5200B3BBEFB62E4351D1B2376A507D061A77(L_1, L_2, NULL);
		V_0 = L_3;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_4 = V_0;
		if (!L_4)
		{
			goto IL_001e;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = JsonProperty_get_PropertyType_mA68B958EF3FA448DE8073330143B58DE59274C02_inline(L_5, NULL);
		Type_t* L_7 = ___2_type;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_8;
		L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_6, L_7, NULL);
		if (!L_8)
		{
			goto IL_0020;
		}
	}

IL_001e:
	{
		return (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*)NULL;
	}

IL_0020:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_9 = V_0;
		return L_9;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* DefaultContractResolver_CreatePropertyFromConstructorParameter_m88731A8B37DC65EF8142024AE3892BC688AC31DD (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_matchingMemberProperty, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* ___1_parameterInfo, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mAE00F47B7A873638FD3A4D33E15AA4B98EBF1FFC_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_0 = NULL;
	bool V_1 = false;
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B V_2;
	memset((&V_2), 0, sizeof(V_2));
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_3;
	memset((&V_3), 0, sizeof(V_3));
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 V_4;
	memset((&V_4), 0, sizeof(V_4));
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 V_5;
	memset((&V_5), 0, sizeof(V_5));
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 V_6;
	memset((&V_6), 0, sizeof(V_6));
	Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D V_7;
	memset((&V_7), 0, sizeof(V_7));
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 V_8;
	memset((&V_8), 0, sizeof(V_8));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B3_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B2_0 = NULL;
	String_t* G_B4_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B4_1 = NULL;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* G_B6_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B6_1 = NULL;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* G_B5_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B5_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B11_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B10_0 = NULL;
	Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B G_B12_0;
	memset((&G_B12_0), 0, sizeof(G_B12_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B12_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B14_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B13_0 = NULL;
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B15_0;
	memset((&G_B15_0), 0, sizeof(G_B15_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B15_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B17_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B16_0 = NULL;
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 G_B18_0;
	memset((&G_B18_0), 0, sizeof(G_B18_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B18_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B20_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B19_0 = NULL;
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 G_B21_0;
	memset((&G_B21_0), 0, sizeof(G_B21_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B21_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B23_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B22_0 = NULL;
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 G_B24_0;
	memset((&G_B24_0), 0, sizeof(G_B24_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B24_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B26_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B25_0 = NULL;
	Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D G_B27_0;
	memset((&G_B27_0), 0, sizeof(G_B27_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B27_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B29_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B28_0 = NULL;
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 G_B30_0;
	memset((&G_B30_0), 0, sizeof(G_B30_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B30_1 = NULL;
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_0 = (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*)il2cpp_codegen_object_new(JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_il2cpp_TypeInfo_var);
		JsonProperty__ctor_mA017211DF2D2DF2E6EFB14A40F67D313E82C982B(L_0, NULL);
		V_0 = L_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_1 = V_0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_2 = ___1_parameterInfo;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_2);
		NullCheck(L_1);
		JsonProperty_set_PropertyType_m4D1F70CA66382EF37C95083B5B90310EFD44F9AF(L_1, L_3, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_4 = V_0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_5 = ___1_parameterInfo;
		ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B* L_6 = (ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B*)il2cpp_codegen_object_new(ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B_il2cpp_TypeInfo_var);
		ReflectionAttributeProvider__ctor_mB3C1BFACEB11C9154E1B305F467E9ABDACB4E2EF(L_6, L_5, NULL);
		NullCheck(L_4);
		JsonProperty_set_AttributeProvider_m3FFF05C4EEE1FAAF5B733483B7416AF806DC052D_inline(L_4, L_6, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_7 = V_0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_8 = ___1_parameterInfo;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_9 = ___1_parameterInfo;
		NullCheck(L_9);
		String_t* L_10;
		L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_9);
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_11 = ___1_parameterInfo;
		NullCheck(L_11);
		MemberInfo_t* L_12;
		L_12 = VirtualFuncInvoker0< MemberInfo_t* >::Invoke(9, L_11);
		NullCheck(L_12);
		Type_t* L_13;
		L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_12);
		DefaultContractResolver_SetPropertySettingsFromAttributes_m2F76CCB18F6416C34D521D8FE6B4A71F1E669F45(__this, L_7, L_8, L_10, L_13, 0, (&V_1), NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_14 = V_0;
		NullCheck(L_14);
		JsonProperty_set_Readable_m1AADD57C10234EA26128DF1CBED2C731E5104837_inline(L_14, (bool)0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_15 = V_0;
		NullCheck(L_15);
		JsonProperty_set_Writable_m758C34133078AAA8BC826D5F206D8B13FEA2E99E_inline(L_15, (bool)1, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_16 = ___0_matchingMemberProperty;
		if (!L_16)
		{
			goto IL_018a;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_17 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_18 = V_0;
		NullCheck(L_18);
		String_t* L_19;
		L_19 = JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline(L_18, NULL);
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_20 = ___1_parameterInfo;
		NullCheck(L_20);
		String_t* L_21;
		L_21 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_20);
		bool L_22;
		L_22 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_19, L_21, NULL);
		if (L_22)
		{
			G_B3_0 = L_17;
			goto IL_006a;
		}
		G_B2_0 = L_17;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_23 = ___0_matchingMemberProperty;
		NullCheck(L_23);
		String_t* L_24;
		L_24 = JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline(L_23, NULL);
		G_B4_0 = L_24;
		G_B4_1 = G_B2_0;
		goto IL_0070;
	}

IL_006a:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_25 = V_0;
		NullCheck(L_25);
		String_t* L_26;
		L_26 = JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline(L_25, NULL);
		G_B4_0 = L_26;
		G_B4_1 = G_B3_0;
	}

IL_0070:
	{
		NullCheck(G_B4_1);
		JsonProperty_set_PropertyName_m9CED5A907D22FA06A57494405F5C1EE98E1054ED(G_B4_1, G_B4_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_27 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_28 = V_0;
		NullCheck(L_28);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_29;
		L_29 = JsonProperty_get_Converter_mF3E03B156CCD94CE67ABAA1D7298F7618505D5AB_inline(L_28, NULL);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_30 = L_29;
		if (L_30)
		{
			G_B6_0 = L_30;
			G_B6_1 = L_27;
			goto IL_0086;
		}
		G_B5_0 = L_30;
		G_B5_1 = L_27;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_31 = ___0_matchingMemberProperty;
		NullCheck(L_31);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_32;
		L_32 = JsonProperty_get_Converter_mF3E03B156CCD94CE67ABAA1D7298F7618505D5AB_inline(L_31, NULL);
		G_B6_0 = L_32;
		G_B6_1 = G_B5_1;
	}

IL_0086:
	{
		NullCheck(G_B6_1);
		JsonProperty_set_Converter_mFC9963279952098BC4C2C67CB585A48EF9C725D8_inline(G_B6_1, G_B6_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_33 = V_0;
		NullCheck(L_33);
		bool L_34 = L_33->____hasExplicitDefaultValue;
		if (L_34)
		{
			goto IL_00a7;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_35 = ___0_matchingMemberProperty;
		NullCheck(L_35);
		bool L_36 = L_35->____hasExplicitDefaultValue;
		if (!L_36)
		{
			goto IL_00a7;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_37 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_38 = ___0_matchingMemberProperty;
		NullCheck(L_38);
		RuntimeObject* L_39;
		L_39 = JsonProperty_get_DefaultValue_m4C70DE40A0A057B08F1861B17F427B875BD71EC7(L_38, NULL);
		NullCheck(L_37);
		JsonProperty_set_DefaultValue_m8246A51C252AD8DBF71E897378DBE35169A645A0(L_37, L_39, NULL);
	}

IL_00a7:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_40 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_41 = V_0;
		NullCheck(L_41);
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_42 = L_41->____required;
		V_2 = L_42;
		bool L_43;
		L_43 = Nullable_1_get_HasValue_mAE00F47B7A873638FD3A4D33E15AA4B98EBF1FFC_inline((&V_2), Nullable_1_get_HasValue_mAE00F47B7A873638FD3A4D33E15AA4B98EBF1FFC_RuntimeMethod_var);
		if (L_43)
		{
			G_B11_0 = L_40;
			goto IL_00c0;
		}
		G_B10_0 = L_40;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_44 = ___0_matchingMemberProperty;
		NullCheck(L_44);
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_45 = L_44->____required;
		G_B12_0 = L_45;
		G_B12_1 = G_B10_0;
		goto IL_00c1;
	}

IL_00c0:
	{
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_46 = V_2;
		G_B12_0 = L_46;
		G_B12_1 = G_B11_0;
	}

IL_00c1:
	{
		NullCheck(G_B12_1);
		G_B12_1->____required = G_B12_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_47 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_48 = V_0;
		NullCheck(L_48);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_49;
		L_49 = JsonProperty_get_IsReference_mBC2FA55AAD460313375EEA548D16748BA072FB49_inline(L_48, NULL);
		V_3 = L_49;
		bool L_50;
		L_50 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
		if (L_50)
		{
			G_B14_0 = L_47;
			goto IL_00df;
		}
		G_B13_0 = L_47;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_51 = ___0_matchingMemberProperty;
		NullCheck(L_51);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_52;
		L_52 = JsonProperty_get_IsReference_mBC2FA55AAD460313375EEA548D16748BA072FB49_inline(L_51, NULL);
		G_B15_0 = L_52;
		G_B15_1 = G_B13_0;
		goto IL_00e0;
	}

IL_00df:
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_53 = V_3;
		G_B15_0 = L_53;
		G_B15_1 = G_B14_0;
	}

IL_00e0:
	{
		NullCheck(G_B15_1);
		JsonProperty_set_IsReference_mA04A81F2AB4228211644F28A9D128605A3C8BE76_inline(G_B15_1, G_B15_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_54 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_55 = V_0;
		NullCheck(L_55);
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_56;
		L_56 = JsonProperty_get_NullValueHandling_m66711C6E8112FF7FF2BA13DA977FE4C66D8D4B1A_inline(L_55, NULL);
		V_4 = L_56;
		bool L_57;
		L_57 = Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_inline((&V_4), Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var);
		if (L_57)
		{
			G_B17_0 = L_54;
			goto IL_00ff;
		}
		G_B16_0 = L_54;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_58 = ___0_matchingMemberProperty;
		NullCheck(L_58);
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_59;
		L_59 = JsonProperty_get_NullValueHandling_m66711C6E8112FF7FF2BA13DA977FE4C66D8D4B1A_inline(L_58, NULL);
		G_B18_0 = L_59;
		G_B18_1 = G_B16_0;
		goto IL_0101;
	}

IL_00ff:
	{
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_60 = V_4;
		G_B18_0 = L_60;
		G_B18_1 = G_B17_0;
	}

IL_0101:
	{
		NullCheck(G_B18_1);
		JsonProperty_set_NullValueHandling_m1975598294F96AAF9FB5C2EADBFA7A3B75B6B426_inline(G_B18_1, G_B18_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_61 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_62 = V_0;
		NullCheck(L_62);
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_63;
		L_63 = JsonProperty_get_DefaultValueHandling_mB9898AE13350D06964AA3C38D383D2A3E83BE295_inline(L_62, NULL);
		V_5 = L_63;
		bool L_64;
		L_64 = Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_inline((&V_5), Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var);
		if (L_64)
		{
			G_B20_0 = L_61;
			goto IL_0120;
		}
		G_B19_0 = L_61;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_65 = ___0_matchingMemberProperty;
		NullCheck(L_65);
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_66;
		L_66 = JsonProperty_get_DefaultValueHandling_mB9898AE13350D06964AA3C38D383D2A3E83BE295_inline(L_65, NULL);
		G_B21_0 = L_66;
		G_B21_1 = G_B19_0;
		goto IL_0122;
	}

IL_0120:
	{
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_67 = V_5;
		G_B21_0 = L_67;
		G_B21_1 = G_B20_0;
	}

IL_0122:
	{
		NullCheck(G_B21_1);
		JsonProperty_set_DefaultValueHandling_m86A51D1BF0A4C8A1AC1F175216335B9DD6B1D1B8_inline(G_B21_1, G_B21_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_68 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_69 = V_0;
		NullCheck(L_69);
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_70;
		L_70 = JsonProperty_get_ReferenceLoopHandling_m19BE73BF4CB3BFCEF390ED8EFDA9F84C15958FCA_inline(L_69, NULL);
		V_6 = L_70;
		bool L_71;
		L_71 = Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_inline((&V_6), Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var);
		if (L_71)
		{
			G_B23_0 = L_68;
			goto IL_0141;
		}
		G_B22_0 = L_68;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_72 = ___0_matchingMemberProperty;
		NullCheck(L_72);
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_73;
		L_73 = JsonProperty_get_ReferenceLoopHandling_m19BE73BF4CB3BFCEF390ED8EFDA9F84C15958FCA_inline(L_72, NULL);
		G_B24_0 = L_73;
		G_B24_1 = G_B22_0;
		goto IL_0143;
	}

IL_0141:
	{
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_74 = V_6;
		G_B24_0 = L_74;
		G_B24_1 = G_B23_0;
	}

IL_0143:
	{
		NullCheck(G_B24_1);
		JsonProperty_set_ReferenceLoopHandling_mF0D9D07EBAE26AC5B89CEC817700D81CA4A37C62_inline(G_B24_1, G_B24_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_75 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_76 = V_0;
		NullCheck(L_76);
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_77;
		L_77 = JsonProperty_get_ObjectCreationHandling_mCB48C650C866006B2784BF3D1058029F40BCA566_inline(L_76, NULL);
		V_7 = L_77;
		bool L_78;
		L_78 = Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_inline((&V_7), Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var);
		if (L_78)
		{
			G_B26_0 = L_75;
			goto IL_0162;
		}
		G_B25_0 = L_75;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_79 = ___0_matchingMemberProperty;
		NullCheck(L_79);
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_80;
		L_80 = JsonProperty_get_ObjectCreationHandling_mCB48C650C866006B2784BF3D1058029F40BCA566_inline(L_79, NULL);
		G_B27_0 = L_80;
		G_B27_1 = G_B25_0;
		goto IL_0164;
	}

IL_0162:
	{
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_81 = V_7;
		G_B27_0 = L_81;
		G_B27_1 = G_B26_0;
	}

IL_0164:
	{
		NullCheck(G_B27_1);
		JsonProperty_set_ObjectCreationHandling_m3A11003CF805D723E78DF85DBD6F52CAC6175198_inline(G_B27_1, G_B27_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_82 = V_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_83 = V_0;
		NullCheck(L_83);
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_84;
		L_84 = JsonProperty_get_TypeNameHandling_mB9ADD59B98F0FB3D50AC0487EC91422CE6C0F491_inline(L_83, NULL);
		V_8 = L_84;
		bool L_85;
		L_85 = Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_inline((&V_8), Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var);
		if (L_85)
		{
			G_B29_0 = L_82;
			goto IL_0183;
		}
		G_B28_0 = L_82;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_86 = ___0_matchingMemberProperty;
		NullCheck(L_86);
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_87;
		L_87 = JsonProperty_get_TypeNameHandling_mB9ADD59B98F0FB3D50AC0487EC91422CE6C0F491_inline(L_86, NULL);
		G_B30_0 = L_87;
		G_B30_1 = G_B28_0;
		goto IL_0185;
	}

IL_0183:
	{
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_88 = V_8;
		G_B30_0 = L_88;
		G_B30_1 = G_B29_0;
	}

IL_0185:
	{
		NullCheck(G_B30_1);
		JsonProperty_set_TypeNameHandling_m02D63F2A4611B9AFC60C04304CF8B3D0E5216134_inline(G_B30_1, G_B30_0, NULL);
	}

IL_018a:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_89 = V_0;
		return L_89;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* DefaultContractResolver_ResolveContractConverter_m19C847BE3F615A59F3C0E955F5513A40A091A1A8 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_1;
		L_1 = JsonTypeReflector_GetJsonConverter_mBB62F7EE987E98076594D2E89C4BEDDC0B8D72D8(L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* DefaultContractResolver_GetDefaultCreator_mAB208B59B1D325A549039118F896F1B7CA6DCD39 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_createdType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_0;
		L_0 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		Type_t* L_1 = ___0_createdType;
		NullCheck(L_0);
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_2;
		L_2 = GenericVirtualFuncInvoker1< Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, Type_t* >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m97F48FA3BBEA455B8C2E41A4B298832D91AABA02_RuntimeMethod_var, L_0, L_1);
		return L_2;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___0_contract, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* V_0 = NULL;
	DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* V_1 = NULL;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* G_B10_0 = NULL;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* G_B9_0 = NULL;
	int32_t G_B11_0 = 0;
	JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* G_B11_1 = NULL;
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_0 = ___0_contract;
		NullCheck(L_0);
		Type_t* L_1 = L_0->___NonNullableUnderlyingType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_2;
		L_2 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031(L_1, JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031_RuntimeMethod_var);
		V_0 = L_2;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_3 = V_0;
		if (!L_3)
		{
			goto IL_001d;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_4 = ___0_contract;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_5 = V_0;
		NullCheck(L_5);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_6 = L_5->____isReference;
		NullCheck(L_4);
		JsonContract_set_IsReference_mFC973648198CB8FE16D145288C566252D19CDCC4_inline(L_4, L_6, NULL);
		goto IL_0040;
	}

IL_001d:
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_7 = ___0_contract;
		NullCheck(L_7);
		Type_t* L_8 = L_7->___NonNullableUnderlyingType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_9;
		L_9 = JsonTypeReflector_GetDataContractAttribute_m6C5640D4E573853A4BD2B77D1CE353115322924E(L_8, NULL);
		V_1 = L_9;
		DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_10 = V_1;
		if (!L_10)
		{
			goto IL_0040;
		}
	}
	{
		DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_11 = V_1;
		NullCheck(L_11);
		bool L_12;
		L_12 = DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101_inline(L_11, NULL);
		if (!L_12)
		{
			goto IL_0040;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_13 = ___0_contract;
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_14;
		memset((&L_14), 0, sizeof(L_14));
		Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_14), (bool)1, Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
		NullCheck(L_13);
		JsonContract_set_IsReference_mFC973648198CB8FE16D145288C566252D19CDCC4_inline(L_13, L_14, NULL);
	}

IL_0040:
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_15 = ___0_contract;
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_16 = ___0_contract;
		NullCheck(L_16);
		Type_t* L_17 = L_16->___NonNullableUnderlyingType;
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_18;
		L_18 = VirtualFuncInvoker1< JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*, Type_t* >::Invoke(10, __this, L_17);
		NullCheck(L_15);
		JsonContract_set_Converter_m68807F8BD7B34D2056C85464D0F74EDB68464870_inline(L_15, L_18, NULL);
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_19 = ___0_contract;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_20 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BuiltInConverters;
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_21 = ___0_contract;
		NullCheck(L_21);
		Type_t* L_22 = L_21->___NonNullableUnderlyingType;
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_23;
		L_23 = JsonSerializer_GetMatchingConverter_m6CAFDF7FFC00014094B5759BDB1AC8081DC84C98((RuntimeObject*)L_20, L_22, NULL);
		NullCheck(L_19);
		JsonContract_set_InternalConverter_mF21E059A42EC399C177E6A5E126F2673047FBDFD_inline(L_19, L_23, NULL);
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_24 = ___0_contract;
		NullCheck(L_24);
		bool L_25 = L_24->___IsInstantiable;
		if (!L_25)
		{
			goto IL_00c4;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_26 = ___0_contract;
		NullCheck(L_26);
		Type_t* L_27;
		L_27 = JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline(L_26, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_28;
		L_28 = ReflectionUtils_HasDefaultConstructor_mB80909BFB8B680B7B5BBAD5E85083CA71DCECC37(L_27, (bool)1, NULL);
		if (L_28)
		{
			goto IL_008b;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_29 = ___0_contract;
		NullCheck(L_29);
		Type_t* L_30;
		L_30 = JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline(L_29, NULL);
		bool L_31;
		L_31 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_30, NULL);
		if (!L_31)
		{
			goto IL_00c4;
		}
	}

IL_008b:
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_32 = ___0_contract;
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_33 = ___0_contract;
		NullCheck(L_33);
		Type_t* L_34;
		L_34 = JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline(L_33, NULL);
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_35;
		L_35 = DefaultContractResolver_GetDefaultCreator_mAB208B59B1D325A549039118F896F1B7CA6DCD39(__this, L_34, NULL);
		NullCheck(L_32);
		JsonContract_set_DefaultCreator_mBA111899C3FA1C007BF522FD0FB139C41E6C5EC5_inline(L_32, L_35, NULL);
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_36 = ___0_contract;
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_37 = ___0_contract;
		NullCheck(L_37);
		Type_t* L_38;
		L_38 = JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline(L_37, NULL);
		bool L_39;
		L_39 = TypeExtensions_IsValueType_mD736A971C1BB5B1092EBD01BB9DF7B8D8C1C26BD(L_38, NULL);
		if (L_39)
		{
			G_B10_0 = L_36;
			goto IL_00be;
		}
		G_B9_0 = L_36;
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_40 = ___0_contract;
		NullCheck(L_40);
		Type_t* L_41;
		L_41 = JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline(L_40, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_42;
		L_42 = ReflectionUtils_GetDefaultConstructor_m7D201BD979CF35DA3BD18B96219C9CAD547D550E(L_41, NULL);
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_43;
		L_43 = ConstructorInfo_op_Equality_m6DD673A9263EE646773396F9D8DEE46FA48FFBF2(L_42, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		G_B11_0 = ((int32_t)(L_43));
		G_B11_1 = G_B9_0;
		goto IL_00bf;
	}

IL_00be:
	{
		G_B11_0 = 0;
		G_B11_1 = G_B10_0;
	}

IL_00bf:
	{
		NullCheck(G_B11_1);
		JsonContract_set_DefaultCreatorNonPublic_mB9D2AFC01ADA985286A0469B72F3256A0F6C7279_inline(G_B11_1, (bool)G_B11_0, NULL);
	}

IL_00c4:
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_44 = ___0_contract;
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_45 = ___0_contract;
		NullCheck(L_45);
		Type_t* L_46 = L_45->___NonNullableUnderlyingType;
		DefaultContractResolver_ResolveCallbackMethods_m3404C7A0910498426ABED752D762E0F7566FCEC1(__this, L_44, L_46, NULL);
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_m3404C7A0910498426ABED752D762E0F7566FCEC1 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___0_contract, Type_t* ___1_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisSerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962_m32C2A13D039A4352849B7035C2E2DFB787D1DA8F_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* V_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* V_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* V_2 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* V_3 = NULL;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* V_4 = NULL;
	{
		Type_t* L_0 = ___1_t;
		DefaultContractResolver_GetCallbackMethodsForType_mCCEFB4AEDC1E6197A8015CB1D6DA140498DD1C65(__this, L_0, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_1 = V_0;
		if (!L_1)
		{
			goto IL_0020;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_2 = ___0_contract;
		NullCheck(L_2);
		RuntimeObject* L_3;
		L_3 = JsonContract_get_OnSerializingCallbacks_mD598741E61FD4DAD483A02BA78F9C14B9DB626F1(L_2, NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_4 = V_0;
		CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890(L_3, L_4, CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var);
	}

IL_0020:
	{
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_5 = V_1;
		if (!L_5)
		{
			goto IL_002f;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_6 = ___0_contract;
		NullCheck(L_6);
		RuntimeObject* L_7;
		L_7 = JsonContract_get_OnSerializedCallbacks_m4C32E26B665251C4187F4C4BAC6BA22346FE44C6(L_6, NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_8 = V_1;
		CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890(L_7, L_8, CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var);
	}

IL_002f:
	{
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_9 = V_2;
		if (!L_9)
		{
			goto IL_003e;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_10 = ___0_contract;
		NullCheck(L_10);
		RuntimeObject* L_11;
		L_11 = JsonContract_get_OnDeserializingCallbacks_mBCEDDD83766E804875C007D6192DA0F41C379D3C(L_10, NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_12 = V_2;
		CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890(L_11, L_12, CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var);
	}

IL_003e:
	{
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_13 = V_3;
		if (!L_13)
		{
			goto IL_004d;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_14 = ___0_contract;
		NullCheck(L_14);
		RuntimeObject* L_15;
		L_15 = JsonContract_get_OnDeserializedCallbacks_mD7648B190FC47079D2F072AABC593F16443CB1AE(L_14, NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_16 = V_3;
		CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890(L_15, L_16, CollectionUtils_AddRange_TisSerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13_mC6157D92D5BFA302A8B699D5171E5103F3633890_RuntimeMethod_var);
	}

IL_004d:
	{
		List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_17 = V_4;
		if (!L_17)
		{
			goto IL_005e;
		}
	}
	{
		JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_18 = ___0_contract;
		NullCheck(L_18);
		RuntimeObject* L_19;
		L_19 = JsonContract_get_OnErrorCallbacks_m33B0B311D9EA13E0945832A96BAF03E50C1ECCEE(L_18, NULL);
		List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_20 = V_4;
		CollectionUtils_AddRange_TisSerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962_m32C2A13D039A4352849B7035C2E2DFB787D1DA8F(L_19, L_20, CollectionUtils_AddRange_TisSerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962_m32C2A13D039A4352849B7035C2E2DFB787D1DA8F_RuntimeMethod_var);
	}

IL_005e:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_mCCEFB4AEDC1E6197A8015CB1D6DA140498DD1C65 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___1_onSerializing, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___2_onSerialized, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___3_onDeserializing, List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** ___4_onDeserialized, List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** ___5_onError, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m850BE54A766A34C33DF8D1DDD7569ACB3C05EA84_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCCDB0D370B26F1B8229A4FA5B07182A531E6E775_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializedAttribute_tF81908B7A3821F6D47998A3E6578578F06EE19B2_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializingAttribute_t9B2DA681B40F078B5D9788B5587DA67E0012A5E4_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorAttribute_t5B22FC299B4A4A2BF9D2EC34BE66EE64CC72744F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializedAttribute_t068010D5C6814CB903428EBAF051767E00BC233C_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializingAttribute_t0418F6CE6DBA1D87BC534933410E06B1E391F1D1_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 V_0;
	memset((&V_0), 0, sizeof(V_0));
	MethodInfo_t* V_1 = NULL;
	MethodInfo_t* V_2 = NULL;
	MethodInfo_t* V_3 = NULL;
	MethodInfo_t* V_4 = NULL;
	MethodInfo_t* V_5 = NULL;
	bool V_6 = false;
	bool V_7 = false;
	MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* V_8 = NULL;
	int32_t V_9 = 0;
	MethodInfo_t* V_10 = NULL;
	Type_t* V_11 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_12 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B8_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B8_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B7_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B7_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B12_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B12_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B11_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B11_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B16_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B16_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B15_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B15_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B21_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B21_1 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* G_B20_0 = NULL;
	List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** G_B20_1 = NULL;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* G_B25_0 = NULL;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** G_B25_1 = NULL;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* G_B24_0 = NULL;
	List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** G_B24_1 = NULL;
	{
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_0 = ___1_onSerializing;
		*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_1 = ___2_onSerialized;
		*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_2 = ___3_onDeserializing;
		*((RuntimeObject**)L_2) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)NULL);
		List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_3 = ___4_onDeserialized;
		*((RuntimeObject**)L_3) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)NULL);
		List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** L_4 = ___5_onError;
		*((RuntimeObject**)L_4) = (RuntimeObject*)NULL;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)NULL);
		Type_t* L_5 = ___0_type;
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_6;
		L_6 = DefaultContractResolver_GetClassHierarchyForType_m109B1ACFCAAEBAC4FBA3DD71CFF4AEC875628A42(__this, L_5, NULL);
		NullCheck(L_6);
		Enumerator_tFB039FFDFD6F1B1FDE7236B0014E2C263445BB82 L_7;
		L_7 = List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59(L_6, List_1_GetEnumerator_mEC612F84FB94B6F1C05FE389B40AC2BF5AECCC59_RuntimeMethod_var);
		V_0 = L_7;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_01b9:
			{
				Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1((&V_0), Enumerator_Dispose_m0C7004ACD74285B480FA6DE748AC5A260A415ED1_RuntimeMethod_var);
				return;
			}
		});
		try
		{
			{
				goto IL_01ab_1;
			}

IL_0024_1:
			{
				Type_t* L_8;
				L_8 = Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_inline((&V_0), Enumerator_get_Current_mC76F3D6F8869AD0D1C9E09E20DE482F801DACD84_RuntimeMethod_var);
				V_1 = (MethodInfo_t*)NULL;
				V_2 = (MethodInfo_t*)NULL;
				V_3 = (MethodInfo_t*)NULL;
				V_4 = (MethodInfo_t*)NULL;
				V_5 = (MethodInfo_t*)NULL;
				Type_t* L_9 = L_8;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_10;
				L_10 = DefaultContractResolver_ShouldSkipSerializing_m2A5E0BE64BDB541ABB29C01C4A32774ECDE7F271(L_9, NULL);
				V_6 = L_10;
				Type_t* L_11 = L_9;
				bool L_12;
				L_12 = DefaultContractResolver_ShouldSkipDeserialized_mD192FD03EF902C1C1D7DC56D9D7A6DB3767FA184(L_11, NULL);
				V_7 = L_12;
				NullCheck(L_11);
				MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_13;
				L_13 = VirtualFuncInvoker1< MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265*, int32_t >::Invoke(102, L_11, ((int32_t)54));
				V_8 = L_13;
				V_9 = 0;
				goto IL_01a0_1;
			}

IL_0058_1:
			{
				MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_14 = V_8;
				int32_t L_15 = V_9;
				NullCheck(L_14);
				int32_t L_16 = L_15;
				MethodInfo_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
				V_10 = L_17;
				MethodInfo_t* L_18 = V_10;
				NullCheck(L_18);
				bool L_19;
				L_19 = VirtualFuncInvoker0< bool >::Invoke(30, L_18);
				if (L_19)
				{
					goto IL_019a_1;
				}
			}
			{
				V_11 = (Type_t*)NULL;
				MethodInfo_t* L_20 = V_10;
				NullCheck(L_20);
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_21;
				L_21 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_20);
				V_12 = L_21;
				bool L_22 = V_6;
				if (L_22)
				{
					goto IL_00b1_1;
				}
			}
			{
				MethodInfo_t* L_23 = V_10;
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_24 = V_12;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast<intptr_t> (OnSerializingAttribute_t0418F6CE6DBA1D87BC534933410E06B1E391F1D1_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);
				MethodInfo_t* L_27 = V_1;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_28;
				L_28 = DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7(L_23, L_24, L_26, L_27, (&V_11), NULL);
				if (!L_28)
				{
					goto IL_00b1_1;
				}
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_29 = ___1_onSerializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_30 = ___1_onSerializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_31 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_30);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_32 = L_31;
				if (L_32)
				{
					G_B8_0 = L_32;
					G_B8_1 = L_29;
					goto IL_009f_1;
				}
				G_B7_0 = L_32;
				G_B7_1 = L_29;
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_33 = (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*)il2cpp_codegen_object_new(List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var);
				List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B(L_33, List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var);
				G_B8_0 = L_33;
				G_B8_1 = G_B7_1;
			}

IL_009f_1:
			{
				*((RuntimeObject**)G_B8_1) = (RuntimeObject*)G_B8_0;
				Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B8_1, (void*)(RuntimeObject*)G_B8_0);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_34 = ___1_onSerializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_35 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_34);
				MethodInfo_t* L_36 = V_10;
				SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* L_37;
				L_37 = JsonContract_CreateSerializationCallback_mF78A6E17BE907CE1003CA35C9C0B44810468D7DC(L_36, NULL);
				NullCheck(L_35);
				List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_inline(L_35, L_37, List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var);
				MethodInfo_t* L_38 = V_10;
				V_1 = L_38;
			}

IL_00b1_1:
			{
				MethodInfo_t* L_39 = V_10;
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_40 = V_12;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_41 = { reinterpret_cast<intptr_t> (OnSerializedAttribute_t068010D5C6814CB903428EBAF051767E00BC233C_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);
				MethodInfo_t* L_43 = V_2;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_44;
				L_44 = DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7(L_39, L_40, L_42, L_43, (&V_11), NULL);
				if (!L_44)
				{
					goto IL_00e7_1;
				}
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_45 = ___2_onSerialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_46 = ___2_onSerialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_47 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_46);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_48 = L_47;
				if (L_48)
				{
					G_B12_0 = L_48;
					G_B12_1 = L_45;
					goto IL_00d5_1;
				}
				G_B11_0 = L_48;
				G_B11_1 = L_45;
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_49 = (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*)il2cpp_codegen_object_new(List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var);
				List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B(L_49, List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var);
				G_B12_0 = L_49;
				G_B12_1 = G_B11_1;
			}

IL_00d5_1:
			{
				*((RuntimeObject**)G_B12_1) = (RuntimeObject*)G_B12_0;
				Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B12_1, (void*)(RuntimeObject*)G_B12_0);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_50 = ___2_onSerialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_51 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_50);
				MethodInfo_t* L_52 = V_10;
				SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* L_53;
				L_53 = JsonContract_CreateSerializationCallback_mF78A6E17BE907CE1003CA35C9C0B44810468D7DC(L_52, NULL);
				NullCheck(L_51);
				List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_inline(L_51, L_53, List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var);
				MethodInfo_t* L_54 = V_10;
				V_2 = L_54;
			}

IL_00e7_1:
			{
				MethodInfo_t* L_55 = V_10;
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_56 = V_12;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast<intptr_t> (OnDeserializingAttribute_t9B2DA681B40F078B5D9788B5587DA67E0012A5E4_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);
				MethodInfo_t* L_59 = V_3;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_60;
				L_60 = DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7(L_55, L_56, L_58, L_59, (&V_11), NULL);
				if (!L_60)
				{
					goto IL_0120_1;
				}
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_61 = ___3_onDeserializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_62 = ___3_onDeserializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_63 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_62);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_64 = L_63;
				if (L_64)
				{
					G_B16_0 = L_64;
					G_B16_1 = L_61;
					goto IL_010d_1;
				}
				G_B15_0 = L_64;
				G_B15_1 = L_61;
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_65 = (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*)il2cpp_codegen_object_new(List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var);
				List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B(L_65, List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var);
				G_B16_0 = L_65;
				G_B16_1 = G_B15_1;
			}

IL_010d_1:
			{
				*((RuntimeObject**)G_B16_1) = (RuntimeObject*)G_B16_0;
				Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B16_1, (void*)(RuntimeObject*)G_B16_0);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_66 = ___3_onDeserializing;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_67 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_66);
				MethodInfo_t* L_68 = V_10;
				SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* L_69;
				L_69 = JsonContract_CreateSerializationCallback_mF78A6E17BE907CE1003CA35C9C0B44810468D7DC(L_68, NULL);
				NullCheck(L_67);
				List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_inline(L_67, L_69, List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var);
				MethodInfo_t* L_70 = V_10;
				V_3 = L_70;
			}

IL_0120_1:
			{
				bool L_71 = V_7;
				if (L_71)
				{
					goto IL_015f_1;
				}
			}
			{
				MethodInfo_t* L_72 = V_10;
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_73 = V_12;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_74 = { reinterpret_cast<intptr_t> (OnDeserializedAttribute_tF81908B7A3821F6D47998A3E6578578F06EE19B2_0_0_0_var) };
				il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
				Type_t* L_75;
				L_75 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_74, NULL);
				MethodInfo_t* L_76 = V_4;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_77;
				L_77 = DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7(L_72, L_73, L_75, L_76, (&V_11), NULL);
				if (!L_77)
				{
					goto IL_015f_1;
				}
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_78 = ___4_onDeserialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_79 = ___4_onDeserialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_80 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_79);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_81 = L_80;
				if (L_81)
				{
					G_B21_0 = L_81;
					G_B21_1 = L_78;
					goto IL_014b_1;
				}
				G_B20_0 = L_81;
				G_B20_1 = L_78;
			}
			{
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_82 = (List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132*)il2cpp_codegen_object_new(List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132_il2cpp_TypeInfo_var);
				List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B(L_82, List_1__ctor_mEDB2E681CE0F378DB009EAE487C04101669C6D4B_RuntimeMethod_var);
				G_B21_0 = L_82;
				G_B21_1 = G_B20_1;
			}

IL_014b_1:
			{
				*((RuntimeObject**)G_B21_1) = (RuntimeObject*)G_B21_0;
				Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B21_1, (void*)(RuntimeObject*)G_B21_0);
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132** L_83 = ___4_onDeserialized;
				List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* L_84 = *((List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132**)L_83);
				MethodInfo_t* L_85 = V_10;
				SerializationCallback_tB35DD9E4F1BA9E38C8F8158442E282EF8D996E13* L_86;
				L_86 = JsonContract_CreateSerializationCallback_mF78A6E17BE907CE1003CA35C9C0B44810468D7DC(L_85, NULL);
				NullCheck(L_84);
				List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_inline(L_84, L_86, List_1_Add_mCD3B72B1C99EBB327C4CBB7D0F51ED23DB769BA3_RuntimeMethod_var);
				MethodInfo_t* L_87 = V_10;
				V_4 = L_87;
			}

IL_015f_1:
			{
				MethodInfo_t* L_88 = V_10;
				ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_89 = V_12;
				RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast<intptr_t> (OnErrorAttribute_t5B22FC299B4A4A2BF9D2EC34BE66EE64CC72744F_0_0_0_var) };
				il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
				Type_t* L_91;
				L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL);
				MethodInfo_t* L_92 = V_5;
				il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
				bool L_93;
				L_93 = DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7(L_88, L_89, L_91, L_92, (&V_11), NULL);
				if (!L_93)
				{
					goto IL_019a_1;
				}
			}
			{
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** L_94 = ___5_onError;
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** L_95 = ___5_onError;
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_96 = *((List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E**)L_95);
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_97 = L_96;
				if (L_97)
				{
					G_B25_0 = L_97;
					G_B25_1 = L_94;
					goto IL_0186_1;
				}
				G_B24_0 = L_97;
				G_B24_1 = L_94;
			}
			{
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_98 = (List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E*)il2cpp_codegen_object_new(List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E_il2cpp_TypeInfo_var);
				List_1__ctor_mCCDB0D370B26F1B8229A4FA5B07182A531E6E775(L_98, List_1__ctor_mCCDB0D370B26F1B8229A4FA5B07182A531E6E775_RuntimeMethod_var);
				G_B25_0 = L_98;
				G_B25_1 = G_B24_1;
			}

IL_0186_1:
			{
				*((RuntimeObject**)G_B25_1) = (RuntimeObject*)G_B25_0;
				Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B25_1, (void*)(RuntimeObject*)G_B25_0);
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E** L_99 = ___5_onError;
				List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* L_100 = *((List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E**)L_99);
				MethodInfo_t* L_101 = V_10;
				SerializationErrorCallback_tA1E984B56F3AA395E20C8DBB2A43D2B20F5B8962* L_102;
				L_102 = JsonContract_CreateSerializationErrorCallback_m086A2A98E30872487CF25E074A251887045805AD(L_101, NULL);
				NullCheck(L_100);
				List_1_Add_m850BE54A766A34C33DF8D1DDD7569ACB3C05EA84_inline(L_100, L_102, List_1_Add_m850BE54A766A34C33DF8D1DDD7569ACB3C05EA84_RuntimeMethod_var);
				MethodInfo_t* L_103 = V_10;
				V_5 = L_103;
			}

IL_019a_1:
			{
				int32_t L_104 = V_9;
				V_9 = ((int32_t)il2cpp_codegen_add(L_104, 1));
			}

IL_01a0_1:
			{
				int32_t L_105 = V_9;
				MethodInfoU5BU5D_tDF3670604A0AECF814A0B0BA09B91FBF0D6A3265* L_106 = V_8;
				NullCheck(L_106);
				if ((((int32_t)L_105) < ((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length)))))
				{
					goto IL_0058_1;
				}
			}

IL_01ab_1:
			{
				bool L_107;
				L_107 = Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877((&V_0), Enumerator_MoveNext_mBC2EB7D8749DC009864CA4499CBE1D84C113A877_RuntimeMethod_var);
				if (L_107)
				{
					goto IL_0024_1;
				}
			}
			{
				goto IL_01c7;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_01c7:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsConcurrentOrObservableCollection_m3D01859E9307DBBAE588ADF7CE60CDF17FA561BF (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral224AD8F0814E7FB2B04D340D80A376D7C8E5BFEB);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22D0E4FBFC9106F5EFA4D0853D79683DFF3598CD);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8826DF55691249F23AA5FBAED740FD6A1ABA7397);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA494339A63BDAC7F1433B63C8350BA55ACB2F466);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8924528F9409C90EAD299E9EA52CD89A0C99F1E);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		Type_t* L_0 = ___0_t;
		bool L_1;
		L_1 = TypeExtensions_IsGenericType_m7B8CC11BF92A736A0EB33F54E58513C9105A8489(L_0, NULL);
		if (!L_1)
		{
			goto IL_0057;
		}
	}
	{
		Type_t* L_2 = ___0_t;
		NullCheck(L_2);
		Type_t* L_3;
		L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(49, L_2);
		NullCheck(L_3);
		String_t* L_4;
		L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3);
		V_0 = L_4;
		String_t* L_5 = V_0;
		bool L_6;
		L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteral8826DF55691249F23AA5FBAED740FD6A1ABA7397, NULL);
		if (L_6)
		{
			goto IL_0055;
		}
	}
	{
		String_t* L_7 = V_0;
		bool L_8;
		L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteralA494339A63BDAC7F1433B63C8350BA55ACB2F466, NULL);
		if (L_8)
		{
			goto IL_0055;
		}
	}
	{
		String_t* L_9 = V_0;
		bool L_10;
		L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, _stringLiteralA8924528F9409C90EAD299E9EA52CD89A0C99F1E, NULL);
		if (L_10)
		{
			goto IL_0055;
		}
	}
	{
		String_t* L_11 = V_0;
		bool L_12;
		L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteral224AD8F0814E7FB2B04D340D80A376D7C8E5BFEB, NULL);
		if (L_12)
		{
			goto IL_0055;
		}
	}
	{
		String_t* L_13 = V_0;
		bool L_14;
		L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_13, _stringLiteral22D0E4FBFC9106F5EFA4D0853D79683DFF3598CD, NULL);
		if (!L_14)
		{
			goto IL_0057;
		}
	}

IL_0055:
	{
		return (bool)1;
	}

IL_0057:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_mD192FD03EF902C1C1D7DC56D9D7A6DB3767FA184 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89A8A6DFE51E6293077916D2B707D10D9F9A7913);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABCBF9237C1838708E0ABCCBC46B379E6CF55480);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = DefaultContractResolver_IsConcurrentOrObservableCollection_m3D01859E9307DBBAE588ADF7CE60CDF17FA561BF(L_0, NULL);
		if (!L_1)
		{
			goto IL_000a;
		}
	}
	{
		return (bool)1;
	}

IL_000a:
	{
		Type_t* L_2 = ___0_t;
		NullCheck(L_2);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_2);
		bool L_4;
		L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral89A8A6DFE51E6293077916D2B707D10D9F9A7913, NULL);
		if (L_4)
		{
			goto IL_002e;
		}
	}
	{
		Type_t* L_5 = ___0_t;
		NullCheck(L_5);
		String_t* L_6;
		L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_5);
		bool L_7;
		L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralABCBF9237C1838708E0ABCCBC46B379E6CF55480, NULL);
		if (!L_7)
		{
			goto IL_0030;
		}
	}

IL_002e:
	{
		return (bool)1;
	}

IL_0030:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_m2A5E0BE64BDB541ABB29C01C4A32774ECDE7F271 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89A8A6DFE51E6293077916D2B707D10D9F9A7913);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABCBF9237C1838708E0ABCCBC46B379E6CF55480);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = DefaultContractResolver_IsConcurrentOrObservableCollection_m3D01859E9307DBBAE588ADF7CE60CDF17FA561BF(L_0, NULL);
		if (!L_1)
		{
			goto IL_000a;
		}
	}
	{
		return (bool)1;
	}

IL_000a:
	{
		Type_t* L_2 = ___0_t;
		NullCheck(L_2);
		String_t* L_3;
		L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_2);
		bool L_4;
		L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral89A8A6DFE51E6293077916D2B707D10D9F9A7913, NULL);
		if (L_4)
		{
			goto IL_002e;
		}
	}
	{
		Type_t* L_5 = ___0_t;
		NullCheck(L_5);
		String_t* L_6;
		L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_5);
		bool L_7;
		L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralABCBF9237C1838708E0ABCCBC46B379E6CF55480, NULL);
		if (!L_7)
		{
			goto IL_0030;
		}
	}

IL_002e:
	{
		return (bool)1;
	}

IL_0030:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* DefaultContractResolver_GetClassHierarchyForType_m109B1ACFCAAEBAC4FBA3DD71CFF4AEC875628A42 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_mF84E6E52DB2084D8BC808C553DB02D7A80D0DC69_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* V_0 = NULL;
	Type_t* V_1 = NULL;
	{
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_0 = (List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72*)il2cpp_codegen_object_new(List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72_il2cpp_TypeInfo_var);
		List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69(L_0, List_1__ctor_mD9035342BE1CF0A3EEEE157D1796DA385C0C3F69_RuntimeMethod_var);
		V_0 = L_0;
		Type_t* L_1 = ___0_type;
		V_1 = L_1;
		goto IL_0018;
	}

IL_000a:
	{
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_2 = V_0;
		Type_t* L_3 = V_1;
		NullCheck(L_2);
		List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_inline(L_2, L_3, List_1_Add_mC8CFB4EB6D53C1BF2C8B48F97B5A741EB576B91E_RuntimeMethod_var);
		Type_t* L_4 = V_1;
		Type_t* L_5;
		L_5 = TypeExtensions_BaseType_m08B4843525643FF299FA2E7038C759A8FFDAEF8C(L_4, NULL);
		V_1 = L_5;
	}

IL_0018:
	{
		Type_t* L_6 = V_1;
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_7;
		L_7 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_6, (Type_t*)NULL, NULL);
		if (!L_7)
		{
			goto IL_0033;
		}
	}
	{
		Type_t* L_8 = V_1;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.object_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_10;
		L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
		bool L_11;
		L_11 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_8, L_10, NULL);
		if (L_11)
		{
			goto IL_000a;
		}
	}

IL_0033:
	{
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_12 = V_0;
		NullCheck(L_12);
		List_1_Reverse_mF84E6E52DB2084D8BC808C553DB02D7A80D0DC69(L_12, List_1_Reverse_mF84E6E52DB2084D8BC808C553DB02D7A80D0DC69_RuntimeMethod_var);
		List_1_t4B77DB8D00EC6CC4705EB5F2FCC506472734EA72* L_13 = V_0;
		return L_13;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* DefaultContractResolver_CreateDictionaryContract_m69CB0EBB8CC0F79507F48D85B647B20C9B0E6969 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t6B67F15F63BF2F3C9BF0458C0AA16F217BE189F0_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass62_0_U3CCreateDictionaryContractU3Eb__0_m47C7B963389500DBA233941510FB96FF2A3BA04D_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* V_0 = NULL;
	JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* V_1 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_2 = NULL;
	U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0* V_3 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_4 = NULL;
	Type_t* V_5 = NULL;
	Type_t* G_B3_0 = NULL;
	Type_t* G_B11_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_1 = (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1*)il2cpp_codegen_object_new(JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1_il2cpp_TypeInfo_var);
		JsonDictionaryContract__ctor_mF9F1BD61E21BCF52C1151250CA2D6060B26B489B(L_1, L_0, NULL);
		V_0 = L_1;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		Type_t* L_3 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_4;
		L_4 = JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51(L_3, JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		V_1 = L_4;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_5 = V_1;
		if (L_5)
		{
			goto IL_001b;
		}
	}
	{
		G_B3_0 = ((Type_t*)(NULL));
		goto IL_0021;
	}

IL_001b:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_6 = V_1;
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline(L_6, NULL);
		G_B3_0 = L_7;
	}

IL_0021:
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_8;
		L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(G_B3_0, (Type_t*)NULL, NULL);
		if (!L_8)
		{
			goto IL_004f;
		}
	}
	{
		U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0* L_9 = (U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass62_0__ctor_mF5A1A365EF9BA5811FF34DDAEDC6E8A0E31684CF(L_9, NULL);
		V_3 = L_9;
		U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0* L_10 = V_3;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_11 = V_1;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_12;
		L_12 = JsonTypeReflector_GetContainerNamingStrategy_mCB8057434A25B711E8AF3C37083B41F996806AF1(L_11, NULL);
		NullCheck(L_10);
		L_10->___namingStrategy = L_12;
		Il2CppCodeGenWriteBarrier((void**)(&L_10->___namingStrategy), (void*)L_12);
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_13 = V_0;
		U3CU3Ec__DisplayClass62_0_t9C9E4FF71439B998B105FBDA4CAB765BD77D4FD0* L_14 = V_3;
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_15 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_15, L_14, (intptr_t)((void*)U3CU3Ec__DisplayClass62_0_U3CCreateDictionaryContractU3Eb__0_m47C7B963389500DBA233941510FB96FF2A3BA04D_RuntimeMethod_var), NULL);
		NullCheck(L_13);
		JsonDictionaryContract_set_DictionaryKeyResolver_m76D8596A2262205278E9DB152586F7C7202EE13B_inline(L_13, L_15, NULL);
		goto IL_0062;
	}

IL_004f:
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_16 = V_0;
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_17 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_17, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 25)), NULL);
		NullCheck(L_16);
		JsonDictionaryContract_set_DictionaryKeyResolver_m76D8596A2262205278E9DB152586F7C7202EE13B_inline(L_16, L_17, NULL);
	}

IL_0062:
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_18 = V_0;
		NullCheck(L_18);
		Type_t* L_19 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_18)->___NonNullableUnderlyingType;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_20;
		L_20 = DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625(__this, L_19, NULL);
		V_2 = L_20;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_21 = V_2;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_22;
		L_22 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_21, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_22)
		{
			goto IL_014a;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_23 = V_2;
		NullCheck(L_23);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_24;
		L_24 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_23);
		V_4 = L_24;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_25 = V_0;
		NullCheck(L_25);
		Type_t* L_26;
		L_26 = JsonDictionaryContract_get_DictionaryKeyType_mE92EF750094C636DF354F2ED771B8918A897BBDF_inline(L_25, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_27;
		L_27 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_26, (Type_t*)NULL, NULL);
		if (!L_27)
		{
			goto IL_009f;
		}
	}
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_28 = V_0;
		NullCheck(L_28);
		Type_t* L_29;
		L_29 = JsonDictionaryContract_get_DictionaryValueType_m278FF42A97ABD7B6F6F952C7D17182FD2A08704B_inline(L_28, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_30;
		L_30 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_29, (Type_t*)NULL, NULL);
		if (L_30)
		{
			goto IL_00ab;
		}
	}

IL_009f:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast<intptr_t> (IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_32;
		L_32 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_31, NULL);
		G_B11_0 = L_32;
		goto IL_00ea;
	}

IL_00ab:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_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 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_36 = L_35;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_37 = { reinterpret_cast<intptr_t> (KeyValuePair_2_t6B67F15F63BF2F3C9BF0458C0AA16F217BE189F0_0_0_0_var) };
		Type_t* L_38;
		L_38 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_37, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_39 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_40 = L_39;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_41 = V_0;
		NullCheck(L_41);
		Type_t* L_42;
		L_42 = JsonDictionaryContract_get_DictionaryKeyType_mE92EF750094C636DF354F2ED771B8918A897BBDF_inline(L_41, NULL);
		NullCheck(L_40);
		ArrayElementTypeCheck (L_40, L_42);
		(L_40)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_42);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = L_40;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_44 = V_0;
		NullCheck(L_44);
		Type_t* L_45;
		L_45 = JsonDictionaryContract_get_DictionaryValueType_m278FF42A97ABD7B6F6F952C7D17182FD2A08704B_inline(L_44, NULL);
		NullCheck(L_43);
		ArrayElementTypeCheck (L_43, L_45);
		(L_43)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_45);
		NullCheck(L_38);
		Type_t* L_46;
		L_46 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_38, L_43);
		NullCheck(L_36);
		ArrayElementTypeCheck (L_36, L_46);
		(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_46);
		NullCheck(L_34);
		Type_t* L_47;
		L_47 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_34, L_36);
		G_B11_0 = L_47;
	}

IL_00ea:
	{
		V_5 = G_B11_0;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_48 = V_4;
		NullCheck(L_48);
		if ((((RuntimeArray*)L_48)->max_length))
		{
			goto IL_00fa;
		}
	}
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_49 = V_0;
		NullCheck(L_49);
		JsonDictionaryContract_set_HasParameterizedCreator_m1C8461874E8D2B63DE6A32DBFAC98F0BAE9D7730_inline(L_49, (bool)0, NULL);
		goto IL_0139;
	}

IL_00fa:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_50 = V_4;
		NullCheck(L_50);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))) == ((uint32_t)1))))
		{
			goto IL_011c;
		}
	}
	{
		Type_t* L_51 = V_5;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_52 = V_4;
		NullCheck(L_52);
		int32_t L_53 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
		NullCheck(L_54);
		Type_t* L_55;
		L_55 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_54);
		NullCheck(L_51);
		bool L_56;
		L_56 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_51, L_55);
		if (!L_56)
		{
			goto IL_011c;
		}
	}
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_57 = V_0;
		NullCheck(L_57);
		JsonDictionaryContract_set_HasParameterizedCreator_m1C8461874E8D2B63DE6A32DBFAC98F0BAE9D7730_inline(L_57, (bool)1, NULL);
		goto IL_0139;
	}

IL_011c:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_58;
		L_58 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_59 = V_0;
		NullCheck(L_59);
		Type_t* L_60;
		L_60 = JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline(L_59, NULL);
		Type_t* L_61 = V_5;
		String_t* L_62;
		L_62 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41)), L_58, L_60, L_61, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_63 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_63, L_62, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateDictionaryContract_m69CB0EBB8CC0F79507F48D85B647B20C9B0E6969_RuntimeMethod_var)));
	}

IL_0139:
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_64 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_65;
		L_65 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_66 = V_2;
		NullCheck(L_65);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_67;
		L_67 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_65, L_66);
		NullCheck(L_64);
		JsonDictionaryContract_set_OverrideCreator_m072E34CED83EF4035CC4BA7C7E3608132AB3F6CA_inline(L_64, L_67, NULL);
	}

IL_014a:
	{
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_68 = V_0;
		return L_68;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* DefaultContractResolver_CreateArrayContract_mC312CC56C381CAE1B50C72F260A2181DA63AC51F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* V_0 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
	ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_2 = NULL;
	Type_t* V_3 = NULL;
	Type_t* G_B4_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_1 = (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90*)il2cpp_codegen_object_new(JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90_il2cpp_TypeInfo_var);
		JsonArrayContract__ctor_mAA81A5943EEC3B703838ACFF20C15B8BB192B268(L_1, L_0, NULL);
		V_0 = L_1;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_3 = V_0;
		NullCheck(L_3);
		Type_t* L_4 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_3)->___NonNullableUnderlyingType;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_5;
		L_5 = DefaultContractResolver_GetAttributeConstructor_m3357DF64AD9D932B8A824F631A91513EF8974625(__this, L_4, NULL);
		V_1 = L_5;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_7;
		L_7 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_6, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_7)
		{
			goto IL_00c0;
		}
	}
	{
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_8 = V_1;
		NullCheck(L_8);
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_9;
		L_9 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(16, L_8);
		V_2 = L_9;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_10 = V_0;
		NullCheck(L_10);
		Type_t* L_11;
		L_11 = JsonArrayContract_get_CollectionItemType_m323C31B1A257D6EDD322D46EB8B8E168AA24C90F_inline(L_10, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_12;
		L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_11, (Type_t*)NULL, NULL);
		if (L_12)
		{
			goto IL_0048;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_14;
		L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL);
		G_B4_0 = L_14;
		goto IL_0066;
	}

IL_0048:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast<intptr_t> (IEnumerable_1_t6D39F4BC58A66D98BCEB112169CFDE48809FC555_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_16;
		L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_18 = L_17;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_19 = V_0;
		NullCheck(L_19);
		Type_t* L_20;
		L_20 = JsonArrayContract_get_CollectionItemType_m323C31B1A257D6EDD322D46EB8B8E168AA24C90F_inline(L_19, NULL);
		NullCheck(L_18);
		ArrayElementTypeCheck (L_18, L_20);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_20);
		NullCheck(L_16);
		Type_t* L_21;
		L_21 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125, L_16, L_18);
		G_B4_0 = L_21;
	}

IL_0066:
	{
		V_3 = G_B4_0;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_22 = V_2;
		NullCheck(L_22);
		if ((((RuntimeArray*)L_22)->max_length))
		{
			goto IL_0074;
		}
	}
	{
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_23 = V_0;
		NullCheck(L_23);
		JsonArrayContract_set_HasParameterizedCreator_m30821EFEBDCC26B3CEF2F7EE67FE512C45783A94_inline(L_23, (bool)0, NULL);
		goto IL_00af;
	}

IL_0074:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_24 = V_2;
		NullCheck(L_24);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))) == ((uint32_t)1))))
		{
			goto IL_0093;
		}
	}
	{
		Type_t* L_25 = V_3;
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_26 = V_2;
		NullCheck(L_26);
		int32_t L_27 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
		NullCheck(L_28);
		Type_t* L_29;
		L_29 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_28);
		NullCheck(L_25);
		bool L_30;
		L_30 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_25, L_29);
		if (!L_30)
		{
			goto IL_0093;
		}
	}
	{
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_31 = V_0;
		NullCheck(L_31);
		JsonArrayContract_set_HasParameterizedCreator_m30821EFEBDCC26B3CEF2F7EE67FE512C45783A94_inline(L_31, (bool)1, NULL);
		goto IL_00af;
	}

IL_0093:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_32;
		L_32 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_33 = V_0;
		NullCheck(L_33);
		Type_t* L_34;
		L_34 = JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline(L_33, NULL);
		Type_t* L_35 = V_3;
		String_t* L_36;
		L_36 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41)), L_32, L_34, L_35, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_37 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_37, L_36, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateArrayContract_mC312CC56C381CAE1B50C72F260A2181DA63AC51F_RuntimeMethod_var)));
	}

IL_00af:
	{
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_38 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_39;
		L_39 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_40 = V_1;
		NullCheck(L_39);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_41;
		L_41 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_39, L_40);
		NullCheck(L_38);
		JsonArrayContract_set_OverrideCreator_m574FF3E00B0156ED9CC5FC73582552EEC6FA0CD5(L_38, L_41, NULL);
	}

IL_00c0:
	{
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_42 = V_0;
		return L_42;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* DefaultContractResolver_CreatePrimitiveContract_m000A0E84565AA866DF08830D431B8E7620A9597F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* V_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* L_1 = (JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E*)il2cpp_codegen_object_new(JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E_il2cpp_TypeInfo_var);
		JsonPrimitiveContract__ctor_m84E9035402FCACFE50DF21AA6DBB66AF6A611A85(L_1, L_0, NULL);
		V_0 = L_1;
		JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* L_3 = V_0;
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* DefaultContractResolver_CreateLinqContract_mD3DDE786CD06A1002582F15DDC0B6F116BD6B89F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* V_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* L_1 = (JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8*)il2cpp_codegen_object_new(JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8_il2cpp_TypeInfo_var);
		JsonLinqContract__ctor_m8C08D3FEC162BEE504D5839A7B9AC219B2B8D260(L_1, L_0, NULL);
		V_0 = L_1;
		JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* L_3 = V_0;
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* DefaultContractResolver_CreateISerializableContract_mEE1FA85CDFFBFDABE8AF40E9E20847231CEBA367 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* V_0 = NULL;
	ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_1 = NULL;
	ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* V_2 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_1 = (JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247*)il2cpp_codegen_object_new(JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247_il2cpp_TypeInfo_var);
		JsonISerializableContract__ctor_m3935F0046EC24721B5FBDF4F9CC45609066E3B26(L_1, L_0, NULL);
		V_0 = L_1;
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_3 = V_0;
		NullCheck(L_3);
		bool L_4 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_3)->___IsInstantiable;
		if (!L_4)
		{
			goto IL_0062;
		}
	}
	{
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_5 = V_0;
		NullCheck(L_5);
		Type_t* L_6 = ((JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA*)L_5)->___NonNullableUnderlyingType;
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8 = L_7;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_10;
		L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
		NullCheck(L_8);
		ArrayElementTypeCheck (L_8, L_10);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_10);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_8;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var) };
		Type_t* L_13;
		L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL);
		NullCheck(L_11);
		ArrayElementTypeCheck (L_11, L_13);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_13);
		NullCheck(L_6);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_14;
		L_14 = Type_GetConstructor_m27DB07707556F5798E5482B1D314C562E3883C85(L_6, ((int32_t)52), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_11, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
		V_1 = L_14;
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_15 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var);
		bool L_16;
		L_16 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_15, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL);
		if (!L_16)
		{
			goto IL_0062;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_17;
		L_17 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_18 = V_1;
		NullCheck(L_17);
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_19;
		L_19 = VirtualFuncInvoker1< ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901*, MethodBase_t* >::Invoke(5, L_17, L_18);
		V_2 = L_19;
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_20 = V_0;
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_21 = V_2;
		NullCheck(L_20);
		JsonISerializableContract_set_ISerializableCreator_mEF41F2A09A138E3EE75A630A8DD64DDF9B85A7A1_inline(L_20, L_21, NULL);
	}

IL_0062:
	{
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_22 = V_0;
		return L_22;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* DefaultContractResolver_CreateDynamicContract_m7F97A0826343EFE0FFA11158AF6B13D1D61C4F4A (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass67_0_U3CCreateDynamicContractU3Eb__0_m5E24C0FD6F929B4B294B3FA6B02169ACB8E6A959_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* V_0 = NULL;
	JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* V_1 = NULL;
	U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A* V_2 = NULL;
	Type_t* G_B3_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_1 = (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344*)il2cpp_codegen_object_new(JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344_il2cpp_TypeInfo_var);
		JsonDynamicContract__ctor_m8BF660C6BBC39101C41C90CB2E9ABC93B805D5D0(L_1, L_0, NULL);
		V_0 = L_1;
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		Type_t* L_3 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_4;
		L_4 = JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51(L_3, JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		V_1 = L_4;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_5 = V_1;
		if (L_5)
		{
			goto IL_001b;
		}
	}
	{
		G_B3_0 = ((Type_t*)(NULL));
		goto IL_0021;
	}

IL_001b:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_6 = V_1;
		NullCheck(L_6);
		Type_t* L_7;
		L_7 = JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline(L_6, NULL);
		G_B3_0 = L_7;
	}

IL_0021:
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_8;
		L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(G_B3_0, (Type_t*)NULL, NULL);
		if (!L_8)
		{
			goto IL_004f;
		}
	}
	{
		U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A* L_9 = (U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass67_0__ctor_m683C5FE1BB03D61EDE4BB9A744E51A9780456F52(L_9, NULL);
		V_2 = L_9;
		U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A* L_10 = V_2;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_11 = V_1;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_12;
		L_12 = JsonTypeReflector_GetContainerNamingStrategy_mCB8057434A25B711E8AF3C37083B41F996806AF1(L_11, NULL);
		NullCheck(L_10);
		L_10->___namingStrategy = L_12;
		Il2CppCodeGenWriteBarrier((void**)(&L_10->___namingStrategy), (void*)L_12);
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_13 = V_0;
		U3CU3Ec__DisplayClass67_0_t2E215A26C0F677F26465CBCA80EBB52B25C53D9A* L_14 = V_2;
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_15 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_15, L_14, (intptr_t)((void*)U3CU3Ec__DisplayClass67_0_U3CCreateDynamicContractU3Eb__0_m5E24C0FD6F929B4B294B3FA6B02169ACB8E6A959_RuntimeMethod_var), NULL);
		NullCheck(L_13);
		JsonDynamicContract_set_PropertyNameResolver_mB9A85376905CA1934073E20A975D6866EF128338_inline(L_13, L_15, NULL);
		goto IL_0062;
	}

IL_004f:
	{
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_16 = V_0;
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_17 = (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*)il2cpp_codegen_object_new(Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93_il2cpp_TypeInfo_var);
		Func_2__ctor_m6A29D0BC8A4BCF6079AD2737B4119D3802B41814(L_17, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 25)), NULL);
		NullCheck(L_16);
		JsonDynamicContract_set_PropertyNameResolver_mB9A85376905CA1934073E20A975D6866EF128338_inline(L_16, L_17, NULL);
	}

IL_0062:
	{
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_18 = V_0;
		NullCheck(L_18);
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_19;
		L_19 = JsonDynamicContract_get_Properties_mA9553F6347C8594C6ED70DA78B77545DC352566D_inline(L_18, NULL);
		Type_t* L_20 = ___0_objectType;
		RuntimeObject* L_21;
		L_21 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, int32_t >::Invoke(19, __this, L_20, 0);
		CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2(L_19, L_21, CollectionUtils_AddRange_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m373D2B67121723577E6B9F3AB3BB7B965EA4EFD2_RuntimeMethod_var);
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_22 = V_0;
		return L_22;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* DefaultContractResolver_CreateStringContract_m99A18E510EF500DC52A3DAD78543E6FB49AFB345 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* V_0 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* L_1 = (JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268*)il2cpp_codegen_object_new(JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268_il2cpp_TypeInfo_var);
		JsonStringContract__ctor_m54A42C4ACC79372B1BA8543146B32DD8B8CC4256(L_1, L_0, NULL);
		V_0 = L_1;
		JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* L_2 = V_0;
		DefaultContractResolver_InitializeContract_mD92726A76657DD95A257B1D5ABD0F619F1C3AFE7(__this, L_2, NULL);
		JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* L_3 = V_0;
		return L_3;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* DefaultContractResolver_CreateContract_m856C42DFFC8BC7407B4C9D2F8CC8F8D165CE8678 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_objectType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	Type_t* V_0 = NULL;
	JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* V_1 = NULL;
	{
		Type_t* L_0 = ___0_objectType;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_1;
		L_1 = ReflectionUtils_EnsureNotByRefType_m3B51B685934BE45B98A96C9AF84E0FB56506123F(L_0, NULL);
		V_0 = L_1;
		Type_t* L_2 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		bool L_3;
		L_3 = DefaultContractResolver_IsJsonPrimitiveType_m1FCBA966577856D7FC5CEF79B7B9E0B3F7747694(L_2, NULL);
		if (!L_3)
		{
			goto IL_0017;
		}
	}
	{
		Type_t* L_4 = ___0_objectType;
		JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* L_5;
		L_5 = VirtualFuncInvoker1< JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E*, Type_t* >::Invoke(13, __this, L_4);
		return L_5;
	}

IL_0017:
	{
		Type_t* L_6 = V_0;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_7;
		L_7 = ReflectionUtils_EnsureNotNullableType_mF2B1550F38848A01AAAFDAD0755C37ACA6530ED6(L_6, NULL);
		V_0 = L_7;
		Type_t* L_8 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_9;
		L_9 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031(L_8, JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_m6040405C1A64C0E8D0CF522C2E6F7EE47C8FC031_RuntimeMethod_var);
		V_1 = L_9;
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_10 = V_1;
		if (!((JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9*)IsInstSealed((RuntimeObject*)L_10, JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9_il2cpp_TypeInfo_var)))
		{
			goto IL_0035;
		}
	}
	{
		Type_t* L_11 = ___0_objectType;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_12;
		L_12 = VirtualFuncInvoker1< JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3*, Type_t* >::Invoke(7, __this, L_11);
		return L_12;
	}

IL_0035:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_13 = V_1;
		if (!((JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2*)IsInstSealed((RuntimeObject*)L_13, JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2_il2cpp_TypeInfo_var)))
		{
			goto IL_0045;
		}
	}
	{
		Type_t* L_14 = ___0_objectType;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_15;
		L_15 = VirtualFuncInvoker1< JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90*, Type_t* >::Invoke(12, __this, L_14);
		return L_15;
	}

IL_0045:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_16 = V_1;
		if (!((JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E*)IsInstSealed((RuntimeObject*)L_16, JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E_il2cpp_TypeInfo_var)))
		{
			goto IL_0055;
		}
	}
	{
		Type_t* L_17 = ___0_objectType;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_18;
		L_18 = VirtualFuncInvoker1< JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1*, Type_t* >::Invoke(11, __this, L_17);
		return L_18;
	}

IL_0055:
	{
		Type_t* L_19 = V_0;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast<intptr_t> (JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var) };
		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_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_21, NULL);
		if (L_22)
		{
			goto IL_0079;
		}
	}
	{
		Type_t* L_23 = V_0;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast<intptr_t> (JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_25;
		L_25 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_24, NULL);
		NullCheck(L_23);
		bool L_26;
		L_26 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(21, L_23, L_25);
		if (!L_26)
		{
			goto IL_0081;
		}
	}

IL_0079:
	{
		Type_t* L_27 = ___0_objectType;
		JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8* L_28;
		L_28 = VirtualFuncInvoker1< JsonLinqContract_tC18AAA44BFBAFF49E6AEAF55A246EF98E767C7C8*, Type_t* >::Invoke(14, __this, L_27);
		return L_28;
	}

IL_0081:
	{
		Type_t* L_29 = V_0;
		bool L_30;
		L_30 = CollectionUtils_IsDictionaryType_m6E8536FFCDA481FB20EC0C4B8746028004A1BC6E(L_29, NULL);
		if (!L_30)
		{
			goto IL_0091;
		}
	}
	{
		Type_t* L_31 = ___0_objectType;
		JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* L_32;
		L_32 = VirtualFuncInvoker1< JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1*, Type_t* >::Invoke(11, __this, L_31);
		return L_32;
	}

IL_0091:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_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);
		Type_t* L_35 = V_0;
		NullCheck(L_34);
		bool L_36;
		L_36 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_34, L_35);
		if (!L_36)
		{
			goto IL_00ab;
		}
	}
	{
		Type_t* L_37 = ___0_objectType;
		JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* L_38;
		L_38 = VirtualFuncInvoker1< JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90*, Type_t* >::Invoke(12, __this, L_37);
		return L_38;
	}

IL_00ab:
	{
		Type_t* L_39 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		bool L_40;
		L_40 = DefaultContractResolver_CanConvertToString_mD9989BD88FFA5A954234A17DEEADB8455BC823ED(L_39, NULL);
		if (!L_40)
		{
			goto IL_00bb;
		}
	}
	{
		Type_t* L_41 = ___0_objectType;
		JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268* L_42;
		L_42 = VirtualFuncInvoker1< JsonStringContract_tE5349A44AFD07A3EB6D05DC6F623AEFBA1A37268*, Type_t* >::Invoke(17, __this, L_41);
		return L_42;
	}

IL_00bb:
	{
		bool L_43;
		L_43 = DefaultContractResolver_get_IgnoreSerializableInterface_m5B7D581C6BB2FE170BC492F9C66B304AF8093F4B_inline(__this, NULL);
		if (L_43)
		{
			goto IL_00e5;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast<intptr_t> (ISerializable_tB66487CC1AF4C8D8F6DB8733D81C325264F6E92D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_45;
		L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL);
		Type_t* L_46 = V_0;
		NullCheck(L_45);
		bool L_47;
		L_47 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_45, L_46);
		if (!L_47)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t* L_48 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		bool L_49;
		L_49 = JsonTypeReflector_IsSerializable_mFAC5555198A47264BEBA2B23BBA153A5C15AA80C(L_48, NULL);
		if (!L_49)
		{
			goto IL_00e5;
		}
	}
	{
		Type_t* L_50 = ___0_objectType;
		JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* L_51;
		L_51 = VirtualFuncInvoker1< JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247*, Type_t* >::Invoke(15, __this, L_50);
		return L_51;
	}

IL_00e5:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_52 = { reinterpret_cast<intptr_t> (IDynamicMetaObjectProvider_t4593D4AE2D3360E67AF686D7D889F51FF9BEDC9D_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_53;
		L_53 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_52, NULL);
		Type_t* L_54 = V_0;
		NullCheck(L_53);
		bool L_55;
		L_55 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_53, L_54);
		if (!L_55)
		{
			goto IL_00ff;
		}
	}
	{
		Type_t* L_56 = ___0_objectType;
		JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* L_57;
		L_57 = VirtualFuncInvoker1< JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344*, Type_t* >::Invoke(16, __this, L_56);
		return L_57;
	}

IL_00ff:
	{
		Type_t* L_58 = V_0;
		il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		bool L_59;
		L_59 = DefaultContractResolver_IsIConvertible_mAD611B13EC99D605790E7175312BC468E87497C0(L_58, NULL);
		if (!L_59)
		{
			goto IL_010f;
		}
	}
	{
		Type_t* L_60 = V_0;
		JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E* L_61;
		L_61 = VirtualFuncInvoker1< JsonPrimitiveContract_tB6193D2574BA2547AF433EC7DBA5F1B0D5BBC27E*, Type_t* >::Invoke(13, __this, L_60);
		return L_61;
	}

IL_010f:
	{
		Type_t* L_62 = ___0_objectType;
		JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* L_63;
		L_63 = VirtualFuncInvoker1< JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3*, Type_t* >::Invoke(7, __this, L_62);
		return L_63;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_m1FCBA966577856D7FC5CEF79B7B9E0B3F7747694 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		Type_t* L_0 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
		int32_t L_1;
		L_1 = ConvertUtils_GetTypeCode_m3FF00ADCDD10F4F141BBBE4FBED910EFAB042EDE(L_0, NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		if (!L_2)
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_3 = V_0;
		return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}

IL_0012:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_mAD611B13EC99D605790E7175312BC468E87497C0 (Type_t* ___0_t, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_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);
		Type_t* L_2 = ___0_t;
		NullCheck(L_1);
		bool L_3;
		L_3 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_1, L_2);
		if (L_3)
		{
			goto IL_0031;
		}
	}
	{
		Type_t* L_4 = ___0_t;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_5;
		L_5 = ReflectionUtils_IsNullableType_mA710C2540434AAA2353481C15C48C3996EC69963(L_4, NULL);
		if (!L_5)
		{
			goto IL_0045;
		}
	}
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_7;
		L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
		Type_t* L_8 = ___0_t;
		Type_t* L_9;
		L_9 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_8, NULL);
		NullCheck(L_7);
		bool L_10;
		L_10 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_7, L_9);
		if (!L_10)
		{
			goto IL_0045;
		}
	}

IL_0031:
	{
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (JToken_tFD7D9015F3F97A09AD93E439ACE894D12C06E8B3_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_12;
		L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
		Type_t* L_13 = ___0_t;
		NullCheck(L_12);
		bool L_14;
		L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_12, L_13);
		return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
	}

IL_0045:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_mD9989BD88FFA5A954234A17DEEADB8455BC823ED (Type_t* ___0_type, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* V_0 = NULL;
	{
		Type_t* L_0 = ___0_type;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		bool L_1;
		L_1 = JsonTypeReflector_CanTypeDescriptorConvertString_m67EEF8C83406E2D64F11C539C087A662351510FA(L_0, (&V_0), NULL);
		if (!L_1)
		{
			goto IL_000c;
		}
	}
	{
		return (bool)1;
	}

IL_000c:
	{
		Type_t* L_2 = ___0_type;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.systemtype_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_4;
		L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
		bool L_5;
		L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_4, NULL);
		if (L_5)
		{
			goto IL_0030;
		}
	}
	{
		Type_t* L_6 = ___0_type;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.systemtype_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);
		NullCheck(L_6);
		bool L_9;
		L_9 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(21, L_6, L_8);
		if (!L_9)
		{
			goto IL_0032;
		}
	}

IL_0030:
	{
		return (bool)1;
	}

IL_0032:
	{
		return (bool)0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7 (MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, Type_t* ___2_attributeType, MethodInfo_t* ___3_currentCallback, Type_t** ___4_prevAttributeType, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorAttribute_t5B22FC299B4A4A2BF9D2EC34BE66EE64CC72744F_0_0_0_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MethodInfo_t* L_0 = ___0_method;
		Type_t* L_1 = ___2_attributeType;
		NullCheck(L_0);
		bool L_2;
		L_2 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_0, L_1, (bool)0);
		if (L_2)
		{
			goto IL_000c;
		}
	}
	{
		return (bool)0;
	}

IL_000c:
	{
		MethodInfo_t* L_3 = ___3_currentCallback;
		bool L_4;
		L_4 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_3, (MethodInfo_t*)NULL, NULL);
		if (!L_4)
		{
			goto IL_0038;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
		L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MethodInfo_t* L_6 = ___0_method;
		MethodInfo_t* L_7 = ___3_currentCallback;
		MethodInfo_t* L_8 = ___0_method;
		NullCheck(L_8);
		Type_t* L_9;
		L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_8);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_10;
		L_10 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_9, NULL);
		Type_t* L_11 = ___2_attributeType;
		String_t* L_12;
		L_12 = StringUtils_FormatWith_m5F7ADBFCB56B0DA5D3E4973ECC7BD8E5AB93CF9F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral554C54D10FBB0372247C0FC5B8F60A024D10681B)), L_5, L_6, L_7, L_10, L_11, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_13 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_13, L_12, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_0038:
	{
		Type_t** L_14 = ___4_prevAttributeType;
		Type_t* L_15 = *((Type_t**)L_14);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_16;
		L_16 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_15, (Type_t*)NULL, NULL);
		if (!L_16)
		{
			goto IL_0068;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17;
		L_17 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t** L_18 = ___4_prevAttributeType;
		Type_t* L_19 = *((Type_t**)L_18);
		Type_t* L_20 = ___2_attributeType;
		MethodInfo_t* L_21 = ___0_method;
		NullCheck(L_21);
		Type_t* L_22;
		L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_21);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_23;
		L_23 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_22, NULL);
		MethodInfo_t* L_24 = ___0_method;
		String_t* L_25;
		L_25 = StringUtils_FormatWith_m5F7ADBFCB56B0DA5D3E4973ECC7BD8E5AB93CF9F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4A3F3076AFA423A603517B2CF9E27A25AA6E85F7)), L_17, L_19, L_20, L_23, L_24, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_26 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_26, L_25, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_0068:
	{
		MethodInfo_t* L_27 = ___0_method;
		NullCheck(L_27);
		bool L_28;
		L_28 = MethodBase_get_IsVirtual_m2C0A566F37B666FDEE3066729AEACF336B342EC2(L_27, NULL);
		if (!L_28)
		{
			goto IL_0092;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29;
		L_29 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MethodInfo_t* L_30 = ___0_method;
		MethodInfo_t* L_31 = ___0_method;
		NullCheck(L_31);
		Type_t* L_32;
		L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_31);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_33;
		L_33 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_32, NULL);
		Type_t* L_34 = ___2_attributeType;
		String_t* L_35;
		L_35 = StringUtils_FormatWith_m675CE2F519A21661494F14469C676E52CDCDA7C0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5CC449033453453DD1344B48A3C2E66DC77A110)), L_29, L_30, L_33, L_34, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_36 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_36, L_35, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_0092:
	{
		MethodInfo_t* L_37 = ___0_method;
		NullCheck(L_37);
		Type_t* L_38;
		L_38 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_37);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_39 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.void_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_40;
		L_40 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_39, NULL);
		bool L_41;
		L_41 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_38, L_40, NULL);
		if (!L_41)
		{
			goto IL_00ca;
		}
	}
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_42;
		L_42 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MethodInfo_t* L_43 = ___0_method;
		NullCheck(L_43);
		Type_t* L_44;
		L_44 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_43);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_45;
		L_45 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_44, NULL);
		MethodInfo_t* L_46 = ___0_method;
		String_t* L_47;
		L_47 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE82E7E39A080DB8846CE79087BCE5C6221CD4CFA)), L_42, L_45, L_46, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_48 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_48, L_47, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_00ca:
	{
		Type_t* L_49 = ___2_attributeType;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_50 = { reinterpret_cast<intptr_t> (OnErrorAttribute_t5B22FC299B4A4A2BF9D2EC34BE66EE64CC72744F_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_51;
		L_51 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_50, NULL);
		bool L_52;
		L_52 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_49, L_51, NULL);
		if (!L_52)
		{
			goto IL_014f;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_53 = ___1_parameters;
		if (!L_53)
		{
			goto IL_011a;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_54 = ___1_parameters;
		NullCheck(L_54);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))) == ((uint32_t)2))))
		{
			goto IL_011a;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_55 = ___1_parameters;
		NullCheck(L_55);
		int32_t L_56 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_57 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
		NullCheck(L_57);
		Type_t* L_58;
		L_58 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_57);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_59 = { reinterpret_cast<intptr_t> (StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_60;
		L_60 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_59, NULL);
		bool L_61;
		L_61 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_58, L_60, NULL);
		if (L_61)
		{
			goto IL_011a;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_62 = ___1_parameters;
		NullCheck(L_62);
		int32_t L_63 = 1;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
		NullCheck(L_64);
		Type_t* L_65;
		L_65 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_64);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_66 = { reinterpret_cast<intptr_t> (ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_67;
		L_67 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_66, NULL);
		bool L_68;
		L_68 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_65, L_67, NULL);
		if (!L_68)
		{
			goto IL_019c;
		}
	}

IL_011a:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_69;
		L_69 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MethodInfo_t* L_70 = ___0_method;
		NullCheck(L_70);
		Type_t* L_71;
		L_71 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_70);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_72;
		L_72 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_71, NULL);
		MethodInfo_t* L_73 = ___0_method;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_74 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var))) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_75;
		L_75 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_74, NULL);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_76 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B_0_0_0_var))) };
		Type_t* L_77;
		L_77 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_76, NULL);
		String_t* L_78;
		L_78 = StringUtils_FormatWith_m5F7ADBFCB56B0DA5D3E4973ECC7BD8E5AB93CF9F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5D63F2081844002414FDE60A1E7D4E34A05B1B1)), L_69, L_72, L_73, L_75, L_77, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_79 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_79, L_78, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_014f:
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_80 = ___1_parameters;
		if (!L_80)
		{
			goto IL_0171;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_81 = ___1_parameters;
		NullCheck(L_81);
		if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_81)->max_length))) == ((uint32_t)1))))
		{
			goto IL_0171;
		}
	}
	{
		ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_82 = ___1_parameters;
		NullCheck(L_82);
		int32_t L_83 = 0;
		ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_84 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
		NullCheck(L_84);
		Type_t* L_85;
		L_85 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_84);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_86 = { reinterpret_cast<intptr_t> (StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_87;
		L_87 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_86, NULL);
		bool L_88;
		L_88 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_85, L_87, NULL);
		if (!L_88)
		{
			goto IL_019c;
		}
	}

IL_0171:
	{
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_89;
		L_89 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		MethodInfo_t* L_90 = ___0_method;
		NullCheck(L_90);
		Type_t* L_91;
		L_91 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_90);
		il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var)));
		String_t* L_92;
		L_92 = DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2(L_91, NULL);
		MethodInfo_t* L_93 = ___0_method;
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_94 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_0_0_0_var))) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_95;
		L_95 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_94, NULL);
		String_t* L_96;
		L_96 = StringUtils_FormatWith_m675CE2F519A21661494F14469C676E52CDCDA7C0(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CB8E4E9FA73474FDEE5B468EA99A751021BFF03)), L_89, L_92, L_93, L_95, NULL);
		JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_97 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var)));
		JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_97, L_96, NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m8D9EA5D1C5AF473EAE3324B3E1C62428CB121CB7_RuntimeMethod_var)));
	}

IL_019c:
	{
		Type_t** L_98 = ___4_prevAttributeType;
		Type_t* L_99 = ___2_attributeType;
		*((RuntimeObject**)L_98) = (RuntimeObject*)L_99;
		Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_98, (void*)(RuntimeObject*)L_99);
		return (bool)1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m18CEF60842A1ECB14BEDF84B4759E8A27E6FFFF2 (Type_t* ___0_type, 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*)&_stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539);
		s_Il2CppMethodInitialized = true;
	}
	{
		Type_t* L_0 = ___0_type;
		bool L_1;
		L_1 = TypeExtensions_IsGenericTypeDefinition_mB6D5CD38FC73444ED1C98E7B24843E7F3E598C9C(L_0, NULL);
		if (L_1)
		{
			goto IL_0010;
		}
	}
	{
		Type_t* L_2 = ___0_type;
		bool L_3;
		L_3 = TypeExtensions_ContainsGenericParameters_mA994EDB52CD98EF1AEB724C41902F89D3D23B557(L_2, NULL);
		if (L_3)
		{
			goto IL_0017;
		}
	}

IL_0010:
	{
		Type_t* L_4 = ___0_type;
		NullCheck(L_4);
		String_t* L_5;
		L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_4);
		return L_5;
	}

IL_0017:
	{
		il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
		CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
		L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
		Type_t* L_7 = ___0_type;
		NullCheck(L_7);
		String_t* L_8;
		L_8 = VirtualFuncInvoker0< String_t* >::Invoke(24, L_7);
		Type_t* L_9 = ___0_type;
		NullCheck(L_9);
		String_t* L_10;
		L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_9);
		String_t* L_11;
		L_11 = StringUtils_FormatWith_mE8641D4F1BDCF64E9876EE3B78F84D7AC377D3E9(_stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539, L_6, L_8, L_10, NULL);
		return L_11;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateProperties_mB299696CA0E7060E307E7F54D0E94586B7B2869F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, Type_t* ___0_type, int32_t ___1_memberSerialization, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD0F1264679BB12DCA1F1B768C86E3A03774175F7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m6438BA513E6169D146E81CEB7D50D77F1DE2FD3F_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAFD5089969947749474E407A30BD187F4B0EB0E3_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7C53B7EEA30CE5F7A41761ACDF6E6990B7095115_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1266EE1843F07155A6C7F81DC87BF7FCC96631F7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t3AD18756954329B3F479B276109D69F8B574B73D_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4E69377D3CDD21CC8F8B8CF57E9F941750210236_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreatePropertiesU3Eb__75_0_m1C5D28AFE8F6887912A6CFFB91ECD1DB5F2A117E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* V_0 = NULL;
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* V_1 = NULL;
	Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680 V_2;
	memset((&V_2), 0, sizeof(V_2));
	MemberInfo_t* V_3 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_4 = NULL;
	DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* V_5 = NULL;
	bool V_6 = false;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B2_0 = NULL;
	List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* G_B1_0 = NULL;
	Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* G_B16_0 = NULL;
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* G_B16_1 = NULL;
	Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* G_B15_0 = NULL;
	JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* G_B15_1 = NULL;
	{
		Type_t* L_0 = ___0_type;
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_1;
		L_1 = VirtualFuncInvoker1< List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4*, Type_t* >::Invoke(6, __this, L_0);
		List_1_t269913CE854C1793B808480C94E04A8DB19CD0A4* L_2 = L_1;
		if (L_2)
		{
			G_B2_0 = L_2;
			goto IL_0015;
		}
		G_B1_0 = L_2;
	}
	{
		JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_3 = (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var)));
		JsonSerializationException__ctor_m0DDDC290916A23CCCE7A780AF876F9CE5FE58E4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C736E6AB8B5387DD29A5EA69450FFE869B6B10E)), NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateProperties_mB299696CA0E7060E307E7F54D0E94586B7B2869F_RuntimeMethod_var)));
	}

IL_0015:
	{
		DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_4;
		L_4 = VirtualFuncInvoker0< DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* >::Invoke(20, __this);
		V_0 = L_4;
		Type_t* L_5 = ___0_type;
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_6 = (JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6*)il2cpp_codegen_object_new(JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6_il2cpp_TypeInfo_var);
		JsonPropertyCollection__ctor_m3BF51B17031B29E73845BE135782472BCF43C5D4(L_6, L_5, NULL);
		V_1 = L_6;
		NullCheck(G_B2_0);
		Enumerator_t0A5B18A3614AF55854B8D94E21259ACE16CB4680 L_7;
		L_7 = List_1_GetEnumerator_m4E69377D3CDD21CC8F8B8CF57E9F941750210236(G_B2_0, List_1_GetEnumerator_m4E69377D3CDD21CC8F8B8CF57E9F941750210236_RuntimeMethod_var);
		V_2 = L_7;
	}
	{
		auto __finallyBlock = il2cpp::utils::Finally([&]
		{

FINALLY_0085:
			{
				Enumerator_Dispose_mAFD5089969947749474E407A30BD187F4B0EB0E3((&V_2), Enumerator_Dispose_mAFD5089969947749474E407A30BD187F4B0EB0E3_RuntimeMethod_var);
				return;
			}
		});
		try
		{
			{
				goto IL_007a_1;
			}

IL_002b_1:
			{
				MemberInfo_t* L_8;
				L_8 = Enumerator_get_Current_m1266EE1843F07155A6C7F81DC87BF7FCC96631F7_inline((&V_2), Enumerator_get_Current_m1266EE1843F07155A6C7F81DC87BF7FCC96631F7_RuntimeMethod_var);
				V_3 = L_8;
				MemberInfo_t* L_9 = V_3;
				int32_t L_10 = ___1_memberSerialization;
				JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_11;
				L_11 = VirtualFuncInvoker2< JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*, MemberInfo_t*, int32_t >::Invoke(22, __this, L_9, L_10);
				V_4 = L_11;
				JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_12 = V_4;
				if (!L_12)
				{
					goto IL_007a_1;
				}
			}
			{
				DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_13 = V_0;
				V_5 = L_13;
				V_6 = (bool)0;
			}
			{
				auto __finallyBlock = il2cpp::utils::Finally([&]
				{

FINALLY_0066_1:
					{
						{
							bool L_14 = V_6;
							if (!L_14)
							{
								goto IL_0071_1;
							}
						}
						{
							DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_15 = V_5;
							Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_15, NULL);
						}

IL_0071_1:
						{
							return;
						}
					}
				});
				try
				{
					DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_16 = V_5;
					Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_16, (&V_6), NULL);
					JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_17 = V_4;
					DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_18 = V_0;
					JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_19 = V_4;
					NullCheck(L_19);
					String_t* L_20;
					L_20 = JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline(L_19, NULL);
					NullCheck(L_18);
					String_t* L_21;
					L_21 = DefaultJsonNameTable_Add_m126591FC04F969EF8DC5B25E886DD9D470F440C7(L_18, L_20, NULL);
					NullCheck(L_17);
					JsonProperty_set_PropertyName_m9CED5A907D22FA06A57494405F5C1EE98E1054ED(L_17, L_21, NULL);
					goto IL_0072_1;
				}
				catch(Il2CppExceptionWrapper& e)
				{
					__finallyBlock.StoreException(e.ex);
				}
			}

IL_0072_1:
			{
				JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_22 = V_1;
				JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_23 = V_4;
				NullCheck(L_22);
				JsonPropertyCollection_AddProperty_mAC7E17C29B8A0DC1F39720B0B011B468EDC2727B(L_22, L_23, NULL);
			}

IL_007a_1:
			{
				bool L_24;
				L_24 = Enumerator_MoveNext_m7C53B7EEA30CE5F7A41761ACDF6E6990B7095115((&V_2), Enumerator_MoveNext_m7C53B7EEA30CE5F7A41761ACDF6E6990B7095115_RuntimeMethod_var);
				if (L_24)
				{
					goto IL_002b_1;
				}
			}
			{
				goto IL_0093;
			}
		}
		catch(Il2CppExceptionWrapper& e)
		{
			__finallyBlock.StoreException(e.ex);
		}
	}

IL_0093:
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_25 = V_1;
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* L_26 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__75_0;
		Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* L_27 = L_26;
		if (L_27)
		{
			G_B16_0 = L_27;
			G_B16_1 = L_25;
			goto IL_00b3;
		}
		G_B15_0 = L_27;
		G_B15_1 = L_25;
	}
	{
		il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var);
		U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA* L_28 = ((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9;
		Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* L_29 = (Func_2_t3AD18756954329B3F479B276109D69F8B574B73D*)il2cpp_codegen_object_new(Func_2_t3AD18756954329B3F479B276109D69F8B574B73D_il2cpp_TypeInfo_var);
		Func_2__ctor_m87DE92F72BF6BE1F84D31F110E7E5341B3A690A1(L_29, L_28, (intptr_t)((void*)U3CU3Ec_U3CCreatePropertiesU3Eb__75_0_m1C5D28AFE8F6887912A6CFFB91ECD1DB5F2A117E_RuntimeMethod_var), NULL);
		Func_2_t3AD18756954329B3F479B276109D69F8B574B73D* L_30 = L_29;
		((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__75_0 = L_30;
		Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE4979DEDB48A9817F5ADBA696B9CE0A94FC5E6FA_il2cpp_TypeInfo_var))->___U3CU3E9__75_0), (void*)L_30);
		G_B16_0 = L_30;
		G_B16_1 = G_B15_1;
	}

IL_00b3:
	{
		RuntimeObject* L_31;
		L_31 = Enumerable_OrderBy_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD0F1264679BB12DCA1F1B768C86E3A03774175F7(G_B16_1, G_B16_0, Enumerable_OrderBy_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD0F1264679BB12DCA1F1B768C86E3A03774175F7_RuntimeMethod_var);
		List_1_t74666FDF65CB5C8F34590E465BD151F8943D32CB* L_32;
		L_32 = Enumerable_ToList_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m6438BA513E6169D146E81CEB7D50D77F1DE2FD3F(L_31, Enumerable_ToList_TisJsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_m6438BA513E6169D146E81CEB7D50D77F1DE2FD3F_RuntimeMethod_var);
		return L_32;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* DefaultContractResolver_GetNameTable_m12574CDD0B4686AB8136618E15C3738196AC5A8A (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_0 = __this->____nameTable;
		return L_0;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateMemberValueProvider_m336BFE31B7B854585C703D5F8D9C306B99C4AB6F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, MemberInfo_t* ___0_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	{
		MemberInfo_t* L_0 = ___0_member;
		ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007* L_1 = (ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007*)il2cpp_codegen_object_new(ReflectionValueProvider_t0A4F8427856787E7508F34E2BFE2ED28EB010007_il2cpp_TypeInfo_var);
		ReflectionValueProvider__ctor_mE88335461A4A910D2554A3F309D9B335EAEE8F77(L_1, L_0, NULL);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* DefaultContractResolver_CreateProperty_m7C27609BD46BF2A2144D8D21F10419BFDF88374F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, MemberInfo_t* ___0_member, int32_t ___1_memberSerialization, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		s_Il2CppMethodInitialized = true;
	}
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* V_0 = NULL;
	bool V_1 = false;
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_0 = (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3*)il2cpp_codegen_object_new(JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3_il2cpp_TypeInfo_var);
		JsonProperty__ctor_mA017211DF2D2DF2E6EFB14A40F67D313E82C982B(L_0, NULL);
		V_0 = L_0;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_1 = V_0;
		MemberInfo_t* L_2 = ___0_member;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_3;
		L_3 = ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0(L_2, NULL);
		NullCheck(L_1);
		JsonProperty_set_PropertyType_m4D1F70CA66382EF37C95083B5B90310EFD44F9AF(L_1, L_3, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_4 = V_0;
		MemberInfo_t* L_5 = ___0_member;
		NullCheck(L_5);
		Type_t* L_6;
		L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_5);
		NullCheck(L_4);
		JsonProperty_set_DeclaringType_mCC360EE3878D9ADBBF43D9C0041CF0EE688D32BA_inline(L_4, L_6, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_7 = V_0;
		MemberInfo_t* L_8 = ___0_member;
		RuntimeObject* L_9;
		L_9 = VirtualFuncInvoker1< RuntimeObject*, MemberInfo_t* >::Invoke(21, __this, L_8);
		NullCheck(L_7);
		JsonProperty_set_ValueProvider_m3E52A4C43012A13A874804F1539A9F50CC54D4BA_inline(L_7, L_9, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_10 = V_0;
		MemberInfo_t* L_11 = ___0_member;
		ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B* L_12 = (ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B*)il2cpp_codegen_object_new(ReflectionAttributeProvider_t994FD01B502E0AEF1310FBA341D96F9403D8689B_il2cpp_TypeInfo_var);
		ReflectionAttributeProvider__ctor_mB3C1BFACEB11C9154E1B305F467E9ABDACB4E2EF(L_12, L_11, NULL);
		NullCheck(L_10);
		JsonProperty_set_AttributeProvider_m3FFF05C4EEE1FAAF5B733483B7416AF806DC052D_inline(L_10, L_12, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_13 = V_0;
		MemberInfo_t* L_14 = ___0_member;
		MemberInfo_t* L_15 = ___0_member;
		NullCheck(L_15);
		String_t* L_16;
		L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_15);
		MemberInfo_t* L_17 = ___0_member;
		NullCheck(L_17);
		Type_t* L_18;
		L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_17);
		int32_t L_19 = ___1_memberSerialization;
		DefaultContractResolver_SetPropertySettingsFromAttributes_m2F76CCB18F6416C34D521D8FE6B4A71F1E669F45(__this, L_13, L_14, L_16, L_18, L_19, (&V_1), NULL);
		int32_t L_20 = ___1_memberSerialization;
		if ((((int32_t)L_20) == ((int32_t)2)))
		{
			goto IL_0074;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_21 = V_0;
		MemberInfo_t* L_22 = ___0_member;
		bool L_23 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_24;
		L_24 = ReflectionUtils_CanReadMemberValue_mAEC74283BD7361EA0E00DB00DA4CA1701893E3CD(L_22, L_23, NULL);
		NullCheck(L_21);
		JsonProperty_set_Readable_m1AADD57C10234EA26128DF1CBED2C731E5104837_inline(L_21, L_24, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_25 = V_0;
		MemberInfo_t* L_26 = ___0_member;
		bool L_27 = V_1;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_28 = V_0;
		NullCheck(L_28);
		bool L_29;
		L_29 = JsonProperty_get_HasMemberAttribute_mD345EDBF9DFDBFC4E514FDBCAC56A8012AE2CE3D_inline(L_28, NULL);
		bool L_30;
		L_30 = ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994(L_26, L_27, L_29, NULL);
		NullCheck(L_25);
		JsonProperty_set_Writable_m758C34133078AAA8BC826D5F206D8B13FEA2E99E_inline(L_25, L_30, NULL);
		goto IL_0082;
	}

IL_0074:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_31 = V_0;
		NullCheck(L_31);
		JsonProperty_set_Readable_m1AADD57C10234EA26128DF1CBED2C731E5104837_inline(L_31, (bool)1, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_32 = V_0;
		NullCheck(L_32);
		JsonProperty_set_Writable_m758C34133078AAA8BC826D5F206D8B13FEA2E99E_inline(L_32, (bool)1, NULL);
	}

IL_0082:
	{
		bool L_33;
		L_33 = DefaultContractResolver_get_IgnoreShouldSerializeMembers_mB08D105D5BC2E1C9200C26D08F3CE796AC5EBF74_inline(__this, NULL);
		if (L_33)
		{
			goto IL_0097;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_34 = V_0;
		MemberInfo_t* L_35 = ___0_member;
		Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* L_36;
		L_36 = DefaultContractResolver_CreateShouldSerializeTest_m295E60C21E1BD022604D3E78517D0E97F3FD5FF4(__this, L_35, NULL);
		NullCheck(L_34);
		JsonProperty_set_ShouldSerialize_m46EE6AE304CECB231A5042488EA30F61A140741D_inline(L_34, L_36, NULL);
	}

IL_0097:
	{
		bool L_37;
		L_37 = DefaultContractResolver_get_IgnoreIsSpecifiedMembers_m37919B9AE898F5E0E3CFAFBF7C829EAD3DC66E65_inline(__this, NULL);
		if (L_37)
		{
			goto IL_00a8;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_38 = V_0;
		MemberInfo_t* L_39 = ___0_member;
		bool L_40 = V_1;
		DefaultContractResolver_SetIsSpecifiedActions_m659959226A92F854516014E205F5F96FAC52F99F(__this, L_38, L_39, L_40, NULL);
	}

IL_00a8:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_41 = V_0;
		return L_41;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_m2F76CCB18F6416C34D521D8FE6B4A71F1E669F45 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_property, RuntimeObject* ___1_attributeProvider, String_t* ___2_name, Type_t* ___3_declaringType, int32_t ___4_memberSerialization, bool* ___5_allowNonPublicAccess, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_mBB78FBB9F6C5FEF9B292AC1FF4AE49CF1CD62B78_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisIgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777_mFB6CC7EAB24B570171115842E070CF7196312516_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_mC9EEDA4A7519A9E7EB49DCCEA9A9296A3C401061_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850_m7A31E420758622A1DECA720FD4288DC9348347FB_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberInfo_t_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
		s_Il2CppMethodInitialized = true;
	}
	MemberInfo_t* V_0 = NULL;
	DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* V_1 = NULL;
	JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* V_2 = NULL;
	String_t* V_3 = NULL;
	bool V_4 = false;
	JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* V_5 = NULL;
	NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* V_6 = NULL;
	bool V_7 = false;
	bool V_8 = false;
	DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* V_9 = NULL;
	Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 V_10;
	memset((&V_10), 0, sizeof(V_10));
	Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 V_11;
	memset((&V_11), 0, sizeof(V_11));
	Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D V_12;
	memset((&V_12), 0, sizeof(V_12));
	Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 V_13;
	memset((&V_13), 0, sizeof(V_13));
	Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_14;
	memset((&V_14), 0, sizeof(V_14));
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_15;
	memset((&V_15), 0, sizeof(V_15));
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 V_16;
	memset((&V_16), 0, sizeof(V_16));
	bool V_17 = false;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B7_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B5_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B6_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B11_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B10_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B8_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B9_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B13_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B12_0 = NULL;
	Type_t* G_B14_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B14_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B16_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B15_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B22_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B18_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B17_0 = NULL;
	Type_t* G_B19_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B19_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B21_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B20_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B24_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B23_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B25_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B30_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B26_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B28_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B28_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B27_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B27_1 = NULL;
	JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* G_B29_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B29_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B29_2 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B41_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B31_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B33_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B33_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B32_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B32_1 = NULL;
	int32_t G_B34_0 = 0;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B34_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B34_2 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B36_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B36_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B35_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B35_1 = NULL;
	Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 G_B37_0;
	memset((&G_B37_0), 0, sizeof(G_B37_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B37_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B37_2 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B39_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B39_1 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B38_0 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B38_1 = NULL;
	Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 G_B40_0;
	memset((&G_B40_0), 0, sizeof(G_B40_0));
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B40_1 = NULL;
	JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* G_B40_2 = NULL;
	int32_t G_B47_0 = 0;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B51_0 = NULL;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B50_0 = NULL;
	int32_t G_B52_0 = 0;
	JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* G_B52_1 = NULL;
	{
		Type_t* L_0 = ___3_declaringType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* L_1;
		L_1 = JsonTypeReflector_GetDataContractAttribute_m6C5640D4E573853A4BD2B77D1CE353115322924E(L_0, NULL);
		RuntimeObject* L_2 = ___1_attributeProvider;
		V_0 = ((MemberInfo_t*)IsInstClass((RuntimeObject*)L_2, MemberInfo_t_il2cpp_TypeInfo_var));
		if (!L_1)
		{
			goto IL_0022;
		}
	}
	{
		MemberInfo_t* L_3 = V_0;
		bool L_4;
		L_4 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_3, (MemberInfo_t*)NULL, NULL);
		if (!L_4)
		{
			goto IL_0022;
		}
	}
	{
		MemberInfo_t* L_5 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_6;
		L_6 = JsonTypeReflector_GetDataMemberAttribute_m51F50871DCAA5A513B7E12A0AF003FA0ABC2237E(L_5, NULL);
		V_1 = L_6;
		goto IL_0024;
	}

IL_0022:
	{
		V_1 = (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73*)NULL;
	}

IL_0024:
	{
		RuntimeObject* L_7 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_8;
		L_8 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A(L_7, JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48_mAACCEC64887DB9E24094605D6C2F23603320A55A_RuntimeMethod_var);
		V_2 = L_8;
		RuntimeObject* L_9 = ___1_attributeProvider;
		JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* L_10;
		L_10 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9(L_9, JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647_mEEF4B7021CA5445CE0FA618F30814F772879E4A9_RuntimeMethod_var);
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_11 = V_2;
		if (!L_11)
		{
			G_B7_0 = L_10;
			goto IL_0048;
		}
		G_B5_0 = L_10;
	}
	{
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_12 = V_2;
		NullCheck(L_12);
		String_t* L_13;
		L_13 = JsonPropertyAttribute_get_PropertyName_m81E5C6785332B6EFABFA1C12BB999BA21AF86705_inline(L_12, NULL);
		if (!L_13)
		{
			G_B7_0 = G_B5_0;
			goto IL_0048;
		}
		G_B6_0 = G_B5_0;
	}
	{
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_14 = V_2;
		NullCheck(L_14);
		String_t* L_15;
		L_15 = JsonPropertyAttribute_get_PropertyName_m81E5C6785332B6EFABFA1C12BB999BA21AF86705_inline(L_14, NULL);
		V_3 = L_15;
		V_4 = (bool)1;
		G_B11_0 = G_B6_0;
		goto IL_0064;
	}

IL_0048:
	{
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_16 = V_1;
		if (!L_16)
		{
			G_B10_0 = G_B7_0;
			goto IL_005f;
		}
		G_B8_0 = G_B7_0;
	}
	{
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_17 = V_1;
		NullCheck(L_17);
		String_t* L_18;
		L_18 = DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E_inline(L_17, NULL);
		if (!L_18)
		{
			G_B10_0 = G_B8_0;
			goto IL_005f;
		}
		G_B9_0 = G_B8_0;
	}
	{
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_19 = V_1;
		NullCheck(L_19);
		String_t* L_20;
		L_20 = DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E_inline(L_19, NULL);
		V_3 = L_20;
		V_4 = (bool)1;
		G_B11_0 = G_B9_0;
		goto IL_0064;
	}

IL_005f:
	{
		String_t* L_21 = ___2_name;
		V_3 = L_21;
		V_4 = (bool)0;
		G_B11_0 = G_B10_0;
	}

IL_0064:
	{
		Type_t* L_22 = ___3_declaringType;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_23;
		L_23 = JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51(L_22, JsonTypeReflector_GetAttribute_TisJsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7_mFD038771E8525CB7267A6DED7369C66405C45B51_RuntimeMethod_var);
		V_5 = L_23;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_24 = V_2;
		if (L_24)
		{
			G_B13_0 = G_B11_0;
			goto IL_0073;
		}
		G_B12_0 = G_B11_0;
	}
	{
		G_B14_0 = ((Type_t*)(NULL));
		G_B14_1 = G_B12_0;
		goto IL_0079;
	}

IL_0073:
	{
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_25 = V_2;
		NullCheck(L_25);
		Type_t* L_26;
		L_26 = JsonPropertyAttribute_get_NamingStrategyType_mDA448745753DB2788F1DD9C1DD060BD6781B982C_inline(L_25, NULL);
		G_B14_0 = L_26;
		G_B14_1 = G_B13_0;
	}

IL_0079:
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_27;
		L_27 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(G_B14_0, (Type_t*)NULL, NULL);
		if (!L_27)
		{
			G_B16_0 = G_B14_1;
			goto IL_0096;
		}
		G_B15_0 = G_B14_1;
	}
	{
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_28 = V_2;
		NullCheck(L_28);
		Type_t* L_29;
		L_29 = JsonPropertyAttribute_get_NamingStrategyType_mDA448745753DB2788F1DD9C1DD060BD6781B982C_inline(L_28, NULL);
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_30 = V_2;
		NullCheck(L_30);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31;
		L_31 = JsonPropertyAttribute_get_NamingStrategyParameters_mB61BA6977E77B2AA2FAE52C881C6B53027DEEB93_inline(L_30, NULL);
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_32;
		L_32 = JsonTypeReflector_CreateNamingStrategyInstance_mC096C559625741FAD149A6707CCBCB6F88309E18(L_29, L_31, NULL);
		V_6 = L_32;
		G_B22_0 = G_B15_0;
		goto IL_00bf;
	}

IL_0096:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_33 = V_5;
		if (L_33)
		{
			G_B18_0 = G_B16_0;
			goto IL_009d;
		}
		G_B17_0 = G_B16_0;
	}
	{
		G_B19_0 = ((Type_t*)(NULL));
		G_B19_1 = G_B17_0;
		goto IL_00a4;
	}

IL_009d:
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_34 = V_5;
		NullCheck(L_34);
		Type_t* L_35;
		L_35 = JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline(L_34, NULL);
		G_B19_0 = L_35;
		G_B19_1 = G_B18_0;
	}

IL_00a4:
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_36;
		L_36 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(G_B19_0, (Type_t*)NULL, NULL);
		if (!L_36)
		{
			G_B21_0 = G_B19_1;
			goto IL_00b7;
		}
		G_B20_0 = G_B19_1;
	}
	{
		JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* L_37 = V_5;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_38;
		L_38 = JsonTypeReflector_GetContainerNamingStrategy_mCB8057434A25B711E8AF3C37083B41F996806AF1(L_37, NULL);
		V_6 = L_38;
		G_B22_0 = G_B20_0;
		goto IL_00bf;
	}

IL_00b7:
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_39;
		L_39 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		V_6 = L_39;
		G_B22_0 = G_B21_0;
	}

IL_00bf:
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_40 = V_6;
		if (!L_40)
		{
			G_B24_0 = G_B22_0;
			goto IL_00d5;
		}
		G_B23_0 = G_B22_0;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_41 = ___0_property;
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_42 = V_6;
		String_t* L_43 = V_3;
		bool L_44 = V_4;
		NullCheck(L_42);
		String_t* L_45;
		L_45 = VirtualFuncInvoker2< String_t*, String_t*, bool >::Invoke(4, L_42, L_43, L_44);
		NullCheck(L_41);
		JsonProperty_set_PropertyName_m9CED5A907D22FA06A57494405F5C1EE98E1054ED(L_41, L_45, NULL);
		G_B25_0 = G_B23_0;
		goto IL_00e2;
	}

IL_00d5:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_46 = ___0_property;
		String_t* L_47 = V_3;
		String_t* L_48;
		L_48 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(23, __this, L_47);
		NullCheck(L_46);
		JsonProperty_set_PropertyName_m9CED5A907D22FA06A57494405F5C1EE98E1054ED(L_46, L_48, NULL);
		G_B25_0 = G_B24_0;
	}

IL_00e2:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_49 = ___0_property;
		String_t* L_50 = ___2_name;
		NullCheck(L_49);
		JsonProperty_set_UnderlyingName_mC12C03A61DF03BE56C9F108E6C15D8DE5D0E4CCE_inline(L_49, L_50, NULL);
		V_7 = (bool)0;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_51 = V_2;
		if (!L_51)
		{
			G_B30_0 = G_B25_0;
			goto IL_01a6;
		}
		G_B26_0 = G_B25_0;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_52 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_53 = V_2;
		NullCheck(L_53);
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_54 = L_53->____required;
		NullCheck(L_52);
		L_52->____required = L_54;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_55 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_56 = V_2;
		NullCheck(L_56);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_57 = L_56->____order;
		NullCheck(L_55);
		JsonProperty_set_Order_mEDD3BA19A3946816500CBBFBC4F46F6B7B257774_inline(L_55, L_57, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_58 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_59 = V_2;
		NullCheck(L_59);
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_60 = L_59->____defaultValueHandling;
		NullCheck(L_58);
		JsonProperty_set_DefaultValueHandling_m86A51D1BF0A4C8A1AC1F175216335B9DD6B1D1B8_inline(L_58, L_60, NULL);
		V_7 = (bool)1;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_61 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_62 = V_2;
		NullCheck(L_62);
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_63 = L_62->____nullValueHandling;
		NullCheck(L_61);
		JsonProperty_set_NullValueHandling_m1975598294F96AAF9FB5C2EADBFA7A3B75B6B426_inline(L_61, L_63, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_64 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_65 = V_2;
		NullCheck(L_65);
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_66 = L_65->____referenceLoopHandling;
		NullCheck(L_64);
		JsonProperty_set_ReferenceLoopHandling_mF0D9D07EBAE26AC5B89CEC817700D81CA4A37C62_inline(L_64, L_66, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_67 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_68 = V_2;
		NullCheck(L_68);
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_69 = L_68->____objectCreationHandling;
		NullCheck(L_67);
		JsonProperty_set_ObjectCreationHandling_m3A11003CF805D723E78DF85DBD6F52CAC6175198_inline(L_67, L_69, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_70 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_71 = V_2;
		NullCheck(L_71);
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_72 = L_71->____typeNameHandling;
		NullCheck(L_70);
		JsonProperty_set_TypeNameHandling_m02D63F2A4611B9AFC60C04304CF8B3D0E5216134_inline(L_70, L_72, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_73 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_74 = V_2;
		NullCheck(L_74);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_75 = L_74->____isReference;
		NullCheck(L_73);
		JsonProperty_set_IsReference_mA04A81F2AB4228211644F28A9D128605A3C8BE76_inline(L_73, L_75, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_76 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_77 = V_2;
		NullCheck(L_77);
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_78 = L_77->____itemIsReference;
		NullCheck(L_76);
		JsonProperty_set_ItemIsReference_m18D38CB29FB7D25D4EDCB2810BB73DB9C0066DEB_inline(L_76, L_78, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_79 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_80 = V_2;
		NullCheck(L_80);
		Type_t* L_81;
		L_81 = JsonPropertyAttribute_get_ItemConverterType_m40009062EA3E6CB8F48F87883D49F31D92272BE4_inline(L_80, NULL);
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		bool L_82;
		L_82 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_81, (Type_t*)NULL, NULL);
		if (L_82)
		{
			G_B28_0 = L_79;
			G_B28_1 = G_B26_0;
			goto IL_0173;
		}
		G_B27_0 = L_79;
		G_B27_1 = G_B26_0;
	}
	{
		G_B29_0 = ((JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)(NULL));
		G_B29_1 = G_B27_0;
		G_B29_2 = G_B27_1;
		goto IL_0184;
	}

IL_0173:
	{
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_83 = V_2;
		NullCheck(L_83);
		Type_t* L_84;
		L_84 = JsonPropertyAttribute_get_ItemConverterType_m40009062EA3E6CB8F48F87883D49F31D92272BE4_inline(L_83, NULL);
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_85 = V_2;
		NullCheck(L_85);
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_86;
		L_86 = JsonPropertyAttribute_get_ItemConverterParameters_mB826BA3BB609B554C2A14322F87FABE38AA98B7C_inline(L_85, NULL);
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_87;
		L_87 = JsonTypeReflector_CreateJsonConverterInstance_m202D426DBCF696743A3A607AA9AD3F0E6DED1682(L_84, L_86, NULL);
		G_B29_0 = L_87;
		G_B29_1 = G_B28_0;
		G_B29_2 = G_B28_1;
	}

IL_0184:
	{
		NullCheck(G_B29_1);
		JsonProperty_set_ItemConverter_m0E9488FFFBC280CA54D5D58279F25F305303140B_inline(G_B29_1, G_B29_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_88 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_89 = V_2;
		NullCheck(L_89);
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_90 = L_89->____itemReferenceLoopHandling;
		NullCheck(L_88);
		JsonProperty_set_ItemReferenceLoopHandling_mEB8E34E485BFBCE173A075858772127C14790FC5_inline(L_88, L_90, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_91 = ___0_property;
		JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* L_92 = V_2;
		NullCheck(L_92);
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_93 = L_92->____itemTypeNameHandling;
		NullCheck(L_91);
		JsonProperty_set_ItemTypeNameHandling_m8B707B8D50203DDCF2C445BDD1C4D3CF0E14D93A_inline(L_91, L_93, NULL);
		G_B41_0 = G_B29_2;
		goto IL_0290;
	}

IL_01a6:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_94 = ___0_property;
		il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790));
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_95 = V_10;
		NullCheck(L_94);
		JsonProperty_set_NullValueHandling_m1975598294F96AAF9FB5C2EADBFA7A3B75B6B426_inline(L_94, L_95, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_96 = ___0_property;
		il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77));
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_97 = V_11;
		NullCheck(L_96);
		JsonProperty_set_ReferenceLoopHandling_mF0D9D07EBAE26AC5B89CEC817700D81CA4A37C62_inline(L_96, L_97, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_98 = ___0_property;
		il2cpp_codegen_initobj((&V_12), sizeof(Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D));
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_99 = V_12;
		NullCheck(L_98);
		JsonProperty_set_ObjectCreationHandling_m3A11003CF805D723E78DF85DBD6F52CAC6175198_inline(L_98, L_99, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_100 = ___0_property;
		il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0));
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_101 = V_13;
		NullCheck(L_100);
		JsonProperty_set_TypeNameHandling_m02D63F2A4611B9AFC60C04304CF8B3D0E5216134_inline(L_100, L_101, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_102 = ___0_property;
		il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_103 = V_14;
		NullCheck(L_102);
		JsonProperty_set_IsReference_mA04A81F2AB4228211644F28A9D128605A3C8BE76_inline(L_102, L_103, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_104 = ___0_property;
		il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_105 = V_14;
		NullCheck(L_104);
		JsonProperty_set_ItemIsReference_m18D38CB29FB7D25D4EDCB2810BB73DB9C0066DEB_inline(L_104, L_105, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_106 = ___0_property;
		NullCheck(L_106);
		JsonProperty_set_ItemConverter_m0E9488FFFBC280CA54D5D58279F25F305303140B_inline(L_106, (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)NULL, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_107 = ___0_property;
		il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77));
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_108 = V_11;
		NullCheck(L_107);
		JsonProperty_set_ItemReferenceLoopHandling_mEB8E34E485BFBCE173A075858772127C14790FC5_inline(L_107, L_108, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_109 = ___0_property;
		il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0));
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_110 = V_13;
		NullCheck(L_109);
		JsonProperty_set_ItemTypeNameHandling_m8B707B8D50203DDCF2C445BDD1C4D3CF0E14D93A_inline(L_109, L_110, NULL);
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_111 = V_1;
		if (!L_111)
		{
			G_B41_0 = G_B30_0;
			goto IL_0290;
		}
		G_B31_0 = G_B30_0;
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_112 = ___0_property;
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_113 = V_1;
		NullCheck(L_113);
		bool L_114;
		L_114 = DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73_inline(L_113, NULL);
		if (L_114)
		{
			G_B33_0 = L_112;
			G_B33_1 = G_B31_0;
			goto IL_023c;
		}
		G_B32_0 = L_112;
		G_B32_1 = G_B31_0;
	}
	{
		G_B34_0 = 0;
		G_B34_1 = G_B32_0;
		G_B34_2 = G_B32_1;
		goto IL_023d;
	}

IL_023c:
	{
		G_B34_0 = 1;
		G_B34_1 = G_B33_0;
		G_B34_2 = G_B33_1;
	}

IL_023d:
	{
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_115;
		memset((&L_115), 0, sizeof(L_115));
		Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8((&L_115), G_B34_0, Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
		NullCheck(G_B34_1);
		G_B34_1->____required = L_115;
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_116 = ___0_property;
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_117 = V_1;
		NullCheck(L_117);
		int32_t L_118;
		L_118 = DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956_inline(L_117, NULL);
		if ((!(((uint32_t)L_118) == ((uint32_t)(-1)))))
		{
			G_B36_0 = L_116;
			G_B36_1 = G_B34_2;
			goto IL_025d;
		}
		G_B35_0 = L_116;
		G_B35_1 = G_B34_2;
	}
	{
		il2cpp_codegen_initobj((&V_15), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_119 = V_15;
		G_B37_0 = L_119;
		G_B37_1 = G_B35_0;
		G_B37_2 = G_B35_1;
		goto IL_0268;
	}

IL_025d:
	{
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_120 = V_1;
		NullCheck(L_120);
		int32_t L_121;
		L_121 = DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956_inline(L_120, NULL);
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_122;
		memset((&L_122), 0, sizeof(L_122));
		Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_122), L_121, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
		G_B37_0 = L_122;
		G_B37_1 = G_B36_0;
		G_B37_2 = G_B36_1;
	}

IL_0268:
	{
		NullCheck(G_B37_1);
		JsonProperty_set_Order_mEDD3BA19A3946816500CBBFBC4F46F6B7B257774_inline(G_B37_1, G_B37_0, NULL);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_123 = ___0_property;
		DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* L_124 = V_1;
		NullCheck(L_124);
		bool L_125;
		L_125 = DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8_inline(L_124, NULL);
		if (!L_125)
		{
			G_B39_0 = L_123;
			G_B39_1 = G_B37_2;
			goto IL_0282;
		}
		G_B38_0 = L_123;
		G_B38_1 = G_B37_2;
	}
	{
		il2cpp_codegen_initobj((&V_16), sizeof(Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8));
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_126 = V_16;
		G_B40_0 = L_126;
		G_B40_1 = G_B38_0;
		G_B40_2 = G_B38_1;
		goto IL_0288;
	}

IL_0282:
	{
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_127;
		memset((&L_127), 0, sizeof(L_127));
		Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7((&L_127), 1, Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
		G_B40_0 = L_127;
		G_B40_1 = G_B39_0;
		G_B40_2 = G_B39_1;
	}

IL_0288:
	{
		NullCheck(G_B40_1);
		JsonProperty_set_DefaultValueHandling_m86A51D1BF0A4C8A1AC1F175216335B9DD6B1D1B8_inline(G_B40_1, G_B40_0, NULL);
		V_7 = (bool)1;
		G_B41_0 = G_B40_2;
	}

IL_0290:
	{
		if (!G_B41_0)
		{
			goto IL_02a1;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_128 = ___0_property;
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_129;
		memset((&L_129), 0, sizeof(L_129));
		Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8((&L_129), 2, Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
		NullCheck(L_128);
		L_128->____required = L_129;
		V_7 = (bool)1;
	}

IL_02a1:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_130 = ___0_property;
		bool L_131 = V_7;
		NullCheck(L_130);
		JsonProperty_set_HasMemberAttribute_m92865493E79053F8C02419E5B7798CA7758ED374_inline(L_130, L_131, NULL);
		RuntimeObject* L_132 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850* L_133;
		L_133 = JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850_m7A31E420758622A1DECA720FD4288DC9348347FB(L_132, JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850_m7A31E420758622A1DECA720FD4288DC9348347FB_RuntimeMethod_var);
		if (L_133)
		{
			goto IL_02c1;
		}
	}
	{
		RuntimeObject* L_134 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* L_135;
		L_135 = JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_mC9EEDA4A7519A9E7EB49DCCEA9A9296A3C401061(L_134, JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E_mC9EEDA4A7519A9E7EB49DCCEA9A9296A3C401061_RuntimeMethod_var);
		if (L_135)
		{
			goto IL_02c1;
		}
	}
	{
		RuntimeObject* L_136 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		bool L_137;
		L_137 = JsonTypeReflector_IsNonSerializable_m97BE43CF84C7A7EBC0ED45FE18A8A9BE10DE49CA(L_136, NULL);
		G_B47_0 = ((int32_t)(L_137));
		goto IL_02c2;
	}

IL_02c1:
	{
		G_B47_0 = 1;
	}

IL_02c2:
	{
		V_8 = (bool)G_B47_0;
		int32_t L_138 = ___4_memberSerialization;
		if ((((int32_t)L_138) == ((int32_t)1)))
		{
			goto IL_02e4;
		}
	}
	{
		V_17 = (bool)0;
		RuntimeObject* L_139 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777* L_140;
		L_140 = JsonTypeReflector_GetAttribute_TisIgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777_mFB6CC7EAB24B570171115842E070CF7196312516(L_139, JsonTypeReflector_GetAttribute_TisIgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777_mFB6CC7EAB24B570171115842E070CF7196312516_RuntimeMethod_var);
		V_17 = (bool)((!(((RuntimeObject*)(IgnoreDataMemberAttribute_tC1AC455123E5BF654B22396F3E5CB1C514D86777*)L_140) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_141 = ___0_property;
		bool L_142 = V_8;
		bool L_143 = V_17;
		NullCheck(L_141);
		JsonProperty_set_Ignored_m1F9CA36C6C94DD3E563A4A1C8462DE5FBA6F5558_inline(L_141, (bool)((int32_t)((int32_t)L_142|(int32_t)L_143)), NULL);
		goto IL_02f6;
	}

IL_02e4:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_144 = ___0_property;
		bool L_145 = V_8;
		if (L_145)
		{
			G_B51_0 = L_144;
			goto IL_02f0;
		}
		G_B50_0 = L_144;
	}
	{
		bool L_146 = V_7;
		G_B52_0 = ((((int32_t)L_146) == ((int32_t)0))? 1 : 0);
		G_B52_1 = G_B50_0;
		goto IL_02f1;
	}

IL_02f0:
	{
		G_B52_0 = 1;
		G_B52_1 = G_B51_0;
	}

IL_02f1:
	{
		NullCheck(G_B52_1);
		JsonProperty_set_Ignored_m1F9CA36C6C94DD3E563A4A1C8462DE5FBA6F5558_inline(G_B52_1, (bool)G_B52_0, NULL);
	}

IL_02f6:
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_147 = ___0_property;
		RuntimeObject* L_148 = ___1_attributeProvider;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_149;
		L_149 = JsonTypeReflector_GetJsonConverter_mBB62F7EE987E98076594D2E89C4BEDDC0B8D72D8(L_148, NULL);
		NullCheck(L_147);
		JsonProperty_set_Converter_mFC9963279952098BC4C2C67CB585A48EF9C725D8_inline(L_147, L_149, NULL);
		RuntimeObject* L_150 = ___1_attributeProvider;
		DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_151;
		L_151 = JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_mBB78FBB9F6C5FEF9B292AC1FF4AE49CF1CD62B78(L_150, JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_mBB78FBB9F6C5FEF9B292AC1FF4AE49CF1CD62B78_RuntimeMethod_var);
		V_9 = L_151;
		DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_152 = V_9;
		if (!L_152)
		{
			goto IL_031b;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_153 = ___0_property;
		DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_154 = V_9;
		NullCheck(L_154);
		RuntimeObject* L_155;
		L_155 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7, L_154);
		NullCheck(L_153);
		JsonProperty_set_DefaultValue_m8246A51C252AD8DBF71E897378DBE35169A645A0(L_153, L_155, NULL);
	}

IL_031b:
	{
		bool* L_156 = ___5_allowNonPublicAccess;
		*((int8_t*)L_156) = (int8_t)0;
		int32_t L_157;
		L_157 = DefaultContractResolver_get_DefaultMembersSearchFlags_m549575E45ED95951C372501916FB4123B6E6D7E0_inline(__this, NULL);
		if ((!(((uint32_t)((int32_t)((int32_t)L_157&((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
		{
			goto IL_0330;
		}
	}
	{
		bool* L_158 = ___5_allowNonPublicAccess;
		*((int8_t*)L_158) = (int8_t)1;
	}

IL_0330:
	{
		bool L_159 = V_7;
		if (!L_159)
		{
			goto IL_0338;
		}
	}
	{
		bool* L_160 = ___5_allowNonPublicAccess;
		*((int8_t*)L_160) = (int8_t)1;
	}

IL_0338:
	{
		int32_t L_161 = ___4_memberSerialization;
		if ((!(((uint32_t)L_161) == ((uint32_t)2))))
		{
			goto IL_0341;
		}
	}
	{
		bool* L_162 = ___5_allowNonPublicAccess;
		*((int8_t*)L_162) = (int8_t)1;
	}

IL_0341:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* DefaultContractResolver_CreateShouldSerializeTest_m295E60C21E1BD022604D3E78517D0E97F3FD5FF4 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, MemberInfo_t* ___0_member, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass80_0_U3CCreateShouldSerializeTestU3Eb__0_mF94637D6A6081AED9FF6301EAA59FBCDFA2BB50E_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07* V_0 = NULL;
	MethodInfo_t* V_1 = NULL;
	{
		U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07* L_0 = (U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass80_0__ctor_mD53B53B97331F610A18982B8C478A83F5E5B881B(L_0, NULL);
		V_0 = L_0;
		MemberInfo_t* L_1 = ___0_member;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_1);
		MemberInfo_t* L_3 = ___0_member;
		NullCheck(L_3);
		String_t* L_4;
		L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_3);
		String_t* L_5;
		L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC, L_4, NULL);
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = ((ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var))->___EmptyTypes;
		NullCheck(L_2);
		MethodInfo_t* L_7;
		L_7 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_2, L_5, L_6, NULL);
		V_1 = L_7;
		MethodInfo_t* L_8 = V_1;
		bool L_9;
		L_9 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_8, (MethodInfo_t*)NULL, NULL);
		if (L_9)
		{
			goto IL_0047;
		}
	}
	{
		MethodInfo_t* L_10 = V_1;
		NullCheck(L_10);
		Type_t* L_11;
		L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_10);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.boolean_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_13;
		L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL);
		bool L_14;
		L_14 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_11, L_13, NULL);
		if (!L_14)
		{
			goto IL_0049;
		}
	}

IL_0047:
	{
		return (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12*)NULL;
	}

IL_0049:
	{
		U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07* L_15 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_16;
		L_16 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MethodInfo_t* L_17 = V_1;
		NullCheck(L_16);
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_18;
		L_18 = GenericVirtualFuncInvoker1< MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270*, MethodBase_t* >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m43750E6BEA80F52BB2D9C29578A9102160377762_RuntimeMethod_var, L_16, L_17);
		NullCheck(L_15);
		L_15->___shouldSerializeCall = L_18;
		Il2CppCodeGenWriteBarrier((void**)(&L_15->___shouldSerializeCall), (void*)L_18);
		U3CU3Ec__DisplayClass80_0_t5463C06992BA5395260CE479A70C96AE081ADA07* L_19 = V_0;
		Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* L_20 = (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12*)il2cpp_codegen_object_new(Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12_il2cpp_TypeInfo_var);
		Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20(L_20, L_19, (intptr_t)((void*)U3CU3Ec__DisplayClass80_0_U3CCreateShouldSerializeTestU3Eb__0_mF94637D6A6081AED9FF6301EAA59FBCDFA2BB50E_RuntimeMethod_var), NULL);
		return L_20;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m659959226A92F854516014E205F5F96FAC52F99F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* ___0_property, MemberInfo_t* ___1_member, bool ___2_allowNonPublicAccess, const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass81_0_U3CSetIsSpecifiedActionsU3Eb__0_m08EC31CAF4D0040FF173459F7806DB214729E8E9_RuntimeMethod_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384);
		s_Il2CppMethodInitialized = true;
	}
	U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209* V_0 = NULL;
	MemberInfo_t* V_1 = NULL;
	{
		U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209* L_0 = (U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209_il2cpp_TypeInfo_var);
		U3CU3Ec__DisplayClass81_0__ctor_m7A093EF67B372FDBF32704EF1CCC1D51F90BB85B(L_0, NULL);
		V_0 = L_0;
		MemberInfo_t* L_1 = ___1_member;
		NullCheck(L_1);
		Type_t* L_2;
		L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_1);
		MemberInfo_t* L_3 = ___1_member;
		NullCheck(L_3);
		String_t* L_4;
		L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_3);
		String_t* L_5;
		L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_4, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, NULL);
		NullCheck(L_2);
		PropertyInfo_t* L_6;
		L_6 = Type_GetProperty_m6E63875E6098E89250149F4E76FAD40844708391(L_2, L_5, ((int32_t)52), NULL);
		V_1 = L_6;
		MemberInfo_t* L_7 = V_1;
		bool L_8;
		L_8 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_7, (MemberInfo_t*)NULL, NULL);
		if (!L_8)
		{
			goto IL_004b;
		}
	}
	{
		MemberInfo_t* L_9 = ___1_member;
		NullCheck(L_9);
		Type_t* L_10;
		L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_9);
		MemberInfo_t* L_11 = ___1_member;
		NullCheck(L_11);
		String_t* L_12;
		L_12 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_11);
		String_t* L_13;
		L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_12, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, NULL);
		NullCheck(L_10);
		FieldInfo_t* L_14;
		L_14 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(87, L_10, L_13, ((int32_t)52));
		V_1 = L_14;
	}

IL_004b:
	{
		MemberInfo_t* L_15 = V_1;
		bool L_16;
		L_16 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_15, (MemberInfo_t*)NULL, NULL);
		if (L_16)
		{
			goto IL_006b;
		}
	}
	{
		MemberInfo_t* L_17 = V_1;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		Type_t* L_18;
		L_18 = ReflectionUtils_GetMemberUnderlyingType_mB8BC2C0D7728CF137E88B887AEDC8A93163470C0(L_17, NULL);
		RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (&il2cpp_defaults.boolean_class->byval_arg) };
		il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
		Type_t* L_20;
		L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL);
		bool L_21;
		L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_18, L_20, NULL);
		if (!L_21)
		{
			goto IL_006c;
		}
	}

IL_006b:
	{
		return;
	}

IL_006c:
	{
		U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209* L_22 = V_0;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_23;
		L_23 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MemberInfo_t* L_24 = V_1;
		NullCheck(L_23);
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_25;
		L_25 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1(L_23, L_24, ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mFD0E7ED5D6C4166B456D854AC3CA169225E432F1_RuntimeMethod_var);
		NullCheck(L_22);
		L_22->___specifiedPropertyGet = L_25;
		Il2CppCodeGenWriteBarrier((void**)(&L_22->___specifiedPropertyGet), (void*)L_25);
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_26 = ___0_property;
		U3CU3Ec__DisplayClass81_0_t1332460198537D0140757EA3AE87E3348FD62209* L_27 = V_0;
		Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* L_28 = (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12*)il2cpp_codegen_object_new(Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12_il2cpp_TypeInfo_var);
		Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20(L_28, L_27, (intptr_t)((void*)U3CU3Ec__DisplayClass81_0_U3CSetIsSpecifiedActionsU3Eb__0_m08EC31CAF4D0040FF173459F7806DB214729E8E9_RuntimeMethod_var), NULL);
		NullCheck(L_26);
		JsonProperty_set_GetIsSpecified_mC836374B47C73B17A7860AF08F28FB8B49C81F28_inline(L_26, L_28, NULL);
		MemberInfo_t* L_29 = V_1;
		bool L_30 = ___2_allowNonPublicAccess;
		il2cpp_codegen_runtime_class_init_inline(ReflectionUtils_tAF70075D68E65666CDD73C84AB0BDE41A87C9E02_il2cpp_TypeInfo_var);
		bool L_31;
		L_31 = ReflectionUtils_CanSetMemberValue_m84DD2635E730746FEB493F99AFBB98C41090A994(L_29, L_30, (bool)0, NULL);
		if (!L_31)
		{
			goto IL_00aa;
		}
	}
	{
		JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* L_32 = ___0_property;
		il2cpp_codegen_runtime_class_init_inline(JsonTypeReflector_t367C9968A0B763401F51F0A38B6CCA19EDC92A35_il2cpp_TypeInfo_var);
		ReflectionDelegateFactory_t33E37F4C07B3A1F415AA97A5C5F7F5A1662A8574* L_33;
		L_33 = JsonTypeReflector_get_ReflectionDelegateFactory_m924B16B5A02C8F4815333C06D1BD731450980A51(NULL);
		MemberInfo_t* L_34 = V_1;
		NullCheck(L_33);
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_35;
		L_35 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B(L_33, L_34, ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m120B1466B941D7DDDDAB17165F51BB6A29776A7B_RuntimeMethod_var);
		NullCheck(L_32);
		JsonProperty_set_SetIsSpecified_m177EC7F85AA7A3059301906F3DB393B5C16A950C_inline(L_32, L_35, NULL);
	}

IL_00aa:
	{
		return;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolvePropertyName_mF1402600A96B19B20715D222FE9F45E78AED400B (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, String_t* ___0_propertyName, const RuntimeMethod* method) 
{
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0;
		L_0 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		if (!L_0)
		{
			goto IL_0016;
		}
	}
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_1;
		L_1 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		String_t* L_2 = ___0_propertyName;
		NullCheck(L_1);
		String_t* L_3;
		L_3 = VirtualFuncInvoker2< String_t*, String_t*, bool >::Invoke(4, L_1, L_2, (bool)0);
		return L_3;
	}

IL_0016:
	{
		String_t* L_4 = ___0_propertyName;
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolveExtensionDataName_m2F9EA3897B7469CC020BD0721A040F17BAC5561C (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, String_t* ___0_extensionDataName, const RuntimeMethod* method) 
{
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0;
		L_0 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		if (!L_0)
		{
			goto IL_0015;
		}
	}
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_1;
		L_1 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		String_t* L_2 = ___0_extensionDataName;
		NullCheck(L_1);
		String_t* L_3;
		L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(5, L_1, L_2);
		return L_3;
	}

IL_0015:
	{
		String_t* L_4 = ___0_extensionDataName;
		return L_4;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolveDictionaryKey_m6D69FA89770161DFC3CD1E7619698D64B3CF8B2F (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, String_t* ___0_dictionaryKey, const RuntimeMethod* method) 
{
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0;
		L_0 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		if (!L_0)
		{
			goto IL_0015;
		}
	}
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_1;
		L_1 = DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline(__this, NULL);
		String_t* L_2 = ___0_dictionaryKey;
		NullCheck(L_1);
		String_t* L_3;
		L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_1, L_2);
		return L_3;
	}

IL_0015:
	{
		String_t* L_4 = ___0_dictionaryKey;
		String_t* L_5;
		L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(23, __this, L_4);
		return L_5;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetResolvedPropertyName_m1934B029B73CD108AECF3A916CB3F5172E4FD073 (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, String_t* ___0_propertyName, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_propertyName;
		String_t* L_1;
		L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(23, __this, L_0);
		return L_1;
	}
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__cctor_m33FAF927613DCD98A37DB435848F063D6DBCB2B7 (const RuntimeMethod* method) 
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5B333A6FE127ABB1B51BFBECF3A03D6DA34741);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC15794DEFBE3453617E107C1B94FB66C79190806);
		il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE6BA44DADA6A60279DD4D337EEF1E75234BBD8);
		s_Il2CppMethodInitialized = true;
	}
	{
		DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* L_0 = (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD*)il2cpp_codegen_object_new(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
		DefaultContractResolver__ctor_m52F3E230F523349797B923489423735999EA4A4E(L_0, NULL);
		((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->____instance = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->____instance), (void*)L_0);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralC15794DEFBE3453617E107C1B94FB66C79190806);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralCAE6BA44DADA6A60279DD4D337EEF1E75234BBD8);
		StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral7B5B333A6FE127ABB1B51BFBECF3A03D6DA34741);
		((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BlacklistedTypeNames = L_4;
		Il2CppCodeGenWriteBarrier((void**)(&((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BlacklistedTypeNames), (void*)L_4);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_5 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_6 = L_5;
		EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA* L_7 = (EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA*)il2cpp_codegen_object_new(EntityKeyMemberConverter_t50A9E4B7A651FC38D5CC185D18A8CDC5CD98BEFA_il2cpp_TypeInfo_var);
		EntityKeyMemberConverter__ctor_m916EA3DA111ABF562E9D4E96A4C3D9EC2BA52178(L_7, NULL);
		NullCheck(L_6);
		ArrayElementTypeCheck (L_6, L_7);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_7);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_8 = L_6;
		ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7* L_9 = (ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7*)il2cpp_codegen_object_new(ExpandoObjectConverter_t1A2C166C5110D4F314A7FDC6A1B6DE04BCA297F7_il2cpp_TypeInfo_var);
		ExpandoObjectConverter__ctor_mFC7A8D40F77AF959FD0415ED3FEE1D104F1D283D(L_9, NULL);
		NullCheck(L_8);
		ArrayElementTypeCheck (L_8, L_9);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_9);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_10 = L_8;
		XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_11 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
		XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_11, NULL);
		NullCheck(L_10);
		ArrayElementTypeCheck (L_10, L_11);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_11);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_12 = L_10;
		BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4* L_13 = (BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4*)il2cpp_codegen_object_new(BinaryConverter_t9144F869C540082ED393039F11E836F0FB15C4F4_il2cpp_TypeInfo_var);
		BinaryConverter__ctor_m6A759CAB2FA8F38DCEF840B9DF367F2EBDC0845E(L_13, NULL);
		NullCheck(L_12);
		ArrayElementTypeCheck (L_12, L_13);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_13);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_14 = L_12;
		DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846* L_15 = (DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846*)il2cpp_codegen_object_new(DataSetConverter_t63B653DA1253E8FD8728A97EE9EB4C5444882846_il2cpp_TypeInfo_var);
		DataSetConverter__ctor_m52A60FA89343C9EF407ABAB90398C8192A8AE689(L_15, NULL);
		NullCheck(L_14);
		ArrayElementTypeCheck (L_14, L_15);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_15);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_16 = L_14;
		DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E* L_17 = (DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E*)il2cpp_codegen_object_new(DataTableConverter_t536E81ADD4F3D56FFEA87AACB16274DFDE05000E_il2cpp_TypeInfo_var);
		DataTableConverter__ctor_m6B1444049E7E7298BA10F1C1E6B1C9E7EBFF1830(L_17, NULL);
		NullCheck(L_16);
		ArrayElementTypeCheck (L_16, L_17);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_17);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_18 = L_16;
		DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39* L_19 = (DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39*)il2cpp_codegen_object_new(DiscriminatedUnionConverter_tD9AE3A42E00D5A2F42866143E3F9CE9818FD8E39_il2cpp_TypeInfo_var);
		DiscriminatedUnionConverter__ctor_m9BE86542B2BCF9E2CAAE778EE97CACFF9F7C2DD1(L_19, NULL);
		NullCheck(L_18);
		ArrayElementTypeCheck (L_18, L_19);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(6), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_19);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_20 = L_18;
		KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413* L_21 = (KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413*)il2cpp_codegen_object_new(KeyValuePairConverter_t1E679E4477B1456F7A261B3CF60B2D566C2F6413_il2cpp_TypeInfo_var);
		KeyValuePairConverter__ctor_mE945E5DD56F012CBB65CD6213B18365A89B23EEC(L_21, NULL);
		NullCheck(L_20);
		ArrayElementTypeCheck (L_20, L_21);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(7), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_21);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_22 = L_20;
		BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A* L_23 = (BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A*)il2cpp_codegen_object_new(BsonObjectIdConverter_t1DB1470F9AE990BBAB52249A233F9C09A943B40A_il2cpp_TypeInfo_var);
		BsonObjectIdConverter__ctor_m9A8067BEF8BF07BEC8A7FA3E956475540E4E495C(L_23, NULL);
		NullCheck(L_22);
		ArrayElementTypeCheck (L_22, L_23);
		(L_22)->SetAt(static_cast<il2cpp_array_size_t>(8), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_23);
		JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_24 = L_22;
		RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1* L_25 = (RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1*)il2cpp_codegen_object_new(RegexConverter_t4AC8A97C210552E88723F68EDDC9EF1000FA8FC1_il2cpp_TypeInfo_var);
		RegexConverter__ctor_mC1D5166D65F3777509842BB033FC4111EB826167(L_25, NULL);
		NullCheck(L_24);
		ArrayElementTypeCheck (L_24, L_25);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_25);
		((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BuiltInConverters = L_24;
		Il2CppCodeGenWriteBarrier((void**)(&((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->___BuiltInConverters), (void*)L_24);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method) 
{
	{
		double L_0 = ___0_d;
		int64_t L_1;
		L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
		return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method) 
{
	{
		double L_0 = ___0_d;
		return (bool)((((double)L_0) == ((double)(std::numeric_limits<double>::infinity())))? 1 : 0);
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) 
{
	{
		double L_0 = ___0_d;
		int64_t L_1;
		L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
		return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 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 int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) 
{
	{
		int64_t L_0 = __this->____ticks;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____startIndex;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____length;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___0_ticks, const RuntimeMethod* method) 
{
	{
		int64_t L_0 = ___0_ticks;
		__this->____ticks = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* GetMemberBinder_get_Name_mCE0671772897ED1E0575E3BE2C06CAB8D52019C4_inline (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GetMemberBinder_get_IgnoreCase_mB2924A5209BB108C50B5DDB5C8B2C781F34631CD_inline (GetMemberBinder_t8D02CC2255370A525D6657487C0A7EB1DDD225B3* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreCaseU3Ek__BackingField;
		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 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 String_t* SetMemberBinder_get_Name_mE683668DE73BFB110F155E377E26B506960A7B42_inline (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SetMemberBinder_get_IgnoreCase_m41897B494A2B432A9D7C437C9C54AC51853E33AB_inline (SetMemberBinder_t0D70ED9A9888FF8074796DF76600BDBA3104C55F* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreCaseU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CTestU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) 
{
	{
		Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CIfTrueU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMemberAttribute_get_Value_mB41126B613B9FD1CD8A05D08FCEC4B6663864BE9_inline (EnumMemberAttribute_t65B5E85E642C96791DD6AE5EAD0276350954126F* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_FSharpCoreAssembly_m32C9B6A87994E00C34378B4B7C39B2E26C0C6506_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Assembly_t* ___0_value, const RuntimeMethod* method) 
{
	{
		Assembly_t* L_0 = ___0_value;
		__this->___U3CFSharpCoreAssemblyU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CFSharpCoreAssemblyU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_IsUnion_m8FCC8731B64FE062A4E1D311940B5F5B599A0A3A_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CIsUnionU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIsUnionU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCases_m6149ED7891791ABDC0D92F829F7089FD24BD9700_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CGetUnionCasesU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCasesU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionTagReader_m847B8584BDDE2A8A3CF3C3F67E256D86FC3E5EBC_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionTagReaderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionTagReaderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionReader_m9DB56755B6E02862BC06346DE42EFB80F20BE07D_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionReaderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionReaderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_PreComputeUnionConstructor_mA9DBD858EA7027535AA2B08A9BA72A051FBA517D_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CPreComputeUnionConstructorU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPreComputeUnionConstructorU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoName_mFA1AF36D4D226B197D5A30F741FA99D340053863_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoTag_m03CFCF109DAE145593C6DAAF4E0415C4F12F389B_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoTagU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoTagU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoDeclaringType_mDBBCAAB7E10D51DF946D4D7D6FFF052DC1640AA5_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoDeclaringTypeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FSharpUtils_set_GetUnionCaseInfoFields_m0A5E55FD9DFC698AD9FF477B2BE107CE0ECF3BDD_inline (FSharpUtils_t6E5D3F084219E7DE1901A716A194B2237A7A99AD* __this, MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* ___0_value, const RuntimeMethod* method) 
{
	{
		MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* L_0 = ___0_value;
		__this->___U3CGetUnionCaseInfoFieldsU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetUnionCaseInfoFieldsU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_CreatedTypeName_mB6C5E4C0083F30B8A3E973B27B1743BA72E01688_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CCreatedTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_BuilderTypeName_m45D8747B2EECD911E9B60C009A1E6A5FA2CC0416_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CBuilderTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_ContractTypeName_m47BA9C385AB128EE5E9738349A9E03A8EEAF3031_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CContractTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContractTypeNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_CreatedTypeName_mDD7FC89BF73B105C1D0B1E3636015595A61BFF28_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CCreatedTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCreatedTypeNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ImmutableCollectionTypeInfo_set_BuilderTypeName_mF5E3F9EC7F19DC62CC67FC65D15E5FE7E0B6390E_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CBuilderTypeNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CBuilderTypeNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ImmutableCollectionTypeInfo_get_ContractTypeName_m8D183787036FB024B123860C9BBC82DB9567E1FE_inline (ImmutableCollectionTypeInfo_tABA4F728A9A2BA1C6AB88F6BFD1FF9F0C936E685* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CContractTypeNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m11F407DD2A6380C05E18A03E8425A5175A0D3FD8_inline (ReflectionObject_tBC7C0875C7434F4B89AC4948A4ECBD5CF84AE2E7* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->___U3CMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_tACBF5A1656250800CE861707354491F0611F6624* ReflectionMember_get_Getter_mED1E4624E99FB9D6DDF293693EFFBF3DA290DE83_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = __this->___U3CGetterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ReflectionMember_get_Setter_mBBFE1CEC2ABEB9C80FA03A3C36D1978B3EE0B02E_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_0 = __this->___U3CSetterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ReflectionMember_get_MemberType_m434D9AB83992981B6F6E5E0641CEA721A590F664_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CMemberTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_m75ECB835C1A8B2DD3E802D1631B32D3B6CA75187_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_tACBF5A1656250800CE861707354491F0611F6624* L_0 = ___0_value;
		__this->___U3CGetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m7B146640EE159DD3226E47E5383DFD8AD5A1E715_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_value, const RuntimeMethod* method) 
{
	{
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_0 = ___0_value;
		__this->___U3CSetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m910CD710E590680C35E3663BDC07074A691C4CF3_inline (ReflectionMember_t4AD99222DEF2117A211A5835C05216E759D9605E* __this, Type_t* ___0_value, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_value;
		__this->___U3CMemberTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMemberTypeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____position;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___0_value, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_value;
		__this->____position = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) 
{
	{
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_ProcessDictionaryKeys_m106CC9FF7F8399DCEC6FA1E17FD1BCE7AC7E057D_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CProcessDictionaryKeysU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_OverrideSpecifiedNames_m15DD4961756DF3279E8A03CD1E520A1E4920BD95_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3COverrideSpecifiedNamesU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamingStrategy_set_ProcessExtensionDataNames_m62D2B1108D3AC587289C010AB4BFEB9150E8A43B_inline (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CProcessExtensionDataNamesU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_m33F292D8EF5C738E272B51111A1E8F617163FEC3_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CIgnoreSerializableAttributeU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m8CD7B21923CC6D975DCD3F00157E090038751791_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, int32_t ___0_value, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_value;
		__this->___U3CDefaultMembersSearchFlagsU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m1164B44EB2ECF3D091F44D780C95B131B5BE0144_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreSerializableAttributeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m549575E45ED95951C372501916FB4123B6E6D7E0_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CDefaultMembersSearchFlagsU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mDA7E3E17547CE3D23DDE5B794A9C3E7584A11690_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_mF9F1037CB899F4051EF74DE5AA4C4305B7635E2F_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, int32_t ___0_value, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = ___0_value;
		__this->___U3CMemberSerializationU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* JsonObjectContract_get_Properties_m7074363E992F9DC8149D08D884F0C055108D5AE6_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, const RuntimeMethod* method) 
{
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_0 = __this->___U3CPropertiesU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m7D72CAE3141E92134D1EFF6E16F3E42261E83D64_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___U3CMemberSerializationU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_m052D55E293C851B8B0424EB8FCB71D501E8B23E2_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_0 = ___0_value;
		__this->___U3CItemRequiredU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemNullValueHandling_m9869C1E5AA3182B5139F4C37C6F1941B55DE1B15_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_0 = ___0_value;
		__this->___U3CItemNullValueHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MissingMemberHandling_m0FA8E29127AC481325C5B0377811F99C44B83707_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 L_0 = ___0_value;
		__this->___U3CMissingMemberHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->____namingStrategyType;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataNameResolver_m200624CB9DF3354C97EBD790ED65D853A3376DEF_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_0 = ___0_value;
		__this->___U3CExtensionDataNameResolverU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtensionDataNameResolverU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_OverrideCreator_m729880FFBBDCE26F2BC2240437E7547B37E08C98_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) 
{
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_0 = ___0_value;
		__this->____overrideCreator = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____overrideCreator), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_mBA111899C3FA1C007BF522FD0FB139C41E6C5EC5_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_0 = ___0_value;
		__this->___U3CDefaultCreatorU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDefaultCreatorU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* JsonContract_get_DefaultCreator_mCFA7A4D151451FF9EE54042A8DB72BAAAD2B8CC9_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) 
{
	{
		Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_0 = __this->___U3CDefaultCreatorU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m5A1BDEA1A4CE3886E6BD60DC0BD66694FB2E45CC_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CDefaultCreatorNonPublicU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ParameterizedCreator_m7DDA5EFECC7DA2B51310F55F890ABF452FBC62CD_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) 
{
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_0 = ___0_value;
		__this->____parameterizedCreator = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____parameterizedCreator), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_m1ACC83CF38CEEA07080EBA48C66F2AD7FFF3C066_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CReadDataU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_mD1F11813547C8550A386D2A7F89E64976EA3D170_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* ___0_value, const RuntimeMethod* method) 
{
	{
		ExtensionDataSetter_t3A4A83629176BBF3CAD5799C81F02FB2DB7A89E3* L_0 = ___0_value;
		__this->___U3CExtensionDataSetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtensionDataSetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m91100F78741EB6CEDB4AB7354EC4085E814FE865_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CWriteDataU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_mE40DD7E687AF9F1778D91715C1D73EB222D0E852_inline (JsonObjectContract_tFB5A615E22891D84348260AE06D7B31D9A4F62D3* __this, ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* ___0_value, const RuntimeMethod* method) 
{
	{
		ExtensionDataGetter_t4A0796B01BE24A30E936873517B54EA710CC6767* L_0 = ___0_value;
		__this->___U3CExtensionDataGetterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtensionDataGetterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_Writable_mC42D3422F282EA472179F6A45B97ABE13D9815AB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CWritableU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonProperty_get_PropertyType_mA68B958EF3FA448DE8073330143B58DE59274C02_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->____propertyType;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m3FFF05C4EEE1FAAF5B733483B7416AF806DC052D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = ___0_value;
		__this->___U3CAttributeProviderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CAttributeProviderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m1AADD57C10234EA26128DF1CBED2C731E5104837_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CReadableU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_m758C34133078AAA8BC826D5F206D8B13FEA2E99E_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CWritableU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m66C0A76B6380773DCA04B91C40032EE6CC0F7FFE_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->____propertyName;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonProperty_get_Converter_mF3E03B156CCD94CE67ABAA1D7298F7618505D5AB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_0 = __this->___U3CConverterU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_mFC9963279952098BC4C2C67CB585A48EF9C725D8_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) 
{
	{
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_0 = ___0_value;
		__this->___U3CConverterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonProperty_get_IsReference_mBC2FA55AAD460313375EEA548D16748BA072FB49_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = __this->___U3CIsReferenceU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_mA04A81F2AB4228211644F28A9D128605A3C8BE76_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = ___0_value;
		__this->___U3CIsReferenceU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 JsonProperty_get_NullValueHandling_m66711C6E8112FF7FF2BA13DA977FE4C66D8D4B1A_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_0 = __this->___U3CNullValueHandlingU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_m1975598294F96AAF9FB5C2EADBFA7A3B75B6B426_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_0 = ___0_value;
		__this->___U3CNullValueHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 JsonProperty_get_DefaultValueHandling_mB9898AE13350D06964AA3C38D383D2A3E83BE295_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_0 = __this->___U3CDefaultValueHandlingU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m86A51D1BF0A4C8A1AC1F175216335B9DD6B1D1B8_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_0 = ___0_value;
		__this->___U3CDefaultValueHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 JsonProperty_get_ReferenceLoopHandling_m19BE73BF4CB3BFCEF390ED8EFDA9F84C15958FCA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_0 = __this->___U3CReferenceLoopHandlingU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_mF0D9D07EBAE26AC5B89CEC817700D81CA4A37C62_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_0 = ___0_value;
		__this->___U3CReferenceLoopHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D JsonProperty_get_ObjectCreationHandling_mCB48C650C866006B2784BF3D1058029F40BCA566_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_0 = __this->___U3CObjectCreationHandlingU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_m3A11003CF805D723E78DF85DBD6F52CAC6175198_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_0 = ___0_value;
		__this->___U3CObjectCreationHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 JsonProperty_get_TypeNameHandling_mB9ADD59B98F0FB3D50AC0487EC91422CE6C0F491_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_0 = __this->___U3CTypeNameHandlingU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m02D63F2A4611B9AFC60C04304CF8B3D0E5216134_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_0 = ___0_value;
		__this->___U3CTypeNameHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_mFC973648198CB8FE16D145288C566252D19CDCC4_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = ___0_value;
		__this->___U3CIsReferenceU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_mEC2FFE0351B0DD896E7805670D6A614B1AE4C101_inline (DataContractAttribute_tD065D7D14CC8AA548815166AB8B8210D1B3C699F* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___isReference;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m68807F8BD7B34D2056C85464D0F74EDB68464870_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) 
{
	{
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_0 = ___0_value;
		__this->___U3CConverterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_mF21E059A42EC399C177E6A5E126F2673047FBDFD_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) 
{
	{
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_0 = ___0_value;
		__this->___U3CInternalConverterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CInternalConverterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_CreatedType_mCEA0A64AA856091792CF9E7B70D9CDDBE2BCD9FC_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->____createdType;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_mB9D2AFC01ADA985286A0469B72F3256A0F6C7279_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CDefaultCreatorNonPublicU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m76D8596A2262205278E9DB152586F7C7202EE13B_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_0 = ___0_value;
		__this->___U3CDictionaryKeyResolverU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDictionaryKeyResolverU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonDictionaryContract_get_DictionaryKeyType_mE92EF750094C636DF354F2ED771B8918A897BBDF_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CDictionaryKeyTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonDictionaryContract_get_DictionaryValueType_m278FF42A97ABD7B6F6F952C7D17182FD2A08704B_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CDictionaryValueTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m1C8461874E8D2B63DE6A32DBFAC98F0BAE9D7730_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CHasParameterizedCreatorU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m072E34CED83EF4035CC4BA7C7E3608132AB3F6CA_inline (JsonDictionaryContract_t49C7DBCBDE647BADAD67E786D9EB328F52FF97F1* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) 
{
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_0 = ___0_value;
		__this->____overrideCreator = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->____overrideCreator), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonArrayContract_get_CollectionItemType_m323C31B1A257D6EDD322D46EB8B8E168AA24C90F_inline (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CCollectionItemTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m30821EFEBDCC26B3CEF2F7EE67FE512C45783A94_inline (JsonArrayContract_tC43D0F0F57E8E29E041F9679010D7824E2C3AF90* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CHasParameterizedCreatorU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_mEF41F2A09A138E3EE75A630A8DD64DDF9B85A7A1_inline (JsonISerializableContract_tF211386C51292464AAB5B3F0B452C58B91CFE247* __this, ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* ___0_value, const RuntimeMethod* method) 
{
	{
		ObjectConstructor_1_t6DD3EABA8E230C0DDF3C7DB24966AA8BF2290901* L_0 = ___0_value;
		__this->___U3CISerializableCreatorU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CISerializableCreatorU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDynamicContract_set_PropertyNameResolver_mB9A85376905CA1934073E20A975D6866EF128338_inline (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* __this, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___0_value, const RuntimeMethod* method) 
{
	{
		Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_0 = ___0_value;
		__this->___U3CPropertyNameResolverU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameResolverU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* JsonDynamicContract_get_Properties_mA9553F6347C8594C6ED70DA78B77545DC352566D_inline (JsonDynamicContract_tBC6579B25A72AA016EAB86A685912C5684C99344* __this, const RuntimeMethod* method) 
{
	{
		JsonPropertyCollection_t93082116A28103BD144B10160CDC36F9809D48C6* L_0 = __this->___U3CPropertiesU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m5B7D581C6BB2FE170BC492F9C66B304AF8093F4B_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreSerializableInterfaceU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_mCC360EE3878D9ADBBF43D9C0041CF0EE688D32BA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Type_t* ___0_value, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = ___0_value;
		__this->___U3CDeclaringTypeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeclaringTypeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m3E52A4C43012A13A874804F1539A9F50CC54D4BA_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = ___0_value;
		__this->___U3CValueProviderU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CValueProviderU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_mD345EDBF9DFDBFC4E514FDBCAC56A8012AE2CE3D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CHasMemberAttributeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreShouldSerializeMembers_mB08D105D5BC2E1C9200C26D08F3CE796AC5EBF74_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreShouldSerializeMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m46EE6AE304CECB231A5042488EA30F61A140741D_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_value, const RuntimeMethod* method) 
{
	{
		Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* L_0 = ___0_value;
		__this->___U3CShouldSerializeU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CShouldSerializeU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreIsSpecifiedMembers_m37919B9AE898F5E0E3CFAFBF7C829EAD3DC66E65_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___U3CIgnoreIsSpecifiedMembersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_m81E5C6785332B6EFABFA1C12BB999BA21AF86705_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_m8C4BF39A517D901076BAFF6FF89DD53C5F4B2B3E_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = __this->___name;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_NamingStrategyType_mDA448745753DB2788F1DD9C1DD060BD6781B982C_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CNamingStrategyTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_NamingStrategyParameters_mB61BA6977E77B2AA2FAE52C881C6B53027DEEB93_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) 
{
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CNamingStrategyParametersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* DefaultContractResolver_get_NamingStrategy_m1E19ED00E7C702CFC2B61B9F4611C525A160DE17_inline (DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* __this, const RuntimeMethod* method) 
{
	{
		NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0 = __this->___U3CNamingStrategyU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_mC12C03A61DF03BE56C9F108E6C15D8DE5D0E4CCE_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, String_t* ___0_value, const RuntimeMethod* method) 
{
	{
		String_t* L_0 = ___0_value;
		__this->___U3CUnderlyingNameU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUnderlyingNameU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Order_mEDD3BA19A3946816500CBBFBC4F46F6B7B257774_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ___0_value;
		__this->___U3COrderU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_m18D38CB29FB7D25D4EDCB2810BB73DB9C0066DEB_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = ___0_value;
		__this->___U3CItemIsReferenceU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_ItemConverterType_m40009062EA3E6CB8F48F87883D49F31D92272BE4_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) 
{
	{
		Type_t* L_0 = __this->___U3CItemConverterTypeU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_ItemConverterParameters_mB826BA3BB609B554C2A14322F87FABE38AA98B7C_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method) 
{
	{
		ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CItemConverterParametersU3Ek__BackingField;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_m0E9488FFFBC280CA54D5D58279F25F305303140B_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___0_value, const RuntimeMethod* method) 
{
	{
		JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_0 = ___0_value;
		__this->___U3CItemConverterU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CItemConverterU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_mEB8E34E485BFBCE173A075858772127C14790FC5_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_0 = ___0_value;
		__this->___U3CItemReferenceLoopHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_m8B707B8D50203DDCF2C445BDD1C4D3CF0E14D93A_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ___0_value, const RuntimeMethod* method) 
{
	{
		Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_0 = ___0_value;
		__this->___U3CItemTypeNameHandlingU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_m318C586E28E349EA87096FE6FE473B4C4FD58C73_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___isRequired;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m34D8C756AE07BD345011D887546DF54D71898956_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___order;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_m430708B4CFB34DD522B6D01A66CE8FDEDCC088E8_inline (DataMemberAttribute_t8AE446BE9032B9BC8E7B2EDC785F5C6FA0E5BB73* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___emitDefaultValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m92865493E79053F8C02419E5B7798CA7758ED374_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CHasMemberAttributeU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_m1F9CA36C6C94DD3E563A4A1C8462DE5FBA6F5558_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, bool ___0_value, const RuntimeMethod* method) 
{
	{
		bool L_0 = ___0_value;
		__this->___U3CIgnoredU3Ek__BackingField = L_0;
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_mC836374B47C73B17A7860AF08F28FB8B49C81F28_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_value, const RuntimeMethod* method) 
{
	{
		Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* L_0 = ___0_value;
		__this->___U3CGetIsSpecifiedU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CGetIsSpecifiedU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_m177EC7F85AA7A3059301906F3DB393B5C16A950C_inline (JsonProperty_t8AC6AE6C6E97559E27739FDD2B6A3DA659FF04F3* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_value, const RuntimeMethod* method) 
{
	{
		Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* L_0 = ___0_value;
		__this->___U3CSetIsSpecifiedU3Ek__BackingField = L_0;
		Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSetIsSpecifiedU3Ek__BackingField), (void*)L_0);
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* CollectionUtils_ArrayEmpty_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m35FDF0FE6F610A9474C9442447CA8544822CE7FF_gshared_inline (const RuntimeMethod* method) 
{
	il2cpp_rgctx_method_init(method);
	{
		il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2));
		Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ((EmptyArrayContainer_1_t45B0A7C4ACB68CC945B605D96658E27CE1A6B5AC_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Empty;
		return L_0;
	}
}
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 bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m9897CE72A58099ADB081E439D3A3EF0AA9CF5ED9_gshared_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m4DC59B3219E9E81FFB2DBE02BF850B54E460DEB6_gshared_inline (Nullable_1_tD52F1D0FC7EBB336F119BE953E59F426766032C1* __this, const RuntimeMethod* method) 
{
	{
		Il2CppChar L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodCall_2_Invoke_mAC350F7B2DCA000500300DF8D02E12C72DC0D194_gshared_inline (MethodCall_2_t442B9ECE1B9ABC22BDFC90B2BB9048805D1D2270* __this, RuntimeObject* ___0_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) 
{
	typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, const RuntimeMethod*);
	return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_target, ___1_args, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD63976C410D14373D6D1D3E713C09B1E152F2166_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A Nullable_1_GetValueOrDefault_mC88988A0A4433E1F41D4A287D879E1DEEA780F61_gshared_inline (Nullable_1_tE151CE1F6892804B41C4004C95CB57020ABB3272* __this, const RuntimeMethod* method) 
{
	{
		TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = __this->___value;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* CollectionUtils_ArrayEmpty_TisRuntimeObject_mFADBE78161A5F44890EDD26516229691D06FC4D4_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 = ((EmptyArrayContainer_1_tA8B33185667C5F8828299F30AE93A6BF24C94412_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Empty;
		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 void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___0_item, const RuntimeMethod* method) 
{
	CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->____version;
		__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____items;
		V_0 = L_1;
		int32_t L_2 = __this->____size;
		V_1 = L_2;
		int32_t L_3 = V_1;
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* 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));
		CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
		int32_t L_7 = V_1;
		Il2CppChar L_8 = ___0_item;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Il2CppChar)L_8);
		return;
	}

IL_0034:
	{
		Il2CppChar L_9 = ___0_item;
		List_1_AddWithResize_m11185A14288763FB9A0FF8111453AC739E76CF35(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB4991C0F4C2664AB3CB2584DEECF5BCE6AB7757D_gshared_inline (Nullable_1_t365991B3904FDA7642A788423B28692FDC7CDB17* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m3AB938BCFAB883339EB05C02B33852D44401AA86_gshared_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int64_t ___0_item, const RuntimeMethod* method) 
{
	Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->____version;
		__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
		Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_1 = __this->____items;
		V_0 = L_1;
		int32_t L_2 = __this->____size;
		V_1 = L_2;
		int32_t L_3 = V_1;
		Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* 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));
		Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_6 = V_0;
		int32_t L_7 = V_1;
		int64_t L_8 = ___0_item;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (int64_t)L_8);
		return;
	}

IL_0034:
	{
		int64_t L_9 = ___0_item;
		List_1_AddWithResize_mAE92ED7C1F3B1E0BB409F462197C47FD982345E1(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
		return;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mB728D0ECC961C6D3BBB32044B7095D0E5B879731_gshared_inline (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, const RuntimeMethod* method) 
{
	{
		int32_t L_0 = __this->____size;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m7BFCE0BBCF67689D263059B56A8D79161B698587_gshared_inline (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method) 
{
	typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
	((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) 
{
	typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
	return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, 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 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 bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) 
{
	{
		bool L_0 = __this->___hasValue;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) 
{
	{
		RuntimeObject* L_0 = __this->____current;
		return L_0;
	}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) 
{
	{
		int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value)));
		return L_0;
	}
}
