#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template 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 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 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 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 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 struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 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 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 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 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 struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t33F09328010A64FBA2ED9F9D0FDFEC8C2DBB2254; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3EB6B4F11DADEF290D7A21C43B9D588B9BDE6289; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t36746A64D5DF16C8E7BA8B45123B43BC470FEB28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB48ADA6A9FB42FB49CB75E6EC8DB37BA8465AD58; // System.EventHandler`1 struct EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`2 struct Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C; // System.Func`2 struct Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6; // System.Func`2 struct Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE; // System.Func`2 struct Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3; // System.Func`2 struct Func_2_t7D30352C78352695FA12AEA57C26635DF9400618; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A; // System.Func`2> struct Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880; // System.Func`2> struct Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352; // System.Func`2> struct Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5; // System.Func`2 struct Func_2_t61B2E8F7B5CBA92B1E7895AD481D963A01013755; // System.Func`2 struct Func_2_tF318C2D7EEF728F6A4D54EF33D02BAF7EF7552AA; // System.Func`2 struct Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9; // System.Collections.Generic.ICollection`1 struct ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7; // System.Collections.Generic.ICollection`1 struct ICollection_1_t286AA3BBFF7FCE401FEFF57AEEC4FDAABA9F95B1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t40A414459A31A872F5615092949F94688053C067; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tCCA734BF227F0EF1F919225167B47F486F4EDC27; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t15E602DA36E3A50828F28EC62FAE4DDFDED8AA98; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tA1998BD309D36A531FCABB9A6BE08237AEB22560; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC59259B47D9471B8536841275870E734976448FF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tEB56071E61E04F0381E3C707D54350AB06E7F785; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1EE507836BD41BFE92B186B2C8EB32D96C19E927; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC1469845CEBD36D92E7FE77DA40BA86D0F5DD295; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4A0777E390D7AD3E81DC4D4C0EAFB1C3B56952BC; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tEAE25EC257D8E1C5D8427BE962CD2DCD2BEC1491; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t31AF16E9ED46AF2DDE8A1947B11BC8570783F8B0; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t19BC816B9B97FAC0BC82B56A8DB0ACB342D3AD1F; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tC95D6DC4C93ED3ED49756F7BD564BD1F2A9FCF53; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7EEC9B4006D6D425748908D52AA799197F29A165; // System.Collections.Generic.IList`1 struct IList_1_t1C0FF9038440D4E3F8C4A2D43AF1062780CF179D; // System.Collections.Generic.IList`1 struct IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA; // System.Collections.Generic.IList`1 struct IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC; // System.Collections.Generic.IList`1 struct IList_1_tA7ED239EAE00BD11B71BF91A88FF93A2C58378A2; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_tD025D13A2C64789A12A8A8FE30A8FB85D6E00408; // System.Collections.Generic.IList`1 struct IList_1_t78E22CF796083000F04A9EDFC1D67635A58A1CFD; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t9682E5924D756772A1682511B06958356452FBC9; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tB9F2319177B9E63FFCBB89F9E57F8529A97CC77B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2C4C6A1AD7A23C7DC1324A606A40D98453217092; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tD0047B351E8B027A6AE83FD5696A757B9004F5AD; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1> struct List_1_t960AA958F641EF26613957B203B645E693F9430D; // System.Collections.Generic.List`1 struct List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44; // System.Collections.Generic.List`1 struct List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF; // System.Collections.Generic.List`1 struct List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393; // System.Collections.Generic.List`1 struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC; // System.Collections.Generic.List`1 struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83; // System.Collections.Generic.List`1 struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65; // System.Collections.Generic.List`1 struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23; // System.Collections.Generic.List`1 struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7; // System.Collections.Generic.List`1 struct List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tDC7BB541CBA8ACE1B936F17F2A6628C100E3D1BD; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tB44E2EBB2359E13409EDAC42CC3A1E7C3B970DFE; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t510E04C52F1536D194ACB9B110437C25E427C77A; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t11C85030FA985AE83B3179FAB67DC8CAC7130BAB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD72441962A07D2651FA289604A293D2F0A0C67AF; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t542EEE8ABF592BF902472F8BA7A4930333425EB3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t55DDE026E97C75E1C6460D90A635B6E31A29A18B; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // Newtonsoft.Json.Bson.BsonProperty[] struct BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06; // Newtonsoft.Json.Bson.BsonToken[] struct BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JToken[] struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; // Newtonsoft.Json.Serialization.JsonProperty[] struct JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // Newtonsoft.Json.Linq.JsonPath.QueryExpression[] struct QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863; // Newtonsoft.Json.Serialization.SerializationCallback[] struct SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8; // Newtonsoft.Json.Serialization.SerializationErrorCallback[] struct SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // Newtonsoft.Json.Utilities.TypeInformation[] struct TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // Newtonsoft.Json.Bson.BsonReader/ContainerContext[] struct ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6; // System.TimeZoneInfo/AdjustmentRule[] struct AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F; // System.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter struct ArrayIndexFilter_t81CAE96C47886E969BA9010D7F0E1D312C6905B4; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter struct ArrayMultipleIndexFilter_t55972D140D8A4B23C1E086276344B67735D1A26C; // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter struct ArraySliceFilter_t1DEBFE75B7AD05DDE1BB5172841F5BE9B5E27AA0; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0; // Newtonsoft.Json.Converters.BinaryConverter struct BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84; // System.IO.BinaryReader struct BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression struct BooleanQueryExpression_tD61A34343FA20918ECCCE9D36127BFD73E2C3AE7; // Newtonsoft.Json.Bson.BsonArray struct BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7; // Newtonsoft.Json.Bson.BsonObject struct BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713; // Newtonsoft.Json.Bson.BsonObjectId struct BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7; // Newtonsoft.Json.Converters.BsonObjectIdConverter struct BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF; // Newtonsoft.Json.Bson.BsonProperty struct BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2; // Newtonsoft.Json.Bson.BsonReader struct BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07; // Newtonsoft.Json.Bson.BsonRegex struct BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B; // Newtonsoft.Json.Bson.BsonString struct BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B; // Newtonsoft.Json.Bson.BsonToken struct BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60; // Newtonsoft.Json.Bson.BsonValue struct BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857; // Newtonsoft.Json.Bson.BsonWriter struct BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver struct CamelCasePropertyNamesContractResolver_tBBD1CED07CDE54E267225897417A725859B8953E; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // Newtonsoft.Json.Linq.JsonPath.CompositeExpression struct CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Runtime.Serialization.DataContractAttribute struct DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C; // System.Runtime.Serialization.DataMemberAttribute struct DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390; // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A; // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // Newtonsoft.Json.Serialization.DiagnosticsTraceWriter struct DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059; // System.Runtime.Serialization.EnumMemberAttribute struct EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4; // Newtonsoft.Json.Linq.JsonPath.FieldFilter struct FieldFilter_tF7B9B02AEFBAD49D8AD2FA305908B9662D1409CB; // System.Reflection.FieldInfo struct FieldInfo_t; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter struct FieldMultipleFilter_tDE1C7A701C1EA9D22798030C587505AE3B520817; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // Newtonsoft.Json.Converters.HashSetConverter struct HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // Newtonsoft.Json.Serialization.IAttributeProvider struct IAttributeProvider_tABFE5281DA4F4B2BD24045CFF97763A3447C7543; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_tA219AC3FC72F78746D43EA0801F6F3D8A08DA2C0; // System.IConvertible struct IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t49ED9B9BFD755B76031610A8B0DF90FCD3514427; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA; // Newtonsoft.Json.Serialization.IValueProvider struct IValueProvider_t547FE18ACA8C11D06A3C75834100F460447DD011; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Newtonsoft.Json.Converters.IsoDateTimeConverter struct IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34; // Newtonsoft.Json.Linq.JProperty struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA; // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // Newtonsoft.Json.Linq.JValue struct JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93; // Newtonsoft.Json.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F; // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954; // Newtonsoft.Json.JsonReader struct JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD; // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103; // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136; // Newtonsoft.Json.Serialization.JsonStringContract struct JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526; // Newtonsoft.Json.JsonTextReader struct JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B; // Newtonsoft.Json.JsonWriter struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94; // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9; // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NonSerializedAttribute struct NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A; // Newtonsoft.Json.Linq.JsonPath.QueryExpression struct QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9; // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E; // Newtonsoft.Json.Serialization.ReflectionValueProvider struct ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // Newtonsoft.Json.Converters.RegexConverter struct RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5; // System.TimeZoneInfo struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074; // System.Diagnostics.TraceEventCache struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0; // System.Diagnostics.TraceFilter struct TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // Newtonsoft.Json.Bson.BsonReader/ContainerContext struct ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6; // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1 struct U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2 struct U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0 struct U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0; // Newtonsoft.Json.Linq.JObject/d__58 struct U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207; // Newtonsoft.Json.Linq.JProperty/JPropertyList struct JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t807CEE610086E24A0167BAA97A64062016E09D49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t656E4416AA372073868E575233CD77224D26CC2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t70AF090C8533E34C68F06F04F081A0F1E497FA56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t61741204421BC0AB7EAE7EB48924EAF555F93872_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tEAE25EC257D8E1C5D8427BE962CD2DCD2BEC1491_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t71D7BBC0DE1A1BC85F6ECF0389EF54B41DA08B54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t8F74EAED104F0A35E1CFEB0AA58667E0E38FFD01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_t081926601A2157B931EAACBCBFD6DDF2E2815D12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____9E31F24F64765FCAA589F589324D17C9FCF6A06D_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____DD3AEFEADB1CD615F3017763F1568179FEE640B0_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____E92B39D8233061927D9ACDE54665E68E7535635A_4_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral02E50F2B5959EA8333729D48896BBD7054EF0408; IL2CPP_EXTERN_C String_t* _stringLiteral06A61D64D27460EF04BE4DCF66F6E64E285C68A4; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral077B0C7188B80FE0B3B5E4490342402C9FF8FE3A; IL2CPP_EXTERN_C String_t* _stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5; IL2CPP_EXTERN_C String_t* _stringLiteral0CE2BE2A02B8570C3B2C5E69E5B15A3D998D0455; IL2CPP_EXTERN_C String_t* _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA; IL2CPP_EXTERN_C String_t* _stringLiteral107694947DB47644F8036602F63473486E1ED925; IL2CPP_EXTERN_C String_t* _stringLiteral121E662087603DC4551D3270ABD796EDAEACFCB1; IL2CPP_EXTERN_C String_t* _stringLiteral122F5A752BD5EB6B5270F4B704FBEA6C42EF6A83; IL2CPP_EXTERN_C String_t* _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539; IL2CPP_EXTERN_C String_t* _stringLiteral157D54EEEB37D9BE0995A2CDB70F525690ACE339; IL2CPP_EXTERN_C String_t* _stringLiteral15F434DE6EB05B31D391B12B5A8516BD141B7A93; IL2CPP_EXTERN_C String_t* _stringLiteral161567E318CEB965509FE84CE4198A12E62440AF; IL2CPP_EXTERN_C String_t* _stringLiteral16E173191298C6AE98C4E8510DD772BB9221D434; IL2CPP_EXTERN_C String_t* _stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60; IL2CPP_EXTERN_C String_t* _stringLiteral1D1ED18618A368878630F45F84E1F78B7E6CB056; IL2CPP_EXTERN_C String_t* _stringLiteral1F820B72F924CBA601D7BDCB972785AE8AD94404; IL2CPP_EXTERN_C String_t* _stringLiteral22BBC8AC8F7E83A322126972FD6C21F254394BCB; IL2CPP_EXTERN_C String_t* _stringLiteral26E5192266269E1E81389A032698A39128EDA0EA; IL2CPP_EXTERN_C String_t* _stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0; IL2CPP_EXTERN_C String_t* _stringLiteral28E30FDA2113028511C15938949CA9094B9D509F; IL2CPP_EXTERN_C String_t* _stringLiteral29F4E9D583244681F494C726E23766BF3882074E; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral31A818CB76EAE1A4A09297F7BFAD5D4AE41446DD; IL2CPP_EXTERN_C String_t* _stringLiteral36D254F59ED91804C13D501446692D41472D96E2; IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0; IL2CPP_EXTERN_C String_t* _stringLiteral3C3FBFA672ABA6B43E654AE72897CE0450A0E100; IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7; IL2CPP_EXTERN_C String_t* _stringLiteral3CAFD90299620310F385413E4C09CD818C4F5F37; IL2CPP_EXTERN_C String_t* _stringLiteral3CB8E4E9FA73474FDEE5B468EA99A751021BFF03; IL2CPP_EXTERN_C String_t* _stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E; IL2CPP_EXTERN_C String_t* _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59; IL2CPP_EXTERN_C String_t* _stringLiteral441E2D3F0CF153968951D52F031F88972DC896B7; IL2CPP_EXTERN_C String_t* _stringLiteral44E444B01D1F0ED04DF56B022BAF0493B18B3E7F; IL2CPP_EXTERN_C String_t* _stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4A3F3076AFA423A603517B2CF9E27A25AA6E85F7; IL2CPP_EXTERN_C String_t* _stringLiteral4C48A326ACCC25E558DC329A6C92D8184942B973; IL2CPP_EXTERN_C String_t* _stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01; IL2CPP_EXTERN_C String_t* _stringLiteral513340C13770DA3BCCC1E8CBDCD957EAAB92BD90; IL2CPP_EXTERN_C String_t* _stringLiteral54D331DD9A1FD232A1E0F465C984543CE2893353; IL2CPP_EXTERN_C String_t* _stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0; IL2CPP_EXTERN_C String_t* _stringLiteral554C54D10FBB0372247C0FC5B8F60A024D10681B; IL2CPP_EXTERN_C String_t* _stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B; IL2CPP_EXTERN_C String_t* _stringLiteral5EF2CB300FAD54543643B1596B2DE19C5DF2B8AC; IL2CPP_EXTERN_C String_t* _stringLiteral60E054398E9A44564C17311CB5271848DD97B127; IL2CPP_EXTERN_C String_t* _stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41; IL2CPP_EXTERN_C String_t* _stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0; IL2CPP_EXTERN_C String_t* _stringLiteral65705D354FEE646FBE66F965FA2C02CA981E7960; IL2CPP_EXTERN_C String_t* _stringLiteral66598110B46A51C4B35EB3014DABBD9FFC1FA160; IL2CPP_EXTERN_C String_t* _stringLiteral67DE2CBB0BCA31FACF521970C49590EDFA4B537E; IL2CPP_EXTERN_C String_t* _stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242; IL2CPP_EXTERN_C String_t* _stringLiteral6D6DFBC69EC51C91CE8468497DE15B8CFFFDE7B5; IL2CPP_EXTERN_C String_t* _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A; IL2CPP_EXTERN_C String_t* _stringLiteral73E719CE6726D0A80BB4918C1F2E880ED6CCFCA0; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75D8A475166C5A8CFE99CFCB4F32F7F792EC08DA; IL2CPP_EXTERN_C String_t* _stringLiteral7630F7A0C27B2EE30DD70CE0777AD917869A5FC4; IL2CPP_EXTERN_C String_t* _stringLiteral7A62A985C43D78763B02280D8CAB412F512CDC61; IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC; IL2CPP_EXTERN_C String_t* _stringLiteral7B693B4ECBF7F406D38B2A14609A6A4EC8AFAC25; IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E; IL2CPP_EXTERN_C String_t* _stringLiteral7C712DDD29B3FD32523064FDC9BBC01F2B49EB44; IL2CPP_EXTERN_C String_t* _stringLiteral7D9FCB92C5E10E6FB97E53581300F2E258442619; IL2CPP_EXTERN_C String_t* _stringLiteral84507765DA2FB526CD307FB1D4960F75CBC89785; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral878AE10D03D16A069554617545B8533ED09E594F; IL2CPP_EXTERN_C String_t* _stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055; IL2CPP_EXTERN_C String_t* _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384; IL2CPP_EXTERN_C String_t* _stringLiteral8FF5D1F485B3132C94F43933BB1913776A388A28; IL2CPP_EXTERN_C String_t* _stringLiteral908ADE1A14D16AE3CEA95762B25EE490A97F9688; IL2CPP_EXTERN_C String_t* _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99; IL2CPP_EXTERN_C String_t* _stringLiteral9B5D93EBDD41E0250436B5C2FA8A1004ADC41CB9; IL2CPP_EXTERN_C String_t* _stringLiteral9DC7F106A5253BD84E5DF12EB4C68DB1B21F87D9; IL2CPP_EXTERN_C String_t* _stringLiteralA27717FFACB194CEE9F8D0C5D51D1BFE051FF0F8; IL2CPP_EXTERN_C String_t* _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; IL2CPP_EXTERN_C String_t* _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7; IL2CPP_EXTERN_C String_t* _stringLiteralA3DE867B22875213D8C91D2CAA3C292A6B85B2E2; IL2CPP_EXTERN_C String_t* _stringLiteralA441939D6D749266229BF9558C9E6BB1658CC951; IL2CPP_EXTERN_C String_t* _stringLiteralAD5BAE51140F5FF32C4A4D46B53FB6E0AA6B4FD6; IL2CPP_EXTERN_C String_t* _stringLiteralADAC8923224EAF7C3C5CE0181BDD456810D902D7; IL2CPP_EXTERN_C String_t* _stringLiteralAEE8864CE32A6E593EF9DA8C7FCDB920CEE839A0; IL2CPP_EXTERN_C String_t* _stringLiteralAFBD6003EB35087D8063200EFEE0344815A6DA10; IL2CPP_EXTERN_C String_t* _stringLiteralB503C10B1376204BA19AF7902250F98559D3C191; IL2CPP_EXTERN_C String_t* _stringLiteralB6E90C09E43FB002DA629508AC300A0750320118; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB8893517AE3F6255C49E9A639A9CDBC95597CCF5; IL2CPP_EXTERN_C String_t* _stringLiteralBA90746DB270F8774F59E8CEC47C5FAC7FA0030F; IL2CPP_EXTERN_C String_t* _stringLiteralBC66E83002F41DA0B48179A67AE774FA7110EA4F; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC0DA36792E239262E797C211A2845C5AF80EB2DF; IL2CPP_EXTERN_C String_t* _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC5CC449033453453DD1344B48A3C2E66DC77A110; IL2CPP_EXTERN_C String_t* _stringLiteralC787504AFFC40C4A0B31CA15B792D10224F7391C; IL2CPP_EXTERN_C String_t* _stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCF717EDD20184C69D2A7741CE1261780C5427566; IL2CPP_EXTERN_C String_t* _stringLiteralD035FC7E72CB3A5F7EDF7EDAF891762742B892F5; IL2CPP_EXTERN_C String_t* _stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6; IL2CPP_EXTERN_C String_t* _stringLiteralD5D63F2081844002414FDE60A1E7D4E34A05B1B1; IL2CPP_EXTERN_C String_t* _stringLiteralD63216A99D4FD683AD72F25F707C7D4A188E2029; IL2CPP_EXTERN_C String_t* _stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1; IL2CPP_EXTERN_C String_t* _stringLiteralD76F2E16F30EA8C8C52D4ABD70B672BC7A3AEAB2; IL2CPP_EXTERN_C String_t* _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDB5269102EEAA6174B84EBA318CAFFA90AE3217B; IL2CPP_EXTERN_C String_t* _stringLiteralDD57D1C5935A294D52FBA3188055CCFAB409389F; IL2CPP_EXTERN_C String_t* _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9; IL2CPP_EXTERN_C String_t* _stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566; IL2CPP_EXTERN_C String_t* _stringLiteralE089D820BC9112F2A5B6D5E60027E31D15E030F0; IL2CPP_EXTERN_C String_t* _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE; IL2CPP_EXTERN_C String_t* _stringLiteralE358F823C39A638A3134E442FF53D303271291F3; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE82E7E39A080DB8846CE79087BCE5C6221CD4CFA; IL2CPP_EXTERN_C String_t* _stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB; IL2CPP_EXTERN_C String_t* _stringLiteralF39AF5DFD975929A9A52CDA45F2BCB04DEC0F5F0; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6; IL2CPP_EXTERN_C String_t* _stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382; IL2CPP_EXTERN_C String_t* _stringLiteralFA2185790BBBFA49678D5ACF72BA0A089939D474; IL2CPP_EXTERN_C String_t* _stringLiteralFBAD954A5D5DC7494CB8B4AE55EDFCFE125A1338; IL2CPP_EXTERN_C String_t* _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B; IL2CPP_EXTERN_C String_t* _stringLiteralFEEF8048E11B337CB1C17961D70EB70BA2155F2E; IL2CPP_EXTERN_C const RuntimeMethod* Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_Set_mED00F3C7600AB453C7CC5F4BF10926F192C19857_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_TryGetByFirst_m3E307A0D9054406547EDCDD47F3CBC26752A983B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_TryGetByFirst_m4C1C0E7E9084E99BC6EF04EDD16B88C96EEB9E9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BidirectionalDictionary_2__ctor_m05650BDC24AD828A6D686D2A4649F3126BE006BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryConverter_GetByteArray_mCC821D2275092F8313F363BF7C9B08807D94D8FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryConverter_ReadJson_mF2486125CE3E6E7304801984106F1778C3790882_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonObjectIdConverter_ReadJson_m58B3CE42201CC6FB9F1CF5A00714444195E75443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonObjectId__ctor_mB846236CBD08D1F914E5B8248C50E0CAB10930E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_GetString_mF0D9F9A653BC0DA9C1664231967C83998C8039F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_ReadCodeWScope_m2CA16ABE57A2F7CE5E479814D8C640426783A7CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonReader_Read_mB388663F878286E48CF800AE33C4EF5A75391F79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BsonWriter_WriteObjectId_m0D1E76B8032B120826F272DB2B0949217378DBC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisSerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_mCC4F0E1E4E9D27DBF0379B1B0044DC55C264B63B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Count_mCF6118EC6515D547F449E36C0EDD48144114892F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Item_mDB1D4930252CA082E08BD11C2FC2FE78921B33C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_CreateCastConverter_mC4FC20A152D0583964ABEF5C6E8CE1EF73F98CB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_HexCharToInt_m169F82A56A06CBD2F22E4D76E46B5C35F9F3956A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_TryConvertGuid_m6407FC5DAE151CAA6A31C1FE13261C6999EE098B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeUtils_ToSerializationMode_m62688A4C52F864A8A3A098E3619EFD5F001277CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateArrayContract_m0E97C8A2C388F003C9E5F390002996B9872506D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateDictionaryContract_m2C05EB7C47DC525E2162758E32943A6CB8DD5B66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_CreateProperties_mCA921C44C5F439158136489EDEB6C461B4B820BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_ResolveContract_mD98E625823D91A9C539754CBF6C8876CC8BCA246_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultContractResolver_ShouldSerializeEntityMember_m4FF2BC429CB82EA5F49FB0B3F5ADEF99DFD896D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsTraceWriter_GetTraceEventType_m092B6043463DFD87EE95D63C901EBF3104F0801E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m91448E41D17F4CE89AE8407870CE603E7F5D99AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mBE4B7FC44696D1A5E630F95C147D8A03CEDD99E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m024561713990E81C9FB66C6623399103C142E8EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC223312D543FD0C85B0B9B76923A8013A162AD39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDAFF5A03EE7D8948FB30FB31EF8C55CE1EC98A44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mDE20F8E22BB5F869F8ED9F81B44B28AF13CDFC23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumUtils_GetValues_m0B62C0CEF1CAE80FC9F722D84F1D7D5AA56C7D58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumUtils_InitializeEnumType_m713B5D6AFD555A85F9EF8B71D5529E704AC37846_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_mDA45914DA9AAE73EE0F25267F552376DB65CE6DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m9DF84E90E37FEC9B0989057AB0E31E8AE440436E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisMemberInfo_t_m8507D09D65F8A10921BBC7B48BCCA396ADD98951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAB8627A80D763D4D212F981B493E7052F7DDB53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisType_t_TisMemberInfo_t_mEB164FED3E73281C1186BDF54AFA30F82B0E2129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_TisString_t_mA98A8F76C54896C6DBD733011EC0BCD6BFEC38FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisString_t_mC7C0386E73A1F7EE6CCB21E19681431880FA666F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mAF370D95D61D8BDAC7D47F2116ABBB1C2542B737_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m874DC3048B64773667F159216647C002C035F734_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m018F1D72F1A7C5688D4990D36C8DE3F761DBEAD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m9F0ED3B48B89C28810E4AE3148259FDB7075B16A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m09D42327467C30F0F41F93C7353A72FFD684F271_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m0E339EF9D7B06CC616C65641F882270CA8DEAFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m171FFD8B09D914647BD68479E07641F6C82652DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m20C04DC00B613C1D37D174688F986B05DAF3BAB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m22403E6E9EC24A3D8103D29D9D66B5EEEA0AC69E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m46B881A2703464B07769EEE6337660E6531461BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mD4A04F95D328364129CC8E326B5D65A604530216_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mF4AFAF4FDA6F1EB3B8E497A30DE78D652F6BCA50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IsoDateTimeConverter_ReadJson_mE3874B76FCAF909E82D27F007FDF13C195CC42D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IsoDateTimeConverter_WriteJson_m9B6D8D4D6B95AADB10D98F4283AD2FE832256904_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JArray_FromObject_mD5CE7D9A39AADC17F40A40CB16A4EE4543B3C9F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JArray_Parse_mE597CC9FC4B702F6B2A7A62875820B9ABA95763C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JArray_get_Item_m686549F46A9C49FFBA3F123896559403B4CAE91E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JArray_set_Item_m3A96DED6E2CFF0948B24FF9D65F2578318242A42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JConstructor_get_Item_m61304DCFC3F414EC9ED65CB3555CD80679DC94EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JConstructor_set_Item_m34B21DA2B47A26B0DC281B73390C3B4FDE54AA19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_ReadContentFrom_m312372631C83DBF75004976E703EC6FA8F63C67B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_RemoveItemAt_mB419C752BFEFE4E7B2FB18CF1F6AE569DCFB9CE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_System_ComponentModel_IBindingList_AddNew_mBCBAC026942A9B2BAC683C3A54A2BC8163B7AD01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_System_ComponentModel_IBindingList_ApplySort_m7ABC1ED883335B2F3370A5BBED73C34010AAB055_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_System_ComponentModel_IBindingList_Find_mD7B70FBC342EBED5CC16C412269F1F8CF4E25A2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_System_ComponentModel_IBindingList_RemoveSort_m13C303F0FB048BEBA583B704465D52E66EC664CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JContainer_ValidateToken_m3B36AD51335D11572DB1DA2B02EB16F20116D299_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JEnumerable_1__ctor_mE35D72B20E9E70E1C129F638D788E203C5CE0D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_FromObject_m927B3EAD5B6664A25BBEEDD5E2BB7150DAB242A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_Parse_mE880AB67CA7CFFCD4656CD273435C4129C6AF35C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m56D179E846C00CE5D2E2934371B4C03DEF960982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_ValidateToken_m1D16576AFFA35E6BF6AAE7746E1C36A70A21E799_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_get_Item_m20AA659AB303A656657881803E072E9F491E02EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JObject_set_Item_mC5D002DCBC5E76E763C67B1FEC7E9E844B12CFC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390_mE1E9EBB84BB837769B4DDCF4CDFE998578D0B61A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_m5EB337329AB4FB39E9E0F4C610865C71155EFF3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m93DAA892D2D7F9FDA4B5F29787C2DB2227AF33AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7_mFF9E93247DCB368F66644091953F38F9940EC187_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_m82DD57AE5AFFD4EA8315B4D9185E56AA17739CE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3BB268A04571D3FCDBCD746C61EEF3270A29D2D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m522C9985B389B460F6A5CF711C43C33B5AFEE2EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9EF9E3890DC8F0075436C6AD216260FB5FC6020C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD75F8E0769F1738AD9907698AA8E5E2B407431A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF71B4A6A8F7C6DB3ABD59BF135766D9CD071C5B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mB4C75585BAB6774B6E441B280F2874A33D3686CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m61728D454B48F3DC21BC6B4A2A17429D06B41882_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEB5F044018BD367C71DE14D9E47E2D200D021B75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEFACBE3F12AD24F9BEFDC8B3FC8B144D3460EAA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m7ED29AEFCCDCDB02F490B436B22100DA4A043053_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m94A8EE2A954BB474F1104160AB7FCCF6DF15815C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2664E772BEC27840867512EC2E339FF01F648AED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m38BB2820EC1A046D613C626317B54CAD3CC4BA80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m80BDA39456234569C3D4FBE4091446C9A6E3F060_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE7BDE368C12A1A7D7E4A349384D9CCF41EFD91F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8F4E9622B5A71601B3D6A3FD7F65A12242C55ADA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7C085C036905E095D82F18F7679B21B37B8F7FA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB93C31471C8BCF8D89A1043FD72B847D15DDEDB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m9DDBD273193FF812A61DD4B73B3D16C5CBBC838F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m5439B2AF0693389F882D44F6FC7D2A53B462EBB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m930734647BD80B84A692AB47F51CB6238A7DFD9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_m03B1E2DBA72B8870ED41DE2617EE59149901E5B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_m085FA6CA33BE8BC6DEA93D136F8FEA29B458E1C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_mF0F4E24327739C72184B169467B20399F82D1B2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m548D20C07CB10339108D20AA39BC742B50214E47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_mF5A8F2BF2D689DB11587DF0ED6EEFB1FEA5528CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m6EB667E080CF02AC04A3F1034A99CDBA75721A2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m791D70C99D4E33A1E15062413EEE62AD562037B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m96B3B053393D6561BAF8CF797FECE97F4449E526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetValuesU3Eb__5_0_m8821A781D3A878CF0320AB0157C69CDE323A4B59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitializeEnumTypeU3Eb__1_0_mF3B966590EAA425C2876209B94A65D2055AE4A46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_mB7F0EF1B70A312CCEFBF0080B26B017BF9A7BCC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_mC859EFE3BD0D275D1A42806AFD781A5DE407DD1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m8D10BDDA860CF015E1ABC8B45CD874BF48ACB8A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m975EB3858A619504CD18AD42480412E4AE43087F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumerableDictionaryWrapper_2_t9C422950EFB7EF39BF5B4343E28727F26D37EA12_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* HashSet_1_t7366A48A7E46B2A1E050EA9D62BC9FCA32AFF80B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20; struct AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475; struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933; 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 U3CModuleU3E_t5AD7EA9E4453E2FC9530E68616921BE4DE1F9327 { public: public: }; // System.Object // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_firstToSecond RuntimeObject* ____firstToSecond_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_secondToFirst RuntimeObject* ____secondToFirst_1; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateFirstErrorMessage String_t* ____duplicateFirstErrorMessage_2; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateSecondErrorMessage String_t* ____duplicateSecondErrorMessage_3; public: inline static int32_t get_offset_of__firstToSecond_0() { return static_cast(offsetof(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0, ____firstToSecond_0)); } inline RuntimeObject* get__firstToSecond_0() const { return ____firstToSecond_0; } inline RuntimeObject** get_address_of__firstToSecond_0() { return &____firstToSecond_0; } inline void set__firstToSecond_0(RuntimeObject* value) { ____firstToSecond_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____firstToSecond_0), (void*)value); } inline static int32_t get_offset_of__secondToFirst_1() { return static_cast(offsetof(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0, ____secondToFirst_1)); } inline RuntimeObject* get__secondToFirst_1() const { return ____secondToFirst_1; } inline RuntimeObject** get_address_of__secondToFirst_1() { return &____secondToFirst_1; } inline void set__secondToFirst_1(RuntimeObject* value) { ____secondToFirst_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____secondToFirst_1), (void*)value); } inline static int32_t get_offset_of__duplicateFirstErrorMessage_2() { return static_cast(offsetof(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0, ____duplicateFirstErrorMessage_2)); } inline String_t* get__duplicateFirstErrorMessage_2() const { return ____duplicateFirstErrorMessage_2; } inline String_t** get_address_of__duplicateFirstErrorMessage_2() { return &____duplicateFirstErrorMessage_2; } inline void set__duplicateFirstErrorMessage_2(String_t* value) { ____duplicateFirstErrorMessage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateFirstErrorMessage_2), (void*)value); } inline static int32_t get_offset_of__duplicateSecondErrorMessage_3() { return static_cast(offsetof(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0, ____duplicateSecondErrorMessage_3)); } inline String_t* get__duplicateSecondErrorMessage_3() const { return ____duplicateSecondErrorMessage_3; } inline String_t** get_address_of__duplicateSecondErrorMessage_3() { return &____duplicateSecondErrorMessage_3; } inline void set__duplicateSecondErrorMessage_3(String_t* value) { ____duplicateSecondErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateSecondErrorMessage_3), (void*)value); } }; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_firstToSecond RuntimeObject* ____firstToSecond_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_secondToFirst RuntimeObject* ____secondToFirst_1; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateFirstErrorMessage String_t* ____duplicateFirstErrorMessage_2; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateSecondErrorMessage String_t* ____duplicateSecondErrorMessage_3; public: inline static int32_t get_offset_of__firstToSecond_0() { return static_cast(offsetof(BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4, ____firstToSecond_0)); } inline RuntimeObject* get__firstToSecond_0() const { return ____firstToSecond_0; } inline RuntimeObject** get_address_of__firstToSecond_0() { return &____firstToSecond_0; } inline void set__firstToSecond_0(RuntimeObject* value) { ____firstToSecond_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____firstToSecond_0), (void*)value); } inline static int32_t get_offset_of__secondToFirst_1() { return static_cast(offsetof(BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4, ____secondToFirst_1)); } inline RuntimeObject* get__secondToFirst_1() const { return ____secondToFirst_1; } inline RuntimeObject** get_address_of__secondToFirst_1() { return &____secondToFirst_1; } inline void set__secondToFirst_1(RuntimeObject* value) { ____secondToFirst_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____secondToFirst_1), (void*)value); } inline static int32_t get_offset_of__duplicateFirstErrorMessage_2() { return static_cast(offsetof(BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4, ____duplicateFirstErrorMessage_2)); } inline String_t* get__duplicateFirstErrorMessage_2() const { return ____duplicateFirstErrorMessage_2; } inline String_t** get_address_of__duplicateFirstErrorMessage_2() { return &____duplicateFirstErrorMessage_2; } inline void set__duplicateFirstErrorMessage_2(String_t* value) { ____duplicateFirstErrorMessage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateFirstErrorMessage_2), (void*)value); } inline static int32_t get_offset_of__duplicateSecondErrorMessage_3() { return static_cast(offsetof(BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4, ____duplicateSecondErrorMessage_3)); } inline String_t* get__duplicateSecondErrorMessage_3() const { return ____duplicateSecondErrorMessage_3; } inline String_t** get_address_of__duplicateSecondErrorMessage_3() { return &____duplicateSecondErrorMessage_3; } inline void set__duplicateSecondErrorMessage_3(String_t* value) { ____duplicateSecondErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____duplicateSecondErrorMessage_3), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t542EEE8ABF592BF902472F8BA7A4930333425EB3* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t2C4C6A1AD7A23C7DC1324A606A40D98453217092 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t11C85030FA985AE83B3179FAB67DC8CAC7130BAB * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___entries_1)); } inline EntryU5BU5D_t542EEE8ABF592BF902472F8BA7A4930333425EB3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t542EEE8ABF592BF902472F8BA7A4930333425EB3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t542EEE8ABF592BF902472F8BA7A4930333425EB3* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___keys_7)); } inline KeyCollection_t2C4C6A1AD7A23C7DC1324A606A40D98453217092 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2C4C6A1AD7A23C7DC1324A606A40D98453217092 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2C4C6A1AD7A23C7DC1324A606A40D98453217092 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ___values_8)); } inline ValueCollection_t11C85030FA985AE83B3179FAB67DC8CAC7130BAB * get_values_8() const { return ___values_8; } inline ValueCollection_t11C85030FA985AE83B3179FAB67DC8CAC7130BAB ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t11C85030FA985AE83B3179FAB67DC8CAC7130BAB * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t55DDE026E97C75E1C6460D90A635B6E31A29A18B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tD0047B351E8B027A6AE83FD5696A757B9004F5AD * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD72441962A07D2651FA289604A293D2F0A0C67AF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___entries_1)); } inline EntryU5BU5D_t55DDE026E97C75E1C6460D90A635B6E31A29A18B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t55DDE026E97C75E1C6460D90A635B6E31A29A18B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t55DDE026E97C75E1C6460D90A635B6E31A29A18B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___keys_7)); } inline KeyCollection_tD0047B351E8B027A6AE83FD5696A757B9004F5AD * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD0047B351E8B027A6AE83FD5696A757B9004F5AD ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD0047B351E8B027A6AE83FD5696A757B9004F5AD * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ___values_8)); } inline ValueCollection_tD72441962A07D2651FA289604A293D2F0A0C67AF * get_values_8() const { return ___values_8; } inline ValueCollection_tD72441962A07D2651FA289604A293D2F0A0C67AF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD72441962A07D2651FA289604A293D2F0A0C67AF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44, ____items_1)); } inline BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* get__items_1() const { return ____items_1; } inline BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44_StaticFields, ____emptyArray_5)); } inline BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* get__emptyArray_5() const { return ____emptyArray_5; } inline BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BsonPropertyU5BU5D_t4E762397207C30DD2D0DFDFEF721E6D397BDDE06* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE, ____items_1)); } inline BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* get__items_1() const { return ____items_1; } inline BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE_StaticFields, ____emptyArray_5)); } inline BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* get__emptyArray_5() const { return ____emptyArray_5; } inline BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BsonTokenU5BU5D_t64DEA87416B5FBD8AA9A5F541B4C97FA679437E7* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____items_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__items_1() const { return ____items_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields, ____emptyArray_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B, ____items_1)); } inline ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* get__items_1() const { return ____items_1; } inline ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B_StaticFields, ____emptyArray_5)); } inline ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* get__emptyArray_5() const { return ____emptyArray_5; } inline ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____items_1)); } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* get__items_1() const { return ____items_1; } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_StaticFields, ____emptyArray_5)); } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* get__emptyArray_5() const { return ____emptyArray_5; } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____items_1)); } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* get__items_1() const { return ____items_1; } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_StaticFields, ____emptyArray_5)); } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* get__emptyArray_5() const { return ____emptyArray_5; } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____items_1)); } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get__items_1() const { return ____items_1; } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_StaticFields, ____emptyArray_5)); } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get__emptyArray_5() const { return ____emptyArray_5; } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65, ____items_1)); } inline QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* get__items_1() const { return ____items_1; } inline QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65_StaticFields, ____emptyArray_5)); } inline QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* get__emptyArray_5() const { return ____emptyArray_5; } inline QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(QueryExpressionU5BU5D_t7BEAF77CBE70E7F41BF71C946DEE95B461CF3863* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____items_1)); } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* get__items_1() const { return ____items_1; } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_StaticFields, ____emptyArray_5)); } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* get__emptyArray_5() const { return ____emptyArray_5; } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____items_1)); } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* get__items_1() const { return ____items_1; } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_StaticFields, ____emptyArray_5)); } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* get__emptyArray_5() const { return ____emptyArray_5; } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____items_1)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_StaticFields, ____emptyArray_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__emptyArray_5() const { return ____emptyArray_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A, ____items_1)); } inline ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* get__items_1() const { return ____items_1; } inline ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A_StaticFields, ____emptyArray_5)); } inline ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* get__emptyArray_5() const { return ____emptyArray_5; } inline ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ContainerContextU5BU5D_tB5D848C7DCD495FD6FCD5AAC6EE4A375AA7ED50C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t3EB6B4F11DADEF290D7A21C43B9D588B9BDE6289 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74, ____store_1)); } inline Dictionary_2_t3EB6B4F11DADEF290D7A21C43B9D588B9BDE6289 * get__store_1() const { return ____store_1; } inline Dictionary_2_t3EB6B4F11DADEF290D7A21C43B9D588B9BDE6289 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t3EB6B4F11DADEF290D7A21C43B9D588B9BDE6289 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____store_1), (void*)value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74, ____creator_2)); } inline Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * get__creator_2() const { return ____creator_2; } inline Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t36746A64D5DF16C8E7BA8B45123B43BC470FEB28 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2, ____store_1)); } inline Dictionary_2_t36746A64D5DF16C8E7BA8B45123B43BC470FEB28 * get__store_1() const { return ____store_1; } inline Dictionary_2_t36746A64D5DF16C8E7BA8B45123B43BC470FEB28 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t36746A64D5DF16C8E7BA8B45123B43BC470FEB28 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____store_1), (void*)value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2, ____creator_2)); } inline Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * get__creator_2() const { return ____creator_2; } inline Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_tB48ADA6A9FB42FB49CB75E6EC8DB37BA8465AD58 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39, ____store_1)); } inline Dictionary_2_tB48ADA6A9FB42FB49CB75E6EC8DB37BA8465AD58 * get__store_1() const { return ____store_1; } inline Dictionary_2_tB48ADA6A9FB42FB49CB75E6EC8DB37BA8465AD58 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_tB48ADA6A9FB42FB49CB75E6EC8DB37BA8465AD58 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____store_1), (void*)value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39, ____creator_2)); } inline Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * get__creator_2() const { return ____creator_2; } inline Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; // System.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 : public RuntimeObject { public: // System.Object System.ComponentModel.AddingNewEventArgs::k__BackingField RuntimeObject * ___U3CNewObjectU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CNewObjectU3Ek__BackingField_0() { return static_cast(offsetof(AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93, ___U3CNewObjectU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CNewObjectU3Ek__BackingField_0() const { return ___U3CNewObjectU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CNewObjectU3Ek__BackingField_0() { return &___U3CNewObjectU3Ek__BackingField_0; } inline void set_U3CNewObjectU3Ek__BackingField_0(RuntimeObject * value) { ___U3CNewObjectU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNewObjectU3Ek__BackingField_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C : public RuntimeObject { public: // System.Attribute[] System.ComponentModel.AttributeCollection::_attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____attributes_2; // System.ComponentModel.AttributeCollection/AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* ____foundAttributeTypes_5; // System.Int32 System.ComponentModel.AttributeCollection::_index int32_t ____index_6; public: inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____attributes_2)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__attributes_2() const { return ____attributes_2; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } inline static int32_t get_offset_of__foundAttributeTypes_5() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____foundAttributeTypes_5)); } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* get__foundAttributeTypes_5() const { return ____foundAttributeTypes_5; } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735** get_address_of__foundAttributeTypes_5() { return &____foundAttributeTypes_5; } inline void set__foundAttributeTypes_5(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* value) { ____foundAttributeTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____foundAttributeTypes_5), (void*)value); } inline static int32_t get_offset_of__index_6() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____index_6)); } inline int32_t get__index_6() const { return ____index_6; } inline int32_t* get_address_of__index_6() { return &____index_6; } inline void set__index_6(int32_t value) { ____index_6 = value; } }; struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___Empty_0; // System.Collections.Hashtable System.ComponentModel.AttributeCollection::_defaultAttributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultAttributes_1; // System.Object System.ComponentModel.AttributeCollection::internalSyncObject RuntimeObject * ___internalSyncObject_3; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___Empty_0)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_Empty_0() const { return ___Empty_0; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } inline static int32_t get_offset_of__defaultAttributes_1() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ____defaultAttributes_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultAttributes_1() const { return ____defaultAttributes_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultAttributes_1() { return &____defaultAttributes_1; } inline void set__defaultAttributes_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultAttributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAttributes_1), (void*)value); } inline static int32_t get_offset_of_internalSyncObject_3() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___internalSyncObject_3)); } inline RuntimeObject * get_internalSyncObject_3() const { return ___internalSyncObject_3; } inline RuntimeObject ** get_address_of_internalSyncObject_3() { return &___internalSyncObject_3; } inline void set_internalSyncObject_3(RuntimeObject * value) { ___internalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSyncObject_3), (void*)value); } }; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 : public RuntimeObject { public: // System.Char[] Newtonsoft.Json.Utilities.Base64Encoder::_charsLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____charsLine_0; // System.IO.TextWriter Newtonsoft.Json.Utilities.Base64Encoder::_writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ____writer_1; // System.Byte[] Newtonsoft.Json.Utilities.Base64Encoder::_leftOverBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____leftOverBytes_2; // System.Int32 Newtonsoft.Json.Utilities.Base64Encoder::_leftOverBytesCount int32_t ____leftOverBytesCount_3; public: inline static int32_t get_offset_of__charsLine_0() { return static_cast(offsetof(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0, ____charsLine_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__charsLine_0() const { return ____charsLine_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__charsLine_0() { return &____charsLine_0; } inline void set__charsLine_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____charsLine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____charsLine_0), (void*)value); } inline static int32_t get_offset_of__writer_1() { return static_cast(offsetof(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0, ____writer_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get__writer_1() const { return ____writer_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of__writer_1() { return &____writer_1; } inline void set__writer_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ____writer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____writer_1), (void*)value); } inline static int32_t get_offset_of__leftOverBytes_2() { return static_cast(offsetof(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0, ____leftOverBytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__leftOverBytes_2() const { return ____leftOverBytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__leftOverBytes_2() { return &____leftOverBytes_2; } inline void set__leftOverBytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____leftOverBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____leftOverBytes_2), (void*)value); } inline static int32_t get_offset_of__leftOverBytesCount_3() { return static_cast(offsetof(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0, ____leftOverBytesCount_3)); } inline int32_t get__leftOverBytesCount_3() const { return ____leftOverBytesCount_3; } inline int32_t* get_address_of__leftOverBytesCount_3() { return &____leftOverBytesCount_3; } inline void set__leftOverBytesCount_3(int32_t value) { ____leftOverBytesCount_3 = value; } }; // System.IO.BinaryReader struct BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_stream_0; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_buffer_1; // System.Text.Decoder System.IO.BinaryReader::m_decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___m_decoder_2; // System.Byte[] System.IO.BinaryReader::m_charBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_charBytes_3; // System.Char[] System.IO.BinaryReader::m_singleChar CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_singleChar_4; // System.Char[] System.IO.BinaryReader::m_charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_charBuffer_5; // System.Int32 System.IO.BinaryReader::m_maxCharsSize int32_t ___m_maxCharsSize_6; // System.Boolean System.IO.BinaryReader::m_2BytesPerChar bool ___m_2BytesPerChar_7; // System.Boolean System.IO.BinaryReader::m_isMemoryStream bool ___m_isMemoryStream_8; // System.Boolean System.IO.BinaryReader::m_leaveOpen bool ___m_leaveOpen_9; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_stream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_stream_0() const { return ___m_stream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value); } inline static int32_t get_offset_of_m_buffer_1() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_buffer_1() const { return ___m_buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_buffer_1() { return &___m_buffer_1; } inline void set_m_buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value); } inline static int32_t get_offset_of_m_decoder_2() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_decoder_2)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_m_decoder_2() const { return ___m_decoder_2; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_m_decoder_2() { return &___m_decoder_2; } inline void set_m_decoder_2(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___m_decoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value); } inline static int32_t get_offset_of_m_charBytes_3() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_charBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_charBytes_3() const { return ___m_charBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_charBytes_3() { return &___m_charBytes_3; } inline void set_m_charBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_charBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value); } inline static int32_t get_offset_of_m_singleChar_4() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_singleChar_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_singleChar_4() const { return ___m_singleChar_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_singleChar_4() { return &___m_singleChar_4; } inline void set_m_singleChar_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_singleChar_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value); } inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_charBuffer_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_charBuffer_5() const { return ___m_charBuffer_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; } inline void set_m_charBuffer_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_charBuffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value); } inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_maxCharsSize_6)); } inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; } inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; } inline void set_m_maxCharsSize_6(int32_t value) { ___m_maxCharsSize_6 = value; } inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_2BytesPerChar_7)); } inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; } inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; } inline void set_m_2BytesPerChar_7(bool value) { ___m_2BytesPerChar_7 = value; } inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_isMemoryStream_8)); } inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; } inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; } inline void set_m_isMemoryStream_8(bool value) { ___m_isMemoryStream_8 = value; } inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_leaveOpen_9)); } inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; } inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; } inline void set_m_leaveOpen_9(bool value) { ___m_leaveOpen_9 = value; } }; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Bson.BsonBinaryWriter struct BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED : public RuntimeObject { public: public: }; struct BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_StaticFields { public: // System.Text.Encoding Newtonsoft.Json.Bson.BsonBinaryWriter::Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___Encoding_0; public: inline static int32_t get_offset_of_Encoding_0() { return static_cast(offsetof(BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_StaticFields, ___Encoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_Encoding_0() const { return ___Encoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_Encoding_0() { return &___Encoding_0; } inline void set_Encoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___Encoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Encoding_0), (void*)value); } }; // Newtonsoft.Json.Bson.BsonObjectId struct BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 : public RuntimeObject { public: // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_0() { return static_cast(offsetof(BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7, ___U3CValueU3Ek__BackingField_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CValueU3Ek__BackingField_0() const { return ___U3CValueU3Ek__BackingField_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CValueU3Ek__BackingField_0() { return &___U3CValueU3Ek__BackingField_0; } inline void set_U3CValueU3Ek__BackingField_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_0), (void*)value); } }; // Newtonsoft.Json.Bson.BsonProperty struct BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonProperty::k__BackingField BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___U3CNameU3Ek__BackingField_0; // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonProperty::k__BackingField BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___U3CValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2, ___U3CNameU3Ek__BackingField_0)); } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B ** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2, ___U3CValueU3Ek__BackingField_1)); } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 ** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } }; // Newtonsoft.Json.Bson.BsonToken struct BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonToken::k__BackingField BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___U3CParentU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60, ___U3CParentU3Ek__BackingField_0)); } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CParentU3Ek__BackingField_0), (void*)value); } }; // Newtonsoft.Json.Utilities.BufferUtils struct BufferUtils_t238A8F820429B1475B428850943A44936F0BBAED : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Newtonsoft.Json.Utilities.CollectionUtils struct CollectionUtils_t7D7748AF782599751C7C905C34871A8893F63D07 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.ConvertUtils struct ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B : public RuntimeObject { public: public: }; struct ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ConvertUtils::TypeCodeMap Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * ___TypeCodeMap_0; // Newtonsoft.Json.Utilities.TypeInformation[] Newtonsoft.Json.Utilities.ConvertUtils::PrimitiveTypeCodes TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* ___PrimitiveTypeCodes_1; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Utilities.ConvertUtils::CastConverters ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * ___CastConverters_2; public: inline static int32_t get_offset_of_TypeCodeMap_0() { return static_cast(offsetof(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields, ___TypeCodeMap_0)); } inline Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * get_TypeCodeMap_0() const { return ___TypeCodeMap_0; } inline Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 ** get_address_of_TypeCodeMap_0() { return &___TypeCodeMap_0; } inline void set_TypeCodeMap_0(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * value) { ___TypeCodeMap_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeCodeMap_0), (void*)value); } inline static int32_t get_offset_of_PrimitiveTypeCodes_1() { return static_cast(offsetof(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields, ___PrimitiveTypeCodes_1)); } inline TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* get_PrimitiveTypeCodes_1() const { return ___PrimitiveTypeCodes_1; } inline TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933** get_address_of_PrimitiveTypeCodes_1() { return &___PrimitiveTypeCodes_1; } inline void set_PrimitiveTypeCodes_1(TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* value) { ___PrimitiveTypeCodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimitiveTypeCodes_1), (void*)value); } inline static int32_t get_offset_of_CastConverters_2() { return static_cast(offsetof(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields, ___CastConverters_2)); } inline ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * get_CastConverters_2() const { return ___CastConverters_2; } inline ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 ** get_address_of_CastConverters_2() { return &___CastConverters_2; } inline void set_CastConverters_2(ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * value) { ___CastConverters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CastConverters_2), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // Newtonsoft.Json.Utilities.DateTimeUtils struct DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F : public RuntimeObject { public: public: }; struct DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields { public: // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::InitialJavaScriptDateTicks int64_t ___InitialJavaScriptDateTicks_0; // System.Int32[] Newtonsoft.Json.Utilities.DateTimeUtils::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_1; // System.Int32[] Newtonsoft.Json.Utilities.DateTimeUtils::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_2; public: inline static int32_t get_offset_of_InitialJavaScriptDateTicks_0() { return static_cast(offsetof(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields, ___InitialJavaScriptDateTicks_0)); } inline int64_t get_InitialJavaScriptDateTicks_0() const { return ___InitialJavaScriptDateTicks_0; } inline int64_t* get_address_of_InitialJavaScriptDateTicks_0() { return &___InitialJavaScriptDateTicks_0; } inline void set_InitialJavaScriptDateTicks_0(int64_t value) { ___InitialJavaScriptDateTicks_0 = value; } inline static int32_t get_offset_of_DaysToMonth365_1() { return static_cast(offsetof(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields, ___DaysToMonth365_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_1() const { return ___DaysToMonth365_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_1() { return &___DaysToMonth365_1; } inline void set_DaysToMonth365_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_1), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_2() { return static_cast(offsetof(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields, ___DaysToMonth366_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_2() const { return ___DaysToMonth366_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_2() { return &___DaysToMonth366_2; } inline void set_DaysToMonth366_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_2), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.DefaultContractResolverState::ContractCache Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * ___ContractCache_0; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.Serialization.DefaultContractResolverState::NameTable PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * ___NameTable_1; public: inline static int32_t get_offset_of_ContractCache_0() { return static_cast(offsetof(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489, ___ContractCache_0)); } inline Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * get_ContractCache_0() const { return ___ContractCache_0; } inline Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 ** get_address_of_ContractCache_0() { return &___ContractCache_0; } inline void set_ContractCache_0(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * value) { ___ContractCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContractCache_0), (void*)value); } inline static int32_t get_offset_of_NameTable_1() { return static_cast(offsetof(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489, ___NameTable_1)); } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * get_NameTable_1() const { return ___NameTable_1; } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A ** get_address_of_NameTable_1() { return &___NameTable_1; } inline void set_NameTable_1(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * value) { ___NameTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameTable_1), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Serialization.DefaultReferenceResolver::_referenceCount int32_t ____referenceCount_0; public: inline static int32_t get_offset_of__referenceCount_0() { return static_cast(offsetof(DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A, ____referenceCount_0)); } inline int32_t get__referenceCount_0() const { return ____referenceCount_0; } inline int32_t* get_address_of__referenceCount_0() { return &____referenceCount_0; } inline void set__referenceCount_0(int32_t value) { ____referenceCount_0 = value; } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // Newtonsoft.Json.Utilities.EnumUtils struct EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE : public RuntimeObject { public: public: }; struct EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_StaticFields { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Utilities.EnumUtils::EnumMemberNamesPerType ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * ___EnumMemberNamesPerType_0; public: inline static int32_t get_offset_of_EnumMemberNamesPerType_0() { return static_cast(offsetof(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_StaticFields, ___EnumMemberNamesPerType_0)); } inline ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * get_EnumMemberNamesPerType_0() const { return ___EnumMemberNamesPerType_0; } inline ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 ** get_address_of_EnumMemberNamesPerType_0() { return &___EnumMemberNamesPerType_0; } inline void set_EnumMemberNamesPerType_0(ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * value) { ___EnumMemberNamesPerType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumMemberNamesPerType_0), (void*)value); } }; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 : public RuntimeObject { public: // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::k__BackingField bool ___U3CTracedU3Ek__BackingField_0; // System.Exception Newtonsoft.Json.Serialization.ErrorContext::k__BackingField Exception_t * ___U3CErrorU3Ek__BackingField_1; // System.Object Newtonsoft.Json.Serialization.ErrorContext::k__BackingField RuntimeObject * ___U3COriginalObjectU3Ek__BackingField_2; // System.Object Newtonsoft.Json.Serialization.ErrorContext::k__BackingField RuntimeObject * ___U3CMemberU3Ek__BackingField_3; // System.String Newtonsoft.Json.Serialization.ErrorContext::k__BackingField String_t* ___U3CPathU3Ek__BackingField_4; // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::k__BackingField bool ___U3CHandledU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CTracedU3Ek__BackingField_0() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CTracedU3Ek__BackingField_0)); } inline bool get_U3CTracedU3Ek__BackingField_0() const { return ___U3CTracedU3Ek__BackingField_0; } inline bool* get_address_of_U3CTracedU3Ek__BackingField_0() { return &___U3CTracedU3Ek__BackingField_0; } inline void set_U3CTracedU3Ek__BackingField_0(bool value) { ___U3CTracedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_1() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CErrorU3Ek__BackingField_1)); } inline Exception_t * get_U3CErrorU3Ek__BackingField_1() const { return ___U3CErrorU3Ek__BackingField_1; } inline Exception_t ** get_address_of_U3CErrorU3Ek__BackingField_1() { return &___U3CErrorU3Ek__BackingField_1; } inline void set_U3CErrorU3Ek__BackingField_1(Exception_t * value) { ___U3CErrorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COriginalObjectU3Ek__BackingField_2() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3COriginalObjectU3Ek__BackingField_2)); } inline RuntimeObject * get_U3COriginalObjectU3Ek__BackingField_2() const { return ___U3COriginalObjectU3Ek__BackingField_2; } inline RuntimeObject ** get_address_of_U3COriginalObjectU3Ek__BackingField_2() { return &___U3COriginalObjectU3Ek__BackingField_2; } inline void set_U3COriginalObjectU3Ek__BackingField_2(RuntimeObject * value) { ___U3COriginalObjectU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COriginalObjectU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CMemberU3Ek__BackingField_3() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CMemberU3Ek__BackingField_3)); } inline RuntimeObject * get_U3CMemberU3Ek__BackingField_3() const { return ___U3CMemberU3Ek__BackingField_3; } inline RuntimeObject ** get_address_of_U3CMemberU3Ek__BackingField_3() { return &___U3CMemberU3Ek__BackingField_3; } inline void set_U3CMemberU3Ek__BackingField_3(RuntimeObject * value) { ___U3CMemberU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_4() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CPathU3Ek__BackingField_4)); } inline String_t* get_U3CPathU3Ek__BackingField_4() const { return ___U3CPathU3Ek__BackingField_4; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_4() { return &___U3CPathU3Ek__BackingField_4; } inline void set_U3CPathU3Ek__BackingField_4(String_t* value) { ___U3CPathU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CHandledU3Ek__BackingField_5() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CHandledU3Ek__BackingField_5)); } inline bool get_U3CHandledU3Ek__BackingField_5() const { return ___U3CHandledU3Ek__BackingField_5; } inline bool* get_address_of_U3CHandledU3Ek__BackingField_5() { return &___U3CHandledU3Ek__BackingField_5; } inline void set_U3CHandledU3Ek__BackingField_5(bool value) { ___U3CHandledU3Ek__BackingField_5 = value; } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 : public RuntimeObject { public: // System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::events EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events_0; // System.String[] System.ComponentModel.EventDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_1; // System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::comparer RuntimeObject* ___comparer_2; // System.Boolean System.ComponentModel.EventDescriptorCollection::eventsOwned bool ___eventsOwned_3; // System.Boolean System.ComponentModel.EventDescriptorCollection::needSort bool ___needSort_4; // System.Int32 System.ComponentModel.EventDescriptorCollection::eventCount int32_t ___eventCount_5; // System.Boolean System.ComponentModel.EventDescriptorCollection::readOnly bool ___readOnly_6; public: inline static int32_t get_offset_of_events_0() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___events_0)); } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* get_events_0() const { return ___events_0; } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9** get_address_of_events_0() { return &___events_0; } inline void set_events_0(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* value) { ___events_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_0), (void*)value); } inline static int32_t get_offset_of_namedSort_1() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___namedSort_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_1() const { return ___namedSort_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_1() { return &___namedSort_1; } inline void set_namedSort_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_1), (void*)value); } inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_eventsOwned_3() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventsOwned_3)); } inline bool get_eventsOwned_3() const { return ___eventsOwned_3; } inline bool* get_address_of_eventsOwned_3() { return &___eventsOwned_3; } inline void set_eventsOwned_3(bool value) { ___eventsOwned_3 = value; } inline static int32_t get_offset_of_needSort_4() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___needSort_4)); } inline bool get_needSort_4() const { return ___needSort_4; } inline bool* get_address_of_needSort_4() { return &___needSort_4; } inline void set_needSort_4(bool value) { ___needSort_4 = value; } inline static int32_t get_offset_of_eventCount_5() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventCount_5)); } inline int32_t get_eventCount_5() const { return ___eventCount_5; } inline int32_t* get_address_of_eventCount_5() { return &___eventCount_5; } inline void set_eventCount_5(int32_t value) { ___eventCount_5 = value; } inline static int32_t get_offset_of_readOnly_6() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___readOnly_6)); } inline bool get_readOnly_6() const { return ___readOnly_6; } inline bool* get_address_of_readOnly_6() { return &___readOnly_6; } inline void set_readOnly_6(bool value) { ___readOnly_6 = value; } }; struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields { public: // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___Empty_7; public: inline static int32_t get_offset_of_Empty_7() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields, ___Empty_7)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get_Empty_7() const { return ___Empty_7; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of_Empty_7() { return &___Empty_7; } inline void set_Empty_7(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ___Empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_7), (void*)value); } }; // Newtonsoft.Json.Linq.Extensions struct Extensions_t45401A2005BA019D869A6B2992506F085F83A9D9 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_currentErrorContext ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ____currentErrorContext_0; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_mappings BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * ____mappings_1; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerInternalBase::Serializer JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___Serializer_2; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerInternalBase::TraceWriter RuntimeObject* ___TraceWriter_3; // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalBase::InternalSerializer JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * ___InternalSerializer_4; public: inline static int32_t get_offset_of__currentErrorContext_0() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ____currentErrorContext_0)); } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * get__currentErrorContext_0() const { return ____currentErrorContext_0; } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 ** get_address_of__currentErrorContext_0() { return &____currentErrorContext_0; } inline void set__currentErrorContext_0(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * value) { ____currentErrorContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentErrorContext_0), (void*)value); } inline static int32_t get_offset_of__mappings_1() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ____mappings_1)); } inline BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * get__mappings_1() const { return ____mappings_1; } inline BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 ** get_address_of__mappings_1() { return &____mappings_1; } inline void set__mappings_1(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * value) { ____mappings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappings_1), (void*)value); } inline static int32_t get_offset_of_Serializer_2() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___Serializer_2)); } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * get_Serializer_2() const { return ___Serializer_2; } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD ** get_address_of_Serializer_2() { return &___Serializer_2; } inline void set_Serializer_2(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * value) { ___Serializer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Serializer_2), (void*)value); } inline static int32_t get_offset_of_TraceWriter_3() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___TraceWriter_3)); } inline RuntimeObject* get_TraceWriter_3() const { return ___TraceWriter_3; } inline RuntimeObject** get_address_of_TraceWriter_3() { return &___TraceWriter_3; } inline void set_TraceWriter_3(RuntimeObject* value) { ___TraceWriter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TraceWriter_3), (void*)value); } inline static int32_t get_offset_of_InternalSerializer_4() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___InternalSerializer_4)); } inline JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * get_InternalSerializer_4() const { return ___InternalSerializer_4; } inline JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 ** get_address_of_InternalSerializer_4() { return &___InternalSerializer_4; } inline void set_InternalSerializer_4(JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * value) { ___InternalSerializer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalSerializer_4), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE : public RuntimeObject { public: public: }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::_count int32_t ____count_1; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] Newtonsoft.Json.Utilities.PropertyNameTable::_entries EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* ____entries_2; // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::_mask int32_t ____mask_3; public: inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____count_1)); } inline int32_t get__count_1() const { return ____count_1; } inline int32_t* get_address_of__count_1() { return &____count_1; } inline void set__count_1(int32_t value) { ____count_1 = value; } inline static int32_t get_offset_of__entries_2() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____entries_2)); } inline EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* get__entries_2() const { return ____entries_2; } inline EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6** get_address_of__entries_2() { return &____entries_2; } inline void set__entries_2(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* value) { ____entries_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____entries_2), (void*)value); } inline static int32_t get_offset_of__mask_3() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____mask_3)); } inline int32_t get__mask_3() const { return ____mask_3; } inline int32_t* get_address_of__mask_3() { return &____mask_3; } inline void set__mask_3(int32_t value) { ____mask_3 = value; } }; struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields { public: // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::HashCodeRandomizer int32_t ___HashCodeRandomizer_0; public: inline static int32_t get_offset_of_HashCodeRandomizer_0() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields, ___HashCodeRandomizer_0)); } inline int32_t get_HashCodeRandomizer_0() const { return ___HashCodeRandomizer_0; } inline int32_t* get_address_of_HashCodeRandomizer_0() { return &___HashCodeRandomizer_0; } inline void set_HashCodeRandomizer_0(int32_t value) { ___HashCodeRandomizer_0 = value; } }; // Newtonsoft.Json.Linq.JsonPath.QueryExpression struct QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E : public RuntimeObject { public: public: }; // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Serialization.ReflectionAttributeProvider::_attributeProvider RuntimeObject * ____attributeProvider_0; public: inline static int32_t get_offset_of__attributeProvider_0() { return static_cast(offsetof(ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685, ____attributeProvider_0)); } inline RuntimeObject * get__attributeProvider_0() const { return ____attributeProvider_0; } inline RuntimeObject ** get_address_of__attributeProvider_0() { return &____attributeProvider_0; } inline void set__attributeProvider_0(RuntimeObject * value) { ____attributeProvider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeProvider_0), (void*)value); } }; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::k__BackingField ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___U3CCreatorU3Ek__BackingField_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.ReflectionObject::k__BackingField RuntimeObject* ___U3CMembersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCreatorU3Ek__BackingField_0() { return static_cast(offsetof(ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E, ___U3CCreatorU3Ek__BackingField_0)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get_U3CCreatorU3Ek__BackingField_0() const { return ___U3CCreatorU3Ek__BackingField_0; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of_U3CCreatorU3Ek__BackingField_0() { return &___U3CCreatorU3Ek__BackingField_0; } inline void set_U3CCreatorU3Ek__BackingField_0(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ___U3CCreatorU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCreatorU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CMembersU3Ek__BackingField_1() { return static_cast(offsetof(ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E, ___U3CMembersU3Ek__BackingField_1)); } inline RuntimeObject* get_U3CMembersU3Ek__BackingField_1() const { return ___U3CMembersU3Ek__BackingField_1; } inline RuntimeObject** get_address_of_U3CMembersU3Ek__BackingField_1() { return &___U3CMembersU3Ek__BackingField_1; } inline void set_U3CMembersU3Ek__BackingField_1(RuntimeObject* value) { ___U3CMembersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMembersU3Ek__BackingField_1), (void*)value); } }; // Newtonsoft.Json.Utilities.ReflectionUtils struct ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3 : public RuntimeObject { public: public: }; struct ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_StaticFields { public: // System.Type[] Newtonsoft.Json.Utilities.ReflectionUtils::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_0; public: inline static int32_t get_offset_of_EmptyTypes_0() { return static_cast(offsetof(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_StaticFields, ___EmptyTypes_0)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_0() const { return ___EmptyTypes_0; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_0() { return &___EmptyTypes_0; } inline void set_EmptyTypes_0(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_0), (void*)value); } }; // Newtonsoft.Json.Serialization.ReflectionValueProvider struct ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF : public RuntimeObject { public: // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.ReflectionValueProvider::_memberInfo MemberInfo_t * ____memberInfo_0; public: inline static int32_t get_offset_of__memberInfo_0() { return static_cast(offsetof(ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF, ____memberInfo_0)); } inline MemberInfo_t * get__memberInfo_0() const { return ____memberInfo_0; } inline MemberInfo_t ** get_address_of__memberInfo_0() { return &____memberInfo_0; } inline void set__memberInfo_0(MemberInfo_t * value) { ____memberInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____memberInfo_0), (void*)value); } }; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 : public RuntimeObject { public: public: }; struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields { public: // System.TimeZone System.TimeZone::currentTimeZone TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * ___currentTimeZone_0; // System.Object System.TimeZone::tz_lock RuntimeObject * ___tz_lock_1; // System.Int64 System.TimeZone::timezone_check int64_t ___timezone_check_2; public: inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___currentTimeZone_0)); } inline TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * get_currentTimeZone_0() const { return ___currentTimeZone_0; } inline TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; } inline void set_currentTimeZone_0(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * value) { ___currentTimeZone_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentTimeZone_0), (void*)value); } inline static int32_t get_offset_of_tz_lock_1() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___tz_lock_1)); } inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; } inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; } inline void set_tz_lock_1(RuntimeObject * value) { ___tz_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tz_lock_1), (void*)value); } inline static int32_t get_offset_of_timezone_check_2() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___timezone_check_2)); } inline int64_t get_timezone_check_2() const { return ___timezone_check_2; } inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; } inline void set_timezone_check_2(int64_t value) { ___timezone_check_2 = value; } }; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 : public RuntimeObject { public: // System.Collections.ArrayList System.Diagnostics.TraceListenerCollection::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields { public: // System.Char[] System.Version::SeparatorsArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SeparatorsArray_4; public: inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields, ___SeparatorsArray_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; } inline void set_SeparatorsArray_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SeparatorsArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value); } }; // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::call MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0; public: inline static int32_t get_offset_of_call_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59, ___call_0)); } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_call_0() const { return ___call_0; } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_call_0() { return &___call_0; } inline void set_call_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value) { ___call_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___call_0), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c struct U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB : public RuntimeObject { public: public: }; struct U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9 U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_0 Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__30_0_1; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_1 Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__30_1_2; // System.Func`2> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_0 Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * ___U3CU3E9__33_0_3; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_1 Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___U3CU3E9__33_1_4; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__36_0 Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___U3CU3E9__36_0_5; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__60_0 Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * ___U3CU3E9__60_0_6; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__30_0_1() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__30_0_1)); } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__30_0_1() const { return ___U3CU3E9__30_0_1; } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__30_0_1() { return &___U3CU3E9__30_0_1; } inline void set_U3CU3E9__30_0_1(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value) { ___U3CU3E9__30_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__30_1_2() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__30_1_2)); } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__30_1_2() const { return ___U3CU3E9__30_1_2; } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__30_1_2() { return &___U3CU3E9__30_1_2; } inline void set_U3CU3E9__30_1_2(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value) { ___U3CU3E9__30_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__33_0_3() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__33_0_3)); } inline Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * get_U3CU3E9__33_0_3() const { return ___U3CU3E9__33_0_3; } inline Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 ** get_address_of_U3CU3E9__33_0_3() { return &___U3CU3E9__33_0_3; } inline void set_U3CU3E9__33_0_3(Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * value) { ___U3CU3E9__33_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_0_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__33_1_4() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__33_1_4)); } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * get_U3CU3E9__33_1_4() const { return ___U3CU3E9__33_1_4; } inline Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 ** get_address_of_U3CU3E9__33_1_4() { return &___U3CU3E9__33_1_4; } inline void set_U3CU3E9__33_1_4(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * value) { ___U3CU3E9__33_1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_1_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__36_0_5() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__36_0_5)); } inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * get_U3CU3E9__36_0_5() const { return ___U3CU3E9__36_0_5; } inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C ** get_address_of_U3CU3E9__36_0_5() { return &___U3CU3E9__36_0_5; } inline void set_U3CU3E9__36_0_5(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * value) { ___U3CU3E9__36_0_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__36_0_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_0_6() { return static_cast(offsetof(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields, ___U3CU3E9__60_0_6)); } inline Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * get_U3CU3E9__60_0_6() const { return ___U3CU3E9__60_0_6; } inline Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 ** get_address_of_U3CU3E9__60_0_6() { return &___U3CU3E9__60_0_6; } inline void set_U3CU3E9__60_0_6(Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * value) { ___U3CU3E9__60_0_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_0_6), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 : public RuntimeObject { public: // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::getExtensionDataDictionary Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___getExtensionDataDictionary_0; // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::member MemberInfo_t * ___member_1; public: inline static int32_t get_offset_of_getExtensionDataDictionary_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834, ___getExtensionDataDictionary_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_getExtensionDataDictionary_0() const { return ___getExtensionDataDictionary_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_getExtensionDataDictionary_0() { return &___getExtensionDataDictionary_0; } inline void set_getExtensionDataDictionary_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___getExtensionDataDictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___getExtensionDataDictionary_0), (void*)value); } inline static int32_t get_offset_of_member_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834, ___member_1)); } inline MemberInfo_t * get_member_1() const { return ___member_1; } inline MemberInfo_t ** get_address_of_member_1() { return &___member_1; } inline void set_member_1(MemberInfo_t * value) { ___member_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___member_1), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1 struct U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 : public RuntimeObject { public: // System.Action`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionary Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___setExtensionDataDictionary_0; // System.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::createExtensionDataDictionary Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___createExtensionDataDictionary_1; // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionaryValue MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___setExtensionDataDictionaryValue_2; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::CS$<>8__locals1 U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * ___CSU24U3CU3E8__locals1_3; public: inline static int32_t get_offset_of_setExtensionDataDictionary_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___setExtensionDataDictionary_0)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_setExtensionDataDictionary_0() const { return ___setExtensionDataDictionary_0; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_setExtensionDataDictionary_0() { return &___setExtensionDataDictionary_0; } inline void set_setExtensionDataDictionary_0(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___setExtensionDataDictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___setExtensionDataDictionary_0), (void*)value); } inline static int32_t get_offset_of_createExtensionDataDictionary_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___createExtensionDataDictionary_1)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_createExtensionDataDictionary_1() const { return ___createExtensionDataDictionary_1; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_createExtensionDataDictionary_1() { return &___createExtensionDataDictionary_1; } inline void set_createExtensionDataDictionary_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___createExtensionDataDictionary_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___createExtensionDataDictionary_1), (void*)value); } inline static int32_t get_offset_of_setExtensionDataDictionaryValue_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___setExtensionDataDictionaryValue_2)); } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_setExtensionDataDictionaryValue_2() const { return ___setExtensionDataDictionaryValue_2; } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_setExtensionDataDictionaryValue_2() { return &___setExtensionDataDictionaryValue_2; } inline void set_setExtensionDataDictionaryValue_2(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value) { ___setExtensionDataDictionaryValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___setExtensionDataDictionaryValue_2), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817, ___CSU24U3CU3E8__locals1_3)); } inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * get_CSU24U3CU3E8__locals1_3() const { return ___CSU24U3CU3E8__locals1_3; } inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 ** get_address_of_CSU24U3CU3E8__locals1_3() { return &___CSU24U3CU3E8__locals1_3; } inline void set_CSU24U3CU3E8__locals1_3(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * value) { ___CSU24U3CU3E8__locals1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_3), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2 struct U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::createEnumerableWrapper ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___createEnumerableWrapper_0; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::CS$<>8__locals2 U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * ___CSU24U3CU3E8__locals2_1; public: inline static int32_t get_offset_of_createEnumerableWrapper_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB, ___createEnumerableWrapper_0)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get_createEnumerableWrapper_0() const { return ___createEnumerableWrapper_0; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of_createEnumerableWrapper_0() { return &___createEnumerableWrapper_0; } inline void set_createEnumerableWrapper_0(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ___createEnumerableWrapper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___createEnumerableWrapper_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB, ___CSU24U3CU3E8__locals2_1)); } inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * get_CSU24U3CU3E8__locals2_1() const { return ___CSU24U3CU3E8__locals2_1; } inline U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 ** get_address_of_CSU24U3CU3E8__locals2_1() { return &___CSU24U3CU3E8__locals2_1; } inline void set_CSU24U3CU3E8__locals2_1(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * value) { ___CSU24U3CU3E8__locals2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals2_1), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0 struct U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::shouldSerializeCall MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___shouldSerializeCall_0; public: inline static int32_t get_offset_of_shouldSerializeCall_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD, ___shouldSerializeCall_0)); } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * get_shouldSerializeCall_0() const { return ___shouldSerializeCall_0; } inline MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F ** get_address_of_shouldSerializeCall_0() { return &___shouldSerializeCall_0; } inline void set_shouldSerializeCall_0(MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * value) { ___shouldSerializeCall_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___shouldSerializeCall_0), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 : public RuntimeObject { public: // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::specifiedPropertyGet Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___specifiedPropertyGet_0; public: inline static int32_t get_offset_of_specifiedPropertyGet_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0, ___specifiedPropertyGet_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_specifiedPropertyGet_0() const { return ___specifiedPropertyGet_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_specifiedPropertyGet_0() { return &___specifiedPropertyGet_0; } inline void set_specifiedPropertyGet_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___specifiedPropertyGet_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___specifiedPropertyGet_0), (void*)value); } }; // Newtonsoft.Json.Utilities.EnumUtils/<>c struct U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 : public RuntimeObject { public: public: }; struct U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields { public: // Newtonsoft.Json.Utilities.EnumUtils/<>c Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9 U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9__1_0 Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * ___U3CU3E9__1_0_1; // System.Func`2 Newtonsoft.Json.Utilities.EnumUtils/<>c::<>9__5_0 Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * ___U3CU3E9__5_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9__1_0_1)); } inline Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_2() { return static_cast(offsetof(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields, ___U3CU3E9__5_0_2)); } inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * get_U3CU3E9__5_0_2() const { return ___U3CU3E9__5_0_2; } inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE ** get_address_of_U3CU3E9__5_0_2() { return &___U3CU3E9__5_0_2; } inline void set_U3CU3E9__5_0_2(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * value) { ___U3CU3E9__5_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_2), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652, ___list_0)); } inline List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * get_list_0() const { return ___list_0; } inline List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652, ___current_3)); } inline BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * get_current_3() const { return ___current_3; } inline BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D, ___list_0)); } inline List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * get_list_0() const { return ___list_0; } inline List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D, ___current_3)); } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * get_current_3() const { return ___current_3; } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current MemberInfo_t * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2, ___list_0)); } inline List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * get_list_0() const { return ___list_0; } inline List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2, ___current_3)); } inline MemberInfo_t * get_current_3() const { return ___current_3; } inline MemberInfo_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(MemberInfo_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Type_t * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC, ___list_0)); } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * get_list_0() const { return ___list_0; } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC, ___current_3)); } inline Type_t * get_current_3() const { return ___current_3; } inline Type_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Type_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumerable_1), (void*)value); } }; struct JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_StaticFields, ___Empty_0)); } inline JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->____enumerable_1), (void*)NULL); } }; // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumerable_1), (void*)value); } }; struct JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331_StaticFields, ___Empty_0)); } inline JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->____enumerable_1), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___value_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get_value_1() const { return ___value_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 : public Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D { public: // System.Collections.Generic.IEqualityComparer`1 System.Collections.ObjectModel.KeyedCollection`2::comparer RuntimeObject* ___comparer_2; // System.Collections.Generic.Dictionary`2 System.Collections.ObjectModel.KeyedCollection`2::dict Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * ___dict_3; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::keyCount int32_t ___keyCount_4; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::threshold int32_t ___threshold_5; public: inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_dict_3() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___dict_3)); } inline Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * get_dict_3() const { return ___dict_3; } inline Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E ** get_address_of_dict_3() { return &___dict_3; } inline void set_dict_3(Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * value) { ___dict_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dict_3), (void*)value); } inline static int32_t get_offset_of_keyCount_4() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___keyCount_4)); } inline int32_t get_keyCount_4() const { return ___keyCount_4; } inline int32_t* get_address_of_keyCount_4() { return &___keyCount_4; } inline void set_keyCount_4(int32_t value) { ___keyCount_4 = value; } inline static int32_t get_offset_of_threshold_5() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___threshold_5)); } inline int32_t get_threshold_5() const { return ___threshold_5; } inline int32_t* get_address_of_threshold_5() { return &___threshold_5; } inline void set_threshold_5(int32_t value) { ___threshold_5 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter struct ArrayIndexFilter_t81CAE96C47886E969BA9010D7F0E1D312C6905B4 : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter struct ArrayMultipleIndexFilter_t55972D140D8A4B23C1E086276344B67735D1A26C : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter struct ArraySliceFilter_t1DEBFE75B7AD05DDE1BB5172841F5BE9B5E27AA0 : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // Newtonsoft.Json.Converters.BinaryConverter struct BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Converters.BinaryConverter::_reflectionObject ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ____reflectionObject_0; public: inline static int32_t get_offset_of__reflectionObject_0() { return static_cast(offsetof(BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84, ____reflectionObject_0)); } inline ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * get__reflectionObject_0() const { return ____reflectionObject_0; } inline ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E ** get_address_of__reflectionObject_0() { return &____reflectionObject_0; } inline void set__reflectionObject_0(ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * value) { ____reflectionObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____reflectionObject_0), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression struct BooleanQueryExpression_tD61A34343FA20918ECCCE9D36127BFD73E2C3AE7 : public QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E { public: public: }; // Newtonsoft.Json.Bson.BsonArray struct BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 : public BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonArray::_children List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * ____children_1; public: inline static int32_t get_offset_of__children_1() { return static_cast(offsetof(BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7, ____children_1)); } inline List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * get__children_1() const { return ____children_1; } inline List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE ** get_address_of__children_1() { return &____children_1; } inline void set__children_1(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * value) { ____children_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____children_1), (void*)value); } }; // Newtonsoft.Json.Bson.BsonObject struct BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 : public BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonObject::_children List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * ____children_1; public: inline static int32_t get_offset_of__children_1() { return static_cast(offsetof(BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713, ____children_1)); } inline List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * get__children_1() const { return ____children_1; } inline List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 ** get_address_of__children_1() { return &____children_1; } inline void set__children_1(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * value) { ____children_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____children_1), (void*)value); } }; // Newtonsoft.Json.Converters.BsonObjectIdConverter struct BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // Newtonsoft.Json.Bson.BsonRegex struct BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B : public BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 { public: // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::k__BackingField BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___U3CPatternU3Ek__BackingField_1; // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::k__BackingField BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___U3COptionsU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPatternU3Ek__BackingField_1() { return static_cast(offsetof(BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B, ___U3CPatternU3Ek__BackingField_1)); } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * get_U3CPatternU3Ek__BackingField_1() const { return ___U3CPatternU3Ek__BackingField_1; } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B ** get_address_of_U3CPatternU3Ek__BackingField_1() { return &___U3CPatternU3Ek__BackingField_1; } inline void set_U3CPatternU3Ek__BackingField_1(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * value) { ___U3CPatternU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPatternU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_2() { return static_cast(offsetof(BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B, ___U3COptionsU3Ek__BackingField_2)); } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * get_U3COptionsU3Ek__BackingField_2() const { return ___U3COptionsU3Ek__BackingField_2; } inline BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B ** get_address_of_U3COptionsU3Ek__BackingField_2() { return &___U3COptionsU3Ek__BackingField_2; } inline void set_U3COptionsU3Ek__BackingField_2(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * value) { ___U3COptionsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_2), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // Newtonsoft.Json.Linq.JsonPath.CompositeExpression struct CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6 : public QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.CompositeExpression::k__BackingField List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * ___U3CExpressionsU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CExpressionsU3Ek__BackingField_0() { return static_cast(offsetof(CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6, ___U3CExpressionsU3Ek__BackingField_0)); } inline List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * get_U3CExpressionsU3Ek__BackingField_0() const { return ___U3CExpressionsU3Ek__BackingField_0; } inline List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 ** get_address_of_U3CExpressionsU3Ek__BackingField_0() { return &___U3CExpressionsU3Ek__BackingField_0; } inline void set_U3CExpressionsU3Ek__BackingField_0(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * value) { ___U3CExpressionsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExpressionsU3Ek__BackingField_0), (void*)value); } }; // System.Runtime.Serialization.DataContractAttribute struct DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.Serialization.DataContractAttribute::ns String_t* ___ns_0; // System.Boolean System.Runtime.Serialization.DataContractAttribute::isNamespaceSetExplicitly bool ___isNamespaceSetExplicitly_1; // System.Boolean System.Runtime.Serialization.DataContractAttribute::isReference bool ___isReference_2; public: inline static int32_t get_offset_of_ns_0() { return static_cast(offsetof(DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C, ___ns_0)); } inline String_t* get_ns_0() const { return ___ns_0; } inline String_t** get_address_of_ns_0() { return &___ns_0; } inline void set_ns_0(String_t* value) { ___ns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_0), (void*)value); } inline static int32_t get_offset_of_isNamespaceSetExplicitly_1() { return static_cast(offsetof(DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C, ___isNamespaceSetExplicitly_1)); } inline bool get_isNamespaceSetExplicitly_1() const { return ___isNamespaceSetExplicitly_1; } inline bool* get_address_of_isNamespaceSetExplicitly_1() { return &___isNamespaceSetExplicitly_1; } inline void set_isNamespaceSetExplicitly_1(bool value) { ___isNamespaceSetExplicitly_1 = value; } inline static int32_t get_offset_of_isReference_2() { return static_cast(offsetof(DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C, ___isReference_2)); } inline bool get_isReference_2() const { return ___isReference_2; } inline bool* get_address_of_isReference_2() { return &___isReference_2; } inline void set_isReference_2(bool value) { ___isReference_2 = value; } }; // System.Runtime.Serialization.DataMemberAttribute struct DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.Serialization.DataMemberAttribute::name String_t* ___name_0; // System.Int32 System.Runtime.Serialization.DataMemberAttribute::order int32_t ___order_1; // System.Boolean System.Runtime.Serialization.DataMemberAttribute::isRequired bool ___isRequired_2; // System.Boolean System.Runtime.Serialization.DataMemberAttribute::emitDefaultValue bool ___emitDefaultValue_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_order_1() { return static_cast(offsetof(DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390, ___order_1)); } inline int32_t get_order_1() const { return ___order_1; } inline int32_t* get_address_of_order_1() { return &___order_1; } inline void set_order_1(int32_t value) { ___order_1 = value; } inline static int32_t get_offset_of_isRequired_2() { return static_cast(offsetof(DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390, ___isRequired_2)); } inline bool get_isRequired_2() const { return ___isRequired_2; } inline bool* get_address_of_isRequired_2() { return &___isRequired_2; } inline void set_isRequired_2(bool value) { ___isRequired_2 = value; } inline static int32_t get_offset_of_emitDefaultValue_3() { return static_cast(offsetof(DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390, ___emitDefaultValue_3)); } inline bool get_emitDefaultValue_3() const { return ___emitDefaultValue_3; } inline bool* get_address_of_emitDefaultValue_3() { return &___emitDefaultValue_3; } inline void set_emitDefaultValue_3(bool value) { ___emitDefaultValue_3 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E : public SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.DefaultSerializationBinder::_typeCache ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * ____typeCache_1; public: inline static int32_t get_offset_of__typeCache_1() { return static_cast(offsetof(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E, ____typeCache_1)); } inline ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * get__typeCache_1() const { return ____typeCache_1; } inline ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 ** get_address_of__typeCache_1() { return &____typeCache_1; } inline void set__typeCache_1(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * value) { ____typeCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeCache_1), (void*)value); } }; struct DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultSerializationBinder Newtonsoft.Json.Serialization.DefaultSerializationBinder::Instance DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields, ___Instance_0)); } inline DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * get_Instance_0() const { return ___Instance_0; } inline DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.Serialization.EnumMemberAttribute struct EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.Serialization.EnumMemberAttribute::value String_t* ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC, ___value_0)); } inline String_t* get_value_0() const { return ___value_0; } inline String_t** get_address_of_value_0() { return &___value_0; } inline void set_value_0(String_t* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField RuntimeObject * ___U3CCurrentObjectU3Ek__BackingField_1; // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___U3CErrorContextU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCurrentObjectU3Ek__BackingField_1() { return static_cast(offsetof(ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843, ___U3CCurrentObjectU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentObjectU3Ek__BackingField_1() const { return ___U3CCurrentObjectU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentObjectU3Ek__BackingField_1() { return &___U3CCurrentObjectU3Ek__BackingField_1; } inline void set_U3CCurrentObjectU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentObjectU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentObjectU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CErrorContextU3Ek__BackingField_2() { return static_cast(offsetof(ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843, ___U3CErrorContextU3Ek__BackingField_2)); } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * get_U3CErrorContextU3Ek__BackingField_2() const { return ___U3CErrorContextU3Ek__BackingField_2; } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 ** get_address_of_U3CErrorContextU3Ek__BackingField_2() { return &___U3CErrorContextU3Ek__BackingField_2; } inline void set_U3CErrorContextU3Ek__BackingField_2(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * value) { ___U3CErrorContextU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorContextU3Ek__BackingField_2), (void*)value); } }; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: public: }; // Newtonsoft.Json.Linq.JsonPath.FieldFilter struct FieldFilter_tF7B9B02AEFBAD49D8AD2FA305908B9662D1409CB : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter struct FieldMultipleFilter_tDE1C7A701C1EA9D22798030C587505AE3B520817 : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // Newtonsoft.Json.Converters.HashSetConverter struct HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 : public Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Linq.JPropertyKeyedCollection::_dictionary Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * ____dictionary_3; public: inline static int32_t get_offset_of__dictionary_3() { return static_cast(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39, ____dictionary_3)); } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * get__dictionary_3() const { return ____dictionary_3; } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 ** get_address_of__dictionary_3() { return &____dictionary_3; } inline void set__dictionary_3(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * value) { ____dictionary_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____dictionary_3), (void*)value); } }; struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields { public: // System.Collections.Generic.IEqualityComparer`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::Comparer RuntimeObject* ___Comparer_2; public: inline static int32_t get_offset_of_Comparer_2() { return static_cast(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields, ___Comparer_2)); } inline RuntimeObject* get_Comparer_2() const { return ___Comparer_2; } inline RuntimeObject** get_address_of_Comparer_2() { return &___Comparer_2; } inline void set_Comparer_2(RuntimeObject* value) { ___Comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Comparer_2), (void*)value); } }; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CWriteDataU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CReadDataU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWriteDataU3Ek__BackingField_0() { return static_cast(offsetof(JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2, ___U3CWriteDataU3Ek__BackingField_0)); } inline bool get_U3CWriteDataU3Ek__BackingField_0() const { return ___U3CWriteDataU3Ek__BackingField_0; } inline bool* get_address_of_U3CWriteDataU3Ek__BackingField_0() { return &___U3CWriteDataU3Ek__BackingField_0; } inline void set_U3CWriteDataU3Ek__BackingField_0(bool value) { ___U3CWriteDataU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReadDataU3Ek__BackingField_1() { return static_cast(offsetof(JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2, ___U3CReadDataU3Ek__BackingField_1)); } inline bool get_U3CReadDataU3Ek__BackingField_1() const { return ___U3CReadDataU3Ek__BackingField_1; } inline bool* get_address_of_U3CReadDataU3Ek__BackingField_1() { return &___U3CReadDataU3Ek__BackingField_1; } inline void set_U3CReadDataU3Ek__BackingField_1(bool value) { ___U3CReadDataU3Ek__BackingField_1 = value; } }; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; struct KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_StaticFields { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Converters.KeyValuePairConverter::ReflectionObjectPerType ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * ___ReflectionObjectPerType_0; public: inline static int32_t get_offset_of_ReflectionObjectPerType_0() { return static_cast(offsetof(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_StaticFields, ___ReflectionObjectPerType_0)); } inline ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * get_ReflectionObjectPerType_0() const { return ___ReflectionObjectPerType_0; } inline ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B ** get_address_of_ReflectionObjectPerType_0() { return &___ReflectionObjectPerType_0; } inline void set_ReflectionObjectPerType_0(ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * value) { ___ReflectionObjectPerType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionObjectPerType_0), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.NonSerializedAttribute struct NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangingEventArgs::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPropertyNameU3Ek__BackingField_1() { return static_cast(offsetof(PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793, ___U3CPropertyNameU3Ek__BackingField_1)); } inline String_t* get_U3CPropertyNameU3Ek__BackingField_1() const { return ___U3CPropertyNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CPropertyNameU3Ek__BackingField_1() { return &___U3CPropertyNameU3Ek__BackingField_1; } inline void set_U3CPropertyNameU3Ek__BackingField_1(String_t* value) { ___U3CPropertyNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyNameU3Ek__BackingField_1), (void*)value); } }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = value; } }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // Newtonsoft.Json.Converters.RegexConverter struct RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 { public: // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_resolverType Type_t * ____resolverType_0; // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_contractType Type_t * ____contractType_1; public: inline static int32_t get_offset_of__resolverType_0() { return static_cast(offsetof(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828, ____resolverType_0)); } inline Type_t * get__resolverType_0() const { return ____resolverType_0; } inline Type_t ** get_address_of__resolverType_0() { return &____resolverType_0; } inline void set__resolverType_0(Type_t * value) { ____resolverType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____resolverType_0), (void*)value); } inline static int32_t get_offset_of__contractType_1() { return static_cast(offsetof(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828, ____contractType_1)); } inline Type_t * get__contractType_1() const { return ____contractType_1; } inline Type_t ** get_address_of__contractType_1() { return &____contractType_1; } inline void set__contractType_1(Type_t * value) { ____contractType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____contractType_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_pinvoke { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_com { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 { public: // System.Char[] Newtonsoft.Json.Utilities.StringBuffer::_buffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____buffer_0; // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::_position int32_t ____position_1; public: inline static int32_t get_offset_of__buffer_0() { return static_cast(offsetof(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128, ____buffer_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__buffer_0() const { return ____buffer_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__buffer_0() { return &____buffer_0; } inline void set__buffer_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_0), (void*)value); } inline static int32_t get_offset_of__position_1() { return static_cast(offsetof(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128, ____position_1)); } inline int32_t get__position_1() const { return ____position_1; } inline int32_t* get_address_of__position_1() { return &____position_1; } inline void set__position_1(int32_t value) { ____position_1 = value; } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_pinvoke { uint8_t* ____buffer_0; int32_t ____position_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_com { uint8_t* ____buffer_0; int32_t ____position_1; }; // Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6 { public: // System.Char[] Newtonsoft.Json.Utilities.StringReference::_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____chars_0; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_startIndex int32_t ____startIndex_1; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_length int32_t ____length_2; public: inline static int32_t get_offset_of__chars_0() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____chars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__chars_0() const { return ____chars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__chars_0() { return &____chars_0; } inline void set__chars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____chars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____chars_0), (void*)value); } inline static int32_t get_offset_of__startIndex_1() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____startIndex_1)); } inline int32_t get__startIndex_1() const { return ____startIndex_1; } inline int32_t* get_address_of__startIndex_1() { return &____startIndex_1; } inline void set__startIndex_1(int32_t value) { ____startIndex_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_pinvoke { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_com { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_62; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_63; public: inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___emitUTF8Identifier_62)); } inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; } inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; } inline void set_emitUTF8Identifier_62(bool value) { ___emitUTF8Identifier_62 = value; } inline static int32_t get_offset_of_isThrowException_63() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___isThrowException_63)); } inline bool get_isThrowException_63() const { return ___isThrowException_63; } inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; } inline void set_isThrowException_63(bool value) { ___isThrowException_63 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: // System.String Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField String_t* ___U3CDeserializeRootElementNameU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField bool ___U3CWriteArrayAttributeU3Ek__BackingField_1; // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField bool ___U3COmitRootObjectU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeserializeRootElementNameU3Ek__BackingField_0() { return static_cast(offsetof(XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65, ___U3CDeserializeRootElementNameU3Ek__BackingField_0)); } inline String_t* get_U3CDeserializeRootElementNameU3Ek__BackingField_0() const { return ___U3CDeserializeRootElementNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDeserializeRootElementNameU3Ek__BackingField_0() { return &___U3CDeserializeRootElementNameU3Ek__BackingField_0; } inline void set_U3CDeserializeRootElementNameU3Ek__BackingField_0(String_t* value) { ___U3CDeserializeRootElementNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeserializeRootElementNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CWriteArrayAttributeU3Ek__BackingField_1() { return static_cast(offsetof(XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65, ___U3CWriteArrayAttributeU3Ek__BackingField_1)); } inline bool get_U3CWriteArrayAttributeU3Ek__BackingField_1() const { return ___U3CWriteArrayAttributeU3Ek__BackingField_1; } inline bool* get_address_of_U3CWriteArrayAttributeU3Ek__BackingField_1() { return &___U3CWriteArrayAttributeU3Ek__BackingField_1; } inline void set_U3CWriteArrayAttributeU3Ek__BackingField_1(bool value) { ___U3CWriteArrayAttributeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3COmitRootObjectU3Ek__BackingField_2() { return static_cast(offsetof(XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65, ___U3COmitRootObjectU3Ek__BackingField_2)); } inline bool get_U3COmitRootObjectU3Ek__BackingField_2() const { return ___U3COmitRootObjectU3Ek__BackingField_2; } inline bool* get_address_of_U3COmitRootObjectU3Ek__BackingField_2() { return &___U3COmitRootObjectU3Ek__BackingField_2; } inline void set_U3COmitRootObjectU3Ek__BackingField_2(bool value) { ___U3COmitRootObjectU3Ek__BackingField_2 = value; } }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=52 struct __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8__padding[52]; }; public: }; // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 { public: // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType Type_t * ____initialType_0; // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType Type_t * ____targetType_1; public: inline static int32_t get_offset_of__initialType_0() { return static_cast(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____initialType_0)); } inline Type_t * get__initialType_0() const { return ____initialType_0; } inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; } inline void set__initialType_0(Type_t * value) { ____initialType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____initialType_0), (void*)value); } inline static int32_t get_offset_of__targetType_1() { return static_cast(offsetof(TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776, ____targetType_1)); } inline Type_t * get__targetType_1() const { return ____targetType_1; } inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; } inline void set__targetType_1(Type_t * value) { ____targetType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetType_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_pinvoke { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776_marshaled_com { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F { public: // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName String_t* ___AssemblyName_0; // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName String_t* ___TypeName_1; public: inline static int32_t get_offset_of_AssemblyName_0() { return static_cast(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___AssemblyName_0)); } inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; } inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; } inline void set_AssemblyName_0(String_t* value) { ___AssemblyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_0), (void*)value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_pinvoke { char* ___AssemblyName_0; char* ___TypeName_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F_marshaled_com { Il2CppChar* ___AssemblyName_0; Il2CppChar* ___TypeName_1; }; // struct U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields { public: // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; // /__StaticArrayInitTypeSize=12 ::ADFD2E1C801C825415DD53F4F2F72A13B389313C __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; // /__StaticArrayInitTypeSize=10 ::D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 ___E92B39D8233061927D9ACDE54665E68E7535635A_4; public: inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0)); } inline __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0(__StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0 = value; } inline static int32_t get_offset_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1)); } inline __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 get_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() const { return ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 * get_address_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return &___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline void set_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1(__StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 value) { ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1 = value; } inline static int32_t get_offset_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2)); } inline __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 get_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() const { return ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 * get_address_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return &___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline void set_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2(__StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 value) { ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3)); } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3(__StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_4)); } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 get_E92B39D8233061927D9ACDE54665E68E7535635A_4() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_4(__StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_4 = value; } }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ___default_domain_10)); } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_refonly_5; // System.Object System.AppDomain::_principal RuntimeObject * ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ____principal_9)); } inline RuntimeObject * get__principal_9() const { return ____principal_9; } inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject * value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Bson.BsonBinaryType struct BsonBinaryType_t24D437A0BF61F60270775C8038501F538A8E9FC3 { public: // System.Byte Newtonsoft.Json.Bson.BsonBinaryType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BsonBinaryType_t24D437A0BF61F60270775C8038501F538A8E9FC3, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Bson.BsonType struct BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027 { public: // System.SByte Newtonsoft.Json.Bson.BsonType::value__ int8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027, ___value___2)); } inline int8_t get_value___2() const { return ___value___2; } inline int8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int8_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.CommentHandling struct CommentHandling_t88420F7AA642F8AA6DB952D25C2CD5A6C1859796 { public: // System.Int32 Newtonsoft.Json.Linq.CommentHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CommentHandling_t88420F7AA642F8AA6DB952D25C2CD5A6C1859796, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ConstructorHandling struct ConstructorHandling_t6B49D29FFA806772EFF99005B13FE08F55D7D497 { public: // System.Int32 Newtonsoft.Json.ConstructorHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConstructorHandling_t6B49D29FFA806772EFF99005B13FE08F55D7D497, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // Newtonsoft.Json.DateFormatHandling struct DateFormatHandling_t6A2C272AA890FF8A7C7F345732332C668FC41F51 { public: // System.Int32 Newtonsoft.Json.DateFormatHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateFormatHandling_t6A2C272AA890FF8A7C7F345732332C668FC41F51, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DateParseHandling struct DateParseHandling_t969658836FFD66DF3658AB15C87D0B44B1CBF96B { public: // System.Int32 Newtonsoft.Json.DateParseHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateParseHandling_t969658836FFD66DF3658AB15C87D0B44B1CBF96B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.DateTimeKind struct DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DateTimeZoneHandling struct DateTimeZoneHandling_tC8473358006C4BC44494D4A38A541C0A50E27AA3 { public: // System.Int32 Newtonsoft.Json.DateTimeZoneHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeZoneHandling_tC8473358006C4BC44494D4A38A541C0A50E27AA3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DefaultValueHandling struct DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2 { public: // System.Int32 Newtonsoft.Json.DefaultValueHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Newtonsoft.Json.FloatFormatHandling struct FloatFormatHandling_t32AE104C43EDE0B8EF7FC3C44B581C7790FACD6B { public: // System.Int32 Newtonsoft.Json.FloatFormatHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FloatFormatHandling_t32AE104C43EDE0B8EF7FC3C44B581C7790FACD6B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.FloatParseHandling struct FloatParseHandling_tAEF5DC72DD8601627354BD478A417FC7C631691D { public: // System.Int32 Newtonsoft.Json.FloatParseHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FloatParseHandling_tAEF5DC72DD8601627354BD478A417FC7C631691D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Formatting struct Formatting_t7B14AD1797E34FD29835769ED9B95144E65764CB { public: // System.Int32 Newtonsoft.Json.Formatting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Formatting_t7B14AD1797E34FD29835769ED9B95144E65764CB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_17; public: inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873, ____values_17)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_17() const { return ____values_17; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_17), (void*)value); } }; // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.String Newtonsoft.Json.Linq.JConstructor::_name String_t* ____name_17; // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JConstructor::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_18; public: inline static int32_t get_offset_of__name_17() { return static_cast(offsetof(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F, ____name_17)); } inline String_t* get__name_17() const { return ____name_17; } inline String_t** get_address_of__name_17() { return &____name_17; } inline void set__name_17(String_t* value) { ____name_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_17), (void*)value); } inline static int32_t get_offset_of__values_18() { return static_cast(offsetof(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F, ____values_18)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_18() const { return ____values_18; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_18() { return &____values_18; } inline void set__values_18(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_18), (void*)value); } }; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ____properties_17; // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_18; // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * ___PropertyChanging_19; public: inline static int32_t get_offset_of__properties_17() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ____properties_17)); } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * get__properties_17() const { return ____properties_17; } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 ** get_address_of__properties_17() { return &____properties_17; } inline void set__properties_17(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * value) { ____properties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_17), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_18() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanged_18)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_18() const { return ___PropertyChanged_18; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_18() { return &___PropertyChanged_18; } inline void set_PropertyChanged_18(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_18), (void*)value); } inline static int32_t get_offset_of_PropertyChanging_19() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanging_19)); } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * get_PropertyChanging_19() const { return ___PropertyChanging_19; } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B ** get_address_of_PropertyChanging_19() { return &___PropertyChanging_19; } inline void set_PropertyChanging_19(PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * value) { ___PropertyChanging_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanging_19), (void*)value); } }; // Newtonsoft.Json.Linq.JProperty struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty::_content JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * ____content_17; // System.String Newtonsoft.Json.Linq.JProperty::_name String_t* ____name_18; public: inline static int32_t get_offset_of__content_17() { return static_cast(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____content_17)); } inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * get__content_17() const { return ____content_17; } inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 ** get_address_of__content_17() { return &____content_17; } inline void set__content_17(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * value) { ____content_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____content_17), (void*)value); } inline static int32_t get_offset_of__name_18() { return static_cast(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____name_18)); } inline String_t* get__name_18() const { return ____name_18; } inline String_t** get_address_of__name_18() { return &____name_18; } inline void set__name_18(String_t* value) { ____name_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_18), (void*)value); } }; // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: public: }; // Newtonsoft.Json.Linq.JTokenType struct JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0 { public: // System.Int32 Newtonsoft.Json.Linq.JTokenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Serialization.JsonContractType struct JsonContractType_t1FA13484578075D9F633127D6151787B02F3C026 { public: // System.Int32 Newtonsoft.Json.Serialization.JsonContractType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonContractType_t1FA13484578075D9F633127D6151787B02F3C026, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 : public KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 { public: // System.Type Newtonsoft.Json.Serialization.JsonPropertyCollection::_type Type_t * ____type_6; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonPropertyCollection::_list List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * ____list_7; public: inline static int32_t get_offset_of__type_6() { return static_cast(offsetof(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954, ____type_6)); } inline Type_t * get__type_6() const { return ____type_6; } inline Type_t ** get_address_of__type_6() { return &____type_6; } inline void set__type_6(Type_t * value) { ____type_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_6), (void*)value); } inline static int32_t get_offset_of__list_7() { return static_cast(offsetof(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954, ____list_7)); } inline List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * get__list_7() const { return ____list_7; } inline List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 ** get_address_of__list_7() { return &____list_7; } inline void set__list_7(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * value) { ____list_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_7), (void*)value); } }; // Newtonsoft.Json.JsonToken struct JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77 { public: // System.Int32 Newtonsoft.Json.JsonToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.LineInfoHandling struct LineInfoHandling_tDB7D21A6E301714902B2668D148BADCBF085C244 { public: // System.Int32 Newtonsoft.Json.Linq.LineInfoHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineInfoHandling_tDB7D21A6E301714902B2668D148BADCBF085C244, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.ListChangedType struct ListChangedType_t58520B3D3109CD5C04D27714D495895CD89E1676 { public: // System.Int32 System.ComponentModel.ListChangedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListChangedType_t58520B3D3109CD5C04D27714D495895CD89E1676, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.ListSortDirection struct ListSortDirection_t331C65FA6DEA67DAD6CF7E27AA8A7108845426F5 { public: // System.Int32 System.ComponentModel.ListSortDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListSortDirection_t331C65FA6DEA67DAD6CF7E27AA8A7108845426F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // Newtonsoft.Json.MemberSerialization struct MemberSerialization_t49E85C551C5C627C5DB0013E07C3391231E6E7DA { public: // System.Int32 Newtonsoft.Json.MemberSerialization::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MemberSerialization_t49E85C551C5C627C5DB0013E07C3391231E6E7DA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MemberTypes struct MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.MetadataPropertyHandling struct MetadataPropertyHandling_tF4BA775E625DAAB38E6990F85E029E4C407354C2 { public: // System.Int32 Newtonsoft.Json.MetadataPropertyHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MetadataPropertyHandling_tF4BA775E625DAAB38E6990F85E029E4C407354C2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // Newtonsoft.Json.MissingMemberHandling struct MissingMemberHandling_tEDC1C875977901EC8368546BF5672CB32ECC1F5A { public: // System.Int32 Newtonsoft.Json.MissingMemberHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MissingMemberHandling_tEDC1C875977901EC8368546BF5672CB32ECC1F5A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.NullValueHandling struct NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B { public: // System.Int32 Newtonsoft.Json.NullValueHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ObjectCreationHandling struct ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63 { public: // System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Utilities.ParseResult struct ParseResult_t71669F45341D86DC376FD82512B5516214BDC6F7 { public: // System.Int32 Newtonsoft.Json.Utilities.ParseResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParseResult_t71669F45341D86DC376FD82512B5516214BDC6F7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Utilities.ParserTimeZone struct ParserTimeZone_tA9E892C08DE9B118F521E2F70491371E47B97537 { public: // System.Int32 Newtonsoft.Json.Utilities.ParserTimeZone::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParserTimeZone_tA9E892C08DE9B118F521E2F70491371E47B97537, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.PreserveReferencesHandling struct PreserveReferencesHandling_t3C1AFFEDC4D272A829F35C3B21284FED083B7281 { public: // System.Int32 Newtonsoft.Json.PreserveReferencesHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PreserveReferencesHandling_t3C1AFFEDC4D272A829F35C3B21284FED083B7281, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Utilities.PrimitiveTypeCode struct PrimitiveTypeCode_t9BB717F2B9288AA0CC364207515538EF454CB682 { public: // System.Int32 Newtonsoft.Json.Utilities.PrimitiveTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PrimitiveTypeCode_t9BB717F2B9288AA0CC364207515538EF454CB682, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ReadType struct ReadType_t1EDDC56F9663FAF3083B7AD915A1EF293347B355 { public: // System.Int32 Newtonsoft.Json.ReadType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadType_t1EDDC56F9663FAF3083B7AD915A1EF293347B355, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ReferenceLoopHandling struct ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7 { public: // System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Required struct Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB { public: // System.Int32 Newtonsoft.Json.Required::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.StringEscapeHandling struct StringEscapeHandling_tBD68EC05878DD6B38DECAB22ED0D96389283FDCD { public: // System.Int32 Newtonsoft.Json.StringEscapeHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringEscapeHandling_tBD68EC05878DD6B38DECAB22ED0D96389283FDCD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Diagnostics.TraceEventCache struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 : public RuntimeObject { public: // System.Int64 System.Diagnostics.TraceEventCache::timeStamp int64_t ___timeStamp_2; // System.DateTime System.Diagnostics.TraceEventCache::dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime_3; // System.String System.Diagnostics.TraceEventCache::stackTrace String_t* ___stackTrace_4; public: inline static int32_t get_offset_of_timeStamp_2() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___timeStamp_2)); } inline int64_t get_timeStamp_2() const { return ___timeStamp_2; } inline int64_t* get_address_of_timeStamp_2() { return &___timeStamp_2; } inline void set_timeStamp_2(int64_t value) { ___timeStamp_2 = value; } inline static int32_t get_offset_of_dateTime_3() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___dateTime_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dateTime_3() const { return ___dateTime_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dateTime_3() { return &___dateTime_3; } inline void set_dateTime_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dateTime_3 = value; } inline static int32_t get_offset_of_stackTrace_4() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0, ___stackTrace_4)); } inline String_t* get_stackTrace_4() const { return ___stackTrace_4; } inline String_t** get_address_of_stackTrace_4() { return &___stackTrace_4; } inline void set_stackTrace_4(String_t* value) { ___stackTrace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___stackTrace_4), (void*)value); } }; struct TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceEventCache::processId int32_t ___processId_0; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.TraceEventCache::processName String_t* ___processName_1; public: inline static int32_t get_offset_of_processId_0() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields, ___processId_0)); } inline int32_t get_processId_0() const { return ___processId_0; } inline int32_t* get_address_of_processId_0() { return &___processId_0; } inline void set_processId_0(int32_t value) { ___processId_0 = value; } inline static int32_t get_offset_of_processName_1() { return static_cast(offsetof(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_StaticFields, ___processName_1)); } inline String_t* get_processName_1() const { return ___processName_1; } inline String_t** get_address_of_processName_1() { return &___processName_1; } inline void set_processName_1(String_t* value) { ___processName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___processName_1), (void*)value); } }; // System.Diagnostics.TraceEventType struct TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587 { public: // System.Int32 System.Diagnostics.TraceEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceEventType_t408E2DD6BDE793C1B2262282C676165875E87587, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.TraceLevel struct TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6 { public: // System.Int32 System.Diagnostics.TraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.TraceOptions struct TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4 { public: // System.Int32 System.Diagnostics.TraceOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceOptions_tB2F2C5ED0E36C371F5783CC7BB8C923494EC18F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields { public: // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; public: inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast(offsetof(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields, ___useCompatibleTypeConversion_1)); } inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; } inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; } inline void set_useCompatibleTypeConversion_1(bool value) { ___useCompatibleTypeConversion_1 = value; } }; // Newtonsoft.Json.TypeNameHandling struct TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D { public: // System.Int32 Newtonsoft.Json.TypeNameHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlDateTimeSerializationMode_tFEC5AD7031E39D53621F90D85973FAC5C71FFBC2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Bson.BsonReader/BsonReaderState struct BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868 { public: // System.Int32 Newtonsoft.Json.Bson.BsonReader/BsonReaderState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult struct ConvertResult_t79C916D758514DBFBC29B08E746216D8A19C222D { public: // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConvertResult_t79C916D758514DBFBC29B08E746216D8A19C222D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JObject/d__58 struct U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JObject/d__58::<>1__state int32_t ___U3CU3E1__state_0; // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Linq.JObject/d__58::<>2__current KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___U3CU3E2__current_1; // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject/d__58::<>4__this JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * ___U3CU3E4__this_2; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JObject/d__58::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E2__current_1)); } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E4__this_2)); } inline JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207, ___U3CU3E7__wrap1_3)); } inline RuntimeObject* get_U3CU3E7__wrap1_3() const { return ___U3CU3E7__wrap1_3; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_3() { return &___U3CU3E7__wrap1_3; } inline void set_U3CU3E7__wrap1_3(RuntimeObject* value) { ___U3CU3E7__wrap1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_3), (void*)value); } }; // Newtonsoft.Json.JsonReader/State struct State_t081926601A2157B931EAACBCBFD6DDF2E2815D12 { public: // System.Int32 Newtonsoft.Json.JsonReader/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t081926601A2157B931EAACBCBFD6DDF2E2815D12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.JsonWriter/State struct State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F { public: // T System.Nullable`1::value TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___value_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_value_0() const { return ___value_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Newtonsoft.Json.Bson.BsonValue struct BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 : public BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 { public: // System.Object Newtonsoft.Json.Bson.BsonValue::_value RuntimeObject * ____value_1; // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonValue::_type int8_t ____type_2; public: inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } inline static int32_t get_offset_of__type_2() { return static_cast(offsetof(BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857, ____type_2)); } inline int8_t get__type_2() const { return ____type_2; } inline int8_t* get_address_of__type_2() { return &____type_2; } inline void set__type_2(int8_t value) { ____type_2 = value; } }; // Newtonsoft.Json.Utilities.DateTimeParser struct DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 { public: // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Year int32_t ___Year_0; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Month int32_t ___Month_1; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Day int32_t ___Day_2; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Hour int32_t ___Hour_3; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Minute int32_t ___Minute_4; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Second int32_t ___Second_5; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Fraction int32_t ___Fraction_6; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::ZoneHour int32_t ___ZoneHour_7; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::ZoneMinute int32_t ___ZoneMinute_8; // Newtonsoft.Json.Utilities.ParserTimeZone Newtonsoft.Json.Utilities.DateTimeParser::Zone int32_t ___Zone_9; // System.Char[] Newtonsoft.Json.Utilities.DateTimeParser::_text CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____text_10; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::_end int32_t ____end_11; public: inline static int32_t get_offset_of_Year_0() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Year_0)); } inline int32_t get_Year_0() const { return ___Year_0; } inline int32_t* get_address_of_Year_0() { return &___Year_0; } inline void set_Year_0(int32_t value) { ___Year_0 = value; } inline static int32_t get_offset_of_Month_1() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Month_1)); } inline int32_t get_Month_1() const { return ___Month_1; } inline int32_t* get_address_of_Month_1() { return &___Month_1; } inline void set_Month_1(int32_t value) { ___Month_1 = value; } inline static int32_t get_offset_of_Day_2() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Day_2)); } inline int32_t get_Day_2() const { return ___Day_2; } inline int32_t* get_address_of_Day_2() { return &___Day_2; } inline void set_Day_2(int32_t value) { ___Day_2 = value; } inline static int32_t get_offset_of_Hour_3() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Hour_3)); } inline int32_t get_Hour_3() const { return ___Hour_3; } inline int32_t* get_address_of_Hour_3() { return &___Hour_3; } inline void set_Hour_3(int32_t value) { ___Hour_3 = value; } inline static int32_t get_offset_of_Minute_4() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Minute_4)); } inline int32_t get_Minute_4() const { return ___Minute_4; } inline int32_t* get_address_of_Minute_4() { return &___Minute_4; } inline void set_Minute_4(int32_t value) { ___Minute_4 = value; } inline static int32_t get_offset_of_Second_5() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Second_5)); } inline int32_t get_Second_5() const { return ___Second_5; } inline int32_t* get_address_of_Second_5() { return &___Second_5; } inline void set_Second_5(int32_t value) { ___Second_5 = value; } inline static int32_t get_offset_of_Fraction_6() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Fraction_6)); } inline int32_t get_Fraction_6() const { return ___Fraction_6; } inline int32_t* get_address_of_Fraction_6() { return &___Fraction_6; } inline void set_Fraction_6(int32_t value) { ___Fraction_6 = value; } inline static int32_t get_offset_of_ZoneHour_7() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___ZoneHour_7)); } inline int32_t get_ZoneHour_7() const { return ___ZoneHour_7; } inline int32_t* get_address_of_ZoneHour_7() { return &___ZoneHour_7; } inline void set_ZoneHour_7(int32_t value) { ___ZoneHour_7 = value; } inline static int32_t get_offset_of_ZoneMinute_8() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___ZoneMinute_8)); } inline int32_t get_ZoneMinute_8() const { return ___ZoneMinute_8; } inline int32_t* get_address_of_ZoneMinute_8() { return &___ZoneMinute_8; } inline void set_ZoneMinute_8(int32_t value) { ___ZoneMinute_8 = value; } inline static int32_t get_offset_of_Zone_9() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ___Zone_9)); } inline int32_t get_Zone_9() const { return ___Zone_9; } inline int32_t* get_address_of_Zone_9() { return &___Zone_9; } inline void set_Zone_9(int32_t value) { ___Zone_9 = value; } inline static int32_t get_offset_of__text_10() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ____text_10)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__text_10() const { return ____text_10; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__text_10() { return &____text_10; } inline void set__text_10(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____text_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_10), (void*)value); } inline static int32_t get_offset_of__end_11() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6, ____end_11)); } inline int32_t get__end_11() const { return ____end_11; } inline int32_t* get_address_of__end_11() { return &____end_11; } inline void set__end_11(int32_t value) { ____end_11 = value; } }; struct DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields { public: // System.Int32[] Newtonsoft.Json.Utilities.DateTimeParser::Power10 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Power10_12; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy int32_t ___Lzyyyy_13; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy_ int32_t ___Lzyyyy__14; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy_MM int32_t ___Lzyyyy_MM_15; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy_MM_ int32_t ___Lzyyyy_MM__16; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy_MM_dd int32_t ___Lzyyyy_MM_dd_17; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lzyyyy_MM_ddT int32_t ___Lzyyyy_MM_ddT_18; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::LzHH int32_t ___LzHH_19; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::LzHH_ int32_t ___LzHH__20; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::LzHH_mm int32_t ___LzHH_mm_21; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::LzHH_mm_ int32_t ___LzHH_mm__22; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::LzHH_mm_ss int32_t ___LzHH_mm_ss_23; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lz_ int32_t ___Lz__24; // System.Int32 Newtonsoft.Json.Utilities.DateTimeParser::Lz_zz int32_t ___Lz_zz_25; public: inline static int32_t get_offset_of_Power10_12() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Power10_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Power10_12() const { return ___Power10_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Power10_12() { return &___Power10_12; } inline void set_Power10_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Power10_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Power10_12), (void*)value); } inline static int32_t get_offset_of_Lzyyyy_13() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy_13)); } inline int32_t get_Lzyyyy_13() const { return ___Lzyyyy_13; } inline int32_t* get_address_of_Lzyyyy_13() { return &___Lzyyyy_13; } inline void set_Lzyyyy_13(int32_t value) { ___Lzyyyy_13 = value; } inline static int32_t get_offset_of_Lzyyyy__14() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy__14)); } inline int32_t get_Lzyyyy__14() const { return ___Lzyyyy__14; } inline int32_t* get_address_of_Lzyyyy__14() { return &___Lzyyyy__14; } inline void set_Lzyyyy__14(int32_t value) { ___Lzyyyy__14 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_15() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy_MM_15)); } inline int32_t get_Lzyyyy_MM_15() const { return ___Lzyyyy_MM_15; } inline int32_t* get_address_of_Lzyyyy_MM_15() { return &___Lzyyyy_MM_15; } inline void set_Lzyyyy_MM_15(int32_t value) { ___Lzyyyy_MM_15 = value; } inline static int32_t get_offset_of_Lzyyyy_MM__16() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy_MM__16)); } inline int32_t get_Lzyyyy_MM__16() const { return ___Lzyyyy_MM__16; } inline int32_t* get_address_of_Lzyyyy_MM__16() { return &___Lzyyyy_MM__16; } inline void set_Lzyyyy_MM__16(int32_t value) { ___Lzyyyy_MM__16 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_dd_17() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy_MM_dd_17)); } inline int32_t get_Lzyyyy_MM_dd_17() const { return ___Lzyyyy_MM_dd_17; } inline int32_t* get_address_of_Lzyyyy_MM_dd_17() { return &___Lzyyyy_MM_dd_17; } inline void set_Lzyyyy_MM_dd_17(int32_t value) { ___Lzyyyy_MM_dd_17 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_ddT_18() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lzyyyy_MM_ddT_18)); } inline int32_t get_Lzyyyy_MM_ddT_18() const { return ___Lzyyyy_MM_ddT_18; } inline int32_t* get_address_of_Lzyyyy_MM_ddT_18() { return &___Lzyyyy_MM_ddT_18; } inline void set_Lzyyyy_MM_ddT_18(int32_t value) { ___Lzyyyy_MM_ddT_18 = value; } inline static int32_t get_offset_of_LzHH_19() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___LzHH_19)); } inline int32_t get_LzHH_19() const { return ___LzHH_19; } inline int32_t* get_address_of_LzHH_19() { return &___LzHH_19; } inline void set_LzHH_19(int32_t value) { ___LzHH_19 = value; } inline static int32_t get_offset_of_LzHH__20() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___LzHH__20)); } inline int32_t get_LzHH__20() const { return ___LzHH__20; } inline int32_t* get_address_of_LzHH__20() { return &___LzHH__20; } inline void set_LzHH__20(int32_t value) { ___LzHH__20 = value; } inline static int32_t get_offset_of_LzHH_mm_21() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___LzHH_mm_21)); } inline int32_t get_LzHH_mm_21() const { return ___LzHH_mm_21; } inline int32_t* get_address_of_LzHH_mm_21() { return &___LzHH_mm_21; } inline void set_LzHH_mm_21(int32_t value) { ___LzHH_mm_21 = value; } inline static int32_t get_offset_of_LzHH_mm__22() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___LzHH_mm__22)); } inline int32_t get_LzHH_mm__22() const { return ___LzHH_mm__22; } inline int32_t* get_address_of_LzHH_mm__22() { return &___LzHH_mm__22; } inline void set_LzHH_mm__22(int32_t value) { ___LzHH_mm__22 = value; } inline static int32_t get_offset_of_LzHH_mm_ss_23() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___LzHH_mm_ss_23)); } inline int32_t get_LzHH_mm_ss_23() const { return ___LzHH_mm_ss_23; } inline int32_t* get_address_of_LzHH_mm_ss_23() { return &___LzHH_mm_ss_23; } inline void set_LzHH_mm_ss_23(int32_t value) { ___LzHH_mm_ss_23 = value; } inline static int32_t get_offset_of_Lz__24() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lz__24)); } inline int32_t get_Lz__24() const { return ___Lz__24; } inline int32_t* get_address_of_Lz__24() { return &___Lz__24; } inline void set_Lz__24(int32_t value) { ___Lz__24 = value; } inline static int32_t get_offset_of_Lz_zz_25() { return static_cast(offsetof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields, ___Lz_zz_25)); } inline int32_t get_Lz_zz_25() const { return ___Lz_zz_25; } inline int32_t* get_address_of_Lz_zz_25() { return &___Lz_zz_25; } inline void set_Lz_zz_25(int32_t value) { ___Lz_zz_25 = value; } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.DateTimeParser struct DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_pinvoke { int32_t ___Year_0; int32_t ___Month_1; int32_t ___Day_2; int32_t ___Hour_3; int32_t ___Minute_4; int32_t ___Second_5; int32_t ___Fraction_6; int32_t ___ZoneHour_7; int32_t ___ZoneMinute_8; int32_t ___Zone_9; uint8_t* ____text_10; int32_t ____end_11; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.DateTimeParser struct DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_com { int32_t ___Year_0; int32_t ___Month_1; int32_t ___Day_2; int32_t ___Hour_3; int32_t ___Minute_4; int32_t ___Second_5; int32_t ___Fraction_6; int32_t ___ZoneHour_7; int32_t ___ZoneMinute_8; int32_t ___Zone_9; uint8_t* ____text_10; int32_t ____end_11; }; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C : public RuntimeObject { public: // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_instanceState DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * ____instanceState_4; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedCache bool ____sharedCache_5; // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField int32_t ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; public: inline static int32_t get_offset_of__instanceState_4() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ____instanceState_4)); } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * get__instanceState_4() const { return ____instanceState_4; } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 ** get_address_of__instanceState_4() { return &____instanceState_4; } inline void set__instanceState_4(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * value) { ____instanceState_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____instanceState_4), (void*)value); } inline static int32_t get_offset_of__sharedCache_5() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ____sharedCache_5)); } inline bool get__sharedCache_5() const { return ____sharedCache_5; } inline bool* get_address_of__sharedCache_5() { return &____sharedCache_5; } inline void set__sharedCache_5(bool value) { ____sharedCache_5 = value; } inline static int32_t get_offset_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6)); } inline int32_t get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() const { return ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return &___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline void set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(int32_t value) { ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7)); } inline bool get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() const { return ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline bool* get_address_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return &___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline void set_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(bool value) { ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8)); } inline bool get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() const { return ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline bool* get_address_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return &___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline void set_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(bool value) { ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9)); } inline bool get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() const { return ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline bool* get_address_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return &___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline void set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(bool value) { ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9 = value; } }; struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields { public: // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::_instance RuntimeObject* ____instance_0; // Newtonsoft.Json.JsonConverter[] Newtonsoft.Json.Serialization.DefaultContractResolver::BuiltInConverters JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___BuiltInConverters_1; // System.Object Newtonsoft.Json.Serialization.DefaultContractResolver::TypeContractCacheLock RuntimeObject * ___TypeContractCacheLock_2; // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedState DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * ____sharedState_3; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ____instance_0)); } inline RuntimeObject* get__instance_0() const { return ____instance_0; } inline RuntimeObject** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(RuntimeObject* value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____instance_0), (void*)value); } inline static int32_t get_offset_of_BuiltInConverters_1() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ___BuiltInConverters_1)); } inline JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* get_BuiltInConverters_1() const { return ___BuiltInConverters_1; } inline JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4** get_address_of_BuiltInConverters_1() { return &___BuiltInConverters_1; } inline void set_BuiltInConverters_1(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* value) { ___BuiltInConverters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltInConverters_1), (void*)value); } inline static int32_t get_offset_of_TypeContractCacheLock_2() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ___TypeContractCacheLock_2)); } inline RuntimeObject * get_TypeContractCacheLock_2() const { return ___TypeContractCacheLock_2; } inline RuntimeObject ** get_address_of_TypeContractCacheLock_2() { return &___TypeContractCacheLock_2; } inline void set_TypeContractCacheLock_2(RuntimeObject * value) { ___TypeContractCacheLock_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeContractCacheLock_2), (void*)value); } inline static int32_t get_offset_of__sharedState_3() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ____sharedState_3)); } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * get__sharedState_3() const { return ____sharedState_3; } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 ** get_address_of__sharedState_3() { return &____sharedState_3; } inline void set__sharedState_3(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * value) { ____sharedState_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____sharedState_3), (void*)value); } }; // Newtonsoft.Json.Serialization.DiagnosticsTraceWriter struct DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 : public RuntimeObject { public: // System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::k__BackingField int32_t ___U3CLevelFilterU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CLevelFilterU3Ek__BackingField_0() { return static_cast(offsetof(DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134, ___U3CLevelFilterU3Ek__BackingField_0)); } inline int32_t get_U3CLevelFilterU3Ek__BackingField_0() const { return ___U3CLevelFilterU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLevelFilterU3Ek__BackingField_0() { return &___U3CLevelFilterU3Ek__BackingField_0; } inline void set_U3CLevelFilterU3Ek__BackingField_0(int32_t value) { ___U3CLevelFilterU3Ek__BackingField_0 = value; } }; // Newtonsoft.Json.Converters.IsoDateTimeConverter struct IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 : public DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 { public: // System.Globalization.DateTimeStyles Newtonsoft.Json.Converters.IsoDateTimeConverter::_dateTimeStyles int32_t ____dateTimeStyles_0; // System.String Newtonsoft.Json.Converters.IsoDateTimeConverter::_dateTimeFormat String_t* ____dateTimeFormat_1; // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_2; public: inline static int32_t get_offset_of__dateTimeStyles_0() { return static_cast(offsetof(IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8, ____dateTimeStyles_0)); } inline int32_t get__dateTimeStyles_0() const { return ____dateTimeStyles_0; } inline int32_t* get_address_of__dateTimeStyles_0() { return &____dateTimeStyles_0; } inline void set__dateTimeStyles_0(int32_t value) { ____dateTimeStyles_0 = value; } inline static int32_t get_offset_of__dateTimeFormat_1() { return static_cast(offsetof(IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8, ____dateTimeFormat_1)); } inline String_t* get__dateTimeFormat_1() const { return ____dateTimeFormat_1; } inline String_t** get_address_of__dateTimeFormat_1() { return &____dateTimeFormat_1; } inline void set__dateTimeFormat_1(String_t* value) { ____dateTimeFormat_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateTimeFormat_1), (void*)value); } inline static int32_t get_offset_of__culture_2() { return static_cast(offsetof(IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8, ____culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_2() const { return ____culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_2() { return &____culture_2; } inline void set__culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_2), (void*)value); } }; // Newtonsoft.Json.Linq.JValue struct JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::_valueType int32_t ____valueType_13; // System.Object Newtonsoft.Json.Linq.JValue::_value RuntimeObject * ____value_14; public: inline static int32_t get_offset_of__valueType_13() { return static_cast(offsetof(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64, ____valueType_13)); } inline int32_t get__valueType_13() const { return ____valueType_13; } inline int32_t* get_address_of__valueType_13() { return &____valueType_13; } inline void set__valueType_13(int32_t value) { ____valueType_13 = value; } inline static int32_t get_offset_of__value_14() { return static_cast(offsetof(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64, ____value_14)); } inline RuntimeObject * get__value_14() const { return ____value_14; } inline RuntimeObject ** get_address_of__value_14() { return &____value_14; } inline void set__value_14(RuntimeObject * value) { ____value_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_14), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A : public RuntimeObject { public: // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsNullable bool ___IsNullable_0; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsConvertable bool ___IsConvertable_1; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsEnum bool ___IsEnum_2; // System.Type Newtonsoft.Json.Serialization.JsonContract::NonNullableUnderlyingType Type_t * ___NonNullableUnderlyingType_3; // Newtonsoft.Json.ReadType Newtonsoft.Json.Serialization.JsonContract::InternalReadType int32_t ___InternalReadType_4; // Newtonsoft.Json.Serialization.JsonContractType Newtonsoft.Json.Serialization.JsonContract::ContractType int32_t ___ContractType_5; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsReadOnlyOrFixedSize bool ___IsReadOnlyOrFixedSize_6; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsSealed bool ___IsSealed_7; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsInstantiable bool ___IsInstantiable_8; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializedCallbacks List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * ____onDeserializedCallbacks_9; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializingCallbacks RuntimeObject* ____onDeserializingCallbacks_10; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializedCallbacks RuntimeObject* ____onSerializedCallbacks_11; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializingCallbacks RuntimeObject* ____onSerializingCallbacks_12; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onErrorCallbacks RuntimeObject* ____onErrorCallbacks_13; // System.Type Newtonsoft.Json.Serialization.JsonContract::_createdType Type_t * ____createdType_14; // System.Type Newtonsoft.Json.Serialization.JsonContract::k__BackingField Type_t * ___U3CUnderlyingTypeU3Ek__BackingField_15; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CIsReferenceU3Ek__BackingField_16; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CConverterU3Ek__BackingField_17; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CInternalConverterU3Ek__BackingField_18; // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CDefaultCreatorU3Ek__BackingField_19; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::k__BackingField bool ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; public: inline static int32_t get_offset_of_IsNullable_0() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsNullable_0)); } inline bool get_IsNullable_0() const { return ___IsNullable_0; } inline bool* get_address_of_IsNullable_0() { return &___IsNullable_0; } inline void set_IsNullable_0(bool value) { ___IsNullable_0 = value; } inline static int32_t get_offset_of_IsConvertable_1() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsConvertable_1)); } inline bool get_IsConvertable_1() const { return ___IsConvertable_1; } inline bool* get_address_of_IsConvertable_1() { return &___IsConvertable_1; } inline void set_IsConvertable_1(bool value) { ___IsConvertable_1 = value; } inline static int32_t get_offset_of_IsEnum_2() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsEnum_2)); } inline bool get_IsEnum_2() const { return ___IsEnum_2; } inline bool* get_address_of_IsEnum_2() { return &___IsEnum_2; } inline void set_IsEnum_2(bool value) { ___IsEnum_2 = value; } inline static int32_t get_offset_of_NonNullableUnderlyingType_3() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___NonNullableUnderlyingType_3)); } inline Type_t * get_NonNullableUnderlyingType_3() const { return ___NonNullableUnderlyingType_3; } inline Type_t ** get_address_of_NonNullableUnderlyingType_3() { return &___NonNullableUnderlyingType_3; } inline void set_NonNullableUnderlyingType_3(Type_t * value) { ___NonNullableUnderlyingType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NonNullableUnderlyingType_3), (void*)value); } inline static int32_t get_offset_of_InternalReadType_4() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___InternalReadType_4)); } inline int32_t get_InternalReadType_4() const { return ___InternalReadType_4; } inline int32_t* get_address_of_InternalReadType_4() { return &___InternalReadType_4; } inline void set_InternalReadType_4(int32_t value) { ___InternalReadType_4 = value; } inline static int32_t get_offset_of_ContractType_5() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___ContractType_5)); } inline int32_t get_ContractType_5() const { return ___ContractType_5; } inline int32_t* get_address_of_ContractType_5() { return &___ContractType_5; } inline void set_ContractType_5(int32_t value) { ___ContractType_5 = value; } inline static int32_t get_offset_of_IsReadOnlyOrFixedSize_6() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsReadOnlyOrFixedSize_6)); } inline bool get_IsReadOnlyOrFixedSize_6() const { return ___IsReadOnlyOrFixedSize_6; } inline bool* get_address_of_IsReadOnlyOrFixedSize_6() { return &___IsReadOnlyOrFixedSize_6; } inline void set_IsReadOnlyOrFixedSize_6(bool value) { ___IsReadOnlyOrFixedSize_6 = value; } inline static int32_t get_offset_of_IsSealed_7() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsSealed_7)); } inline bool get_IsSealed_7() const { return ___IsSealed_7; } inline bool* get_address_of_IsSealed_7() { return &___IsSealed_7; } inline void set_IsSealed_7(bool value) { ___IsSealed_7 = value; } inline static int32_t get_offset_of_IsInstantiable_8() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsInstantiable_8)); } inline bool get_IsInstantiable_8() const { return ___IsInstantiable_8; } inline bool* get_address_of_IsInstantiable_8() { return &___IsInstantiable_8; } inline void set_IsInstantiable_8(bool value) { ___IsInstantiable_8 = value; } inline static int32_t get_offset_of__onDeserializedCallbacks_9() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onDeserializedCallbacks_9)); } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * get__onDeserializedCallbacks_9() const { return ____onDeserializedCallbacks_9; } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** get_address_of__onDeserializedCallbacks_9() { return &____onDeserializedCallbacks_9; } inline void set__onDeserializedCallbacks_9(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * value) { ____onDeserializedCallbacks_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____onDeserializedCallbacks_9), (void*)value); } inline static int32_t get_offset_of__onDeserializingCallbacks_10() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onDeserializingCallbacks_10)); } inline RuntimeObject* get__onDeserializingCallbacks_10() const { return ____onDeserializingCallbacks_10; } inline RuntimeObject** get_address_of__onDeserializingCallbacks_10() { return &____onDeserializingCallbacks_10; } inline void set__onDeserializingCallbacks_10(RuntimeObject* value) { ____onDeserializingCallbacks_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____onDeserializingCallbacks_10), (void*)value); } inline static int32_t get_offset_of__onSerializedCallbacks_11() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onSerializedCallbacks_11)); } inline RuntimeObject* get__onSerializedCallbacks_11() const { return ____onSerializedCallbacks_11; } inline RuntimeObject** get_address_of__onSerializedCallbacks_11() { return &____onSerializedCallbacks_11; } inline void set__onSerializedCallbacks_11(RuntimeObject* value) { ____onSerializedCallbacks_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____onSerializedCallbacks_11), (void*)value); } inline static int32_t get_offset_of__onSerializingCallbacks_12() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onSerializingCallbacks_12)); } inline RuntimeObject* get__onSerializingCallbacks_12() const { return ____onSerializingCallbacks_12; } inline RuntimeObject** get_address_of__onSerializingCallbacks_12() { return &____onSerializingCallbacks_12; } inline void set__onSerializingCallbacks_12(RuntimeObject* value) { ____onSerializingCallbacks_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____onSerializingCallbacks_12), (void*)value); } inline static int32_t get_offset_of__onErrorCallbacks_13() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onErrorCallbacks_13)); } inline RuntimeObject* get__onErrorCallbacks_13() const { return ____onErrorCallbacks_13; } inline RuntimeObject** get_address_of__onErrorCallbacks_13() { return &____onErrorCallbacks_13; } inline void set__onErrorCallbacks_13(RuntimeObject* value) { ____onErrorCallbacks_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____onErrorCallbacks_13), (void*)value); } inline static int32_t get_offset_of__createdType_14() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____createdType_14)); } inline Type_t * get__createdType_14() const { return ____createdType_14; } inline Type_t ** get_address_of__createdType_14() { return &____createdType_14; } inline void set__createdType_14(Type_t * value) { ____createdType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____createdType_14), (void*)value); } inline static int32_t get_offset_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CUnderlyingTypeU3Ek__BackingField_15)); } inline Type_t * get_U3CUnderlyingTypeU3Ek__BackingField_15() const { return ___U3CUnderlyingTypeU3Ek__BackingField_15; } inline Type_t ** get_address_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return &___U3CUnderlyingTypeU3Ek__BackingField_15; } inline void set_U3CUnderlyingTypeU3Ek__BackingField_15(Type_t * value) { ___U3CUnderlyingTypeU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUnderlyingTypeU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_16() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CIsReferenceU3Ek__BackingField_16)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CIsReferenceU3Ek__BackingField_16() const { return ___U3CIsReferenceU3Ek__BackingField_16; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CIsReferenceU3Ek__BackingField_16() { return &___U3CIsReferenceU3Ek__BackingField_16; } inline void set_U3CIsReferenceU3Ek__BackingField_16(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CIsReferenceU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_17() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CConverterU3Ek__BackingField_17)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CConverterU3Ek__BackingField_17() const { return ___U3CConverterU3Ek__BackingField_17; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CConverterU3Ek__BackingField_17() { return &___U3CConverterU3Ek__BackingField_17; } inline void set_U3CConverterU3Ek__BackingField_17(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CConverterU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CInternalConverterU3Ek__BackingField_18() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CInternalConverterU3Ek__BackingField_18)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CInternalConverterU3Ek__BackingField_18() const { return ___U3CInternalConverterU3Ek__BackingField_18; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CInternalConverterU3Ek__BackingField_18() { return &___U3CInternalConverterU3Ek__BackingField_18; } inline void set_U3CInternalConverterU3Ek__BackingField_18(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CInternalConverterU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalConverterU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCreatorU3Ek__BackingField_19() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CDefaultCreatorU3Ek__BackingField_19)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CDefaultCreatorU3Ek__BackingField_19() const { return ___U3CDefaultCreatorU3Ek__BackingField_19; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CDefaultCreatorU3Ek__BackingField_19() { return &___U3CDefaultCreatorU3Ek__BackingField_19; } inline void set_U3CDefaultCreatorU3Ek__BackingField_19(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CDefaultCreatorU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCreatorU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20)); } inline bool get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() const { return ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline bool* get_address_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return &___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline void set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(bool value) { ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20 = value; } }; // Newtonsoft.Json.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 : public Exception_t { public: public: }; // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 : public RuntimeObject { public: // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::_commentHandling int32_t ____commentHandling_0; // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::_lineInfoHandling int32_t ____lineInfoHandling_1; public: inline static int32_t get_offset_of__commentHandling_0() { return static_cast(offsetof(JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950, ____commentHandling_0)); } inline int32_t get__commentHandling_0() const { return ____commentHandling_0; } inline int32_t* get_address_of__commentHandling_0() { return &____commentHandling_0; } inline void set__commentHandling_0(int32_t value) { ____commentHandling_0 = value; } inline static int32_t get_offset_of__lineInfoHandling_1() { return static_cast(offsetof(JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950, ____lineInfoHandling_1)); } inline int32_t get__lineInfoHandling_1() const { return ____lineInfoHandling_1; } inline int32_t* get_address_of__lineInfoHandling_1() { return &____lineInfoHandling_1; } inline void set__lineInfoHandling_1(int32_t value) { ____lineInfoHandling_1 = value; } }; // Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyName_3), (void*)value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpecialCharacters_0), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.ComponentModel.ListChangedType System.ComponentModel.ListChangedEventArgs::listChangedType int32_t ___listChangedType_1; // System.Int32 System.ComponentModel.ListChangedEventArgs::newIndex int32_t ___newIndex_2; // System.Int32 System.ComponentModel.ListChangedEventArgs::oldIndex int32_t ___oldIndex_3; // System.ComponentModel.PropertyDescriptor System.ComponentModel.ListChangedEventArgs::propDesc PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___propDesc_4; public: inline static int32_t get_offset_of_listChangedType_1() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___listChangedType_1)); } inline int32_t get_listChangedType_1() const { return ___listChangedType_1; } inline int32_t* get_address_of_listChangedType_1() { return &___listChangedType_1; } inline void set_listChangedType_1(int32_t value) { ___listChangedType_1 = value; } inline static int32_t get_offset_of_newIndex_2() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___newIndex_2)); } inline int32_t get_newIndex_2() const { return ___newIndex_2; } inline int32_t* get_address_of_newIndex_2() { return &___newIndex_2; } inline void set_newIndex_2(int32_t value) { ___newIndex_2 = value; } inline static int32_t get_offset_of_oldIndex_3() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___oldIndex_3)); } inline int32_t get_oldIndex_3() const { return ___oldIndex_3; } inline int32_t* get_address_of_oldIndex_3() { return &___oldIndex_3; } inline void set_oldIndex_3(int32_t value) { ___oldIndex_3 = value; } inline static int32_t get_offset_of_propDesc_4() { return static_cast(offsetof(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632, ___propDesc_4)); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * get_propDesc_4() const { return ___propDesc_4; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** get_address_of_propDesc_4() { return &___propDesc_4; } inline void set_propDesc_4(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { ___propDesc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___propDesc_4), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.Type System.ComponentModel.ReferenceConverter::type Type_t * ___type_3; public: inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value); } }; struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields { public: // System.String System.ComponentModel.ReferenceConverter::none String_t* ___none_2; public: inline static int32_t get_offset_of_none_2() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields, ___none_2)); } inline String_t* get_none_2() const { return ___none_2; } inline String_t** get_address_of_none_2() { return &___none_2; } inline void set_none_2(String_t* value) { ___none_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___none_2), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.TimeZoneInfo struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 : public RuntimeObject { public: // System.TimeSpan System.TimeZoneInfo::baseUtcOffset TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset_0; // System.String System.TimeZoneInfo::daylightDisplayName String_t* ___daylightDisplayName_1; // System.String System.TimeZoneInfo::displayName String_t* ___displayName_2; // System.String System.TimeZoneInfo::id String_t* ___id_3; // System.Collections.Generic.List`1> System.TimeZoneInfo::transitions List_1_t960AA958F641EF26613957B203B645E693F9430D * ___transitions_5; // System.String System.TimeZoneInfo::standardDisplayName String_t* ___standardDisplayName_7; // System.Boolean System.TimeZoneInfo::supportsDaylightSavingTime bool ___supportsDaylightSavingTime_8; // System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::adjustmentRules AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules_11; public: inline static int32_t get_offset_of_baseUtcOffset_0() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___baseUtcOffset_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_baseUtcOffset_0() const { return ___baseUtcOffset_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_baseUtcOffset_0() { return &___baseUtcOffset_0; } inline void set_baseUtcOffset_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___baseUtcOffset_0 = value; } inline static int32_t get_offset_of_daylightDisplayName_1() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___daylightDisplayName_1)); } inline String_t* get_daylightDisplayName_1() const { return ___daylightDisplayName_1; } inline String_t** get_address_of_daylightDisplayName_1() { return &___daylightDisplayName_1; } inline void set_daylightDisplayName_1(String_t* value) { ___daylightDisplayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___daylightDisplayName_1), (void*)value); } inline static int32_t get_offset_of_displayName_2() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___displayName_2)); } inline String_t* get_displayName_2() const { return ___displayName_2; } inline String_t** get_address_of_displayName_2() { return &___displayName_2; } inline void set_displayName_2(String_t* value) { ___displayName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_2), (void*)value); } inline static int32_t get_offset_of_id_3() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___id_3)); } inline String_t* get_id_3() const { return ___id_3; } inline String_t** get_address_of_id_3() { return &___id_3; } inline void set_id_3(String_t* value) { ___id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value); } inline static int32_t get_offset_of_transitions_5() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___transitions_5)); } inline List_1_t960AA958F641EF26613957B203B645E693F9430D * get_transitions_5() const { return ___transitions_5; } inline List_1_t960AA958F641EF26613957B203B645E693F9430D ** get_address_of_transitions_5() { return &___transitions_5; } inline void set_transitions_5(List_1_t960AA958F641EF26613957B203B645E693F9430D * value) { ___transitions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitions_5), (void*)value); } inline static int32_t get_offset_of_standardDisplayName_7() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___standardDisplayName_7)); } inline String_t* get_standardDisplayName_7() const { return ___standardDisplayName_7; } inline String_t** get_address_of_standardDisplayName_7() { return &___standardDisplayName_7; } inline void set_standardDisplayName_7(String_t* value) { ___standardDisplayName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardDisplayName_7), (void*)value); } inline static int32_t get_offset_of_supportsDaylightSavingTime_8() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___supportsDaylightSavingTime_8)); } inline bool get_supportsDaylightSavingTime_8() const { return ___supportsDaylightSavingTime_8; } inline bool* get_address_of_supportsDaylightSavingTime_8() { return &___supportsDaylightSavingTime_8; } inline void set_supportsDaylightSavingTime_8(bool value) { ___supportsDaylightSavingTime_8 = value; } inline static int32_t get_offset_of_adjustmentRules_11() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___adjustmentRules_11)); } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* get_adjustmentRules_11() const { return ___adjustmentRules_11; } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F** get_address_of_adjustmentRules_11() { return &___adjustmentRules_11; } inline void set_adjustmentRules_11(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* value) { ___adjustmentRules_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___adjustmentRules_11), (void*)value); } }; struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields { public: // System.TimeZoneInfo System.TimeZoneInfo::local TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___local_4; // System.Boolean System.TimeZoneInfo::readlinkNotFound bool ___readlinkNotFound_6; // System.TimeZoneInfo System.TimeZoneInfo::utc TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___utc_9; // System.String System.TimeZoneInfo::timeZoneDirectory String_t* ___timeZoneDirectory_10; // Microsoft.Win32.RegistryKey System.TimeZoneInfo::timeZoneKey RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___timeZoneKey_12; // Microsoft.Win32.RegistryKey System.TimeZoneInfo::localZoneKey RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___localZoneKey_13; // System.Collections.ObjectModel.ReadOnlyCollection`1 System.TimeZoneInfo::systemTimeZones ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * ___systemTimeZones_14; public: inline static int32_t get_offset_of_local_4() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___local_4)); } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * get_local_4() const { return ___local_4; } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 ** get_address_of_local_4() { return &___local_4; } inline void set_local_4(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * value) { ___local_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_4), (void*)value); } inline static int32_t get_offset_of_readlinkNotFound_6() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___readlinkNotFound_6)); } inline bool get_readlinkNotFound_6() const { return ___readlinkNotFound_6; } inline bool* get_address_of_readlinkNotFound_6() { return &___readlinkNotFound_6; } inline void set_readlinkNotFound_6(bool value) { ___readlinkNotFound_6 = value; } inline static int32_t get_offset_of_utc_9() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___utc_9)); } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * get_utc_9() const { return ___utc_9; } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 ** get_address_of_utc_9() { return &___utc_9; } inline void set_utc_9(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * value) { ___utc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___utc_9), (void*)value); } inline static int32_t get_offset_of_timeZoneDirectory_10() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___timeZoneDirectory_10)); } inline String_t* get_timeZoneDirectory_10() const { return ___timeZoneDirectory_10; } inline String_t** get_address_of_timeZoneDirectory_10() { return &___timeZoneDirectory_10; } inline void set_timeZoneDirectory_10(String_t* value) { ___timeZoneDirectory_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeZoneDirectory_10), (void*)value); } inline static int32_t get_offset_of_timeZoneKey_12() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___timeZoneKey_12)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_timeZoneKey_12() const { return ___timeZoneKey_12; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_timeZoneKey_12() { return &___timeZoneKey_12; } inline void set_timeZoneKey_12(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___timeZoneKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeZoneKey_12), (void*)value); } inline static int32_t get_offset_of_localZoneKey_13() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___localZoneKey_13)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_localZoneKey_13() const { return ___localZoneKey_13; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_localZoneKey_13() { return &___localZoneKey_13; } inline void set_localZoneKey_13(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___localZoneKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___localZoneKey_13), (void*)value); } inline static int32_t get_offset_of_systemTimeZones_14() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___systemTimeZones_14)); } inline ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * get_systemTimeZones_14() const { return ___systemTimeZones_14; } inline ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 ** get_address_of_systemTimeZones_14() { return &___systemTimeZones_14; } inline void set_systemTimeZones_14(ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * value) { ___systemTimeZones_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemTimeZones_14), (void*)value); } }; // System.Diagnostics.TraceListener struct TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Int32 System.Diagnostics.TraceListener::indentLevel int32_t ___indentLevel_1; // System.Int32 System.Diagnostics.TraceListener::indentSize int32_t ___indentSize_2; // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::traceOptions int32_t ___traceOptions_3; // System.Boolean System.Diagnostics.TraceListener::needIndent bool ___needIndent_4; // System.String System.Diagnostics.TraceListener::listenerName String_t* ___listenerName_5; // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::filter TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * ___filter_6; public: inline static int32_t get_offset_of_indentLevel_1() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentLevel_1)); } inline int32_t get_indentLevel_1() const { return ___indentLevel_1; } inline int32_t* get_address_of_indentLevel_1() { return &___indentLevel_1; } inline void set_indentLevel_1(int32_t value) { ___indentLevel_1 = value; } inline static int32_t get_offset_of_indentSize_2() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___indentSize_2)); } inline int32_t get_indentSize_2() const { return ___indentSize_2; } inline int32_t* get_address_of_indentSize_2() { return &___indentSize_2; } inline void set_indentSize_2(int32_t value) { ___indentSize_2 = value; } inline static int32_t get_offset_of_traceOptions_3() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___traceOptions_3)); } inline int32_t get_traceOptions_3() const { return ___traceOptions_3; } inline int32_t* get_address_of_traceOptions_3() { return &___traceOptions_3; } inline void set_traceOptions_3(int32_t value) { ___traceOptions_3 = value; } inline static int32_t get_offset_of_needIndent_4() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___needIndent_4)); } inline bool get_needIndent_4() const { return ___needIndent_4; } inline bool* get_address_of_needIndent_4() { return &___needIndent_4; } inline void set_needIndent_4(bool value) { ___needIndent_4 = value; } inline static int32_t get_offset_of_listenerName_5() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___listenerName_5)); } inline String_t* get_listenerName_5() const { return ___listenerName_5; } inline String_t** get_address_of_listenerName_5() { return &___listenerName_5; } inline void set_listenerName_5(String_t* value) { ___listenerName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___listenerName_5), (void*)value); } inline static int32_t get_offset_of_filter_6() { return static_cast(offsetof(TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709, ___filter_6)); } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * get_filter_6() const { return ___filter_6; } inline TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 ** get_address_of_filter_6() { return &___filter_6; } inline void set_filter_6(TraceFilter_t24F0CBA64D072E80156F00790EA506AFC708E8F8 * value) { ___filter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___filter_6), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 : public RuntimeObject { public: // System.Type Newtonsoft.Json.Utilities.TypeInformation::k__BackingField Type_t * ___U3CTypeU3Ek__BackingField_0; // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.TypeInformation::k__BackingField int32_t ___U3CTypeCodeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759, ___U3CTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(Type_t * value) { ___U3CTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CTypeCodeU3Ek__BackingField_1() { return static_cast(offsetof(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759, ___U3CTypeCodeU3Ek__BackingField_1)); } inline int32_t get_U3CTypeCodeU3Ek__BackingField_1() const { return ___U3CTypeCodeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CTypeCodeU3Ek__BackingField_1() { return &___U3CTypeCodeU3Ek__BackingField_1; } inline void set_U3CTypeCodeU3Ek__BackingField_1(int32_t value) { ___U3CTypeCodeU3Ek__BackingField_1 = value; } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // Newtonsoft.Json.Bson.BsonReader/ContainerContext struct ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader/ContainerContext::Type int8_t ___Type_0; // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Length int32_t ___Length_1; // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Position int32_t ___Position_2; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Type_0)); } inline int8_t get_Type_0() const { return ___Type_0; } inline int8_t* get_address_of_Type_0() { return &___Type_0; } inline void set_Type_0(int8_t value) { ___Type_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB : public MulticastDelegate_t { public: public: }; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // Newtonsoft.Json.Bson.BsonBinary struct BsonBinary_t4B942AF64B0928617847F2A48C6DF273D840FCE0 : public BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 { public: public: }; // Newtonsoft.Json.Bson.BsonString struct BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B : public BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 { public: // System.Boolean Newtonsoft.Json.Bson.BsonString::k__BackingField bool ___U3CIncludeLengthU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CIncludeLengthU3Ek__BackingField_3() { return static_cast(offsetof(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B, ___U3CIncludeLengthU3Ek__BackingField_3)); } inline bool get_U3CIncludeLengthU3Ek__BackingField_3() const { return ___U3CIncludeLengthU3Ek__BackingField_3; } inline bool* get_address_of_U3CIncludeLengthU3Ek__BackingField_3() { return &___U3CIncludeLengthU3Ek__BackingField_3; } inline void set_U3CIncludeLengthU3Ek__BackingField_3(bool value) { ___U3CIncludeLengthU3Ek__BackingField_3 = value; } }; // Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver struct CamelCasePropertyNamesContractResolver_tBBD1CED07CDE54E267225897417A725859B8953E : public DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C { public: public: }; // System.ComponentModel.ComponentConverter struct ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 : public ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B { public: public: }; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type Newtonsoft.Json.JsonContainerAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_0; // System.Object[] Newtonsoft.Json.JsonContainerAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CItemConverterParametersU3Ek__BackingField_1; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_isReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isReference_2; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemIsReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____itemIsReference_3; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemReferenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____itemReferenceLoopHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemTypeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____itemTypeNameHandling_5; public: inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_0() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ___U3CItemConverterTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CItemConverterTypeU3Ek__BackingField_0() const { return ___U3CItemConverterTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CItemConverterTypeU3Ek__BackingField_0() { return &___U3CItemConverterTypeU3Ek__BackingField_0; } inline void set_U3CItemConverterTypeU3Ek__BackingField_0(Type_t * value) { ___U3CItemConverterTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ___U3CItemConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CItemConverterParametersU3Ek__BackingField_1() const { return ___U3CItemConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CItemConverterParametersU3Ek__BackingField_1() { return &___U3CItemConverterParametersU3Ek__BackingField_1; } inline void set_U3CItemConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CItemConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterParametersU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__isReference_2() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____isReference_2)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isReference_2() const { return ____isReference_2; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isReference_2() { return &____isReference_2; } inline void set__isReference_2(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isReference_2 = value; } inline static int32_t get_offset_of__itemIsReference_3() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemIsReference_3)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__itemIsReference_3() const { return ____itemIsReference_3; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__itemIsReference_3() { return &____itemIsReference_3; } inline void set__itemIsReference_3(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____itemIsReference_3 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_4() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemReferenceLoopHandling_4)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__itemReferenceLoopHandling_4() const { return ____itemReferenceLoopHandling_4; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__itemReferenceLoopHandling_4() { return &____itemReferenceLoopHandling_4; } inline void set__itemReferenceLoopHandling_4(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____itemReferenceLoopHandling_4 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_5() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemTypeNameHandling_5)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__itemTypeNameHandling_5() const { return ____itemTypeNameHandling_5; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__itemTypeNameHandling_5() { return &____itemTypeNameHandling_5; } inline void set__itemTypeNameHandling_5(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____itemTypeNameHandling_5 = value; } }; // Newtonsoft.Json.Serialization.JsonContainerContract struct JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_itemContract JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ____itemContract_21; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_finalItemContract JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ____finalItemContract_22; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CItemConverterU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CItemIsReferenceU3Ek__BackingField_24; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CItemTypeNameHandlingU3Ek__BackingField_26; public: inline static int32_t get_offset_of__itemContract_21() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ____itemContract_21)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get__itemContract_21() const { return ____itemContract_21; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of__itemContract_21() { return &____itemContract_21; } inline void set__itemContract_21(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ____itemContract_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemContract_21), (void*)value); } inline static int32_t get_offset_of__finalItemContract_22() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ____finalItemContract_22)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get__finalItemContract_22() const { return ____finalItemContract_22; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of__finalItemContract_22() { return &____finalItemContract_22; } inline void set__finalItemContract_22(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ____finalItemContract_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalItemContract_22), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_23() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemConverterU3Ek__BackingField_23)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CItemConverterU3Ek__BackingField_23() const { return ___U3CItemConverterU3Ek__BackingField_23; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CItemConverterU3Ek__BackingField_23() { return &___U3CItemConverterU3Ek__BackingField_23; } inline void set_U3CItemConverterU3Ek__BackingField_23(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CItemConverterU3Ek__BackingField_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterU3Ek__BackingField_23), (void*)value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_24() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemIsReferenceU3Ek__BackingField_24)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CItemIsReferenceU3Ek__BackingField_24() const { return ___U3CItemIsReferenceU3Ek__BackingField_24; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_24() { return &___U3CItemIsReferenceU3Ek__BackingField_24; } inline void set_U3CItemIsReferenceU3Ek__BackingField_24(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CItemIsReferenceU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemTypeNameHandlingU3Ek__BackingField_26)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CItemTypeNameHandlingU3Ek__BackingField_26() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_26(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_26 = value; } }; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: public: }; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::k__BackingField int32_t ___U3CTypeCodeU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CTypeCodeU3Ek__BackingField_21() { return static_cast(offsetof(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA, ___U3CTypeCodeU3Ek__BackingField_21)); } inline int32_t get_U3CTypeCodeU3Ek__BackingField_21() const { return ___U3CTypeCodeU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CTypeCodeU3Ek__BackingField_21() { return &___U3CTypeCodeU3Ek__BackingField_21; } inline void set_U3CTypeCodeU3Ek__BackingField_21(int32_t value) { ___U3CTypeCodeU3Ek__BackingField_21 = value; } }; struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.JsonPrimitiveContract::ReadTypeMap Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * ___ReadTypeMap_22; public: inline static int32_t get_offset_of_ReadTypeMap_22() { return static_cast(offsetof(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields, ___ReadTypeMap_22)); } inline Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * get_ReadTypeMap_22() const { return ___ReadTypeMap_22; } inline Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC ** get_address_of_ReadTypeMap_22() { return &___ReadTypeMap_22; } inline void set_ReadTypeMap_22(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * value) { ___ReadTypeMap_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadTypeMap_22), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 : public RuntimeObject { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::_required Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____required_0; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasExplicitDefaultValue bool ____hasExplicitDefaultValue_1; // System.Object Newtonsoft.Json.Serialization.JsonProperty::_defaultValue RuntimeObject * ____defaultValue_2; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasGeneratedDefaultValue bool ____hasGeneratedDefaultValue_3; // System.String Newtonsoft.Json.Serialization.JsonProperty::_propertyName String_t* ____propertyName_4; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_skipPropertyNameEscape bool ____skipPropertyNameEscape_5; // System.Type Newtonsoft.Json.Serialization.JsonProperty::_propertyType Type_t * ____propertyType_6; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___U3CPropertyContractU3Ek__BackingField_7; // System.Type Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Type_t * ___U3CDeclaringTypeU3Ek__BackingField_8; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___U3COrderU3Ek__BackingField_9; // System.String Newtonsoft.Json.Serialization.JsonProperty::k__BackingField String_t* ___U3CUnderlyingNameU3Ek__BackingField_10; // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CValueProviderU3Ek__BackingField_11; // Newtonsoft.Json.Serialization.IAttributeProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CAttributeProviderU3Ek__BackingField_12; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CConverterU3Ek__BackingField_13; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CMemberConverterU3Ek__BackingField_14; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CIgnoredU3Ek__BackingField_15; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CReadableU3Ek__BackingField_16; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CWritableU3Ek__BackingField_17; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CHasMemberAttributeU3Ek__BackingField_18; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CIsReferenceU3Ek__BackingField_19; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___U3CNullValueHandlingU3Ek__BackingField_20; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___U3CDefaultValueHandlingU3Ek__BackingField_21; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CReferenceLoopHandlingU3Ek__BackingField_22; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___U3CObjectCreationHandlingU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CTypeNameHandlingU3Ek__BackingField_24; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldSerializeU3Ek__BackingField_25; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldDeserializeU3Ek__BackingField_26; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CGetIsSpecifiedU3Ek__BackingField_27; // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___U3CSetIsSpecifiedU3Ek__BackingField_28; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CItemConverterU3Ek__BackingField_29; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CItemIsReferenceU3Ek__BackingField_30; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CItemTypeNameHandlingU3Ek__BackingField_31; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; public: inline static int32_t get_offset_of__required_0() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____required_0)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__required_0() const { return ____required_0; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__required_0() { return &____required_0; } inline void set__required_0(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____required_0 = value; } inline static int32_t get_offset_of__hasExplicitDefaultValue_1() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasExplicitDefaultValue_1)); } inline bool get__hasExplicitDefaultValue_1() const { return ____hasExplicitDefaultValue_1; } inline bool* get_address_of__hasExplicitDefaultValue_1() { return &____hasExplicitDefaultValue_1; } inline void set__hasExplicitDefaultValue_1(bool value) { ____hasExplicitDefaultValue_1 = value; } inline static int32_t get_offset_of__defaultValue_2() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____defaultValue_2)); } inline RuntimeObject * get__defaultValue_2() const { return ____defaultValue_2; } inline RuntimeObject ** get_address_of__defaultValue_2() { return &____defaultValue_2; } inline void set__defaultValue_2(RuntimeObject * value) { ____defaultValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_2), (void*)value); } inline static int32_t get_offset_of__hasGeneratedDefaultValue_3() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasGeneratedDefaultValue_3)); } inline bool get__hasGeneratedDefaultValue_3() const { return ____hasGeneratedDefaultValue_3; } inline bool* get_address_of__hasGeneratedDefaultValue_3() { return &____hasGeneratedDefaultValue_3; } inline void set__hasGeneratedDefaultValue_3(bool value) { ____hasGeneratedDefaultValue_3 = value; } inline static int32_t get_offset_of__propertyName_4() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyName_4)); } inline String_t* get__propertyName_4() const { return ____propertyName_4; } inline String_t** get_address_of__propertyName_4() { return &____propertyName_4; } inline void set__propertyName_4(String_t* value) { ____propertyName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyName_4), (void*)value); } inline static int32_t get_offset_of__skipPropertyNameEscape_5() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____skipPropertyNameEscape_5)); } inline bool get__skipPropertyNameEscape_5() const { return ____skipPropertyNameEscape_5; } inline bool* get_address_of__skipPropertyNameEscape_5() { return &____skipPropertyNameEscape_5; } inline void set__skipPropertyNameEscape_5(bool value) { ____skipPropertyNameEscape_5 = value; } inline static int32_t get_offset_of__propertyType_6() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyType_6)); } inline Type_t * get__propertyType_6() const { return ____propertyType_6; } inline Type_t ** get_address_of__propertyType_6() { return &____propertyType_6; } inline void set__propertyType_6(Type_t * value) { ____propertyType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyType_6), (void*)value); } inline static int32_t get_offset_of_U3CPropertyContractU3Ek__BackingField_7() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CPropertyContractU3Ek__BackingField_7)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get_U3CPropertyContractU3Ek__BackingField_7() const { return ___U3CPropertyContractU3Ek__BackingField_7; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of_U3CPropertyContractU3Ek__BackingField_7() { return &___U3CPropertyContractU3Ek__BackingField_7; } inline void set_U3CPropertyContractU3Ek__BackingField_7(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ___U3CPropertyContractU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyContractU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CDeclaringTypeU3Ek__BackingField_8() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDeclaringTypeU3Ek__BackingField_8)); } inline Type_t * get_U3CDeclaringTypeU3Ek__BackingField_8() const { return ___U3CDeclaringTypeU3Ek__BackingField_8; } inline Type_t ** get_address_of_U3CDeclaringTypeU3Ek__BackingField_8() { return &___U3CDeclaringTypeU3Ek__BackingField_8; } inline void set_U3CDeclaringTypeU3Ek__BackingField_8(Type_t * value) { ___U3CDeclaringTypeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeclaringTypeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3COrderU3Ek__BackingField_9() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3COrderU3Ek__BackingField_9)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_U3COrderU3Ek__BackingField_9() const { return ___U3COrderU3Ek__BackingField_9; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_U3COrderU3Ek__BackingField_9() { return &___U3COrderU3Ek__BackingField_9; } inline void set_U3COrderU3Ek__BackingField_9(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___U3COrderU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CUnderlyingNameU3Ek__BackingField_10() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CUnderlyingNameU3Ek__BackingField_10)); } inline String_t* get_U3CUnderlyingNameU3Ek__BackingField_10() const { return ___U3CUnderlyingNameU3Ek__BackingField_10; } inline String_t** get_address_of_U3CUnderlyingNameU3Ek__BackingField_10() { return &___U3CUnderlyingNameU3Ek__BackingField_10; } inline void set_U3CUnderlyingNameU3Ek__BackingField_10(String_t* value) { ___U3CUnderlyingNameU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUnderlyingNameU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CValueProviderU3Ek__BackingField_11() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CValueProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CValueProviderU3Ek__BackingField_11() const { return ___U3CValueProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CValueProviderU3Ek__BackingField_11() { return &___U3CValueProviderU3Ek__BackingField_11; } inline void set_U3CValueProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CValueProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueProviderU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CAttributeProviderU3Ek__BackingField_12() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CAttributeProviderU3Ek__BackingField_12)); } inline RuntimeObject* get_U3CAttributeProviderU3Ek__BackingField_12() const { return ___U3CAttributeProviderU3Ek__BackingField_12; } inline RuntimeObject** get_address_of_U3CAttributeProviderU3Ek__BackingField_12() { return &___U3CAttributeProviderU3Ek__BackingField_12; } inline void set_U3CAttributeProviderU3Ek__BackingField_12(RuntimeObject* value) { ___U3CAttributeProviderU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAttributeProviderU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_13() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CConverterU3Ek__BackingField_13)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CConverterU3Ek__BackingField_13() const { return ___U3CConverterU3Ek__BackingField_13; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CConverterU3Ek__BackingField_13() { return &___U3CConverterU3Ek__BackingField_13; } inline void set_U3CConverterU3Ek__BackingField_13(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CConverterU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CMemberConverterU3Ek__BackingField_14() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CMemberConverterU3Ek__BackingField_14)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CMemberConverterU3Ek__BackingField_14() const { return ___U3CMemberConverterU3Ek__BackingField_14; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CMemberConverterU3Ek__BackingField_14() { return &___U3CMemberConverterU3Ek__BackingField_14; } inline void set_U3CMemberConverterU3Ek__BackingField_14(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CMemberConverterU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberConverterU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CIgnoredU3Ek__BackingField_15() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIgnoredU3Ek__BackingField_15)); } inline bool get_U3CIgnoredU3Ek__BackingField_15() const { return ___U3CIgnoredU3Ek__BackingField_15; } inline bool* get_address_of_U3CIgnoredU3Ek__BackingField_15() { return &___U3CIgnoredU3Ek__BackingField_15; } inline void set_U3CIgnoredU3Ek__BackingField_15(bool value) { ___U3CIgnoredU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CReadableU3Ek__BackingField_16() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReadableU3Ek__BackingField_16)); } inline bool get_U3CReadableU3Ek__BackingField_16() const { return ___U3CReadableU3Ek__BackingField_16; } inline bool* get_address_of_U3CReadableU3Ek__BackingField_16() { return &___U3CReadableU3Ek__BackingField_16; } inline void set_U3CReadableU3Ek__BackingField_16(bool value) { ___U3CReadableU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CWritableU3Ek__BackingField_17() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CWritableU3Ek__BackingField_17)); } inline bool get_U3CWritableU3Ek__BackingField_17() const { return ___U3CWritableU3Ek__BackingField_17; } inline bool* get_address_of_U3CWritableU3Ek__BackingField_17() { return &___U3CWritableU3Ek__BackingField_17; } inline void set_U3CWritableU3Ek__BackingField_17(bool value) { ___U3CWritableU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CHasMemberAttributeU3Ek__BackingField_18)); } inline bool get_U3CHasMemberAttributeU3Ek__BackingField_18() const { return ___U3CHasMemberAttributeU3Ek__BackingField_18; } inline bool* get_address_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return &___U3CHasMemberAttributeU3Ek__BackingField_18; } inline void set_U3CHasMemberAttributeU3Ek__BackingField_18(bool value) { ___U3CHasMemberAttributeU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_19() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIsReferenceU3Ek__BackingField_19)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CIsReferenceU3Ek__BackingField_19() const { return ___U3CIsReferenceU3Ek__BackingField_19; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CIsReferenceU3Ek__BackingField_19() { return &___U3CIsReferenceU3Ek__BackingField_19; } inline void set_U3CIsReferenceU3Ek__BackingField_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CIsReferenceU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CNullValueHandlingU3Ek__BackingField_20() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CNullValueHandlingU3Ek__BackingField_20)); } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get_U3CNullValueHandlingU3Ek__BackingField_20() const { return ___U3CNullValueHandlingU3Ek__BackingField_20; } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of_U3CNullValueHandlingU3Ek__BackingField_20() { return &___U3CNullValueHandlingU3Ek__BackingField_20; } inline void set_U3CNullValueHandlingU3Ek__BackingField_20(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value) { ___U3CNullValueHandlingU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDefaultValueHandlingU3Ek__BackingField_21)); } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get_U3CDefaultValueHandlingU3Ek__BackingField_21() const { return ___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return &___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline void set_U3CDefaultValueHandlingU3Ek__BackingField_21(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value) { ___U3CDefaultValueHandlingU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReferenceLoopHandlingU3Ek__BackingField_22)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CReferenceLoopHandlingU3Ek__BackingField_22() const { return ___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return &___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline void set_U3CReferenceLoopHandlingU3Ek__BackingField_22(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CReferenceLoopHandlingU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CObjectCreationHandlingU3Ek__BackingField_23)); } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get_U3CObjectCreationHandlingU3Ek__BackingField_23() const { return ___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return &___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline void set_U3CObjectCreationHandlingU3Ek__BackingField_23(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value) { ___U3CObjectCreationHandlingU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CTypeNameHandlingU3Ek__BackingField_24)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CTypeNameHandlingU3Ek__BackingField_24() const { return ___U3CTypeNameHandlingU3Ek__BackingField_24; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return &___U3CTypeNameHandlingU3Ek__BackingField_24; } inline void set_U3CTypeNameHandlingU3Ek__BackingField_24(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CTypeNameHandlingU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CShouldSerializeU3Ek__BackingField_25() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldSerializeU3Ek__BackingField_25)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldSerializeU3Ek__BackingField_25() const { return ___U3CShouldSerializeU3Ek__BackingField_25; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldSerializeU3Ek__BackingField_25() { return &___U3CShouldSerializeU3Ek__BackingField_25; } inline void set_U3CShouldSerializeU3Ek__BackingField_25(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CShouldSerializeU3Ek__BackingField_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldSerializeU3Ek__BackingField_25), (void*)value); } inline static int32_t get_offset_of_U3CShouldDeserializeU3Ek__BackingField_26() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldDeserializeU3Ek__BackingField_26)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldDeserializeU3Ek__BackingField_26() const { return ___U3CShouldDeserializeU3Ek__BackingField_26; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldDeserializeU3Ek__BackingField_26() { return &___U3CShouldDeserializeU3Ek__BackingField_26; } inline void set_U3CShouldDeserializeU3Ek__BackingField_26(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CShouldDeserializeU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldDeserializeU3Ek__BackingField_26), (void*)value); } inline static int32_t get_offset_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CGetIsSpecifiedU3Ek__BackingField_27)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CGetIsSpecifiedU3Ek__BackingField_27() const { return ___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return &___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline void set_U3CGetIsSpecifiedU3Ek__BackingField_27(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CGetIsSpecifiedU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGetIsSpecifiedU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CSetIsSpecifiedU3Ek__BackingField_28)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_U3CSetIsSpecifiedU3Ek__BackingField_28() const { return ___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return &___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline void set_U3CSetIsSpecifiedU3Ek__BackingField_28(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___U3CSetIsSpecifiedU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSetIsSpecifiedU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_29() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemConverterU3Ek__BackingField_29)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CItemConverterU3Ek__BackingField_29() const { return ___U3CItemConverterU3Ek__BackingField_29; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CItemConverterU3Ek__BackingField_29() { return &___U3CItemConverterU3Ek__BackingField_29; } inline void set_U3CItemConverterU3Ek__BackingField_29(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CItemConverterU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_30() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemIsReferenceU3Ek__BackingField_30)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CItemIsReferenceU3Ek__BackingField_30() const { return ___U3CItemIsReferenceU3Ek__BackingField_30; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_30() { return &___U3CItemIsReferenceU3Ek__BackingField_30; } inline void set_U3CItemIsReferenceU3Ek__BackingField_30(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CItemIsReferenceU3Ek__BackingField_30 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemTypeNameHandlingU3Ek__BackingField_31)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CItemTypeNameHandlingU3Ek__BackingField_31() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_31(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32 = value; } }; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_nullValueHandling Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ____nullValueHandling_0; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_defaultValueHandling Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ____defaultValueHandling_1; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_referenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____referenceLoopHandling_2; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_objectCreationHandling Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ____objectCreationHandling_3; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_typeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____typeNameHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_isReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isReference_5; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_order Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____order_6; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_required Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____required_7; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemIsReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____itemIsReference_8; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemReferenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____itemReferenceLoopHandling_9; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemTypeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____itemTypeNameHandling_10; // System.Type Newtonsoft.Json.JsonPropertyAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_11; // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CItemConverterParametersU3Ek__BackingField_12; // System.String Newtonsoft.Json.JsonPropertyAttribute::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_13; public: inline static int32_t get_offset_of__nullValueHandling_0() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____nullValueHandling_0)); } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get__nullValueHandling_0() const { return ____nullValueHandling_0; } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of__nullValueHandling_0() { return &____nullValueHandling_0; } inline void set__nullValueHandling_0(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value) { ____nullValueHandling_0 = value; } inline static int32_t get_offset_of__defaultValueHandling_1() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____defaultValueHandling_1)); } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get__defaultValueHandling_1() const { return ____defaultValueHandling_1; } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of__defaultValueHandling_1() { return &____defaultValueHandling_1; } inline void set__defaultValueHandling_1(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value) { ____defaultValueHandling_1 = value; } inline static int32_t get_offset_of__referenceLoopHandling_2() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____referenceLoopHandling_2)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__referenceLoopHandling_2() const { return ____referenceLoopHandling_2; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__referenceLoopHandling_2() { return &____referenceLoopHandling_2; } inline void set__referenceLoopHandling_2(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____referenceLoopHandling_2 = value; } inline static int32_t get_offset_of__objectCreationHandling_3() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____objectCreationHandling_3)); } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get__objectCreationHandling_3() const { return ____objectCreationHandling_3; } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of__objectCreationHandling_3() { return &____objectCreationHandling_3; } inline void set__objectCreationHandling_3(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value) { ____objectCreationHandling_3 = value; } inline static int32_t get_offset_of__typeNameHandling_4() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____typeNameHandling_4)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__typeNameHandling_4() const { return ____typeNameHandling_4; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__typeNameHandling_4() { return &____typeNameHandling_4; } inline void set__typeNameHandling_4(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____typeNameHandling_4 = value; } inline static int32_t get_offset_of__isReference_5() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____isReference_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isReference_5() const { return ____isReference_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isReference_5() { return &____isReference_5; } inline void set__isReference_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isReference_5 = value; } inline static int32_t get_offset_of__order_6() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____order_6)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__order_6() const { return ____order_6; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__order_6() { return &____order_6; } inline void set__order_6(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____order_6 = value; } inline static int32_t get_offset_of__required_7() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____required_7)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__required_7() const { return ____required_7; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__required_7() { return &____required_7; } inline void set__required_7(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____required_7 = value; } inline static int32_t get_offset_of__itemIsReference_8() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemIsReference_8)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__itemIsReference_8() const { return ____itemIsReference_8; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__itemIsReference_8() { return &____itemIsReference_8; } inline void set__itemIsReference_8(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____itemIsReference_8 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_9() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemReferenceLoopHandling_9)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__itemReferenceLoopHandling_9() const { return ____itemReferenceLoopHandling_9; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__itemReferenceLoopHandling_9() { return &____itemReferenceLoopHandling_9; } inline void set__itemReferenceLoopHandling_9(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____itemReferenceLoopHandling_9 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_10() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemTypeNameHandling_10)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__itemTypeNameHandling_10() const { return ____itemTypeNameHandling_10; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__itemTypeNameHandling_10() { return &____itemTypeNameHandling_10; } inline void set__itemTypeNameHandling_10(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____itemTypeNameHandling_10 = value; } inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_11() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CItemConverterTypeU3Ek__BackingField_11)); } inline Type_t * get_U3CItemConverterTypeU3Ek__BackingField_11() const { return ___U3CItemConverterTypeU3Ek__BackingField_11; } inline Type_t ** get_address_of_U3CItemConverterTypeU3Ek__BackingField_11() { return &___U3CItemConverterTypeU3Ek__BackingField_11; } inline void set_U3CItemConverterTypeU3Ek__BackingField_11(Type_t * value) { ___U3CItemConverterTypeU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterTypeU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_12() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CItemConverterParametersU3Ek__BackingField_12)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CItemConverterParametersU3Ek__BackingField_12() const { return ___U3CItemConverterParametersU3Ek__BackingField_12; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CItemConverterParametersU3Ek__BackingField_12() { return &___U3CItemConverterParametersU3Ek__BackingField_12; } inline void set_U3CItemConverterParametersU3Ek__BackingField_12(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CItemConverterParametersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterParametersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CPropertyNameU3Ek__BackingField_13() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CPropertyNameU3Ek__BackingField_13)); } inline String_t* get_U3CPropertyNameU3Ek__BackingField_13() const { return ___U3CPropertyNameU3Ek__BackingField_13; } inline String_t** get_address_of_U3CPropertyNameU3Ek__BackingField_13() { return &___U3CPropertyNameU3Ek__BackingField_13; } inline void set_U3CPropertyNameU3Ek__BackingField_13(String_t* value) { ___U3CPropertyNameU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyNameU3Ek__BackingField_13), (void*)value); } }; // Newtonsoft.Json.JsonReader struct JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 : public RuntimeObject { public: // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::_tokenType int32_t ____tokenType_0; // System.Object Newtonsoft.Json.JsonReader::_value RuntimeObject * ____value_1; // System.Char Newtonsoft.Json.JsonReader::_quoteChar Il2CppChar ____quoteChar_2; // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::_currentState int32_t ____currentState_3; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::_currentPosition JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ____currentPosition_4; // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_5; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonReader::_maxDepth Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____maxDepth_7; // System.Boolean Newtonsoft.Json.JsonReader::_hasExceededMaxDepth bool ____hasExceededMaxDepth_8; // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::_dateParseHandling int32_t ____dateParseHandling_9; // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::_floatParseHandling int32_t ____floatParseHandling_10; // System.String Newtonsoft.Json.JsonReader::_dateFormatString String_t* ____dateFormatString_11; // System.Collections.Generic.List`1 Newtonsoft.Json.JsonReader::_stack List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ____stack_12; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CCloseInputU3Ek__BackingField_13; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CSupportMultipleContentU3Ek__BackingField_14; public: inline static int32_t get_offset_of__tokenType_0() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____tokenType_0)); } inline int32_t get__tokenType_0() const { return ____tokenType_0; } inline int32_t* get_address_of__tokenType_0() { return &____tokenType_0; } inline void set__tokenType_0(int32_t value) { ____tokenType_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } inline static int32_t get_offset_of__quoteChar_2() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____quoteChar_2)); } inline Il2CppChar get__quoteChar_2() const { return ____quoteChar_2; } inline Il2CppChar* get_address_of__quoteChar_2() { return &____quoteChar_2; } inline void set__quoteChar_2(Il2CppChar value) { ____quoteChar_2 = value; } inline static int32_t get_offset_of__currentState_3() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____currentState_3)); } inline int32_t get__currentState_3() const { return ____currentState_3; } inline int32_t* get_address_of__currentState_3() { return &____currentState_3; } inline void set__currentState_3(int32_t value) { ____currentState_3 = value; } inline static int32_t get_offset_of__currentPosition_4() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____currentPosition_4)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get__currentPosition_4() const { return ____currentPosition_4; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of__currentPosition_4() { return &____currentPosition_4; } inline void set__currentPosition_4(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ____currentPosition_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____currentPosition_4))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of__culture_5() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____culture_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_5() const { return ____culture_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_5() { return &____culture_5; } inline void set__culture_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_5), (void*)value); } inline static int32_t get_offset_of__dateTimeZoneHandling_6() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateTimeZoneHandling_6)); } inline int32_t get__dateTimeZoneHandling_6() const { return ____dateTimeZoneHandling_6; } inline int32_t* get_address_of__dateTimeZoneHandling_6() { return &____dateTimeZoneHandling_6; } inline void set__dateTimeZoneHandling_6(int32_t value) { ____dateTimeZoneHandling_6 = value; } inline static int32_t get_offset_of__maxDepth_7() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____maxDepth_7)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__maxDepth_7() const { return ____maxDepth_7; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__maxDepth_7() { return &____maxDepth_7; } inline void set__maxDepth_7(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____maxDepth_7 = value; } inline static int32_t get_offset_of__hasExceededMaxDepth_8() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____hasExceededMaxDepth_8)); } inline bool get__hasExceededMaxDepth_8() const { return ____hasExceededMaxDepth_8; } inline bool* get_address_of__hasExceededMaxDepth_8() { return &____hasExceededMaxDepth_8; } inline void set__hasExceededMaxDepth_8(bool value) { ____hasExceededMaxDepth_8 = value; } inline static int32_t get_offset_of__dateParseHandling_9() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateParseHandling_9)); } inline int32_t get__dateParseHandling_9() const { return ____dateParseHandling_9; } inline int32_t* get_address_of__dateParseHandling_9() { return &____dateParseHandling_9; } inline void set__dateParseHandling_9(int32_t value) { ____dateParseHandling_9 = value; } inline static int32_t get_offset_of__floatParseHandling_10() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____floatParseHandling_10)); } inline int32_t get__floatParseHandling_10() const { return ____floatParseHandling_10; } inline int32_t* get_address_of__floatParseHandling_10() { return &____floatParseHandling_10; } inline void set__floatParseHandling_10(int32_t value) { ____floatParseHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_11), (void*)value); } inline static int32_t get_offset_of__stack_12() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____stack_12)); } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * get__stack_12() const { return ____stack_12; } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC ** get_address_of__stack_12() { return &____stack_12; } inline void set__stack_12(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * value) { ____stack_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_12), (void*)value); } inline static int32_t get_offset_of_U3CCloseInputU3Ek__BackingField_13() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ___U3CCloseInputU3Ek__BackingField_13)); } inline bool get_U3CCloseInputU3Ek__BackingField_13() const { return ___U3CCloseInputU3Ek__BackingField_13; } inline bool* get_address_of_U3CCloseInputU3Ek__BackingField_13() { return &___U3CCloseInputU3Ek__BackingField_13; } inline void set_U3CCloseInputU3Ek__BackingField_13(bool value) { ___U3CCloseInputU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ___U3CSupportMultipleContentU3Ek__BackingField_14)); } inline bool get_U3CSupportMultipleContentU3Ek__BackingField_14() const { return ___U3CSupportMultipleContentU3Ek__BackingField_14; } inline bool* get_address_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return &___U3CSupportMultipleContentU3Ek__BackingField_14; } inline void set_U3CSupportMultipleContentU3Ek__BackingField_14(bool value) { ___U3CSupportMultipleContentU3Ek__BackingField_14 = value; } }; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 { public: // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLineNumberU3Ek__BackingField_17; // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLinePositionU3Ek__BackingField_18; // System.String Newtonsoft.Json.JsonReaderException::k__BackingField String_t* ___U3CPathU3Ek__BackingField_19; public: inline static int32_t get_offset_of_U3CLineNumberU3Ek__BackingField_17() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CLineNumberU3Ek__BackingField_17)); } inline int32_t get_U3CLineNumberU3Ek__BackingField_17() const { return ___U3CLineNumberU3Ek__BackingField_17; } inline int32_t* get_address_of_U3CLineNumberU3Ek__BackingField_17() { return &___U3CLineNumberU3Ek__BackingField_17; } inline void set_U3CLineNumberU3Ek__BackingField_17(int32_t value) { ___U3CLineNumberU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CLinePositionU3Ek__BackingField_18() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CLinePositionU3Ek__BackingField_18)); } inline int32_t get_U3CLinePositionU3Ek__BackingField_18() const { return ___U3CLinePositionU3Ek__BackingField_18; } inline int32_t* get_address_of_U3CLinePositionU3Ek__BackingField_18() { return &___U3CLinePositionU3Ek__BackingField_18; } inline void set_U3CLinePositionU3Ek__BackingField_18(int32_t value) { ___U3CLinePositionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_19() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CPathU3Ek__BackingField_19)); } inline String_t* get_U3CPathU3Ek__BackingField_19() const { return ___U3CPathU3Ek__BackingField_19; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_19() { return &___U3CPathU3Ek__BackingField_19; } inline void set_U3CPathU3Ek__BackingField_19(String_t* value) { ___U3CPathU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_19), (void*)value); } }; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 { public: public: }; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD : public RuntimeObject { public: // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializer::_typeNameHandling int32_t ____typeNameHandling_0; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializer::_typeNameAssemblyFormat int32_t ____typeNameAssemblyFormat_1; // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializer::_preserveReferencesHandling int32_t ____preserveReferencesHandling_2; // Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializer::_referenceLoopHandling int32_t ____referenceLoopHandling_3; // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializer::_missingMemberHandling int32_t ____missingMemberHandling_4; // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::_objectCreationHandling int32_t ____objectCreationHandling_5; // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializer::_nullValueHandling int32_t ____nullValueHandling_6; // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializer::_defaultValueHandling int32_t ____defaultValueHandling_7; // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializer::_constructorHandling int32_t ____constructorHandling_8; // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::_metadataPropertyHandling int32_t ____metadataPropertyHandling_9; // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::_converters JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * ____converters_10; // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::_contractResolver RuntimeObject* ____contractResolver_11; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::_traceWriter RuntimeObject* ____traceWriter_12; // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializer::_equalityComparer RuntimeObject* ____equalityComparer_13; // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializer::_binder SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ____binder_14; // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ____context_15; // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::_referenceResolver RuntimeObject* ____referenceResolver_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_formatting Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 ____formatting_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateFormatHandling Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 ____dateFormatHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateTimeZoneHandling Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 ____dateTimeZoneHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateParseHandling Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 ____dateParseHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatFormatHandling Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF ____floatFormatHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatParseHandling Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 ____floatParseHandling_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_stringEscapeHandling Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 ____stringEscapeHandling_23; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_maxDepth Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____maxDepth_25; // System.Boolean Newtonsoft.Json.JsonSerializer::_maxDepthSet bool ____maxDepthSet_26; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_checkAdditionalContent Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____checkAdditionalContent_27; // System.String Newtonsoft.Json.JsonSerializer::_dateFormatString String_t* ____dateFormatString_28; // System.Boolean Newtonsoft.Json.JsonSerializer::_dateFormatStringSet bool ____dateFormatStringSet_29; // System.EventHandler`1 Newtonsoft.Json.JsonSerializer::Error EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * ___Error_30; public: inline static int32_t get_offset_of__typeNameHandling_0() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____typeNameHandling_0)); } inline int32_t get__typeNameHandling_0() const { return ____typeNameHandling_0; } inline int32_t* get_address_of__typeNameHandling_0() { return &____typeNameHandling_0; } inline void set__typeNameHandling_0(int32_t value) { ____typeNameHandling_0 = value; } inline static int32_t get_offset_of__typeNameAssemblyFormat_1() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____typeNameAssemblyFormat_1)); } inline int32_t get__typeNameAssemblyFormat_1() const { return ____typeNameAssemblyFormat_1; } inline int32_t* get_address_of__typeNameAssemblyFormat_1() { return &____typeNameAssemblyFormat_1; } inline void set__typeNameAssemblyFormat_1(int32_t value) { ____typeNameAssemblyFormat_1 = value; } inline static int32_t get_offset_of__preserveReferencesHandling_2() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____preserveReferencesHandling_2)); } inline int32_t get__preserveReferencesHandling_2() const { return ____preserveReferencesHandling_2; } inline int32_t* get_address_of__preserveReferencesHandling_2() { return &____preserveReferencesHandling_2; } inline void set__preserveReferencesHandling_2(int32_t value) { ____preserveReferencesHandling_2 = value; } inline static int32_t get_offset_of__referenceLoopHandling_3() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____referenceLoopHandling_3)); } inline int32_t get__referenceLoopHandling_3() const { return ____referenceLoopHandling_3; } inline int32_t* get_address_of__referenceLoopHandling_3() { return &____referenceLoopHandling_3; } inline void set__referenceLoopHandling_3(int32_t value) { ____referenceLoopHandling_3 = value; } inline static int32_t get_offset_of__missingMemberHandling_4() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____missingMemberHandling_4)); } inline int32_t get__missingMemberHandling_4() const { return ____missingMemberHandling_4; } inline int32_t* get_address_of__missingMemberHandling_4() { return &____missingMemberHandling_4; } inline void set__missingMemberHandling_4(int32_t value) { ____missingMemberHandling_4 = value; } inline static int32_t get_offset_of__objectCreationHandling_5() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____objectCreationHandling_5)); } inline int32_t get__objectCreationHandling_5() const { return ____objectCreationHandling_5; } inline int32_t* get_address_of__objectCreationHandling_5() { return &____objectCreationHandling_5; } inline void set__objectCreationHandling_5(int32_t value) { ____objectCreationHandling_5 = value; } inline static int32_t get_offset_of__nullValueHandling_6() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____nullValueHandling_6)); } inline int32_t get__nullValueHandling_6() const { return ____nullValueHandling_6; } inline int32_t* get_address_of__nullValueHandling_6() { return &____nullValueHandling_6; } inline void set__nullValueHandling_6(int32_t value) { ____nullValueHandling_6 = value; } inline static int32_t get_offset_of__defaultValueHandling_7() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____defaultValueHandling_7)); } inline int32_t get__defaultValueHandling_7() const { return ____defaultValueHandling_7; } inline int32_t* get_address_of__defaultValueHandling_7() { return &____defaultValueHandling_7; } inline void set__defaultValueHandling_7(int32_t value) { ____defaultValueHandling_7 = value; } inline static int32_t get_offset_of__constructorHandling_8() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____constructorHandling_8)); } inline int32_t get__constructorHandling_8() const { return ____constructorHandling_8; } inline int32_t* get_address_of__constructorHandling_8() { return &____constructorHandling_8; } inline void set__constructorHandling_8(int32_t value) { ____constructorHandling_8 = value; } inline static int32_t get_offset_of__metadataPropertyHandling_9() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____metadataPropertyHandling_9)); } inline int32_t get__metadataPropertyHandling_9() const { return ____metadataPropertyHandling_9; } inline int32_t* get_address_of__metadataPropertyHandling_9() { return &____metadataPropertyHandling_9; } inline void set__metadataPropertyHandling_9(int32_t value) { ____metadataPropertyHandling_9 = value; } inline static int32_t get_offset_of__converters_10() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____converters_10)); } inline JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * get__converters_10() const { return ____converters_10; } inline JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 ** get_address_of__converters_10() { return &____converters_10; } inline void set__converters_10(JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * value) { ____converters_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____converters_10), (void*)value); } inline static int32_t get_offset_of__contractResolver_11() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____contractResolver_11)); } inline RuntimeObject* get__contractResolver_11() const { return ____contractResolver_11; } inline RuntimeObject** get_address_of__contractResolver_11() { return &____contractResolver_11; } inline void set__contractResolver_11(RuntimeObject* value) { ____contractResolver_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____contractResolver_11), (void*)value); } inline static int32_t get_offset_of__traceWriter_12() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____traceWriter_12)); } inline RuntimeObject* get__traceWriter_12() const { return ____traceWriter_12; } inline RuntimeObject** get_address_of__traceWriter_12() { return &____traceWriter_12; } inline void set__traceWriter_12(RuntimeObject* value) { ____traceWriter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____traceWriter_12), (void*)value); } inline static int32_t get_offset_of__equalityComparer_13() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____equalityComparer_13)); } inline RuntimeObject* get__equalityComparer_13() const { return ____equalityComparer_13; } inline RuntimeObject** get_address_of__equalityComparer_13() { return &____equalityComparer_13; } inline void set__equalityComparer_13(RuntimeObject* value) { ____equalityComparer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____equalityComparer_13), (void*)value); } inline static int32_t get_offset_of__binder_14() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____binder_14)); } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * get__binder_14() const { return ____binder_14; } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 ** get_address_of__binder_14() { return &____binder_14; } inline void set__binder_14(SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * value) { ____binder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____binder_14), (void*)value); } inline static int32_t get_offset_of__context_15() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____context_15)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get__context_15() const { return ____context_15; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of__context_15() { return &____context_15; } inline void set__context_15(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ____context_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____context_15))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of__referenceResolver_16() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____referenceResolver_16)); } inline RuntimeObject* get__referenceResolver_16() const { return ____referenceResolver_16; } inline RuntimeObject** get_address_of__referenceResolver_16() { return &____referenceResolver_16; } inline void set__referenceResolver_16(RuntimeObject* value) { ____referenceResolver_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____referenceResolver_16), (void*)value); } inline static int32_t get_offset_of__formatting_17() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____formatting_17)); } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 get__formatting_17() const { return ____formatting_17; } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * get_address_of__formatting_17() { return &____formatting_17; } inline void set__formatting_17(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 value) { ____formatting_17 = value; } inline static int32_t get_offset_of__dateFormatHandling_18() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatHandling_18)); } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 get__dateFormatHandling_18() const { return ____dateFormatHandling_18; } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * get_address_of__dateFormatHandling_18() { return &____dateFormatHandling_18; } inline void set__dateFormatHandling_18(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 value) { ____dateFormatHandling_18 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_19() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateTimeZoneHandling_19)); } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 get__dateTimeZoneHandling_19() const { return ____dateTimeZoneHandling_19; } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * get_address_of__dateTimeZoneHandling_19() { return &____dateTimeZoneHandling_19; } inline void set__dateTimeZoneHandling_19(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 value) { ____dateTimeZoneHandling_19 = value; } inline static int32_t get_offset_of__dateParseHandling_20() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateParseHandling_20)); } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 get__dateParseHandling_20() const { return ____dateParseHandling_20; } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * get_address_of__dateParseHandling_20() { return &____dateParseHandling_20; } inline void set__dateParseHandling_20(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 value) { ____dateParseHandling_20 = value; } inline static int32_t get_offset_of__floatFormatHandling_21() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____floatFormatHandling_21)); } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF get__floatFormatHandling_21() const { return ____floatFormatHandling_21; } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * get_address_of__floatFormatHandling_21() { return &____floatFormatHandling_21; } inline void set__floatFormatHandling_21(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF value) { ____floatFormatHandling_21 = value; } inline static int32_t get_offset_of__floatParseHandling_22() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____floatParseHandling_22)); } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 get__floatParseHandling_22() const { return ____floatParseHandling_22; } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * get_address_of__floatParseHandling_22() { return &____floatParseHandling_22; } inline void set__floatParseHandling_22(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 value) { ____floatParseHandling_22 = value; } inline static int32_t get_offset_of__stringEscapeHandling_23() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____stringEscapeHandling_23)); } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 get__stringEscapeHandling_23() const { return ____stringEscapeHandling_23; } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * get_address_of__stringEscapeHandling_23() { return &____stringEscapeHandling_23; } inline void set__stringEscapeHandling_23(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 value) { ____stringEscapeHandling_23 = value; } inline static int32_t get_offset_of__culture_24() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____culture_24)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_24() const { return ____culture_24; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_24() { return &____culture_24; } inline void set__culture_24(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_24), (void*)value); } inline static int32_t get_offset_of__maxDepth_25() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____maxDepth_25)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__maxDepth_25() const { return ____maxDepth_25; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__maxDepth_25() { return &____maxDepth_25; } inline void set__maxDepth_25(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____maxDepth_25 = value; } inline static int32_t get_offset_of__maxDepthSet_26() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____maxDepthSet_26)); } inline bool get__maxDepthSet_26() const { return ____maxDepthSet_26; } inline bool* get_address_of__maxDepthSet_26() { return &____maxDepthSet_26; } inline void set__maxDepthSet_26(bool value) { ____maxDepthSet_26 = value; } inline static int32_t get_offset_of__checkAdditionalContent_27() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____checkAdditionalContent_27)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__checkAdditionalContent_27() const { return ____checkAdditionalContent_27; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__checkAdditionalContent_27() { return &____checkAdditionalContent_27; } inline void set__checkAdditionalContent_27(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____checkAdditionalContent_27 = value; } inline static int32_t get_offset_of__dateFormatString_28() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatString_28)); } inline String_t* get__dateFormatString_28() const { return ____dateFormatString_28; } inline String_t** get_address_of__dateFormatString_28() { return &____dateFormatString_28; } inline void set__dateFormatString_28(String_t* value) { ____dateFormatString_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_28), (void*)value); } inline static int32_t get_offset_of__dateFormatStringSet_29() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatStringSet_29)); } inline bool get__dateFormatStringSet_29() const { return ____dateFormatStringSet_29; } inline bool* get_address_of__dateFormatStringSet_29() { return &____dateFormatStringSet_29; } inline void set__dateFormatStringSet_29(bool value) { ____dateFormatStringSet_29 = value; } inline static int32_t get_offset_of_Error_30() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ___Error_30)); } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * get_Error_30() const { return ___Error_30; } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A ** get_address_of_Error_30() { return &___Error_30; } inline void set_Error_30(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * value) { ___Error_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Error_30), (void*)value); } }; // Newtonsoft.Json.JsonWriter struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 : public RuntimeObject { public: // System.Collections.Generic.List`1 Newtonsoft.Json.JsonWriter::_stack List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ____stack_2; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonWriter::_currentPosition JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ____currentPosition_3; // Newtonsoft.Json.JsonWriter/State Newtonsoft.Json.JsonWriter::_currentState int32_t ____currentState_4; // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::_formatting int32_t ____formatting_5; // System.Boolean Newtonsoft.Json.JsonWriter::k__BackingField bool ___U3CCloseOutputU3Ek__BackingField_6; // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::_dateFormatHandling int32_t ____dateFormatHandling_7; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_8; // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::_stringEscapeHandling int32_t ____stringEscapeHandling_9; // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::_floatFormatHandling int32_t ____floatFormatHandling_10; // System.String Newtonsoft.Json.JsonWriter::_dateFormatString String_t* ____dateFormatString_11; // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_12; public: inline static int32_t get_offset_of__stack_2() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____stack_2)); } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * get__stack_2() const { return ____stack_2; } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC ** get_address_of__stack_2() { return &____stack_2; } inline void set__stack_2(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * value) { ____stack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_2), (void*)value); } inline static int32_t get_offset_of__currentPosition_3() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____currentPosition_3)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get__currentPosition_3() const { return ____currentPosition_3; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of__currentPosition_3() { return &____currentPosition_3; } inline void set__currentPosition_3(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ____currentPosition_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____currentPosition_3))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of__currentState_4() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____currentState_4)); } inline int32_t get__currentState_4() const { return ____currentState_4; } inline int32_t* get_address_of__currentState_4() { return &____currentState_4; } inline void set__currentState_4(int32_t value) { ____currentState_4 = value; } inline static int32_t get_offset_of__formatting_5() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____formatting_5)); } inline int32_t get__formatting_5() const { return ____formatting_5; } inline int32_t* get_address_of__formatting_5() { return &____formatting_5; } inline void set__formatting_5(int32_t value) { ____formatting_5 = value; } inline static int32_t get_offset_of_U3CCloseOutputU3Ek__BackingField_6() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ___U3CCloseOutputU3Ek__BackingField_6)); } inline bool get_U3CCloseOutputU3Ek__BackingField_6() const { return ___U3CCloseOutputU3Ek__BackingField_6; } inline bool* get_address_of_U3CCloseOutputU3Ek__BackingField_6() { return &___U3CCloseOutputU3Ek__BackingField_6; } inline void set_U3CCloseOutputU3Ek__BackingField_6(bool value) { ___U3CCloseOutputU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of__dateFormatHandling_7() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateFormatHandling_7)); } inline int32_t get__dateFormatHandling_7() const { return ____dateFormatHandling_7; } inline int32_t* get_address_of__dateFormatHandling_7() { return &____dateFormatHandling_7; } inline void set__dateFormatHandling_7(int32_t value) { ____dateFormatHandling_7 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_8() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateTimeZoneHandling_8)); } inline int32_t get__dateTimeZoneHandling_8() const { return ____dateTimeZoneHandling_8; } inline int32_t* get_address_of__dateTimeZoneHandling_8() { return &____dateTimeZoneHandling_8; } inline void set__dateTimeZoneHandling_8(int32_t value) { ____dateTimeZoneHandling_8 = value; } inline static int32_t get_offset_of__stringEscapeHandling_9() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____stringEscapeHandling_9)); } inline int32_t get__stringEscapeHandling_9() const { return ____stringEscapeHandling_9; } inline int32_t* get_address_of__stringEscapeHandling_9() { return &____stringEscapeHandling_9; } inline void set__stringEscapeHandling_9(int32_t value) { ____stringEscapeHandling_9 = value; } inline static int32_t get_offset_of__floatFormatHandling_10() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____floatFormatHandling_10)); } inline int32_t get__floatFormatHandling_10() const { return ____floatFormatHandling_10; } inline int32_t* get_address_of__floatFormatHandling_10() { return &____floatFormatHandling_10; } inline void set__floatFormatHandling_10(int32_t value) { ____floatFormatHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_11), (void*)value); } inline static int32_t get_offset_of__culture_12() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____culture_12)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_12() const { return ____culture_12; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_12() { return &____culture_12; } inline void set__culture_12(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_12), (void*)value); } }; struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields { public: // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArray StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ___StateArray_0; // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArrayTempate StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ___StateArrayTempate_1; public: inline static int32_t get_offset_of_StateArray_0() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields, ___StateArray_0)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get_StateArray_0() const { return ___StateArray_0; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of_StateArray_0() { return &___StateArray_0; } inline void set_StateArray_0(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* value) { ___StateArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateArray_0), (void*)value); } inline static int32_t get_offset_of_StateArrayTempate_1() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields, ___StateArrayTempate_1)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get_StateArrayTempate_1() const { return ___StateArrayTempate_1; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of_StateArrayTempate_1() { return &___StateArrayTempate_1; } inline void set_StateArrayTempate_1(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* value) { ___StateArrayTempate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateArrayTempate_1), (void*)value); } }; // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 { public: // System.String Newtonsoft.Json.JsonWriterException::k__BackingField String_t* ___U3CPathU3Ek__BackingField_17; public: inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_17() { return static_cast(offsetof(JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9, ___U3CPathU3Ek__BackingField_17)); } inline String_t* get_U3CPathU3Ek__BackingField_17() const { return ___U3CPathU3Ek__BackingField_17; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_17() { return &___U3CPathU3Ek__BackingField_17; } inline void set_U3CPathU3Ek__BackingField_17(String_t* value) { ___U3CPathU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_17), (void*)value); } }; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C : public MulticastDelegate_t { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // Newtonsoft.Json.Bson.BsonReader struct BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // System.IO.BinaryReader Newtonsoft.Json.Bson.BsonReader::_reader BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * ____reader_19; // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonReader::_stack List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * ____stack_20; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::_byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____byteBuffer_21; // System.Char[] Newtonsoft.Json.Bson.BsonReader::_charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____charBuffer_22; // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::_currentElementType int8_t ____currentElementType_23; // Newtonsoft.Json.Bson.BsonReader/BsonReaderState Newtonsoft.Json.Bson.BsonReader::_bsonReaderState int32_t ____bsonReaderState_24; // Newtonsoft.Json.Bson.BsonReader/ContainerContext Newtonsoft.Json.Bson.BsonReader::_currentContext ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * ____currentContext_25; // System.Boolean Newtonsoft.Json.Bson.BsonReader::_readRootValueAsArray bool ____readRootValueAsArray_26; // System.Boolean Newtonsoft.Json.Bson.BsonReader::_jsonNet35BinaryCompatibility bool ____jsonNet35BinaryCompatibility_27; // System.DateTimeKind Newtonsoft.Json.Bson.BsonReader::_dateTimeKindHandling int32_t ____dateTimeKindHandling_28; public: inline static int32_t get_offset_of__reader_19() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____reader_19)); } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * get__reader_19() const { return ____reader_19; } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 ** get_address_of__reader_19() { return &____reader_19; } inline void set__reader_19(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * value) { ____reader_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_19), (void*)value); } inline static int32_t get_offset_of__stack_20() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____stack_20)); } inline List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * get__stack_20() const { return ____stack_20; } inline List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A ** get_address_of__stack_20() { return &____stack_20; } inline void set__stack_20(List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * value) { ____stack_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_20), (void*)value); } inline static int32_t get_offset_of__byteBuffer_21() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____byteBuffer_21)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__byteBuffer_21() const { return ____byteBuffer_21; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__byteBuffer_21() { return &____byteBuffer_21; } inline void set__byteBuffer_21(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____byteBuffer_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____byteBuffer_21), (void*)value); } inline static int32_t get_offset_of__charBuffer_22() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____charBuffer_22)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__charBuffer_22() const { return ____charBuffer_22; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__charBuffer_22() { return &____charBuffer_22; } inline void set__charBuffer_22(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____charBuffer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____charBuffer_22), (void*)value); } inline static int32_t get_offset_of__currentElementType_23() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____currentElementType_23)); } inline int8_t get__currentElementType_23() const { return ____currentElementType_23; } inline int8_t* get_address_of__currentElementType_23() { return &____currentElementType_23; } inline void set__currentElementType_23(int8_t value) { ____currentElementType_23 = value; } inline static int32_t get_offset_of__bsonReaderState_24() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____bsonReaderState_24)); } inline int32_t get__bsonReaderState_24() const { return ____bsonReaderState_24; } inline int32_t* get_address_of__bsonReaderState_24() { return &____bsonReaderState_24; } inline void set__bsonReaderState_24(int32_t value) { ____bsonReaderState_24 = value; } inline static int32_t get_offset_of__currentContext_25() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____currentContext_25)); } inline ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * get__currentContext_25() const { return ____currentContext_25; } inline ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 ** get_address_of__currentContext_25() { return &____currentContext_25; } inline void set__currentContext_25(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * value) { ____currentContext_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentContext_25), (void*)value); } inline static int32_t get_offset_of__readRootValueAsArray_26() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____readRootValueAsArray_26)); } inline bool get__readRootValueAsArray_26() const { return ____readRootValueAsArray_26; } inline bool* get_address_of__readRootValueAsArray_26() { return &____readRootValueAsArray_26; } inline void set__readRootValueAsArray_26(bool value) { ____readRootValueAsArray_26 = value; } inline static int32_t get_offset_of__jsonNet35BinaryCompatibility_27() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____jsonNet35BinaryCompatibility_27)); } inline bool get__jsonNet35BinaryCompatibility_27() const { return ____jsonNet35BinaryCompatibility_27; } inline bool* get_address_of__jsonNet35BinaryCompatibility_27() { return &____jsonNet35BinaryCompatibility_27; } inline void set__jsonNet35BinaryCompatibility_27(bool value) { ____jsonNet35BinaryCompatibility_27 = value; } inline static int32_t get_offset_of__dateTimeKindHandling_28() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07, ____dateTimeKindHandling_28)); } inline int32_t get__dateTimeKindHandling_28() const { return ____dateTimeKindHandling_28; } inline int32_t* get_address_of__dateTimeKindHandling_28() { return &____dateTimeKindHandling_28; } inline void set__dateTimeKindHandling_28(int32_t value) { ____dateTimeKindHandling_28 = value; } }; struct BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields { public: // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SeqRange1_15; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SeqRange2_16; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SeqRange3_17; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange4 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SeqRange4_18; public: inline static int32_t get_offset_of_SeqRange1_15() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields, ___SeqRange1_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SeqRange1_15() const { return ___SeqRange1_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SeqRange1_15() { return &___SeqRange1_15; } inline void set_SeqRange1_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SeqRange1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeqRange1_15), (void*)value); } inline static int32_t get_offset_of_SeqRange2_16() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields, ___SeqRange2_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SeqRange2_16() const { return ___SeqRange2_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SeqRange2_16() { return &___SeqRange2_16; } inline void set_SeqRange2_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SeqRange2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeqRange2_16), (void*)value); } inline static int32_t get_offset_of_SeqRange3_17() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields, ___SeqRange3_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SeqRange3_17() const { return ___SeqRange3_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SeqRange3_17() { return &___SeqRange3_17; } inline void set_SeqRange3_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SeqRange3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeqRange3_17), (void*)value); } inline static int32_t get_offset_of_SeqRange4_18() { return static_cast(offsetof(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields, ___SeqRange4_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SeqRange4_18() const { return ___SeqRange4_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SeqRange4_18() { return &___SeqRange4_18; } inline void set_SeqRange4_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SeqRange4_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeqRange4_18), (void*)value); } }; // Newtonsoft.Json.Bson.BsonWriter struct BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonWriter::_root BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ____root_13; // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonWriter::_parent BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ____parent_14; // System.String Newtonsoft.Json.Bson.BsonWriter::_propertyName String_t* ____propertyName_15; public: inline static int32_t get_offset_of__root_13() { return static_cast(offsetof(BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5, ____root_13)); } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * get__root_13() const { return ____root_13; } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 ** get_address_of__root_13() { return &____root_13; } inline void set__root_13(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * value) { ____root_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_13), (void*)value); } inline static int32_t get_offset_of__parent_14() { return static_cast(offsetof(BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5, ____parent_14)); } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * get__parent_14() const { return ____parent_14; } inline BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 ** get_address_of__parent_14() { return &____parent_14; } inline void set__parent_14(BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * value) { ____parent_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_14), (void*)value); } inline static int32_t get_offset_of__propertyName_15() { return static_cast(offsetof(BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5, ____propertyName_15)); } inline String_t* get__propertyName_15() const { return ____propertyName_15; } inline String_t** get_address_of__propertyName_15() { return &____propertyName_15; } inline void set__propertyName_15(String_t* value) { ____propertyName_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyName_15), (void*)value); } }; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // Newtonsoft.Json.JsonArrayAttribute struct JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9 : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: public: }; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField Type_t * ___U3CCollectionItemTypeU3Ek__BackingField_27; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_29; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperType Type_t * ____genericWrapperType_30; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____genericWrapperCreator_31; // System.Func`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericTemporaryCollectionCreator Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ____genericTemporaryCollectionCreator_32; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsArrayU3Ek__BackingField_33; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_34; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CCanDeserializeU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CCollectionItemTypeU3Ek__BackingField_27)); } inline Type_t * get_U3CCollectionItemTypeU3Ek__BackingField_27() const { return ___U3CCollectionItemTypeU3Ek__BackingField_27; } inline Type_t ** get_address_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return &___U3CCollectionItemTypeU3Ek__BackingField_27; } inline void set_U3CCollectionItemTypeU3Ek__BackingField_27(Type_t * value) { ___U3CCollectionItemTypeU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCollectionItemTypeU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CIsMultidimensionalArrayU3Ek__BackingField_28)); } inline bool get_U3CIsMultidimensionalArrayU3Ek__BackingField_28() const { return ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline bool* get_address_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return &___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline void set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(bool value) { ___U3CIsMultidimensionalArrayU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of__genericCollectionDefinitionType_29() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericCollectionDefinitionType_29)); } inline Type_t * get__genericCollectionDefinitionType_29() const { return ____genericCollectionDefinitionType_29; } inline Type_t ** get_address_of__genericCollectionDefinitionType_29() { return &____genericCollectionDefinitionType_29; } inline void set__genericCollectionDefinitionType_29(Type_t * value) { ____genericCollectionDefinitionType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericCollectionDefinitionType_29), (void*)value); } inline static int32_t get_offset_of__genericWrapperType_30() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericWrapperType_30)); } inline Type_t * get__genericWrapperType_30() const { return ____genericWrapperType_30; } inline Type_t ** get_address_of__genericWrapperType_30() { return &____genericWrapperType_30; } inline void set__genericWrapperType_30(Type_t * value) { ____genericWrapperType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperType_30), (void*)value); } inline static int32_t get_offset_of__genericWrapperCreator_31() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericWrapperCreator_31)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__genericWrapperCreator_31() const { return ____genericWrapperCreator_31; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__genericWrapperCreator_31() { return &____genericWrapperCreator_31; } inline void set__genericWrapperCreator_31(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____genericWrapperCreator_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperCreator_31), (void*)value); } inline static int32_t get_offset_of__genericTemporaryCollectionCreator_32() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericTemporaryCollectionCreator_32)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get__genericTemporaryCollectionCreator_32() const { return ____genericTemporaryCollectionCreator_32; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of__genericTemporaryCollectionCreator_32() { return &____genericTemporaryCollectionCreator_32; } inline void set__genericTemporaryCollectionCreator_32(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ____genericTemporaryCollectionCreator_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericTemporaryCollectionCreator_32), (void*)value); } inline static int32_t get_offset_of_U3CIsArrayU3Ek__BackingField_33() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CIsArrayU3Ek__BackingField_33)); } inline bool get_U3CIsArrayU3Ek__BackingField_33() const { return ___U3CIsArrayU3Ek__BackingField_33; } inline bool* get_address_of_U3CIsArrayU3Ek__BackingField_33() { return &___U3CIsArrayU3Ek__BackingField_33; } inline void set_U3CIsArrayU3Ek__BackingField_33(bool value) { ___U3CIsArrayU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CShouldCreateWrapperU3Ek__BackingField_34)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_34() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return &___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_34(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CCanDeserializeU3Ek__BackingField_35() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CCanDeserializeU3Ek__BackingField_35)); } inline bool get_U3CCanDeserializeU3Ek__BackingField_35() const { return ___U3CCanDeserializeU3Ek__BackingField_35; } inline bool* get_address_of_U3CCanDeserializeU3Ek__BackingField_35() { return &___U3CCanDeserializeU3Ek__BackingField_35; } inline void set_U3CCanDeserializeU3Ek__BackingField_35(bool value) { ___U3CCanDeserializeU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____parameterizedConstructor_36)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedConstructor_36), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_37), (void*)value); } inline static int32_t get_offset_of__overrideCreator_38() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____overrideCreator_38)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_38() const { return ____overrideCreator_38; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_38() { return &____overrideCreator_38; } inline void set__overrideCreator_38(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_38), (void*)value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; // Newtonsoft.Json.JsonDictionaryAttribute struct JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: public: }; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // System.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * ___U3CDictionaryKeyResolverU3Ek__BackingField_27; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryKeyTypeU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryValueTypeU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___U3CKeyContractU3Ek__BackingField_30; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_31; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperType Type_t * ____genericWrapperType_32; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____genericWrapperCreator_33; // System.Func`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericTemporaryDictionaryCreator Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ____genericTemporaryDictionaryCreator_34; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryKeyResolverU3Ek__BackingField_27)); } inline Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * get_U3CDictionaryKeyResolverU3Ek__BackingField_27() const { return ___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A ** get_address_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return &___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline void set_U3CDictionaryKeyResolverU3Ek__BackingField_27(Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * value) { ___U3CDictionaryKeyResolverU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryKeyResolverU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryKeyTypeU3Ek__BackingField_28)); } inline Type_t * get_U3CDictionaryKeyTypeU3Ek__BackingField_28() const { return ___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline Type_t ** get_address_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return &___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline void set_U3CDictionaryKeyTypeU3Ek__BackingField_28(Type_t * value) { ___U3CDictionaryKeyTypeU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryKeyTypeU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryValueTypeU3Ek__BackingField_29)); } inline Type_t * get_U3CDictionaryValueTypeU3Ek__BackingField_29() const { return ___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline Type_t ** get_address_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return &___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline void set_U3CDictionaryValueTypeU3Ek__BackingField_29(Type_t * value) { ___U3CDictionaryValueTypeU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryValueTypeU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CKeyContractU3Ek__BackingField_30() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CKeyContractU3Ek__BackingField_30)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get_U3CKeyContractU3Ek__BackingField_30() const { return ___U3CKeyContractU3Ek__BackingField_30; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of_U3CKeyContractU3Ek__BackingField_30() { return &___U3CKeyContractU3Ek__BackingField_30; } inline void set_U3CKeyContractU3Ek__BackingField_30(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ___U3CKeyContractU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyContractU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of__genericCollectionDefinitionType_31() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericCollectionDefinitionType_31)); } inline Type_t * get__genericCollectionDefinitionType_31() const { return ____genericCollectionDefinitionType_31; } inline Type_t ** get_address_of__genericCollectionDefinitionType_31() { return &____genericCollectionDefinitionType_31; } inline void set__genericCollectionDefinitionType_31(Type_t * value) { ____genericCollectionDefinitionType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericCollectionDefinitionType_31), (void*)value); } inline static int32_t get_offset_of__genericWrapperType_32() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericWrapperType_32)); } inline Type_t * get__genericWrapperType_32() const { return ____genericWrapperType_32; } inline Type_t ** get_address_of__genericWrapperType_32() { return &____genericWrapperType_32; } inline void set__genericWrapperType_32(Type_t * value) { ____genericWrapperType_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperType_32), (void*)value); } inline static int32_t get_offset_of__genericWrapperCreator_33() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericWrapperCreator_33)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__genericWrapperCreator_33() const { return ____genericWrapperCreator_33; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__genericWrapperCreator_33() { return &____genericWrapperCreator_33; } inline void set__genericWrapperCreator_33(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____genericWrapperCreator_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperCreator_33), (void*)value); } inline static int32_t get_offset_of__genericTemporaryDictionaryCreator_34() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericTemporaryDictionaryCreator_34)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get__genericTemporaryDictionaryCreator_34() const { return ____genericTemporaryDictionaryCreator_34; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of__genericTemporaryDictionaryCreator_34() { return &____genericTemporaryDictionaryCreator_34; } inline void set__genericTemporaryDictionaryCreator_34(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ____genericTemporaryDictionaryCreator_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericTemporaryDictionaryCreator_34), (void*)value); } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CShouldCreateWrapperU3Ek__BackingField_35)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_35() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return &___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_35(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____parameterizedConstructor_36)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedConstructor_36), (void*)value); } inline static int32_t get_offset_of__overrideCreator_37() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____overrideCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_37() const { return ____overrideCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_37() { return &____overrideCreator_37; } inline void set__overrideCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_37), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_38() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____parameterizedCreator_38)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_38() const { return ____parameterizedCreator_38; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_38() { return &____parameterizedCreator_38; } inline void set__parameterizedCreator_38(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_38), (void*)value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::k__BackingField ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___U3CISerializableCreatorU3Ek__BackingField_27; public: inline static int32_t get_offset_of_U3CISerializableCreatorU3Ek__BackingField_27() { return static_cast(offsetof(JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78, ___U3CISerializableCreatorU3Ek__BackingField_27)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get_U3CISerializableCreatorU3Ek__BackingField_27() const { return ___U3CISerializableCreatorU3Ek__BackingField_27; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of_U3CISerializableCreatorU3Ek__BackingField_27() { return &___U3CISerializableCreatorU3Ek__BackingField_27; } inline void set_U3CISerializableCreatorU3Ek__BackingField_27(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ___U3CISerializableCreatorU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISerializableCreatorU3Ek__BackingField_27), (void*)value); } }; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::_memberSerialization int32_t ____memberSerialization_6; // System.Nullable`1 Newtonsoft.Json.JsonObjectAttribute::_itemRequired Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____itemRequired_7; public: inline static int32_t get_offset_of__memberSerialization_6() { return static_cast(offsetof(JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340, ____memberSerialization_6)); } inline int32_t get__memberSerialization_6() const { return ____memberSerialization_6; } inline int32_t* get_address_of__memberSerialization_6() { return &____memberSerialization_6; } inline void set__memberSerialization_6(int32_t value) { ____memberSerialization_6 = value; } inline static int32_t get_offset_of__itemRequired_7() { return static_cast(offsetof(JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340, ____itemRequired_7)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__itemRequired_7() const { return ____itemRequired_7; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__itemRequired_7() { return &____itemRequired_7; } inline void set__itemRequired_7(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____itemRequired_7 = value; } }; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField int32_t ___U3CMemberSerializationU3Ek__BackingField_27; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ___U3CItemRequiredU3Ek__BackingField_28; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___U3CPropertiesU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * ___U3CExtensionDataSetterU3Ek__BackingField_30; // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * ___U3CExtensionDataGetterU3Ek__BackingField_31; // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::ExtensionDataIsJToken bool ___ExtensionDataIsJToken_32; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::_hasRequiredOrDefaultValueProperties Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____hasRequiredOrDefaultValueProperties_33; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_parametrizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parametrizedConstructor_34; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_overrideConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____overrideConstructor_35; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::_creatorParameters JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ____creatorParameters_38; // System.Type Newtonsoft.Json.Serialization.JsonObjectContract::_extensionDataValueType Type_t * ____extensionDataValueType_39; public: inline static int32_t get_offset_of_U3CMemberSerializationU3Ek__BackingField_27() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CMemberSerializationU3Ek__BackingField_27)); } inline int32_t get_U3CMemberSerializationU3Ek__BackingField_27() const { return ___U3CMemberSerializationU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CMemberSerializationU3Ek__BackingField_27() { return &___U3CMemberSerializationU3Ek__BackingField_27; } inline void set_U3CMemberSerializationU3Ek__BackingField_27(int32_t value) { ___U3CMemberSerializationU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CItemRequiredU3Ek__BackingField_28() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CItemRequiredU3Ek__BackingField_28)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get_U3CItemRequiredU3Ek__BackingField_28() const { return ___U3CItemRequiredU3Ek__BackingField_28; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of_U3CItemRequiredU3Ek__BackingField_28() { return &___U3CItemRequiredU3Ek__BackingField_28; } inline void set_U3CItemRequiredU3Ek__BackingField_28(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ___U3CItemRequiredU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_29() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CPropertiesU3Ek__BackingField_29)); } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * get_U3CPropertiesU3Ek__BackingField_29() const { return ___U3CPropertiesU3Ek__BackingField_29; } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 ** get_address_of_U3CPropertiesU3Ek__BackingField_29() { return &___U3CPropertiesU3Ek__BackingField_29; } inline void set_U3CPropertiesU3Ek__BackingField_29(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * value) { ___U3CPropertiesU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CExtensionDataSetterU3Ek__BackingField_30)); } inline ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * get_U3CExtensionDataSetterU3Ek__BackingField_30() const { return ___U3CExtensionDataSetterU3Ek__BackingField_30; } inline ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 ** get_address_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return &___U3CExtensionDataSetterU3Ek__BackingField_30; } inline void set_U3CExtensionDataSetterU3Ek__BackingField_30(ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * value) { ___U3CExtensionDataSetterU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionDataSetterU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CExtensionDataGetterU3Ek__BackingField_31)); } inline ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * get_U3CExtensionDataGetterU3Ek__BackingField_31() const { return ___U3CExtensionDataGetterU3Ek__BackingField_31; } inline ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 ** get_address_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return &___U3CExtensionDataGetterU3Ek__BackingField_31; } inline void set_U3CExtensionDataGetterU3Ek__BackingField_31(ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * value) { ___U3CExtensionDataGetterU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionDataGetterU3Ek__BackingField_31), (void*)value); } inline static int32_t get_offset_of_ExtensionDataIsJToken_32() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___ExtensionDataIsJToken_32)); } inline bool get_ExtensionDataIsJToken_32() const { return ___ExtensionDataIsJToken_32; } inline bool* get_address_of_ExtensionDataIsJToken_32() { return &___ExtensionDataIsJToken_32; } inline void set_ExtensionDataIsJToken_32(bool value) { ___ExtensionDataIsJToken_32 = value; } inline static int32_t get_offset_of__hasRequiredOrDefaultValueProperties_33() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____hasRequiredOrDefaultValueProperties_33)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__hasRequiredOrDefaultValueProperties_33() const { return ____hasRequiredOrDefaultValueProperties_33; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__hasRequiredOrDefaultValueProperties_33() { return &____hasRequiredOrDefaultValueProperties_33; } inline void set__hasRequiredOrDefaultValueProperties_33(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____hasRequiredOrDefaultValueProperties_33 = value; } inline static int32_t get_offset_of__parametrizedConstructor_34() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____parametrizedConstructor_34)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parametrizedConstructor_34() const { return ____parametrizedConstructor_34; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parametrizedConstructor_34() { return &____parametrizedConstructor_34; } inline void set__parametrizedConstructor_34(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parametrizedConstructor_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____parametrizedConstructor_34), (void*)value); } inline static int32_t get_offset_of__overrideConstructor_35() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____overrideConstructor_35)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__overrideConstructor_35() const { return ____overrideConstructor_35; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__overrideConstructor_35() { return &____overrideConstructor_35; } inline void set__overrideConstructor_35(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____overrideConstructor_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideConstructor_35), (void*)value); } inline static int32_t get_offset_of__overrideCreator_36() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____overrideCreator_36)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_36() const { return ____overrideCreator_36; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_36() { return &____overrideCreator_36; } inline void set__overrideCreator_36(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_36), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_37), (void*)value); } inline static int32_t get_offset_of__creatorParameters_38() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____creatorParameters_38)); } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * get__creatorParameters_38() const { return ____creatorParameters_38; } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 ** get_address_of__creatorParameters_38() { return &____creatorParameters_38; } inline void set__creatorParameters_38(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * value) { ____creatorParameters_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____creatorParameters_38), (void*)value); } inline static int32_t get_offset_of__extensionDataValueType_39() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____extensionDataValueType_39)); } inline Type_t * get__extensionDataValueType_39() const { return ____extensionDataValueType_39; } inline Type_t ** get_address_of__extensionDataValueType_39() { return &____extensionDataValueType_39; } inline void set__extensionDataValueType_39(Type_t * value) { ____extensionDataValueType_39 = value; Il2CppCodeGenWriteBarrier((void**)(&____extensionDataValueType_39), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 : public JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD { public: // Newtonsoft.Json.Serialization.JsonSerializerInternalReader Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializerReader JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * ____serializerReader_31; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializerWriter JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * ____serializerWriter_32; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializer JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ____serializer_33; public: inline static int32_t get_offset_of__serializerReader_31() { return static_cast(offsetof(JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136, ____serializerReader_31)); } inline JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * get__serializerReader_31() const { return ____serializerReader_31; } inline JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 ** get_address_of__serializerReader_31() { return &____serializerReader_31; } inline void set__serializerReader_31(JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * value) { ____serializerReader_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializerReader_31), (void*)value); } inline static int32_t get_offset_of__serializerWriter_32() { return static_cast(offsetof(JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136, ____serializerWriter_32)); } inline JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * get__serializerWriter_32() const { return ____serializerWriter_32; } inline JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 ** get_address_of__serializerWriter_32() { return &____serializerWriter_32; } inline void set__serializerWriter_32(JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * value) { ____serializerWriter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializerWriter_32), (void*)value); } inline static int32_t get_offset_of__serializer_33() { return static_cast(offsetof(JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136, ____serializer_33)); } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * get__serializer_33() const { return ____serializer_33; } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD ** get_address_of__serializer_33() { return &____serializer_33; } inline void set__serializer_33(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * value) { ____serializer_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializer_33), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonStringContract struct JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 : public JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA { public: public: }; // Newtonsoft.Json.JsonTextReader struct JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // System.IO.TextReader Newtonsoft.Json.JsonTextReader::_reader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ____reader_15; // System.Char[] Newtonsoft.Json.JsonTextReader::_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____chars_16; // System.Int32 Newtonsoft.Json.JsonTextReader::_charsUsed int32_t ____charsUsed_17; // System.Int32 Newtonsoft.Json.JsonTextReader::_charPos int32_t ____charPos_18; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineStartPos int32_t ____lineStartPos_19; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineNumber int32_t ____lineNumber_20; // System.Boolean Newtonsoft.Json.JsonTextReader::_isEndOfFile bool ____isEndOfFile_21; // Newtonsoft.Json.Utilities.StringBuffer Newtonsoft.Json.JsonTextReader::_stringBuffer StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 ____stringBuffer_22; // Newtonsoft.Json.Utilities.StringReference Newtonsoft.Json.JsonTextReader::_stringReference StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ____stringReference_23; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextReader::_arrayPool RuntimeObject* ____arrayPool_24; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.JsonTextReader::NameTable PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * ___NameTable_25; public: inline static int32_t get_offset_of__reader_15() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____reader_15)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get__reader_15() const { return ____reader_15; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of__reader_15() { return &____reader_15; } inline void set__reader_15(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ____reader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_15), (void*)value); } inline static int32_t get_offset_of__chars_16() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____chars_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__chars_16() const { return ____chars_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__chars_16() { return &____chars_16; } inline void set__chars_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____chars_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____chars_16), (void*)value); } inline static int32_t get_offset_of__charsUsed_17() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____charsUsed_17)); } inline int32_t get__charsUsed_17() const { return ____charsUsed_17; } inline int32_t* get_address_of__charsUsed_17() { return &____charsUsed_17; } inline void set__charsUsed_17(int32_t value) { ____charsUsed_17 = value; } inline static int32_t get_offset_of__charPos_18() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____charPos_18)); } inline int32_t get__charPos_18() const { return ____charPos_18; } inline int32_t* get_address_of__charPos_18() { return &____charPos_18; } inline void set__charPos_18(int32_t value) { ____charPos_18 = value; } inline static int32_t get_offset_of__lineStartPos_19() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____lineStartPos_19)); } inline int32_t get__lineStartPos_19() const { return ____lineStartPos_19; } inline int32_t* get_address_of__lineStartPos_19() { return &____lineStartPos_19; } inline void set__lineStartPos_19(int32_t value) { ____lineStartPos_19 = value; } inline static int32_t get_offset_of__lineNumber_20() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____lineNumber_20)); } inline int32_t get__lineNumber_20() const { return ____lineNumber_20; } inline int32_t* get_address_of__lineNumber_20() { return &____lineNumber_20; } inline void set__lineNumber_20(int32_t value) { ____lineNumber_20 = value; } inline static int32_t get_offset_of__isEndOfFile_21() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____isEndOfFile_21)); } inline bool get__isEndOfFile_21() const { return ____isEndOfFile_21; } inline bool* get_address_of__isEndOfFile_21() { return &____isEndOfFile_21; } inline void set__isEndOfFile_21(bool value) { ____isEndOfFile_21 = value; } inline static int32_t get_offset_of__stringBuffer_22() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____stringBuffer_22)); } inline StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 get__stringBuffer_22() const { return ____stringBuffer_22; } inline StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * get_address_of__stringBuffer_22() { return &____stringBuffer_22; } inline void set__stringBuffer_22(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 value) { ____stringBuffer_22 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____stringBuffer_22))->____buffer_0), (void*)NULL); } inline static int32_t get_offset_of__stringReference_23() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____stringReference_23)); } inline StringReference_t240547C352897ACF4616306114CA606B6055A6E6 get__stringReference_23() const { return ____stringReference_23; } inline StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * get_address_of__stringReference_23() { return &____stringReference_23; } inline void set__stringReference_23(StringReference_t240547C352897ACF4616306114CA606B6055A6E6 value) { ____stringReference_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____stringReference_23))->____chars_0), (void*)NULL); } inline static int32_t get_offset_of__arrayPool_24() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____arrayPool_24)); } inline RuntimeObject* get__arrayPool_24() const { return ____arrayPool_24; } inline RuntimeObject** get_address_of__arrayPool_24() { return &____arrayPool_24; } inline void set__arrayPool_24(RuntimeObject* value) { ____arrayPool_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____arrayPool_24), (void*)value); } inline static int32_t get_offset_of_NameTable_25() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ___NameTable_25)); } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * get_NameTable_25() const { return ___NameTable_25; } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A ** get_address_of_NameTable_25() { return &___NameTable_25; } inline void set_NameTable_25(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * value) { ___NameTable_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameTable_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * m_Items[1]; public: inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** 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_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // Newtonsoft.Json.Utilities.TypeInformation[] struct TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933 : public RuntimeArray { public: ALIGN_FIELD (8) TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * m_Items[1]; public: inline TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 ** 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_t59FCAB5D6637FA760582EA35FE60597D24A10759 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4 : public RuntimeArray { public: ALIGN_FIELD (8) JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * m_Items[1]; public: inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** 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_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * 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_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Newtonsoft.Json.Linq.JToken[] struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475 : public RuntimeArray { public: ALIGN_FIELD (8) JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * m_Items[1]; public: inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** 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, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * m_Items[1]; public: inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** 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, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 m_Items[1]; public: inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * m_Items[1]; public: inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** 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_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m5C9EFF6BB2F43485D24677940B63BF3ECE15D7E2_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_mAAC491450022048A239171D349CDE7BA21C2A088_gshared (ThreadSafeStore_2_tB44E2EBB2359E13409EDAC42CC3A1E7C3B970DFE * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mDD94B092289B595591F7BFA6575667F3FCD66B00_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mA455E1A1EF4ACBD191826D6E00022F9BCDAA6ECD_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m421FB7ABE134FC38D148F0C63463F170CBED750D_gshared (Func_2_t61B2E8F7B5CBA92B1E7895AD481D963A01013755 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_mAF86650FDEEAF1A020A7F32A693FE57F0AF6C9D5_gshared (ThreadSafeStore_2_tB44E2EBB2359E13409EDAC42CC3A1E7C3B970DFE * __this, Func_2_t61B2E8F7B5CBA92B1E7895AD481D963A01013755 * ___creator0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2B75BC2903B2F0CF0D1CA17C9A9A30D379B7715D_gshared (Dictionary_2_t33F09328010A64FBA2ED9F9D0FDFEC8C2DBB2254 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE8A9E6D7853E9F29B42D76E90C1237B3AA452E13_gshared (Dictionary_2_t33F09328010A64FBA2ED9F9D0FDFEC8C2DBB2254 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mB7E99B1F4DBA2DC70901D700A6E1ED1F6351C55E_gshared (Dictionary_2_t33F09328010A64FBA2ED9F9D0FDFEC8C2DBB2254 * __this, RuntimeObject* ___dictionary0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF48CD26EF6D9E65F01C6D8198413C1AA5A9FC191_gshared (Dictionary_2_t33F09328010A64FBA2ED9F9D0FDFEC8C2DBB2254 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_mD8AE6780E78249FC87B2344E09D130624E70D7DA_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * Enumerable_ToList_TisRuntimeObject_m3AB0AB30DAC385C2DF8A16D5CB8D3D41F62C751F_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared (RuntimeObject * ___provider0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // T Newtonsoft.Json.Utilities.ReflectionUtils::GetAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetAttribute_TisRuntimeObject_m46B3CA1750A32BA0EC7F42632005C873838D7F3C_gshared (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Func`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateGet(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_gshared (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.Action`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateSet(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_gshared (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_mB2258A4FA2E91ECE197E099A7E914964C2C4D333_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mB735B680F48A736574325BEE7B0CD4D6118C25AD_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___keySelector1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetByFirst_m8609D141944B4CCBEECDE1AF3C36532DB0A55804_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___first0, RuntimeObject ** ___second1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetBySecond_mB367953F373057EE54A07127CB6E68957611AFAC_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___second0, RuntimeObject ** ___first1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject * ___first0, RuntimeObject * ___second1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_mD8A9A27DCFAB830C60CEB8CE8435EC9F9A96A625_gshared (ThreadSafeStore_2_t510E04C52F1536D194ACB9B110437C25E427C77A * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m24B7B63DECC5F3C0C6402C86C8056DD52AA1827C_gshared (Func_2_tF318C2D7EEF728F6A4D54EF33D02BAF7EF7552AA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m0046D06607AF65BFBB61AADE7CE7199CD7FB4E9C_gshared (ThreadSafeStore_2_t510E04C52F1536D194ACB9B110437C25E427C77A * __this, Func_2_tF318C2D7EEF728F6A4D54EF33D02BAF7EF7552AA * ___creator0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_mB587170FAADFD1B06156B692F5EFC1C4C9375C5C_gshared (BidirectionalDictionary_2_t5D7217740280E4BFDE612B5466E7C2D048396689 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_SingleOrDefault_TisRuntimeObject_m8152886AE249C38E9173B0C4CF19BCCC12ACB014_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_mF3E6A4B1A67B6CF60D0A92D208FA18801F38A691_gshared (ThreadSafeStore_2_tDC7BB541CBA8ACE1B936F17F2A6628C100E3D1BD * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m637EFAC52FA1213C61EA0FBFF12D342FA876D695_gshared (ThreadSafeStore_2_tDC7BB541CBA8ACE1B936F17F2A6628C100E3D1BD * __this, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___creator0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOfReference_TisRuntimeObject_m08B90C810E65D1E126294F6D414EDEDEE2B1AAEE_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_GetEnumerator_mD5592AFC919DC54D35ADC9B36067BF58531A3CF4_gshared (JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JEnumerable_1__ctor_m4E5717033D146BAA187E8A87E2ACA71A492A31BA_gshared (JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method); // !0 System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Collection_1_get_Item_m2573509230A2DC4FBBA85714EB92EA961DC2B086_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Collection_1_get_Count_mFDD0E02040C0BF22B7FEA5A763EAFA2607B96A01_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.PathFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235 (PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386 (RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Convert::ToBase64CharArray(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToBase64CharArray_mD2322C916F75D3414A56A4CECD164D5483636031 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, int32_t ___offsetIn1, int32_t ___length2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___outArray3, int32_t ___offsetOut4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.Base64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m83CDF7CFAFCEE4B7ADE3B243F8298743FB4661B3 (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::GetByteArray(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinaryConverter_GetByteArray_mCC821D2275092F8313F363BF7C9B08807D94D8FD (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::AssignableToTypeName(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_m4B5338B11FEA2F13490A5A1DD81EE94985E868E3 (Type_t * ___type0, String_t* ___fullTypeName1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.BinaryConverter::EnsureReflectionObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter_EnsureReflectionObject_mB641D476B74BEC3031A0474C46F4B024CE6BAF51 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, Type_t * ___t0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionObject::GetValue(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionObject_GetValue_mA0ADA6BB26A0AC4EF2B50FCDCA02E558B54AE764 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, RuntimeObject * ___target0, String_t* ___member1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Utilities.ReflectionObject::Create(System.Type,System.Reflection.MethodBase,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534 (Type_t * ___t0, MethodBase_t * ___creator1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullable(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE (Type_t * ___t0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::ReadByteArray(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullableType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5 (Type_t * ___t0, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629 (Type_t * ___nullableType0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::get_Creator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ReflectionObject_get_Creator_mC785DF954A61E93038A8240F811DF299DACFAB12_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) inline RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared)(__this, ___args0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778 (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared)(__this, method); } // System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, uint8_t, const RuntimeMethod*))List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared)(__this, method); } // System.Void Newtonsoft.Json.JsonConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.QueryExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryExpression__ctor_m0A28B0D5FF9C7E7AE0F6A90BB8AE13EC99F21E6E (QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF71B4A6A8F7C6DB3ABD59BF135766D9CD071C5B9 (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE *, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void Newtonsoft.Json.Bson.BsonToken::set_Parent(Newtonsoft.Json.Bson.BsonToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonToken_set_Parent_mF1903E757DE89AD31D0FA3A5F7253E520DBA4F5D_inline (BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D List_1_GetEnumerator_mEFACBE3F12AD24F9BEFDC8B3FC8B144D3460EAA8 (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * __this, const RuntimeMethod* method) { return (( Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D (*) (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_GetEnumerator_m429FEA714DAE5447F8C936E9C8D7A57E307A47D5 (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m80BDA39456234569C3D4FBE4091446C9A6E3F060 (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void Newtonsoft.Json.Bson.BsonToken::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341 (BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * __this, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_mA83C010AF67DEDDC3E671DFDAF49634DFB2A2C90 (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonProperty__ctor_mA8269DDEE08A8D0120B2547DA7D26612D610A45B (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonString::.ctor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonString__ctor_m5C4541C59E36837AE0722E26E54FA5CD4BB6CABD (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * __this, RuntimeObject * ___value0, bool ___includeLength1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Name(Newtonsoft.Json.Bson.BsonString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonProperty_set_Name_mF1364B61018186F132F7F955E7A3853660A02BDA_inline (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Value(Newtonsoft.Json.Bson.BsonToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonProperty_set_Value_m36476CB085BE55F31E9684DE24C78493D5565FF8_inline (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m522C9985B389B460F6A5CF711C43C33B5AFEE2EE (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * __this, BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 *, BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652 List_1_GetEnumerator_m61728D454B48F3DC21BC6B4A2A17429D06B41882 (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * __this, const RuntimeMethod* method) { return (( Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652 (*) (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonObject::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_GetEnumerator_m686F0934D72BAE348298C1A05DCE7F9E32B27574 (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE7BDE368C12A1A7D7E4A349384D9CCF41EFD91F0 (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonObjectId::set_Value(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonObjectId_set_Value_m6C376E02BB87D4A0E326085EF3E122F03FCF1D69_inline (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonObjectId_get_Value_m4A41850BE695F6CE832434CC5D2680BF05B97225_inline (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteObjectId(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_WriteObjectId_m0D1E76B8032B120826F272DB2B0949217378DBC6 (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonObjectId::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectId__ctor_mB846236CBD08D1F914E5B8248C50E0CAB10930E9 (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::ReadType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonReader_ReadType_mCE638142C2694B12143F44909A3DB0437057F59A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadString_m19AD6F229CE098C85AB38B5AAD4A5A1FD516D328 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadNormal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadCodeWScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadCodeWScope_m2CA16ABE57A2F7CE5E479814D8C640426783A7CF (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonReader::ReadInt32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadLengthString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader/ContainerContext::.ctor(Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538 (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * __this, int8_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::PushContext(Newtonsoft.Json.Bson.BsonReader/ContainerContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * ___newContext0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonReader_ReadBytes_mB38AA084F3273E5B859330EA3B22F24BD24CC7A1 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___count0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::ReadType(Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int8_t ___type0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadElement_mDE4AFF9D407EE51432F283D9B375B024416F80B5 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Byte Newtonsoft.Json.Bson.BsonReader::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BsonReader_ReadByte_mFFECD2A9F76B48A7187D309AB4C5FD74314B62E2 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::PopContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_PopContext_mBF6B48A8E75C1BB4887F36B6C29F33AA309EBD7A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::MovePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_inline (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m7ED29AEFCCDCDB02F490B436B22100DA4A043053 (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * List_1_get_Item_mB93C31471C8BCF8D89A1043FD72B847D15DDEDB8_inline (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * (*) (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m9EF9E3890DC8F0075436C6AD216260FB5FC6020C (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * __this, ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A *, ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Double Newtonsoft.Json.Bson.BsonReader::ReadDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BsonReader_ReadDouble_mBF56F4DE96244EFB1B8023A888CA1282F9CD59A5 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBinary(Newtonsoft.Json.Bson.BsonBinaryType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonReader_ReadBinary_m9CB4263EB40B9F18E509203097756E2AC98858F8 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, uint8_t* ___binaryType0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB (Guid_t * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b0, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m83B4278D702402F63D808E7D2B25B676DD86C75F (uint8_t ___value0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Bson.BsonReader::ReadInt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BsonReader_ReadInt64_mD603BF08D9B3BAA9B34D89F2C87BB27E903B9ADD (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::ConvertJavaScriptTicksToDateTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5 (int64_t ___javaScriptTicks0, const RuntimeMethod* method); // System.DateTimeKind Newtonsoft.Json.Bson.BsonReader::get_DateTimeKindHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BsonReader_get_DateTimeKindHandling_m0595AA06CB4A94E0D2AFDE6446AC6EAE2AC4AE2E_inline (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___kind1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::EnsureBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_EnsureBuffers_m9164C7E6A3B5B82E232AE5B1792067AD0AE3999A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonReader::GetLastFullCharStop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_GetLastFullCharStop_m0AFEE15BEEA99A8B82C9717E52286D212D4C86A6 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::GetString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_GetString_mF0D9F9A653BC0DA9C1664231967C83998C8039F3 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800 (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonReader::BytesInSequence(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_BytesInSequence_m8A3C2B3E9BA7F5EB7EF9E750F26BBA272F57834B (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, uint8_t ___b0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Pattern(Newtonsoft.Json.Bson.BsonString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonRegex_set_Pattern_mB160A3C21D060ADEA41779C1FD8C9FF7A2548B0D_inline (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Options(Newtonsoft.Json.Bson.BsonString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonRegex_set_Options_m5DE974D5ED8494B152F0299FDCD84BC9A9901B3E_inline (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonValue::.ctor(System.Object,Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonValue__ctor_mAC6CDAE3CEE5F862A67FC78A2A8380EE22289C1A (BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonString::set_IncludeLength(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonString_set_IncludeLength_m9E75114EFC4A6989393AD0E192195472E2F51DC0_inline (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::AddToken(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonObject::Add(System.String,Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObject_Add_m41EE6341357A27F19CBD978A94A87613FD94AF9D (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, String_t* ___name0, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonArray::Add(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonArray_Add_m9034C3D51CCA2A743265F8A102F3F5B3480899AA (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token0, const RuntimeMethod* method); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(Newtonsoft.Json.JsonWriter,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::UpdateScopeWithFinishedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::AutoComplete(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___tokenBeingWritten0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::AddValue(System.Object,Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_AddValue_m1DCA23DE9224556C8D41EB982C752431F620C30B (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonRegex::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonRegex__ctor_mC924041903F75D3CA82ED0FB39F5D439B481F886 (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m7A48906A61362FC01ACD44BACDCB7207D13AB6B3 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, bool ___shareCache0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::ToCamelCase(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_ToCamelCase_m874D79971CEE162C0415EF7593B20819D29ADF63 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m6207F2FEED7C5DE7A6706D26040656D8B3B635DF (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * CollectionUtils_ResolveEnumerableCollectionConstructor_m9A580D7686D6FF8EF47068D66850BF97018F25D0 (Type_t * ___collectionType0, Type_t * ___collectionItemType1, Type_t * ___constructorArgumentType2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, method); } // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.CollectionUtils::JaggedArrayGetValue(System.Collections.IList,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionUtils_JaggedArrayGetValue_m662751C0A714033110043FDCB6AF04079DB0564C (RuntimeObject* ___values0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m155453B293707C32AF61EB51F74A2381B91C2847 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices1, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::CopyFromJaggedToMultidimensionalArray(System.Collections.IList,System.Array,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2 (RuntimeObject* ___values0, RuntimeArray * ___multidimensionalArray1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices2, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.CollectionUtils::GetDimensions(System.Collections.IList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m9B973A4F638E04E6D1BA430D4C46108C0F494D2C (RuntimeObject* ___values0, int32_t ___dimensionsCount1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7_gshared)(___source0, method); } // System.Array System.Array::CreateInstance(System.Type,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mAC559A46842AAC4E4C08FAA69E60AA6CCFDEDA64 (Type_t * ___elementType0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___lengths1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m38BB2820EC1A046D613C626317B54CAD3CC4BA80 (List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::set_Expressions(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CompositeExpression_set_Expressions_m6C250B0E8169DBA36E787DC762692444EBA47039_inline (CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6 * __this, List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m24C505D250D4660941EF7F67200DAADAE9CE900A (Type_t * ___t0, bool* ___isEnum1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mBE4B7FC44696D1A5E630F95C147D8A03CEDD99E3 (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * __this, Type_t * ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 *, Type_t *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m5C9EFF6BB2F43485D24677940B63BF3ECE15D7E2_gshared)(__this, ___key0, ___value1, method); } // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsEnum(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD (Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53 (Type_t * ___enumType0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7 (Type_t * ___t0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Parse_m908A28BD02E087537DA3C68B8E01B6B1F54AFE34 (String_t* ___s0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m4653E8351F4D11A3B08E53288804CEE1426865AE (U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_TargetType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_InitialType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Serialization.JsonTypeReflector::get_ReflectionDelegateFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0 (const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils::TryConvertInternal(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E (RuntimeObject * ___initialValue0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsConvertible(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3 (Type_t * ___t0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsInteger(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_m112556CA336C9B7BC658835DCD79DF97C62F0EF0 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m6AA3DE3E595A2AABA33B5046BD6CF2AB46466C05 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Byte[] System.Guid::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A (Guid_t * __this, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method); // System.TimeSpan Newtonsoft.Json.Utilities.ConvertUtils::ParseTimeSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8 (String_t* ___input0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::VersionTryParse(System.String,System.Version&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_m951CD31D6B9816FBFA27309397812D8D83E0C218 (String_t* ___input0, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** ___result1, const RuntimeMethod* method); // System.ComponentModel.TypeConverter Newtonsoft.Json.Utilities.ConvertUtils::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ConvertUtils_GetConverter_m3A78C47F2CF7D9A593F874830E240144B13EB8F9 (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m470B67B6EB76AFEF535E113FD300F4A03C525E98 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, Type_t * ___destinationType0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m47A801693EFD2D471DE7E5A76FD5D1FCDE604020 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, Type_t * ___sourceType0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ConvertUtils::EnsureTypeAssignable(System.Object,System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9 (RuntimeObject * ___value0, Type_t * ___initialType1, Type_t * ___targetType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsInterface(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsGenericTypeDefinition(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsAbstract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m6A160B0ED4AE6632B36E4D780B1051F16525F9A0 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_mF23E4A4E3370EE0CF43F00A4D13EF82FB6FB8EA1 (RuntimeObject * ___initialValue0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetObjectType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetObjectType_m61F92E702AAAC35CC8EF0B094FC71656E292E5C9 (RuntimeObject * ___v0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::.ctor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, Type_t * ___initialType0, Type_t * ___targetType1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2>::Get(TKey) inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ThreadSafeStore_2_Get_m5439B2AF0693389F882D44F6FC7D2A53B462EBB7 (ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * __this, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___key0, const RuntimeMethod* method) { return (( Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * (*) (ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 *, TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 , const RuntimeMethod*))ThreadSafeStore_2_Get_mAAC491450022048A239171D349CDE7BA21C2A088_gshared)(__this, ___key0, method); } // !1 System.Func`2::Invoke(!0) inline RuntimeObject * Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6 (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared)(__this, ___arg0, method); } // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.ComponentModel.TypeConverter Newtonsoft.Json.Serialization.JsonTypeReflector::GetTypeConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * JsonTypeReflector_GetTypeConverter_m7D659499F4B84508083C68F3EEC338869B254B12 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_mB484853E49F58F771DF106B7BDC92E49ACE3DAAE (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * __this, String_t* ___version0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexCharToInt(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexCharToInt_m169F82A56A06CBD2F22E4D76E46B5C35F9F3956A (Il2CppChar ___ch0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mC223312D543FD0C85B0B9B76923A8013A162AD39 (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 *, const RuntimeMethod*))Dictionary_2__ctor_mDD94B092289B595591F7BFA6575667F3FCD66B00_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * __this, Type_t * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 *, Type_t *, int32_t, const RuntimeMethod*))Dictionary_2_Add_mA455E1A1EF4ACBD191826D6E00022F9BCDAA6ECD_gshared)(__this, ___key0, ___value1, method); } // System.Void Newtonsoft.Json.Utilities.TypeInformation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5 (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_Type(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m171FFD8B09D914647BD68479E07641F6C82652DF (Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m421FB7ABE134FC38D148F0C63463F170CBED750D_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2>::.ctor(System.Func`2) inline void ThreadSafeStore_2__ctor_m085FA6CA33BE8BC6DEA93D136F8FEA29B458E1C5 (ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * __this, Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 *, Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_mAF86650FDEEAF1A020A7F32A693FE57F0AF6C9D5_gshared)(__this, ___creator0, method); } // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseDate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseDate_mD991BBF95D49CDBD82809A52A9997C631781FB9E (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseChar(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseTimeAndZoneAndWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m1E4EC8F64D029698F37D009AC5A60E92A024ACF0 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse4Digit(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse4Digit_m448AA776A3869D29D689B3593A67AE7388536658 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse2Digit(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method); // System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseTime(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTime_m4A5ADC9B09ACE044223CB8BED1393B853F5AEA71 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t* ___start0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseZone(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseZone_m9E38ED674C6FDE851784C5CE5455BECCDADEB43C (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method); // System.TimeZone System.TimeZone::get_CurrentTimeZone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * TimeZone_get_CurrentTimeZone_mCF5AFDCCECDC1974AC0A691BE7616629B4ABFB5B (const RuntimeMethod* method); // System.ArgumentOutOfRangeException Newtonsoft.Json.Utilities.MiscellaneousUtils::CreateArgumentOutOfRangeException(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE (String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_SwitchToLocalTime_m644166BB5495A572C0BE081B624E74A786A35A0B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_SwitchToUtcTime_m6C872D71658CF80A9E86BD46316CB66709686E8B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeSpan Newtonsoft.Json.Utilities.DateTimeUtils::GetUtcOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ToUniversalTicks(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_mF49B89CCEA02BCDD7664860439B5D2E3EF016C1B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::UniversialTicksToJavaScriptTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_UniversialTicksToJavaScriptTicks_m565EB3DB2ED113380F278163C960509D208209AC (int64_t ___universialTicks0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mFE7CD69E1478C1C17C52E5A508E8EF5ACA27985C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, bool ___convertToUtc1, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ToUniversalTicks(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_mE2F9BF4AD99DC897FF3E887815F1FA88B6A58055 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Char[] Newtonsoft.Json.Utilities.StringReference::get_Chars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_StartIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::CreateDateTime(Newtonsoft.Json.Utilities.DateTimeParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_CreateDateTime_mA0B2A67ADC65C233BCF0A7025B5DFEAB58C4BA30 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 ___dateTimeParser0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___timeZone1, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::get_Local() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9 (const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_m141D157CBED31EEB89D133955485874F235DAACA (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m8A11F564555A7592D65E8012FD98CDEDD2913B9F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m4DA8AA49E6923EDCFB8927D588AE3D79B218545D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method); // System.DateTime System.DateTime::AddTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddTicks_m62906BA32DF3F1031061042F5F1B15125F2673EB (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::AddDays(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddDays_mEB8882A3289F39D7B10E5A1FB36A2ABF80328368 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.Char Newtonsoft.Json.Utilities.StringReference::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringReferenceExtensions::StartsWith(Newtonsoft.Json.Utilities.StringReference,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_StartsWith_m672750CAA2EFFAE18DF5F82CAE441F601E134238 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___s0, String_t* ___text1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringReferenceExtensions::EndsWith(Newtonsoft.Json.Utilities.StringReference,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringReferenceExtensions_EndsWith_m887C4E2053F5128C75F4D80074B01713BCDAB5CF (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___s0, String_t* ___text1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeMicrosoft(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeMicrosoft_m885A3BC853E81284B05B0F81840BCDB99B9DF542 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int32_t ___dateTimeZoneHandling1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt2, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC19135099993954C820E030363B943034575F504 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeIso(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeIso_m7806DF7A51BDEFA9D50BA4A993E9B8D97EE0AB3D (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int32_t ___dateTimeZoneHandling1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringReference::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeExact(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeExact_mB472AE59F30A5DA5C9D25886503BD11E54EE9800 (String_t* ___text0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt4, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringReference::.ctor(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.DateTime::TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParseExact_mDF167C4E5FC84E290A1AB4D2CD9603428374A9BA (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetMicrosoft(Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mC3FD84162A4F5ADA3CC34C754BC6FF94AA7A6A0C (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetIso(Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetIso_mFF737B4C6F2EB72F467997A7AADEBF25DC3F6336 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetExact(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetExact_m36A41717F3FA6733B1ADCC8DBF6E4B20155A140F (String_t* ___text0, String_t* ___dateFormatString1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt3, const RuntimeMethod* method); // System.Boolean System.DateTimeOffset::TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParseExact_mD6592BCA23DF6D55BA566EDB1F8EC67695AAC519 (String_t* ___input0, String_t* ___format1, RuntimeObject* ___formatProvider2, int32_t ___styles3, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___result4, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringReferenceExtensions::IndexOf(Newtonsoft.Json.Utilities.StringReference,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReferenceExtensions_IndexOf_m2412AACFB049AC560FA1416E1BD5BBC8C90AF00E (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___s0, Il2CppChar ___c1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryReadOffset(Newtonsoft.Json.Utilities.StringReference,System.Int32,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryReadOffset_m237AF52E8220DAE6C8F8D84D6716360B51DBC433 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___offsetText0, int32_t ___startIndex1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset2, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int64TryParse(System.Char[],System.Int32,System.Int32,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_mD1CA1A608FDF391E70C4C8E54A24CF7EB52A3EDA (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___length2, int64_t* ___value3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseMicrosoftDate(Newtonsoft.Json.Utilities.StringReference,System.Int64&,System.TimeSpan&,System.DateTimeKind&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseMicrosoftDate_m025C57B42BD8AFD8B3418FD515C076BC94CDF59D (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int64_t* ___ticks1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset2, int32_t* ___kind3, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::op_Implicit(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_op_Implicit_m868690EC78B30802CD8E0DF10A083312632C0123 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTime System.DateTime::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m9AD2F792164BCC5D9DE62F7FCB735E31D1AFBA8F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, int64_t ___ticks0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int32TryParse(System.Char[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m79EC579B93ED23CAE486E802ECB57836B5577175 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___length2, int32_t* ___value3, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromHours(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromHours_m2C99B232D4B7BECDF0763E70427CC08746D29E71 (double ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958 (double ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::op_Addition(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.Char[],System.Int32,System.DateTime,System.Nullable`1,System.DateTimeKind,Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value2, Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F ___offset3, int32_t ___kind4, int32_t ___format5, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, const RuntimeMethod*))Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { return (( TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline)(__this, method); } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m908DDC9C6C8BF5A612CB03EB8D92ADB37B55E413 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeOffset(System.Char[],System.Int32,System.TimeSpan,Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeOffset_m647C83899A3F870709FCDE7BFD62272A387F438A (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset2, int32_t ___format3, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDefaultIsoDate(System.Char[],System.Int32,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDefaultIsoDate_m92CFB95DF817B99015644ADA1D138893D8630DC6 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::GetDateValues(System.DateTime,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_GetDateValues_m5C12A40C7AD3C1DABFFAB67AA880EC4C32582A8D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___td0, int32_t* ___year1, int32_t* ___month2, int32_t* ___day3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::CopyIntToCharArray(System.Char[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___value2, int32_t ___digits3, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Hour() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m6AC78B553639A108EA00728498FA037E52CC425E (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Minute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m1BBE1AABAAFE39019ED26585D12E67A1F9D5A4AA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Second() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m6E1FEADC4E62BCC99846934C0761F0AF67DFE17A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_UtcDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_UtcDateTime_m262924656B3DD43C1E51E4C5B2BEB8EC8AAB6833 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_DateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTimeOffset::get_Offset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTimeOffset_get_Offset_mD7CD6BE8256492AAF195B631CE3DCA7B47860065 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392 (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared)(__this, ___value0, method); } // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolverState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolverState__ctor_m0A0B581B6AF8A4E05E5AD4946F154A2C9E078ED1 (DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_IgnoreSerializableAttribute(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_mD03C0CD2DA303BD0322A2DF86F86127E3CEA09DC_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_DefaultMembersSearchFlags(System.Reflection.BindingFlags) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m682B9E9BAA1DD334C8E6C3E0327F322947BDB58C_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_mAFA2A605045F462A193939691773DFE35F8A4503 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ResolverContractKey::.ctor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolverContractKey__ctor_m968636309AE4253BA8F077FF7ECB81DF1AF084EB (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, Type_t * ___resolverType0, Type_t * ___contractType1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m91448E41D17F4CE89AE8407870CE603E7F5D99AC (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 , JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A **, const RuntimeMethod*))Dictionary_2_TryGetValue_m2B75BC2903B2F0CF0D1CA17C9A9A30D379B7715D_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Threading.Monitor::Enter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3AEE1F76020B92B6C2742BCD05706DC5FD6F9CB2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m024561713990E81C9FB66C6623399103C142E8EB (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *, const RuntimeMethod*))Dictionary_2__ctor_mE8A9E6D7853E9F29B42D76E90C1237B3AA452E13_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) inline void Dictionary_2__ctor_mDAFF5A03EE7D8948FB30FB31EF8C55CE1EC98A44 (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * __this, RuntimeObject* ___dictionary0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mB7E99B1F4DBA2DC70901D700A6E1ED1F6351C55E_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mDE20F8E22BB5F869F8ED9F81B44B28AF13CDFC23 (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___key0, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 , JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *, const RuntimeMethod*))Dictionary_2_set_Item_mF48CD26EF6D9E65F01C6D8198413C1AA5A9FC191_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m58B9D44EBCB6F31E38305E81FFC9E5E1A3F92F62_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonTypeReflector::GetObjectMemberSerialization(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTypeReflector_GetObjectMemberSerialization_m3DC21F03684180675A46D979B16BB872DD88BFD1 (Type_t * ___objectType0, bool ___ignoreSerializableAttribute1, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetFieldsAndProperties(System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * ReflectionUtils_GetFieldsAndProperties_m211CDF828C219605B15E088B613A1C923D67FAE4 (Type_t * ___type0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338 (RuntimeObject* ___source0, Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_mD8AE6780E78249FC87B2344E09D130624E70D7DA_gshared)(___source0, ___predicate1, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m3AB0AB30DAC385C2DF8A16D5CB8D3D41F62C751F_gshared)(___source0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334 (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Runtime.Serialization.DataContractAttribute Newtonsoft.Json.Serialization.JsonTypeReflector::GetDataContractAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * JsonTypeReflector_GetDataContractAttribute_m48F91A6D2BD1F8C2A6D7463A79F9E6446578483F (Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::get_DefaultMembersSearchFlags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m7E3F665EDE2333E5C09F959160782582C95F2260_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, const RuntimeMethod* method) { return (( Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline MemberInfo_t * Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_inline (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 * __this, const RuntimeMethod* method) { return (( MemberInfo_t * (*) (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_SerializeCompilerGeneratedMembers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mA91C3B570EF0F8C8F612E0578154842266EB5E59_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_mB4C75585BAB6774B6E441B280F2874A33D3686CC (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, MemberInfo_t * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, MemberInfo_t *, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02 (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, MemberInfo_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, MemberInfo_t *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9 (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490 (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390_mE1E9EBB84BB837769B4DDCF4CDFE998578D0B61A (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // System.Reflection.MemberTypes Newtonsoft.Json.Utilities.TypeExtensions::MemberType(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A (MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::AssignableToTypeName(System.Type,System.String,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_m0D1D33469CA7EB968A75A6F0E9273F882454495D (Type_t * ___type0, String_t* ___fullTypeName1, Type_t ** ___match2, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsGenericType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract__ctor_mC60D6E7311D36564DD6D57B00FF789D67A25C643 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::InitializeContract(Newtonsoft.Json.Serialization.JsonContract) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___contract0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_MemberSerialization(Newtonsoft.Json.MemberSerialization) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_mD9B050351BAD2F50F228CD304B0794051D91DF3D_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_Properties() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method); // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::get_MemberSerialization() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m1A3F6FC6C0539EA0B9110102D6234C3A2B229EF3_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) inline void CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared)(___initial0, ___collection1, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) inline JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7 (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared)(___attributeProvider0, method); } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ItemRequired(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_mC242D99E863066A9AF7B0FFF2A47D51B098EA633_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ___value0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetAttributeConstructor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_OverrideConstructor(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_OverrideConstructor_m2D710816841306A19C76988A4B71E34EEB846AD0 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_CreatorParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_CreatorParameters_mB82FF8E05518A820AC46E8458586AA172FDD902F (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonTypeReflector::get_FullyTrusted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_m76F5CED9C892E1A74F1AE15DEA44F251E6B44EE7 (const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9 (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreator(System.Func`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_m58A325FBB24631FED3600957D5FF1A17A22B6FE7_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___value0, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * JsonContract_get_DefaultCreator_mAC359884E3D6135F81ACCE9FCC8CDE50BC4D7307_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreatorNonPublic() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m0C9C608E85A89198C900A2F7033BB06C02B6A3C9_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetParameterizedConstructor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * DefaultContractResolver_GetParameterizedConstructor_m2188DCB311817CD8C274E17C5E4768262B3D2A87 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ParametrizedConstructor(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ParametrizedConstructor_m0260A9A40ADDC2C67005F60F74298B9D13E9DE58 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___value0, const RuntimeMethod* method); // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetExtensionDataMemberForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * DefaultContractResolver_GetExtensionDataMemberForType_mCAEDF8938DC97DE6E4ABE62422E483A8EC2CAECB (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetExtensionDataDelegates(Newtonsoft.Json.Serialization.JsonObjectContract,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_mACDDF5D8BA1E7C6CADB5F69EC6E785869BED8C86 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * ___contract0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetClassHierarchyForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * DefaultContractResolver_GetClassHierarchyForType_m5348D41320C848BBB768F731730BE88F9787C2C7 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF4AFAF4FDA6F1EB3B8E497A30DE78D652F6BCA50 (Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) inline RuntimeObject* Enumerable_SelectMany_TisType_t_TisMemberInfo_t_mEB164FED3E73281C1186BDF54AFA30F82B0E2129 (RuntimeObject* ___source0, Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 *, const RuntimeMethod*))Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_gshared)(___source0, ___selector1, method); } // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) inline MemberInfo_t * Enumerable_LastOrDefault_TisMemberInfo_t_m8507D09D65F8A10921BBC7B48BCCA396ADD98951 (RuntimeObject* ___source0, Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * ___predicate1, const RuntimeMethod* method) { return (( MemberInfo_t * (*) (RuntimeObject*, Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_gshared)(___source0, ___predicate1, method); } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_m393BA3E0F7DE7A199719ABD4F8F001A2A5EE5BA3 (U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * __this, const RuntimeMethod* method); // T Newtonsoft.Json.Utilities.ReflectionUtils::GetAttribute(System.Object) inline JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m9DDBD273193FF812A61DD4B73B3D16C5CBBC838F (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * (*) (RuntimeObject *, const RuntimeMethod*))ReflectionUtils_GetAttribute_TisRuntimeObject_m46B3CA1750A32BA0EC7F42632005C873838D7F3C_gshared)(___attributeProvider0, method); } // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberUnderlyingType(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA (MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8 (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsGenericDefinition(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3 (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, const RuntimeMethod* method); // System.Func`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateGet(System.Reflection.MemberInfo) inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2 (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { return (( Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * (*) (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 *, MemberInfo_t *, const RuntimeMethod*))ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_gshared)(__this, ___memberInfo0, method); } // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_ReadData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_mE8CF73A938D31EE6D74642BAFB18263FAAE478EC_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_1__ctor_m80069CCCBF43FC0EFE8DA673B7272EF997504808 (U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087 (MemberInfo_t * ___member0, bool ___nonPublic1, bool ___canSetReadOnly2, const RuntimeMethod* method); // System.Action`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateSet(System.Reflection.MemberInfo) inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09 (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { return (( Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * (*) (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 *, MemberInfo_t *, const RuntimeMethod*))ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_gshared)(__this, ___memberInfo0, method); } // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataSetter__ctor_m896A6A7E6F7514AEC5888EEAA1519F104A8DD545 (ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataSetter(Newtonsoft.Json.Serialization.ExtensionDataSetter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_m0569DC3D7CBA298C858F17DF14123A088EDFA1D8_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_WriteData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m06EB62EA0887666777EEAB325DFDC0183AD29F8B_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_2__ctor_m0B6F49294BD09EE559FB8374BE7D9603696A0FC0 (U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo[] System.Type::GetConstructors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* Type_GetConstructors_mEC149FCD78EA6555E262AD2FA1FB44A0441EA4DE (Type_t * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Enumerable_First_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m9DF84E90E37FEC9B0989057AB0E31E8AE440436E (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_gshared)(___source0, method); } // System.Void Newtonsoft.Json.Serialization.ExtensionDataGetter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataGetter__ctor_m391280C57AA4255A0A67C3E07F818E9DD44129DF (ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataGetter(Newtonsoft.Json.Serialization.ExtensionDataGetter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_m0D6330E331D0EA5B70BEFB451A6A754FFA0860FB_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataValueType_m7CAAB1515668A471D1B420212F505C5CF8624608 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF (Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m874DC3048B64773667F159216647C002C035F734 (RuntimeObject* ___source0, Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_mD8AE6780E78249FC87B2344E09D130624E70D7DA_gshared)(___source0, ___predicate1, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B * Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m3AB0AB30DAC385C2DF8A16D5CB8D3D41F62C751F_gshared)(___source0, method); } // System.Void Newtonsoft.Json.JsonException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, Type_t * ___type0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetClosestMatchProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * JsonPropertyCollection_GetClosestMatchProperty_m9F4FB841CB058642A7FF2BA1F75BA39083E8684C (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_PropertyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::AddProperty(Newtonsoft.Json.Serialization.JsonProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty__ctor_mE37299FE12F57AA239ED22B3101BF3F8E6E9AC82 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyType_m4B0DA5746ADD7B8C0BB3C081AEF730BEBDE1BAE2 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ReflectionAttributeProvider::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionAttributeProvider__ctor_m3752523B8F38E4663AC689FC3044623D755F3BDE (ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 * __this, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_AttributeProvider(Newtonsoft.Json.Serialization.IAttributeProvider) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m81B9C478B7AD414C11B9FE6B92A9992954054A4C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetPropertySettingsFromAttributes(Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String,System.Type,Newtonsoft.Json.MemberSerialization,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_mAD2F3F089E4AF01FEB25C039F57F739631E5F7DD (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, RuntimeObject * ___attributeProvider1, String_t* ___name2, Type_t * ___declaringType3, int32_t ___memberSerialization4, bool* ___allowNonPublicAccess5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Readable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Writable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyName_m0C03EC9AEA61A658F14F47E9A73CED7AFFA6EC94 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_Converter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_Converter_mF593A894B88EC9D726FAC393819855A76C44BA71_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Converter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_m78DBAB2EDD871626D34E10EC0576E8BE764C6EA6_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_MemberConverter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_MemberConverter_m0440F83951A37CD6E3011615B58DF2153105D5EF_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_MemberConverter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_MemberConverter_m0CC95C7001339F065F8E0B4459A5E2978642AE80_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_get_DefaultValue_mB9C7CE821E89D2B6A883101E37C2CCBE687FF142 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValue_mCF8C783AD2C0CF6E7F4177DE6CA0F48CDFAFD76F (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_inline (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_IsReference() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonProperty_get_IsReference_mFE510C42699FB154AF54E4A01F2FF9B6D29C687B_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_IsReference(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_m3287EA93B063AC7B3B881E0DAE3C661F99848617_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_NullValueHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF JsonProperty_get_NullValueHandling_m1E5CD9BFF0ECF2BA724A76E76727BC968AD20D21_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_inline (Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_NullValueHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_mFEA55CC4E02A62C553F9F3E8FA30D2ABE38020BE_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValueHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValueHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ReferenceLoopHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 JsonProperty_get_ReferenceLoopHandling_mC496ABEDE0E6A4F529B597DDE618D9699D408E02_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_inline (Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ReferenceLoopHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_mA35889121950D7FD01B6A122CE9701EC7FFE6D37_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ObjectCreationHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 JsonProperty_get_ObjectCreationHandling_m141D6AAC67FABF3CA6A5D862F03A85B9DDCB4035_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_inline (Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ObjectCreationHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_mF4120F246285A07FE3A2CE6F848DC68BD57C47C2_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_TypeNameHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 JsonProperty_get_TypeNameHandling_m2F9E3B5433A10E4CD72C92202DD1585CAD469CE1_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_inline (Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_TypeNameHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m3FADC60F2285A7ED7DE2E54C0B2494D9769B6818_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector::GetJsonConverter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonTypeReflector_GetJsonConverter_mE68AEC43C19B8988E4A6948883309C98B1F30E0F (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) inline JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305 (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared)(___attributeProvider0, method); } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_IsReference(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_m647AD1AA63A19A316E5952A940375FF683203DD4_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.DataContractAttribute::get_IsReference() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_mD233910F6BE95DC8F61D97C2B5BEB0BE0B817518_inline (DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_Converter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m42066557973B76FA60A5C1B169E2E051CA48E67F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962 (RuntimeObject* ___converters0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::set_InternalConverter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_mD6CF59AB4347754DC9CF40B5E815F6279C7E97CE_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_CreatedType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::HasDefaultConstructor(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_HasDefaultConstructor_mEE25FD0D3849116D9A71E3119522AF925FA3DDA2 (Type_t * ___t0, bool ___nonPublic1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A (Type_t * ___type0, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetDefaultCreator(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * DefaultContractResolver_GetDefaultCreator_mD54805590E4FE3940B7A5F58961D09CD5296FD05 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___createdType0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultConstructor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ReflectionUtils_GetDefaultConstructor_m50B91B72CF6116D8900DB553DF4ABDAA4D0DD8B1 (Type_t * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreatorNonPublic(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_m0FFB3F071DAC8B35694B33BDC7D589512E918018_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveCallbackMethods(Newtonsoft.Json.Serialization.JsonContract,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_mD10B9C21AA296680370B8EBEB84F34257E159B9F (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___contract0, Type_t * ___t1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::GetCallbackMethodsForType(System.Type,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_m2FA8DBC33C57C3956EE942474F80441F2AA6102D (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onSerializing1, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onSerialized2, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onDeserializing3, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onDeserialized4, List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** ___onError5, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializingCallbacks_mCF98CA2D34B5F11C62492C0C112A58A9B8F0CB32 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) inline void CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared)(___initial0, ___collection1, method); } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializedCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializedCallbacks_mCA83E6C54200DB80FB4B4BBEE7BDA2294823FF65 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializingCallbacks_m4303B7B38E9C06BBC04AD8F723B1F57B0F1477C1 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializedCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializedCallbacks_m136433782A70F48146D339B97CFB45EBD925EC6C (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnErrorCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnErrorCallbacks_m50AAA1748E89BC1F97C25904189E999BC03EB2A5 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) inline void CollectionUtils_AddRange_TisSerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_mCC4F0E1E4E9D27DBF0379B1B0044DC55C264B63B (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared)(___initial0, ___collection1, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC List_1_GetEnumerator_mEB5F044018BD367C71DE14D9E47E2D200D021B75 (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, const RuntimeMethod* method) { return (( Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Type_t * Enumerator_get_Current_m09D42327467C30F0F41F93C7353A72FFD684F271_inline (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC * __this, const RuntimeMethod* method) { return (( Type_t * (*) (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipSerializing(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_mEB54B48250CA20CF0CC1CE24A4A2D31511EC71CD (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipDeserialized(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_m13D16431013E85ECC9DDA900C4D1947B402F7947 (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsValidCallback(System.Reflection.MethodInfo,System.Reflection.ParameterInfo[],System.Type,System.Reflection.MethodInfo,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32 (MethodInfo_t * ___method0, ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___parameters1, Type_t * ___attributeType2, MethodInfo_t * ___currentCallback3, Type_t ** ___prevAttributeType4, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // Newtonsoft.Json.Serialization.SerializationCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationCallback(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016 (MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7 (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * __this, SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *, SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50 (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // Newtonsoft.Json.Serialization.SerializationErrorCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationErrorCallback(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * JsonContract_CreateSerializationErrorCallback_m692EAA81939A49A65DA726D5DA284F24C3926349 (MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD75F8E0769F1738AD9907698AA8E5E2B407431A6 (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * __this, SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 *, SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m9F0ED3B48B89C28810E4AE3148259FDB7075B16A (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m018F1D72F1A7C5688D4990D36C8DE3F761DBEAD2 (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m2664E772BEC27840867512EC2E339FF01F648AED (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m3BB268A04571D3FCDBCD746C61EEF3270A29D2D1 (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, Type_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, Type_t *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Type Newtonsoft.Json.Utilities.TypeExtensions::BaseType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() inline void List_1_Reverse_m94A8EE2A954BB474F1104160AB7FCCF6DF15815C (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, const RuntimeMethod*))List_1_Reverse_mB2258A4FA2E91ECE197E099A7E914964C2C4D333_gshared)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract__ctor_m2448E2CCF89D8776D1613AE6D9A688FE0961FCA2 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m22403E6E9EC24A3D8103D29D9D66B5EEEA0AC69E (Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyResolver(System.Func`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m019490E4A2A00A3C8A7D2315AC19031B87FC31BB_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryValueType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_HasParameterizedCreator(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m1F1CFE2190BAEF14F221CB7C4D545BCD770B1563_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m273980C81B3AE9E0857B378AD1F0C9BABBF55AD5_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract__ctor_m3F1C09964B4D30DBAA46A7858FA8FCA491313852 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::get_CollectionItemType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_HasParameterizedCreator(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m80CE10D322AC9BD72426BFCBA0655AC715945CFD_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_OverrideCreator_mFD1815C37617FDE228F9E3EA7AEDF446ED6FF9A1 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPrimitiveContract__ctor_m26C2556779C3B5C80DDCCDFE0B60A3294BD8D50A (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonLinqContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonLinqContract__ctor_m8BCAA67AF116E235712C5CFEFDD3C3D6102535DC (JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonISerializableContract__ctor_m57B1A580FC0BDD3FC9B0143631D7BEE981714FC1 (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE (Type_t * __this, int32_t ___bindingAttr0, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::set_ISerializableCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_m50D5769B5D94DE751572197CED0415AF7BBBB629_inline (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonStringContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonStringContract__ctor_m52D904B991177D4AD5BD45EC39A9E954C6E1B475 (JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsJsonPrimitiveType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_mD9CCEEF3A161B084AB4FD40F8E884779BF03DD7D (Type_t * ___t0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::EnsureNotNullableType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_EnsureNotNullableType_mA821D80FE01893A4FC960623809AE370B4C10742 (Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsDictionaryType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsDictionaryType_mCEBF4924207058D598A85B7212DF64081C8223B1 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::CanConvertToString(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_m2C1BCEF0BE65626A070E55A6EC5B864EFF19BF48 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableInterface() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m28404CA32E8F1F00FC98B38EAE0C42D8FE06FF3F_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsIConvertible(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_m7E9D668172404E24BEE7ECB6697F931BB1E379D4 (Type_t * ___t0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetClrTypeFullName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80 (Type_t * ___type0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m1D59CA5065908DF48693905A40E5CCA7F1A91B70 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, RuntimeObject * ___arg35, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsVirtual() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_mBE3D374D9C5B088EAEF0C1E5AEC0AFFE11C8EF89 (MethodBase_t * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m01AD6F89B06DD120C887C16E61C94E8B04D3D2C6 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::ContainsGenericParameters(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ContainsGenericParameters_m30D8EB328384CD4988693E35CA82635781F580BC (Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.PropertyNameTable::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyNameTable_Add_mB12AEDC24D9C264E460A8C2AFB6FBE759070E18C (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m46B881A2703464B07769EEE6337660E6531461BD (Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared)(__this, ___object0, ___method1, method); } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_OrderBy_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAB8627A80D763D4D212F981B493E7052F7DDB53 (RuntimeObject* ___source0, Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * ___keySelector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 *, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mB735B680F48A736574325BEE7B0CD4D6118C25AD_gshared)(___source0, ___keySelector1, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * Enumerable_ToList_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mAF370D95D61D8BDAC7D47F2116ABBB1C2542B737 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m3AB0AB30DAC385C2DF8A16D5CB8D3D41F62C751F_gshared)(___source0, method); } // System.Void Newtonsoft.Json.Serialization.ReflectionValueProvider::.ctor(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionValueProvider__ctor_m7A6A278A883E18E4902FC377A3AAFDF1DD3E37A0 (ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DeclaringType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_m3B9596397413835A0BCBD40EF0D7C13D6DC174AA_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ValueProvider(Newtonsoft.Json.Serialization.IValueProvider) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m6AF812A711E436F0EF86E9440821EB49F8E0F305_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C (MemberInfo_t * ___member0, bool ___nonPublic1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_HasMemberAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_m35D7AD307D8AB77E2FA067D509D301FD53200E8E_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Predicate`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateShouldSerializeTest(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * DefaultContractResolver_CreateShouldSerializeTest_m2A4FFB38B7E8BB3A99B9E4D941524A78A332D8E1 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ShouldSerialize(System.Predicate`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m08D48F1C2D7C3892184861BFC8F3A1AF21171F65_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetIsSpecifiedActions(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m29A33D3E6CE00C1C13D8965A2CBF124CEA02E865 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, MemberInfo_t * ___member1, bool ___allowNonPublicAccess2, const RuntimeMethod* method); // System.Runtime.Serialization.DataMemberAttribute Newtonsoft.Json.Serialization.JsonTypeReflector::GetDataMemberAttribute(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * JsonTypeReflector_GetDataMemberAttribute_mD7A512F4E2EF106DAF4F19EC1EAF3BEBFE316DBE (MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPropertyAttribute::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_mDD706D7EC82D671615F110B8167E2319169FE175_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.DataMemberAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_mB7896BB8772FA242DB9ECA0CF9C68130C40079DD_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_UnderlyingName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_m54B7F3DC51324C6E7E665B4118283524D852F9CF_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Order(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Order_mA8B64035411AA95B804E37B0E4B3606C4774A531_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_IsRequired() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_mF7CC60E82900625E383EBAACDCB45E6C649E2DB7_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Int32 System.Runtime.Serialization.DataMemberAttribute::get_Order() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m6276D5139B7020DB7C0D545DC24E6BE287FFF382_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared)(__this, ___value0, method); } // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_EmitDefaultValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_mFAF0D3A1269ACCAD4A3EF9EA47A2FF6BF1E3AA3B_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31 (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_HasMemberAttribute(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m0F180CF7D80EB359016487BEA18E9F410155EA70_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 * JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7_mFF9E93247DCB368F66644091953F38F9940EC187 (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m93DAA892D2D7F9FDA4B5F29787C2DB2227AF33AB (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12 * JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_m82DD57AE5AFFD4EA8315B4D9185E56AA17739CE4 (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Ignored(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_mF542BBDAEB126FCEA37EC52BB80A360E4693302F_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) inline DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_m5EB337329AB4FB39E9E0F4C610865C71155EFF3C (RuntimeObject * ___provider0, const RuntimeMethod* method) { return (( DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m70C32B86D3BFBF89D8049BD378D5029BE54BC820_gshared)(___provider0, method); } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemIsReference(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_mCDD468EA0E2D91F52B5A305D90E89D9F8C9A7AF4_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonPropertyAttribute_get_ItemConverterType_mAF933B5D8DDA82F16FA6C0C913011F51599225C4_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method); // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonPropertyAttribute_get_ItemConverterParameters_m99B1731F2F52670ECF7AC47E89EDFB76FA2DFE06_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector::CreateJsonConverterInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonTypeReflector_CreateJsonConverterInstance_mDF0424F58E723B02AE2DBB3BA645999A29DA1663 (Type_t * ___converterType0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___converterArgs1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemConverter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_mC6A4177099B43B9E51CEC2A9DFBB1E0E3345D166_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemReferenceLoopHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_m0C489B878D976FFB8D7C9C79ECBFBA4BD1334297_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemTypeNameHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_mFF4E69972F1A1F9BEE22D8544C95DB776716862C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0__ctor_m0304B49F10D0EA4482684904DA5523E733F54C4F (U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0__ctor_m317EFA126E76F58FDB02D5BF3FCD6EDE1549226C (U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * __this, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_mF9677E24A43BADE21DE5E45E0BD0CB881BAB4C89 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_GetIsSpecified(System.Predicate`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_m5524EC169BCF611A057633E87DBC3C8353F93F49_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_SetIsSpecified(System.Action`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_mA3076D9595079E61942368A41AF0985C51B2BA60_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_mAC1F1A4A0736AD126AF65B5092ACF5CFD31DF1D7 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairConverter__ctor_mB98645861775B13F0EC9C9FBAADF2A303752B124 (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.BsonObjectIdConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectIdConverter__ctor_mBBBD77C42425F473F7A91AD66F2F38A337A0F234 (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.RegexConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter__ctor_m7AA5F74CE6217079CD5B1AB47344A8A40E1F0DF9 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.PropertyNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNameTable__ctor_m25D60FFF70470EBA0E91683E9B8FC5029B3639E2 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonSerializerInternalBase Newtonsoft.Json.Serialization.JsonSerializerProxy::GetInternalSerializer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F * JsonSerializerProxy_GetInternalSerializer_mAAB4BAF11476A9F005E776CAEB091C65026F0CF3 (JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::get_DefaultReferenceMappings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * JsonSerializerInternalBase_get_DefaultReferenceMappings_mAE5A117EE09C168E28D63C7F9FA931A9F0002F00 (JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetMappings(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) inline bool BidirectionalDictionary_2_TryGetByFirst_m4C1C0E7E9084E99BC6EF04EDD16B88C96EEB9E9B (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * __this, String_t* ___first0, RuntimeObject ** ___second1, const RuntimeMethod* method) { return (( bool (*) (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 *, String_t*, RuntimeObject **, const RuntimeMethod*))BidirectionalDictionary_2_TryGetByFirst_m8609D141944B4CCBEECDE1AF3C36532DB0A55804_gshared)(__this, ___first0, ___second1, method); } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) inline bool BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826 (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * __this, RuntimeObject * ___second0, String_t** ___first1, const RuntimeMethod* method) { return (( bool (*) (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 *, RuntimeObject *, String_t**, const RuntimeMethod*))BidirectionalDictionary_2_TryGetBySecond_mB367953F373057EE54A07127CB6E68957611AFAC_gshared)(__this, ___second0, ___first1, method); } // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) inline void BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286 (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * __this, String_t* ___first0, RuntimeObject * ___second1, const RuntimeMethod* method) { (( void (*) (BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 *, String_t*, RuntimeObject *, const RuntimeMethod*))BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_gshared)(__this, ___first0, ___second1, method); } // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3B24B1EFB2FF6E40186586C3BE135D335BBF3A0A (String_t* ___assemblyString0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E (const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* AppDomain_GetAssemblies_m7397BD0461B4D6BA76AE0974DE9FBEDAF70AEBFD (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) inline Type_t * ThreadSafeStore_2_Get_m930734647BD80B84A692AB47F51CB6238A7DFD9C (ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * __this, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___key0, const RuntimeMethod* method) { return (( Type_t * (*) (ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 *, TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F , const RuntimeMethod*))ThreadSafeStore_2_Get_mD8A9A27DCFAB830C60CEB8CE8435EC9F9A96A625_gshared)(__this, ___key0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m20C04DC00B613C1D37D174688F986B05DAF3BAB5 (Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m24B7B63DECC5F3C0C6402C86C8056DD52AA1827C_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) inline void ThreadSafeStore_2__ctor_mF0F4E24327739C72184B169467B20399F82D1B2D (ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * __this, Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 *, Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m0046D06607AF65BFBB61AADE7CE7199CD7FB4E9C_gshared)(__this, ___creator0, method); } // System.Void System.Runtime.Serialization.SerializationBinder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinder__ctor_mC5D82058B357956D51C945B13E11177BEBB8EEF2 (SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSerializationBinder__ctor_mF2F29057B0BF9EFF86183CBA88CB48DA3E41FE1D (DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceEventCache::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceEventCache__ctor_m5A77184D9378D8DE5A3B44CBA9AF969C1527177B (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * __this, const RuntimeMethod* method); // System.Diagnostics.TraceEventType Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::GetTraceEventType(System.Diagnostics.TraceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_GetTraceEventType_m092B6043463DFD87EE95D63C901EBF3104F0801E (DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Diagnostics.TraceListenerCollection System.Diagnostics.Trace::get_Listeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * Trace_get_Listeners_m00992A6AE8DEF2B97782A246D0152FEDEE4613D5 (const RuntimeMethod* method); // System.Collections.IEnumerator System.Diagnostics.TraceListenerCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TraceListenerCollection_GetEnumerator_m9995B7BE08049E31E77BC8FD8BC4FD2A546DC741 (TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Trace::get_AutoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Trace_get_AutoFlush_mDB0F8928790ABBA0F88EA768CBB2648CF2BF0731 (const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline (const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1) inline void BidirectionalDictionary_2__ctor_m05650BDC24AD828A6D686D2A4649F3126BE006BC (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, const RuntimeMethod* method) { (( void (*) (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))BidirectionalDictionary_2__ctor_mB587170FAADFD1B06156B692F5EFC1C4C9375C5C_gshared)(__this, ___firstEqualityComparer0, ___secondEqualityComparer1, method); } // System.Reflection.FieldInfo[] System.Type::GetFields() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372 (Type_t * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) inline RuntimeObject* Enumerable_Cast_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_mDA45914DA9AAE73EE0F25267F552376DB65CE6DC (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_gshared)(___source0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mD4A04F95D328364129CC8E326B5D65A604530216 (Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Select_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_TisString_t_mA98A8F76C54896C6DBD733011EC0BCD6BFEC38FE (RuntimeObject* ___source0, Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_gshared)(___source0, ___selector1, method); } // !!0 System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1) inline String_t* Enumerable_SingleOrDefault_TisString_t_mC7C0386E73A1F7EE6CCB21E19681431880FA666F (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( String_t* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_m8152886AE249C38E9173B0C4CF19BCCC12ACB014_gshared)(___source0, method); } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) inline bool BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * __this, String_t* ___second0, String_t** ___first1, const RuntimeMethod* method) { return (( bool (*) (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 *, String_t*, String_t**, const RuntimeMethod*))BidirectionalDictionary_2_TryGetBySecond_mB367953F373057EE54A07127CB6E68957611AFAC_gshared)(__this, ___second0, ___first1, method); } // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) inline void BidirectionalDictionary_2_Set_mED00F3C7600AB453C7CC5F4BF10926F192C19857 (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * __this, String_t* ___first0, String_t* ___second1, const RuntimeMethod* method) { (( void (*) (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 *, String_t*, String_t*, const RuntimeMethod*))BidirectionalDictionary_2_Set_m1430EC18429D43DD8FE1D14AD4E97DC3DBB3F0FF_gshared)(__this, ___first0, ___second1, method); } // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E (Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98 (RuntimeObject* ___source0, Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_mD8AE6780E78249FC87B2344E09D130624E70D7DA_gshared)(___source0, ___predicate1, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2>::Get(TKey) inline BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4 (ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * __this, Type_t * ___key0, const RuntimeMethod* method) { return (( BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * (*) (ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_mF3E6A4B1A67B6CF60D0A92D208FA18801F38A691_gshared)(__this, ___key0, method); } // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.EnumUtils::ResolvedEnumName(Newtonsoft.Json.Utilities.BidirectionalDictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumUtils_ResolvedEnumName_mAD7EA279305E7685F5EBB60E198A571E21ADF120 (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * ___map0, String_t* ___enumText1, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8846EB11F0A221BDE237DE041D17764B36065404 (String_t* ___separator0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) inline bool BidirectionalDictionary_2_TryGetByFirst_m3E307A0D9054406547EDCDD47F3CBC26752A983B (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * __this, String_t* ___first0, String_t** ___second1, const RuntimeMethod* method) { return (( bool (*) (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 *, String_t*, String_t**, const RuntimeMethod*))BidirectionalDictionary_2_TryGetByFirst_m8609D141944B4CCBEECDE1AF3C36532DB0A55804_gshared)(__this, ___first0, ___second1, method); } // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m0E339EF9D7B06CC616C65641F882270CA8DEAFBB (Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2>::.ctor(System.Func`2) inline void ThreadSafeStore_2__ctor_m03B1E2DBA72B8870ED41DE2617EE59149901E5B5 (ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * __this, Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 *, Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m637EFAC52FA1213C61EA0FBFF12D342FA876D695_gshared)(__this, ___creator0, method); } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_OriginalObject(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_OriginalObject_m4CA8303766288428B25A40D3B1BB22A43A42BBAB_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Member(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Member_m1634A9D7F1819AD9369EEEB299B9006C2C5DBE8C_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Error(System.Exception) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Error_m75DF55A3439C3DEB05C71A542D23B3E8C3129E0E_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, Exception_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Path(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Path_m19C423B7C393619E551184BA867D3F04187922C6_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_CurrentObject(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorEventArgs_set_CurrentObject_mD942DD678863D48DB12217E473F0DEA7D8B31AFD_inline (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_ErrorContext(Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorEventArgs_set_ErrorContext_mFCF9E619D2E91651CE1C1CC9C9DC504C8E75BD14_inline (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___value0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Load_mA758323FC39D3D2C56C9A4A72029656E8E618E06 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JArray_get_Item_m181FAC862BC79F68F7712C837E37016B91AF9EA6 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, const RuntimeMethod* method); // Newtonsoft.Json.JsonReader Newtonsoft.Json.Linq.JToken::CreateReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * JToken_CreateReader_m534B2D3BA2D5414584D4D85247D915D3304D71A9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059 (IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 * __this, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_ToUniversalTime_mF1D7DE4B578E2B2AF8FC2C4D2162407A469D9FE6 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_ParseExact_m7FAFA33D1F7193840F64EB1BD969DC0FB1C17C60 (String_t* ___input0, String_t* ___format1, RuntimeObject* ___formatProvider2, int32_t ___styles3, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_Parse_mF650C3CF9C979023F4E5D16DCAE48E0A90E2B90C (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ParseExact_m4053BC8904E8DB4E40656F4A13D41E478B9D3AD8 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_Parse_mA897889AD60F75185D4C87D2ECE03A47191EF312 (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.DateTimeConverterBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverterBase__ctor_m7DD931943F1600E761A3F3A583564CDF68290A4C (DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006 (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void Newtonsoft.Json.Linq.JContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::.ctor(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::ContentsEqual(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor(Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_m74765E1657F8FF449A776BEED717BFE2DDE6DBB9 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___other0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(Newtonsoft.Json.IJsonLineInfo,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject* ___lineInfo0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::ReadTokenFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___options1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Parse_mE597CC9FC4B702F6B2A7A62875820B9ABA95763C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::.ctor(System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader__ctor_m4EA779A439E3279744CC5975F082A72FA7C4F9F6 (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629 (const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::FromObject(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_FromObject_mD5CE7D9A39AADC17F40A40CB16A4EE4543B3C9F4 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObjectInternal(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * List_1_get_Item_m7C085C036905E095D82F18F7679B21B37B8F7FA3_inline (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m8F4E9622B5A71601B3D6A3FD7F65A12242C55ADA_inline (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::ToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) inline int32_t CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ___list0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))CollectionUtils_IndexOfReference_TisRuntimeObject_m08B90C810E65D1E126294F6D414EDEDEE2B1AAEE_gshared)(___list0, ___item1, method); } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() inline RuntimeObject* JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93 (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *, const RuntimeMethod*))JEnumerable_1_GetEnumerator_mD5592AFC919DC54D35ADC9B36067BF58531A3CF4_gshared)(__this, method); } // System.Int32 Newtonsoft.Json.Linq.JContainer::ContentsHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_ContentsHashCode_m25FD405A8246B8DC9650EF8190FEADA56CFF6B57 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JConstructor::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(Newtonsoft.Json.Linq.JConstructor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_m76D2E9AC282AE6136D881B53AD1CD53E0573C02A (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken__ctor_m9A33E190E3C706DAAE8855FE59F7FD6138730A23 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::AddInternal(System.Int32,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, RuntimeObject * ___content1, bool ___skipParentCheck2, const RuntimeMethod* method); // System.Void System.ComponentModel.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_Invoke_mFF7E1696FC3C5B0C742E41EC735BA3DBB47E057D (AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * __this, RuntimeObject * ___sender0, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventHandler::Invoke(System.Object,System.ComponentModel.ListChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler_Invoke_mCB66F80B04E100EAD3C72CC0A83B9DEF8148D0DC (ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * __this, RuntimeObject * ___sender0, ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * ___e1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void JEnumerable_1__ctor_mE35D72B20E9E70E1C129F638D788E203C5CE0D5D (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { (( void (*) (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *, RuntimeObject*, const RuntimeMethod*))JEnumerable_1__ctor_m4E5717033D146BAA187E8A87E2ACA71A492A31BA_gshared)(__this, ___enumerable0, method); } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF (const RuntimeMethod* method); // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Root() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Root_mE526DA2686E0BD42C4A3FA7F2ACC9423A08C1D14 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::CheckReentrancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureParentToken(Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_EnsureParentToken_mF6E3F346B0A7EBEB48AC164748748233D626CFDB (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, bool ___skipParentCheck1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Parent(Newtonsoft.Json.Linq.JContainer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Previous(Newtonsoft.Json.Linq.JToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Next(Newtonsoft.Json.Linq.JToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3 (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * __this, int32_t ___listChangedType0, int32_t ___newIndex1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsTokenUnchanged(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsTokenUnchanged_mF1D03C6D37BD93A9F6C78EA12B66EBC9246022AD (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___currentValue0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___newValue1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsMultiContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsMultiContent_m5F1BDE325938E41337AC52B89AD71859AF2240EE (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::CreateFromContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_CreateFromContent_m14327B80380C4835EAB72F4DE19399280B3F33C6 (RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::ReadContentFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReadContentFrom_m312372631C83DBF75004976E703EC6FA8F63C67B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___r0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_CommentHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817 (String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateUndefined_m5699186F23FE28BC8F92911F26A73D16396BD3FB (const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, String_t* ___name0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JObject::Property(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::Replace(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_Replace_m83831E295B24F26ECA37DF56400004390AD5DFF8 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Void System.ComponentModel.AddingNewEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_m88364B901640F3C6167BDBED6B4E7C8955A07066 (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.AddingNewEventArgs::get_NewObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8_inline (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__ctor_m2271DB77C116549739556CC423E6C093E15C0631 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Compare(Newtonsoft.Json.Linq.JPropertyKeyedCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Compare_m0068ADFEEF0D2CC508FBA93912E00CFE00268A1D (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ___other0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JPropertyKeyedCollection::IndexOfReference(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyKeyedCollection_IndexOfReference_m99EA03F22122641DF3864E7613700B9460D165C1 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JProperty::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_TryGetValue_m20E12F57DCC60A7C75103FF8B0D516CE4647C6D9 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor(Newtonsoft.Json.Linq.JObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_m2BB4B9FE534141BFF21D6B5512781100AA60D000 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * ___other0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::set_Item(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_set_Item_m079791F9D444829F3FC1A8E698AE3BC0B3799023 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::set_Value(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_set_Value_mA3BDB16555227152B2979120D5EDCEDF99112B2E (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m4F3F0682B73D4C46950287AD595BEBE274F532A7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, String_t* ___name0, RuntimeObject * ___content1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Parse_mE880AB67CA7CFFCD4656CD273435C4129C6AF35C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::FromObject(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_FromObject_m927B3EAD5B6664A25BBEEDD5E2BB7150DAB242A3 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method); // !0 System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * Collection_1_get_Item_mDB1D4930252CA082E08BD11C2FC2FE78921B33C8 (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, int32_t, const RuntimeMethod*))Collection_1_get_Item_m2573509230A2DC4FBBA85714EB92EA961DC2B086_gshared)(__this, ___index0, method); } // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() inline int32_t Collection_1_get_Count_mCF6118EC6515D547F449E36C0EDD48144114892F (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, const RuntimeMethod*))Collection_1_get_Count_mFDD0E02040C0BF22B7FEA5A763EAFA2607B96A01_gshared)(__this, method); } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::GetValue(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_GetValue_m8719E5583D473F4909D0B9479A8D02E062ED99AC (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, int32_t ___comparison1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() inline RuntimeObject* Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, const RuntimeMethod*))Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared)(__this, method); } // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Contains_m0E0B909D3C60358B58FAABCC6278E87E7B000A9A (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JPropertyKeyedCollection_get_Keys_mC5819B8822C090703E5C7C5E781FA2C3F2288E59 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_Remove_mB38D4289F80AB38649500BA72BD8200D5E5714BC (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_inline (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, const RuntimeMethod* method) { return (( JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Linq.JContainer::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_RemoveAll_mB2809BEC57F97D805A90A56483F022E83D12FAAF (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) inline void KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9 (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, String_t*, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))KeyValuePair_2__ctor_m463456D9FF698859454DF07DE8A0D4A25BD28C9B_gshared)(__this, ___key0, ___value1, method); } // System.Void Newtonsoft.Json.Linq.JObject/d__58::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58__ctor_m872F5FDD4EEEE735615237623B5CBA293F6850F5 (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_m6E395F75E8DBD0CFDF38DA0AAAF9B593CB1163CD (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m12B212E1A923C9C0541719CA5365B8DCF0044837 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangingEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventArgs__ctor_m8566781D0A15DEF5C3D9CE71AFABEECF77FA11D2 (PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangingEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangingEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler_Invoke_m25C8C58D60F321B949327B4A3161A2DFCBBB95C0 (PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * __this, RuntimeObject * ___sender0, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Linq.JObject::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JObject_GetEnumerator_mF207EDD82CCC844FBE21B3C189FC8E4DA116FA0B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyDescriptor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyDescriptor__ctor_m09AF4E883CBA010F1CE77036743FB5B55E63EACF (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.ComponentModel.AddingNewEventArgs::get_NewObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8 (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CNewObjectU3Ek__BackingField_0(); return L_0; } } // System.Void System.ComponentModel.AddingNewEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_m88364B901640F3C6167BDBED6B4E7C8955A07066 (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.AddingNewEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler__ctor_mFCBF17771C798B3A2AC46C40000F1F49FE19E33F (AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_Invoke_mFF7E1696FC3C5B0C742E41EC735BA3DBB47E057D (AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * __this, RuntimeObject * ___sender0, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayIndexFilter__ctor_m7274D668E9FBD2128FF98F38EDFB2B72752868E7 (ArrayIndexFilter_t81CAE96C47886E969BA9010D7F0E1D312C6905B4 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayMultipleIndexFilter__ctor_m4FB4475C6DA2D76AC58E08DAB9D6729CEAE62AD9 (ArrayMultipleIndexFilter_t55972D140D8A4B23C1E086276344B67735D1A26C * __this, const RuntimeMethod* method) { { PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySliceFilter__ctor_m4F246D5D5C3FBDFC76D3B1DC793C741F025DE3F7 (ArraySliceFilter_t1DEBFE75B7AD05DDE1BB5172841F5BE9B5E27AA0 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.Base64Encoder::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder__ctor_m8CC7CF4E7999D8752CB981EE5D88B015112B70E5 (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)76)); __this->set__charsLine_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = ___writer0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = ___writer0; __this->set__writer_1(L_2); return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_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; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_7); int32_t L_8 = ___index1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8))))) { goto IL_003f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F_RuntimeMethod_var))); } IL_003f: { int32_t L_10 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_00a4; } } { int32_t L_11 = __this->get__leftOverBytesCount_3(); V_2 = L_11; goto IL_006a; } IL_0051: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__leftOverBytes_2(); int32_t L_13 = V_2; int32_t L_14 = L_13; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; int32_t L_16 = ___index1; int32_t L_17 = L_16; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); int32_t L_18 = L_17; uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)L_19); int32_t L_20 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_006a: { int32_t L_21 = V_2; if ((((int32_t)L_21) >= ((int32_t)3))) { goto IL_0072; } } { int32_t L_22 = ___count2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_0051; } } IL_0072: { int32_t L_23 = ___count2; if (L_23) { goto IL_0081; } } { int32_t L_24 = V_2; if ((((int32_t)L_24) >= ((int32_t)3))) { goto IL_0081; } } { int32_t L_25 = V_2; __this->set__leftOverBytesCount_3(L_25); return; } IL_0081: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get__leftOverBytes_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_28; L_28 = Convert_ToBase64CharArray_mD2322C916F75D3414A56A4CECD164D5483636031(L_26, 0, 3, L_27, 0, /*hidden argument*/NULL); V_3 = L_28; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = __this->get__charsLine_0(); int32_t L_30 = V_3; Base64Encoder_WriteChars_m83CDF7CFAFCEE4B7ADE3B243F8298743FB4661B3(__this, L_29, 0, L_30, /*hidden argument*/NULL); } IL_00a4: { int32_t L_31 = ___count2; __this->set__leftOverBytesCount_3(((int32_t)((int32_t)L_31%(int32_t)3))); int32_t L_32 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00fa; } } { int32_t L_33 = ___count2; int32_t L_34 = __this->get__leftOverBytesCount_3(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get__leftOverBytes_2(); if (L_35) { goto IL_00d4; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); __this->set__leftOverBytes_2(L_36); } IL_00d4: { V_4 = 0; goto IL_00f0; } IL_00d9: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = __this->get__leftOverBytes_2(); int32_t L_38 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___buffer0; int32_t L_40 = ___index1; int32_t L_41 = ___count2; int32_t L_42 = V_4; NullCheck(L_39); int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)), (int32_t)L_42)); uint8_t L_44 = (L_39)->GetAt(static_cast(L_43)); NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (uint8_t)L_44); int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00f0: { int32_t L_46 = V_4; int32_t L_47 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00d9; } } IL_00fa: { int32_t L_48 = ___index1; int32_t L_49 = ___count2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)); V_1 = ((int32_t)57); goto IL_0132; } IL_0103: { int32_t L_50 = ___index1; int32_t L_51 = V_1; int32_t L_52 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51))) <= ((int32_t)L_52))) { goto IL_010d; } } { int32_t L_53 = V_0; int32_t L_54 = ___index1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); } IL_010d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___buffer0; int32_t L_56 = ___index1; int32_t L_57 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_58 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_59; L_59 = Convert_ToBase64CharArray_mD2322C916F75D3414A56A4CECD164D5483636031(L_55, L_56, L_57, L_58, 0, /*hidden argument*/NULL); V_5 = L_59; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = __this->get__charsLine_0(); int32_t L_61 = V_5; Base64Encoder_WriteChars_m83CDF7CFAFCEE4B7ADE3B243F8298743FB4661B3(__this, L_60, 0, L_61, /*hidden argument*/NULL); int32_t L_62 = ___index1; int32_t L_63 = V_1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)); } IL_0132: { int32_t L_64 = ___index1; int32_t L_65 = V_0; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0103; } } { return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Flush_mB4309CBAD0328D6923932E117E4EF1AAD01A8AF3 (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0038; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__leftOverBytes_2(); int32_t L_2 = __this->get__leftOverBytesCount_3(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Convert_ToBase64CharArray_mD2322C916F75D3414A56A4CECD164D5483636031(L_1, 0, L_2, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get__charsLine_0(); int32_t L_6 = V_0; Base64Encoder_WriteChars_m83CDF7CFAFCEE4B7ADE3B243F8298743FB4661B3(__this, L_5, 0, L_6, /*hidden argument*/NULL); __this->set__leftOverBytesCount_3(0); } IL_0038: { return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m83CDF7CFAFCEE4B7ADE3B243F8298743FB4661B3 (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___chars0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, 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 // System.Void Newtonsoft.Json.Converters.BinaryConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter_WriteJson_m39A15563145B721CA7FFEE1646B7447779C6F496 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = ___writer0; NullCheck(L_1); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { RuntimeObject * L_2 = ___value1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = BinaryConverter_GetByteArray_mCC821D2275092F8313F363BF7C9B08807D94D8FD(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_4 = ___writer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_4, L_5); return; } } // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::GetByteArray(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinaryConverter_GetByteArray_mCC821D2275092F8313F363BF7C9B08807D94D8FD (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); bool L_2; L_2 = TypeExtensions_AssignableToTypeName_m4B5338B11FEA2F13490A5A1DD81EE94985E868E3(L_1, _stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { RuntimeObject * L_3 = ___value0; NullCheck(L_3); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_3, /*hidden argument*/NULL); BinaryConverter_EnsureReflectionObject_mB641D476B74BEC3031A0474C46F4B024CE6BAF51(__this, L_4, /*hidden argument*/NULL); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_5 = __this->get__reflectionObject_0(); RuntimeObject * L_6 = ___value0; NullCheck(L_5); RuntimeObject * L_7; L_7 = ReflectionObject_GetValue_mA0ADA6BB26A0AC4EF2B50FCDCA02E558B54AE764(L_5, L_6, _stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_9 = ___value0; NullCheck(L_9); Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DC7F106A5253BD84E5DF12EB4C68DB1B21F87D9)), L_8, L_10, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_12 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_GetByteArray_mCC821D2275092F8313F363BF7C9B08807D94D8FD_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Converters.BinaryConverter::EnsureReflectionObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter_EnsureReflectionObject_mB641D476B74BEC3031A0474C46F4B024CE6BAF51 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB); s_Il2CppMethodInitialized = true; } { ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_0 = __this->get__reflectionObject_0(); if (L_0) { goto IL_003b; } } { Type_t * L_1 = ___t0; Type_t * L_2 = ___t0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Type_t *)L_6); NullCheck(L_2); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_7; L_7 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_2, L_4, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB); (L_9)->SetAt(static_cast(0), (String_t*)_stringLiteralEE5E3C9E0397516F9C8C027B8EE70118CE8A04EB); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_10; L_10 = ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534(L_1, L_7, L_9, /*hidden argument*/NULL); __this->set__reflectionObject_0(L_10); } IL_003b: { return; } } // System.Object Newtonsoft.Json.Converters.BinaryConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryConverter_ReadJson_mF2486125CE3E6E7304801984106F1778C3790882 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; Type_t * V_1 = NULL; Type_t * G_B12_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_002b; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_3; L_3 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_6 = ___objectType1; String_t* L_7; L_7 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0)), L_5, L_6, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_8; L_8 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_4, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_ReadJson_mF2486125CE3E6E7304801984106F1778C3790882_RuntimeMethod_var))); } IL_0029: { return NULL; } IL_002b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_003e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_007c; } IL_003e: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_13); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)9))))) { goto IL_005b; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; NullCheck(L_15); RuntimeObject * L_16; L_16 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_15); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_007c; } IL_005b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_19 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_23); String_t* L_25; L_25 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65705D354FEE646FBE66F965FA2C02CA981E7960)), L_20, L_24, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_26; L_26 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_19, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_ReadJson_mF2486125CE3E6E7304801984106F1778C3790882_RuntimeMethod_var))); } IL_007c: { Type_t * L_27 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_28; L_28 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0087; } } { Type_t * L_29 = ___objectType1; G_B12_0 = L_29; goto IL_008d; } IL_0087: { Type_t * L_30 = ___objectType1; Type_t * L_31; L_31 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_30, /*hidden argument*/NULL); G_B12_0 = L_31; } IL_008d: { V_1 = G_B12_0; Type_t * L_32 = V_1; bool L_33; L_33 = TypeExtensions_AssignableToTypeName_m4B5338B11FEA2F13490A5A1DD81EE94985E868E3(L_32, _stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01, /*hidden argument*/NULL); if (!L_33) { goto IL_00bd; } } { Type_t * L_34 = V_1; BinaryConverter_EnsureReflectionObject_mB641D476B74BEC3031A0474C46F4B024CE6BAF51(__this, L_34, /*hidden argument*/NULL); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_35 = __this->get__reflectionObject_0(); NullCheck(L_35); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_36; L_36 = ReflectionObject_get_Creator_mC785DF954A61E93038A8240F811DF299DACFAB12_inline(L_35, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = L_37; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_0; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_39); NullCheck(L_36); RuntimeObject * L_40; L_40 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_36, L_38, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); return L_40; } IL_00bd: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_41 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_42; L_42 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_43 = ___objectType1; String_t* L_44; L_44 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC66E83002F41DA0B48179A67AE774FA7110EA4F)), L_42, L_43, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_45; L_45 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_41, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_ReadJson_mF2486125CE3E6E7304801984106F1778C3790882_RuntimeMethod_var))); } } // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::ReadByteArray(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * V_0 = NULL; int32_t V_1 = 0; { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_0 = (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *)il2cpp_codegen_object_new(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778(L_0, /*hidden argument*/List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); V_0 = L_0; goto IL_005e; } IL_0008: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_005e; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)7))) { goto IL_001e; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0036; } } { goto IL_003d; } IL_001e: { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_6 = V_0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; NullCheck(L_7); RuntimeObject * L_8; L_8 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_10; L_10 = Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D(L_6, L_10, /*hidden argument*/List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); goto IL_005e; } IL_0036: { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB(L_11, /*hidden argument*/List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); return L_12; } IL_003d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_17); String_t* L_19; L_19 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral441E2D3F0CF153968951D52F031F88972DC896B7)), L_14, L_18, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_20; L_20 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_13, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6_RuntimeMethod_var))); } IL_005e: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_21); if (L_22) { goto IL_0008; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_24; L_24 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BinaryConverter_ReadByteArray_m1630C87C5784FBF9392BDF5C1C5C993D271FE8F6_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Converters.BinaryConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryConverter_CanConvert_m1EBA2800492A96F65A955301EAA55C96FAFD6970 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; bool L_1; L_1 = TypeExtensions_AssignableToTypeName_m4B5338B11FEA2F13490A5A1DD81EE94985E868E3(L_0, _stringLiteral4D76D6CCB5F49599732D1DB1BB6FCA9B4532AD01, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return (bool)1; } IL_000f: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.BinaryConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryConverter__ctor_mEA19FB802CCFD7AFAE7D36F610E019B189625C48 (BinaryConverter_t78F912A0DA5181C9F90A8296512DDA7BA3014C84 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanQueryExpression__ctor_m7CB7FC3F5E06D03BC6442CD797E7C3894D416B03 (BooleanQueryExpression_tD61A34343FA20918ECCCE9D36127BFD73E2C3AE7 * __this, const RuntimeMethod* method) { { QueryExpression__ctor_m0A28B0D5FF9C7E7AE0F6A90BB8AE13EC99F21E6E(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonArray::Add(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonArray_Add_m9034C3D51CCA2A743265F8A102F3F5B3480899AA (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF71B4A6A8F7C6DB3ABD59BF135766D9CD071C5B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * L_0 = __this->get__children_1(); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_1 = ___token0; NullCheck(L_0); List_1_Add_mF71B4A6A8F7C6DB3ABD59BF135766D9CD071C5B9(L_0, L_1, /*hidden argument*/List_1_Add_mF71B4A6A8F7C6DB3ABD59BF135766D9CD071C5B9_RuntimeMethod_var); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_2 = ___token0; NullCheck(L_2); BsonToken_set_Parent_mF1903E757DE89AD31D0FA3A5F7253E520DBA4F5D_inline(L_2, __this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonArray::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonArray_get_Type_m1ED8769B228EED6CB2F7465021772208C58264BD (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, const RuntimeMethod* method) { { return (int8_t)(4); } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_GetEnumerator_m429FEA714DAE5447F8C936E9C8D7A57E307A47D5 (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEFACBE3F12AD24F9BEFDC8B3FC8B144D3460EAA8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * L_0 = __this->get__children_1(); NullCheck(L_0); Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D L_1; L_1 = List_1_GetEnumerator_mEFACBE3F12AD24F9BEFDC8B3FC8B144D3460EAA8(L_0, /*hidden argument*/List_1_GetEnumerator_mEFACBE3F12AD24F9BEFDC8B3FC8B144D3460EAA8_RuntimeMethod_var); Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t837CD6074E8A0DB21FA29083282C354A80F3522D_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator Newtonsoft.Json.Bson.BsonArray::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_System_Collections_IEnumerable_GetEnumerator_mA452F4368F9F4E5D995860EA54A1BB3A91CA86F2 (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = BsonArray_GetEnumerator_m429FEA714DAE5447F8C936E9C8D7A57E307A47D5(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonArray__ctor_m026B7ED6AFF18F3675FB04D27C5DBA2F29606536 (BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m80BDA39456234569C3D4FBE4091446C9A6E3F060_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE * L_0 = (List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE *)il2cpp_codegen_object_new(List_1_tB5E15D106558EDA7E8D6F34A189261CD056911DE_il2cpp_TypeInfo_var); List_1__ctor_m80BDA39456234569C3D4FBE4091446C9A6E3F060(L_0, /*hidden argument*/List_1__ctor_m80BDA39456234569C3D4FBE4091446C9A6E3F060_RuntimeMethod_var); __this->set__children_1(L_0); BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonBinaryWriter__cctor_m07911344800C9E35A88D5AE60B7E4D70DFE30499 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_0 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mA83C010AF67DEDDC3E671DFDAF49634DFB2A2C90(L_0, (bool)0, /*hidden argument*/NULL); ((BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_StaticFields*)il2cpp_codegen_static_fields_for(BsonBinaryWriter_t989C93E0AC1E68D0FE0CC773F8F505A2FE2D11ED_il2cpp_TypeInfo_var))->set_Encoding_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonObject::Add(System.String,Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObject_Add_m41EE6341357A27F19CBD978A94A87613FD94AF9D (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, String_t* ___name0, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m522C9985B389B460F6A5CF711C43C33B5AFEE2EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * L_0 = __this->get__children_1(); BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * L_1 = (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 *)il2cpp_codegen_object_new(BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2_il2cpp_TypeInfo_var); BsonProperty__ctor_mA8269DDEE08A8D0120B2547DA7D26612D610A45B(L_1, /*hidden argument*/NULL); BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * L_2 = L_1; String_t* L_3 = ___name0; BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_4 = (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B *)il2cpp_codegen_object_new(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var); BsonString__ctor_m5C4541C59E36837AE0722E26E54FA5CD4BB6CABD(L_4, L_3, (bool)0, /*hidden argument*/NULL); NullCheck(L_2); BsonProperty_set_Name_mF1364B61018186F132F7F955E7A3853660A02BDA_inline(L_2, L_4, /*hidden argument*/NULL); BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * L_5 = L_2; BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_6 = ___token1; NullCheck(L_5); BsonProperty_set_Value_m36476CB085BE55F31E9684DE24C78493D5565FF8_inline(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m522C9985B389B460F6A5CF711C43C33B5AFEE2EE(L_0, L_5, /*hidden argument*/List_1_Add_m522C9985B389B460F6A5CF711C43C33B5AFEE2EE_RuntimeMethod_var); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_7 = ___token1; NullCheck(L_7); BsonToken_set_Parent_mF1903E757DE89AD31D0FA3A5F7253E520DBA4F5D_inline(L_7, __this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonObject::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonObject_get_Type_m2299266669BB373185FA94AD969EAD340A3CC20E (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, const RuntimeMethod* method) { { return (int8_t)(3); } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonObject::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_GetEnumerator_m686F0934D72BAE348298C1A05DCE7F9E32B27574 (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m61728D454B48F3DC21BC6B4A2A17429D06B41882_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * L_0 = __this->get__children_1(); NullCheck(L_0); Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652 L_1; L_1 = List_1_GetEnumerator_m61728D454B48F3DC21BC6B4A2A17429D06B41882(L_0, /*hidden argument*/List_1_GetEnumerator_m61728D454B48F3DC21BC6B4A2A17429D06B41882_RuntimeMethod_var); Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_tE07789750DF7B4C399FA59F245940A6AA5F06652_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator Newtonsoft.Json.Bson.BsonObject::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_System_Collections_IEnumerable_GetEnumerator_m4AEBE8D9E4ADE694D3BFCE4DE8BAB983B1CB0CD7 (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = BsonObject_GetEnumerator_m686F0934D72BAE348298C1A05DCE7F9E32B27574(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObject__ctor_m21D635FB8188D3B4ACBB55E41A21F09A2AC869A2 (BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE7BDE368C12A1A7D7E4A349384D9CCF41EFD91F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 * L_0 = (List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44 *)il2cpp_codegen_object_new(List_1_t804F44A5F0A4D0CB7F36B1CD7954A30821F53F44_il2cpp_TypeInfo_var); List_1__ctor_mE7BDE368C12A1A7D7E4A349384D9CCF41EFD91F0(L_0, /*hidden argument*/List_1__ctor_mE7BDE368C12A1A7D7E4A349384D9CCF41EFD91F0_RuntimeMethod_var); __this->set__children_1(L_0); BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonObjectId_get_Value_m4A41850BE695F6CE832434CC5D2680BF05B97225 (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CValueU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonObjectId::set_Value(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectId_set_Value_m6C376E02BB87D4A0E326085EF3E122F03FCF1D69 (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonObjectId::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectId__ctor_mB846236CBD08D1F914E5B8248C50E0CAB10930E9 (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386((RuntimeObject *)(RuntimeObject *)L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)((int32_t)12)))) { goto IL_0028; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD76F2E16F30EA8C8C52D4ABD70B672BC7A3AEAB2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonObjectId__ctor_mB846236CBD08D1F914E5B8248C50E0CAB10930E9_RuntimeMethod_var))); } IL_0028: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; BsonObjectId_set_Value_m6C376E02BB87D4A0E326085EF3E122F03FCF1D69_inline(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.BsonObjectIdConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectIdConverter_WriteJson_mB610263213EBDA029D5C6DF15EC4462202A905ED (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * V_0 = NULL; BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 *)CastclassClass((RuntimeObject*)L_0, BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_il2cpp_TypeInfo_var)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = ___writer0; V_1 = ((BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 *)IsInstClass((RuntimeObject*)L_1, BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5_il2cpp_TypeInfo_var)); BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * L_2 = V_1; if (!L_2) { goto IL_001e; } } { BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * L_3 = V_1; BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = BsonObjectId_get_Value_m4A41850BE695F6CE832434CC5D2680BF05B97225_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); BsonWriter_WriteObjectId_m0D1E76B8032B120826F272DB2B0949217378DBC6(L_3, L_5, /*hidden argument*/NULL); return; } IL_001e: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_6 = ___writer0; BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = BsonObjectId_get_Value_m4A41850BE695F6CE832434CC5D2680BF05B97225_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_6, L_8); return; } } // System.Object Newtonsoft.Json.Converters.BsonObjectIdConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BsonObjectIdConverter_ReadJson_m58B3CE42201CC6FB9F1CF5A00714444195E75443 (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if ((((int32_t)L_1) == ((int32_t)((int32_t)17)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0CE2BE2A02B8570C3B2C5E69E5B15A3D998D0455)), L_2, L_6, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_8 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonObjectIdConverter_ReadJson_m58B3CE42201CC6FB9F1CF5A00714444195E75443_RuntimeMethod_var))); } IL_002a: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; NullCheck(L_9); RuntimeObject * L_10; L_10 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_9); BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * L_11 = (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 *)il2cpp_codegen_object_new(BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_il2cpp_TypeInfo_var); BsonObjectId__ctor_mB846236CBD08D1F914E5B8248C50E0CAB10930E9(L_11, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.Boolean Newtonsoft.Json.Converters.BsonObjectIdConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonObjectIdConverter_CanConvert_m147B27BDEAB9AA1287A0644849AC2EC917F0E533 (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.BsonObjectIdConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonObjectIdConverter__ctor_mBBBD77C42425F473F7A91AD66F2F38A337A0F234 (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Name(Newtonsoft.Json.Bson.BsonString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonProperty_set_Name_mF1364B61018186F132F7F955E7A3853660A02BDA (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Value(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonProperty_set_Value_m36476CB085BE55F31E9684DE24C78493D5565FF8 (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method) { { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonProperty::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonProperty__ctor_mA8269DDEE08A8D0120B2547DA7D26612D610A45B (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind Newtonsoft.Json.Bson.BsonReader::get_DateTimeKindHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_get_DateTimeKindHandling_m0595AA06CB4A94E0D2AFDE6446AC6EAE2AC4AE2E (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeKindHandling_28(); return L_0; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadElement_mDE4AFF9D407EE51432F283D9B375B024416F80B5 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { int8_t L_0; L_0 = BsonReader_ReadType_mCE638142C2694B12143F44909A3DB0437057F59A(__this, /*hidden argument*/NULL); __this->set__currentElementType_23(L_0); String_t* L_1; L_1 = BsonReader_ReadString_m19AD6F229CE098C85AB38B5AAD4A5A1FD516D328(__this, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_Read_mB388663F878286E48CF800AE33C4EF5A75391F79 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get__bsonReaderState_24(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0033; } case 1: { goto IL_003c; } case 2: { goto IL_003c; } case 3: { goto IL_003c; } case 4: { goto IL_0045; } case 5: { goto IL_0045; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } case 8: { goto IL_0045; } } } IL_0031: { goto IL_004e; } IL_0033: { bool L_2; L_2 = BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E(__this, /*hidden argument*/NULL); V_0 = L_2; goto IL_006f; } IL_003c: { bool L_3; L_3 = BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED(__this, /*hidden argument*/NULL); V_0 = L_3; goto IL_006f; } IL_0045: { bool L_4; L_4 = BsonReader_ReadCodeWScope_m2CA16ABE57A2F7CE5E479814D8C640426783A7CF(__this, /*hidden argument*/NULL); V_0 = L_4; goto IL_006f; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_6 = __this->get__bsonReaderState_24(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBAD954A5D5DC7494CB8B4AE55EDFCFE125A1338)), L_5, L_8, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_10; L_10 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_Read_mB388663F878286E48CF800AE33C4EF5A75391F79_RuntimeMethod_var))); } IL_006f: { bool L_11 = V_0; if (L_11) { goto IL_007d; } } IL_0072: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 0, /*hidden argument*/NULL); V_2 = (bool)0; goto IL_008d; } IL_007d: { V_2 = (bool)1; goto IL_008d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0081; } throw e; } CATCH_0081: {// begin catch(System.IO.EndOfStreamException) JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 0, /*hidden argument*/NULL); V_2 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008d; }// end catch (depth: 1) IL_008d: { bool L_12 = V_2; return L_12; } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadCodeWScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadCodeWScope_m2CA16ABE57A2F7CE5E479814D8C640426783A7CF (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15F434DE6EB05B31D391B12B5A8516BD141B7A93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD63216A99D4FD683AD72F25F707C7D4A188E2029); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * V_1 = NULL; bool G_B10_0 = false; bool G_B8_0 = false; bool G_B9_0 = false; { int32_t L_0 = __this->get__bsonReaderState_24(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)4))) { case 0: { goto IL_0028; } case 1: { goto IL_003d; } case 2: { goto IL_005b; } case 3: { goto IL_009c; } case 4: { goto IL_00b7; } } } { goto IL_00c8; } IL_0028: { JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, _stringLiteralD63216A99D4FD683AD72F25F707C7D4A188E2029, /*hidden argument*/NULL); __this->set__bsonReaderState_24(5); return (bool)1; } IL_003d: { int32_t L_2; L_2 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42(__this, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_3, /*hidden argument*/NULL); __this->set__bsonReaderState_24(6); return (bool)1; } IL_005b: { int32_t L_4; L_4 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)8)))) { goto IL_0072; } } { JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, _stringLiteral15F434DE6EB05B31D391B12B5A8516BD141B7A93, /*hidden argument*/NULL); return (bool)1; } IL_0072: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(7); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_5 = (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *)il2cpp_codegen_object_new(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538(L_5, 3, /*hidden argument*/NULL); V_1 = L_5; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_6 = V_1; BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432(__this, L_6, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_7 = V_1; int32_t L_8; L_8 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_Length_1(L_8); return (bool)1; } IL_009c: { bool L_9; L_9 = BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E(__this, /*hidden argument*/NULL); bool L_10 = L_9; G_B8_0 = L_10; if (!L_10) { G_B10_0 = L_10; goto IL_00b6; } } { int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); G_B9_0 = G_B8_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)13))))) { G_B10_0 = G_B8_0; goto IL_00b6; } } { __this->set__bsonReaderState_24(8); G_B10_0 = G_B9_0; } IL_00b6: { return G_B10_0; } IL_00b7: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, ((int32_t)13), /*hidden argument*/NULL); __this->set__bsonReaderState_24(0); return (bool)1; } IL_00c8: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadCodeWScope_m2CA16ABE57A2F7CE5E479814D8C640426783A7CF_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_002d; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_007d; } } { goto IL_00d1; } IL_0018: { JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, _stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382, /*hidden argument*/NULL); __this->set__bsonReaderState_24(2); return (bool)1; } IL_002d: { int32_t L_4 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0046; } } { String_t* L_5; L_5 = BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42(__this, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_5, /*hidden argument*/NULL); return (bool)1; } IL_0046: { int32_t L_6 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_0061; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = BsonReader_ReadBytes_mB38AA084F3273E5B859330EA3B22F24BD24CC7A1(__this, ((int32_t)12), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); return (bool)1; } IL_0061: { int32_t L_8 = __this->get__bsonReaderState_24(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66598110B46A51C4B35EB3014DABBD9FFC1FA160)), L_10, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_12; L_12 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED_RuntimeMethod_var))); } IL_007d: { int32_t L_13 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_009b; } } { JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, _stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA, /*hidden argument*/NULL); __this->set__bsonReaderState_24(3); return (bool)1; } IL_009b: { int32_t L_14 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_14) == ((uint32_t)3)))) { goto IL_00b5; } } { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, ((int32_t)13), /*hidden argument*/NULL); __this->set__bsonReaderState_24(0); return (bool)1; } IL_00b5: { int32_t L_15 = __this->get__bsonReaderState_24(); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReaderState_tD524ABD32E508E824AC295D213B57F9557106868_il2cpp_TypeInfo_var)), &L_16); String_t* L_18; L_18 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66598110B46A51C4B35EB3014DABBD9FFC1FA160)), L_17, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_19; L_19 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED_RuntimeMethod_var))); } IL_00d1: { int32_t L_20; L_20 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_t081926601A2157B931EAACBCBFD6DDF2E2815D12_il2cpp_TypeInfo_var)), &L_21); String_t* L_23; L_23 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66598110B46A51C4B35EB3014DABBD9FFC1FA160)), L_22, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_24; L_24 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadReference_m64E7F080D2601F94D8F9294D3E1D05DA9752D0ED_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadNormal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * V_4 = NULL; int32_t V_5 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; int32_t G_B25_0 = 0; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0046; } case 1: { goto IL_0084; } case 2: { goto IL_0086; } case 3: { goto IL_0094; } case 4: { goto IL_013d; } case 5: { goto IL_0094; } case 6: { goto IL_013d; } case 7: { goto IL_0084; } case 8: { goto IL_0094; } case 9: { goto IL_0143; } case 10: { goto IL_0143; } case 11: { goto IL_0143; } case 12: { goto IL_0143; } } } { goto IL_013d; } IL_0046: { bool L_2 = __this->get__readRootValueAsArray_26(); if (!L_2) { goto IL_0051; } } { G_B5_0 = 2; goto IL_0052; } IL_0051: { G_B5_0 = 1; } IL_0052: { V_3 = G_B5_0; bool L_3 = __this->get__readRootValueAsArray_26(); if (!L_3) { goto IL_005e; } } { G_B8_0 = 4; goto IL_005f; } IL_005e: { G_B8_0 = 3; } IL_005f: { int32_t L_4 = V_3; JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, L_4, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_5 = (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *)il2cpp_codegen_object_new(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538(L_5, G_B8_0, /*hidden argument*/NULL); V_4 = L_5; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_6 = V_4; BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432(__this, L_6, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_7 = V_4; int32_t L_8; L_8 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_Length_1(L_8); return (bool)1; } IL_0084: { return (bool)0; } IL_0086: { int8_t L_9 = __this->get__currentElementType_23(); BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D(__this, L_9, /*hidden argument*/NULL); return (bool)1; } IL_0094: { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_10 = __this->get__currentContext_25(); V_1 = L_10; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_11 = V_1; if (L_11) { goto IL_00a0; } } { return (bool)0; } IL_00a0: { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get_Length_1(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_Position_2(); int32_t L_16 = V_2; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_00df; } } { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_17 = V_1; NullCheck(L_17); int8_t L_18 = L_17->get_Type_0(); if ((!(((uint32_t)L_18) == ((uint32_t)4)))) { goto IL_00d0; } } { String_t* L_19; L_19 = BsonReader_ReadElement_mDE4AFF9D407EE51432F283D9B375B024416F80B5(__this, /*hidden argument*/NULL); int8_t L_20 = __this->get__currentElementType_23(); BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D(__this, L_20, /*hidden argument*/NULL); return (bool)1; } IL_00d0: { String_t* L_21; L_21 = BsonReader_ReadElement_mDE4AFF9D407EE51432F283D9B375B024416F80B5(__this, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, L_21, /*hidden argument*/NULL); return (bool)1; } IL_00df: { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get_Position_2(); int32_t L_24 = V_2; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0131; } } { uint8_t L_25; L_25 = BsonReader_ReadByte_mFFECD2A9F76B48A7187D309AB4C5FD74314B62E2(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00fc; } } { JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_26; L_26 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB5269102EEAA6174B84EBA318CAFFA90AE3217B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E_RuntimeMethod_var))); } IL_00fc: { BsonReader_PopContext_mBF6B48A8E75C1BB4887F36B6C29F33AA309EBD7A(__this, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_27 = __this->get__currentContext_25(); if (!L_27) { goto IL_0116; } } { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->get_Length_1(); BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, L_29, /*hidden argument*/NULL); } IL_0116: { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_30 = V_1; NullCheck(L_30); int8_t L_31 = L_30->get_Type_0(); if ((((int32_t)L_31) == ((int32_t)3))) { goto IL_0123; } } { G_B25_0 = ((int32_t)14); goto IL_0125; } IL_0123: { G_B25_0 = ((int32_t)13); } IL_0125: { V_5 = G_B25_0; int32_t L_32 = V_5; JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, L_32, /*hidden argument*/NULL); return (bool)1; } IL_0131: { JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_33; L_33 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEE8864CE32A6E593EF9DA8C7FCDB920CEE839A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E_RuntimeMethod_var))); } IL_013d: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_34 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadNormal_m0F00D91FFF132C13D92D98BE4D075C627986506E_RuntimeMethod_var))); } IL_0143: { return (bool)0; } } // System.Void Newtonsoft.Json.Bson.BsonReader::PopContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_PopContext_mBF6B48A8E75C1BB4887F36B6C29F33AA309EBD7A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m7ED29AEFCCDCDB02F490B436B22100DA4A043053_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB93C31471C8BCF8D89A1043FD72B847D15DDEDB8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_0 = __this->get__stack_20(); List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_1 = __this->get__stack_20(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_inline(L_1, /*hidden argument*/List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveAt_m7ED29AEFCCDCDB02F490B436B22100DA4A043053(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m7ED29AEFCCDCDB02F490B436B22100DA4A043053_RuntimeMethod_var); List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_3 = __this->get__stack_20(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_inline(L_3, /*hidden argument*/List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_RuntimeMethod_var); if (L_4) { goto IL_002d; } } { __this->set__currentContext_25((ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *)NULL); return; } IL_002d: { List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_5 = __this->get__stack_20(); List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_6 = __this->get__stack_20(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_inline(L_6, /*hidden argument*/List_1_get_Count_mC5EB2BC9279413D57453A11754ADF51229C85940_RuntimeMethod_var); NullCheck(L_5); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_8; L_8 = List_1_get_Item_mB93C31471C8BCF8D89A1043FD72B847D15DDEDB8_inline(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB93C31471C8BCF8D89A1043FD72B847D15DDEDB8_RuntimeMethod_var); __this->set__currentContext_25(L_8); return; } } // System.Void Newtonsoft.Json.Bson.BsonReader::PushContext(Newtonsoft.Json.Bson.BsonReader/ContainerContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * ___newContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m9EF9E3890DC8F0075436C6AD216260FB5FC6020C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tF1EA47A190C3F70556E49B913C93F2F9FBB0DA9A * L_0 = __this->get__stack_20(); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_1 = ___newContext0; NullCheck(L_0); List_1_Add_m9EF9E3890DC8F0075436C6AD216260FB5FC6020C(L_0, L_1, /*hidden argument*/List_1_Add_m9EF9E3890DC8F0075436C6AD216260FB5FC6020C_RuntimeMethod_var); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_2 = ___newContext0; __this->set__currentContext_25(L_2); return; } } // System.Byte Newtonsoft.Json.Bson.BsonReader::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BsonReader_ReadByte_mFFECD2A9F76B48A7187D309AB4C5FD74314B62E2 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, 1, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__reader_19(); NullCheck(L_0); uint8_t L_1; L_1 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Bson.BsonReader::ReadType(Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int8_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; uint8_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; RuntimeObject * V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; bool V_5 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_6; memset((&V_6), 0, sizeof(V_6)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_7; memset((&V_7), 0, sizeof(V_7)); String_t* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * V_11 = NULL; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * V_12 = NULL; int32_t V_13 = 0; RuntimeObject * G_B11_0 = NULL; { int8_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0055; } case 1: { goto IL_0090; } case 2: { goto IL_009f; } case 3: { goto IL_00c4; } case 4: { goto IL_00e9; } case 5: { goto IL_010f; } case 6: { goto IL_0118; } case 7: { goto IL_012d; } case 8: { goto IL_014a; } case 9: { goto IL_0195; } case 10: { goto IL_019e; } case 11: { goto IL_01ce; } case 12: { goto IL_01dd; } case 13: { goto IL_0090; } case 14: { goto IL_01ec; } case 15: { goto IL_01fb; } case 16: { goto IL_020f; } case 17: { goto IL_020f; } } } { goto IL_0222; } IL_0055: { double L_1; L_1 = BsonReader_ReadDouble_mBF56F4DE96244EFB1B8023A888CA1282F9CD59A5(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ((JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *)__this)->get__floatParseHandling_10(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0082; } } { double L_3 = V_0; double L_4 = L_3; RuntimeObject * L_5 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7; L_7 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_5, L_6, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = L_7; RuntimeObject * L_9 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 8, L_9, /*hidden argument*/NULL); return; } IL_0082: { double L_10 = V_0; double L_11 = L_10; RuntimeObject * L_12 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 8, L_12, /*hidden argument*/NULL); return; } IL_0090: { String_t* L_13; L_13 = BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42(__this, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_13, /*hidden argument*/NULL); return; } IL_009f: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 1, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_14 = (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *)il2cpp_codegen_object_new(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538(L_14, 3, /*hidden argument*/NULL); V_11 = L_14; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_15 = V_11; BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432(__this, L_15, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_16 = V_11; int32_t L_17; L_17 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_Length_1(L_17); return; } IL_00c4: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 2, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_18 = (ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 *)il2cpp_codegen_object_new(ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6_il2cpp_TypeInfo_var); ContainerContext__ctor_mF86EB449E15CDE1475F14AED4BAB8ED211B11538(L_18, 4, /*hidden argument*/NULL); V_12 = L_18; ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_19 = V_12; BsonReader_PushContext_m1D34A43D6E844F80C6818C3AECF45D711D69A432(__this, L_19, /*hidden argument*/NULL); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_20 = V_12; int32_t L_21; L_21 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_Length_1(L_21); return; } IL_00e9: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = BsonReader_ReadBinary_m9CB4263EB40B9F18E509203097756E2AC98858F8(__this, (uint8_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_22; uint8_t L_23 = V_1; if ((!(((uint32_t)L_23) == ((uint32_t)4)))) { goto IL_0103; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_2; Guid_t L_25; memset((&L_25), 0, sizeof(L_25)); Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB((&L_25), L_24, /*hidden argument*/NULL); Guid_t L_26 = L_25; RuntimeObject * L_27 = Box(Guid_t_il2cpp_TypeInfo_var, &L_26); G_B11_0 = L_27; goto IL_0104; } IL_0103: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; G_B11_0 = ((RuntimeObject *)(L_28)); } IL_0104: { V_3 = G_B11_0; RuntimeObject * L_29 = V_3; JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)17), L_29, /*hidden argument*/NULL); return; } IL_010f: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, ((int32_t)12), /*hidden argument*/NULL); return; } IL_0118: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = BsonReader_ReadBytes_mB38AA084F3273E5B859330EA3B22F24BD24CC7A1(__this, ((int32_t)12), /*hidden argument*/NULL); V_4 = L_30; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_4; JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_31, /*hidden argument*/NULL); return; } IL_012d: { uint8_t L_32; L_32 = BsonReader_ReadByte_mFFECD2A9F76B48A7187D309AB4C5FD74314B62E2(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_33; L_33 = Convert_ToBoolean_m83B4278D702402F63D808E7D2B25B676DD86C75F(L_32, /*hidden argument*/NULL); V_5 = L_33; bool L_34 = V_5; bool L_35 = L_34; RuntimeObject * L_36 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_35); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)10), L_36, /*hidden argument*/NULL); return; } IL_014a: { int64_t L_37; L_37 = BsonReader_ReadInt64_mD603BF08D9B3BAA9B34D89F2C87BB27E903B9ADD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_38; L_38 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5(L_37, /*hidden argument*/NULL); V_6 = L_38; int32_t L_39; L_39 = BsonReader_get_DateTimeKindHandling_m0595AA06CB4A94E0D2AFDE6446AC6EAE2AC4AE2E_inline(__this, /*hidden argument*/NULL); V_13 = L_39; int32_t L_40 = V_13; if (!L_40) { goto IL_016a; } } { int32_t L_41 = V_13; if ((((int32_t)L_41) == ((int32_t)2))) { goto IL_0176; } } { goto IL_0181; } IL_016a: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43; L_43 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_42, 0, /*hidden argument*/NULL); V_7 = L_43; goto IL_0185; } IL_0176: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_44; L_44 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_6), /*hidden argument*/NULL); V_7 = L_44; goto IL_0185; } IL_0181: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_45 = V_6; V_7 = L_45; } IL_0185: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = V_7; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_47 = L_46; RuntimeObject * L_48 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_47); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)16), L_48, /*hidden argument*/NULL); return; } IL_0195: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, ((int32_t)11), /*hidden argument*/NULL); return; } IL_019e: { String_t* L_49; L_49 = BsonReader_ReadString_m19AD6F229CE098C85AB38B5AAD4A5A1FD516D328(__this, /*hidden argument*/NULL); V_8 = L_49; String_t* L_50; L_50 = BsonReader_ReadString_m19AD6F229CE098C85AB38B5AAD4A5A1FD516D328(__this, /*hidden argument*/NULL); V_9 = L_50; String_t* L_51 = V_8; String_t* L_52 = V_9; String_t* L_53; L_53 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_51, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_52, /*hidden argument*/NULL); V_10 = L_53; String_t* L_54 = V_10; JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_54, /*hidden argument*/NULL); return; } IL_01ce: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(1); return; } IL_01dd: { String_t* L_55; L_55 = BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42(__this, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_55, /*hidden argument*/NULL); return; } IL_01ec: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(4); return; } IL_01fb: { int32_t L_56; L_56 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); int64_t L_57 = ((int64_t)((int64_t)L_56)); RuntimeObject * L_58 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_57); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 7, L_58, /*hidden argument*/NULL); return; } IL_020f: { int64_t L_59; L_59 = BsonReader_ReadInt64_mD603BF08D9B3BAA9B34D89F2C87BB27E903B9ADD(__this, /*hidden argument*/NULL); int64_t L_60 = L_59; RuntimeObject * L_61 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_60); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 7, L_61, /*hidden argument*/NULL); return; } IL_0222: { int8_t L_62 = ___type0; int8_t L_63 = L_62; RuntimeObject * L_64 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027_il2cpp_TypeInfo_var)), &L_63); String_t* L_65; L_65 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06A61D64D27460EF04BE4DCF66F6E64E285C68A4)), L_64, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_66 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_66, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), L_65, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_ReadType_m2936A16744BE5816700C3EC1597F305AB480F60D_RuntimeMethod_var))); } } // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBinary(Newtonsoft.Json.Bson.BsonBinaryType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonReader_ReadBinary_m9CB4263EB40B9F18E509203097756E2AC98858F8 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, uint8_t* ___binaryType0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); V_0 = L_0; uint8_t* L_1 = ___binaryType0; uint8_t L_2; L_2 = BsonReader_ReadByte_mFFECD2A9F76B48A7187D309AB4C5FD74314B62E2(__this, /*hidden argument*/NULL); *((int8_t*)L_1) = (int8_t)L_2; uint8_t* L_3 = ___binaryType0; int32_t L_4 = *((uint8_t*)L_3); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0023; } } { bool L_5 = __this->get__jsonNet35BinaryCompatibility_27(); if (L_5) { goto IL_0023; } } { int32_t L_6; L_6 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); V_0 = L_6; } IL_0023: { int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = BsonReader_ReadBytes_mB38AA084F3273E5B859330EA3B22F24BD24CC7A1(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadString_m19AD6F229CE098C85AB38B5AAD4A5A1FD516D328 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, 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; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { BsonReader_EnsureBuffers_m9164C7E6A3B5B82E232AE5B1792067AD0AE3999A(__this, /*hidden argument*/NULL); V_0 = (StringBuilder_t *)NULL; V_1 = 0; V_2 = 0; } IL_000c: { int32_t L_0 = V_2; V_3 = L_0; goto IL_001e; } IL_0010: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__byteBuffer_21(); int32_t L_2 = V_3; int32_t L_3 = L_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); uint8_t L_4 = V_4; NullCheck(L_1); (L_1)->SetAt(static_cast(L_3), (uint8_t)L_4); } IL_001e: { int32_t L_5 = V_3; if ((((int32_t)L_5) >= ((int32_t)((int32_t)128)))) { goto IL_0037; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_6 = __this->get__reader_19(); NullCheck(L_6); uint8_t L_7; L_7 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_6); uint8_t L_8 = L_7; V_4 = L_8; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0010; } } IL_0037: { int32_t L_9 = V_3; int32_t L_10 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_1; int32_t L_12 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_3; if ((((int32_t)L_13) >= ((int32_t)((int32_t)128)))) { goto IL_0080; } } { StringBuilder_t * L_14 = V_0; if (L_14) { goto IL_0080; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_15; L_15 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get__byteBuffer_21(); int32_t L_17 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get__charBuffer_22(); NullCheck(L_15); int32_t L_19; L_19 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_15, L_16, 0, L_17, L_18, 0); V_6 = L_19; int32_t L_20 = V_1; BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get__charBuffer_22(); int32_t L_22 = V_6; String_t* L_23; L_23 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_21, 0, L_22, /*hidden argument*/NULL); return L_23; } IL_0080: { int32_t L_24 = V_3; int32_t L_25; L_25 = BsonReader_GetLastFullCharStop_m0AFEE15BEEA99A8B82C9717E52286D212D4C86A6(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_25; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_26; L_26 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get__byteBuffer_21(); int32_t L_28 = V_7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = __this->get__charBuffer_22(); NullCheck(L_26); int32_t L_30; L_30 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_26, L_27, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), L_29, 0); V_8 = L_30; StringBuilder_t * L_31 = V_0; if (L_31) { goto IL_00b7; } } { StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_32, ((int32_t)256), /*hidden argument*/NULL); V_0 = L_32; } IL_00b7: { StringBuilder_t * L_33 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = __this->get__charBuffer_22(); int32_t L_35 = V_8; NullCheck(L_33); StringBuilder_t * L_36; L_36 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_33, L_34, 0, L_35, /*hidden argument*/NULL); int32_t L_37 = V_7; int32_t L_38 = V_5; if ((((int32_t)L_37) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1))))) { goto IL_00f3; } } { int32_t L_39 = V_5; int32_t L_40 = V_7; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40)), (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get__byteBuffer_21(); int32_t L_42 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = __this->get__byteBuffer_21(); int32_t L_44 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_43, 0, L_44, /*hidden argument*/NULL); goto IL_000c; } IL_00f3: { int32_t L_45 = V_3; if ((((int32_t)L_45) >= ((int32_t)((int32_t)128)))) { goto IL_010b; } } { int32_t L_46 = V_1; BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)), /*hidden argument*/NULL); StringBuilder_t * L_47 = V_0; NullCheck(L_47); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47); return L_48; } IL_010b: { V_2 = 0; goto IL_000c; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadLengthString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_ReadLengthString_mB37FFA27CF516253BE556AF33F0BF7A29B537D42 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = V_0; String_t* L_3; L_3 = BsonReader_GetString_mF0D9F9A653BC0DA9C1664231967C83998C8039F3(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_4 = __this->get__reader_19(); NullCheck(L_4); uint8_t L_5; L_5 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_4); return L_3; } } // System.String Newtonsoft.Json.Bson.BsonReader::GetString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BsonReader_GetString_mF0D9F9A653BC0DA9C1664231967C83998C8039F3 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___length0, 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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; 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 V_7 = 0; int32_t G_B6_0 = 0; { int32_t L_0 = ___length0; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { BsonReader_EnsureBuffers_m9164C7E6A3B5B82E232AE5B1792067AD0AE3999A(__this, /*hidden argument*/NULL); V_0 = (StringBuilder_t *)NULL; V_1 = 0; V_2 = 0; } IL_0015: { int32_t L_2 = ___length0; int32_t L_3 = V_1; int32_t L_4 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_4))))) { goto IL_0026; } } { int32_t L_5 = ___length0; int32_t L_6 = V_1; G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); goto IL_002d; } IL_0026: { int32_t L_7 = V_2; G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_7)); } IL_002d: { V_3 = G_B6_0; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_8 = __this->get__reader_19(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get__byteBuffer_21(); int32_t L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_8); int32_t L_12; L_12 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); V_4 = L_12; int32_t L_13 = V_4; if (L_13) { goto IL_0052; } } { EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_14 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7630F7A0C27B2EE30DD70CE0777AD917869A5FC4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonReader_GetString_mF0D9F9A653BC0DA9C1664231967C83998C8039F3_RuntimeMethod_var))); } IL_0052: { int32_t L_15 = V_1; int32_t L_16 = V_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_4; int32_t L_18 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = V_4; int32_t L_20 = ___length0; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_008d; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_21; L_21 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get__byteBuffer_21(); int32_t L_23 = V_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get__charBuffer_22(); NullCheck(L_21); int32_t L_25; L_25 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_21, L_22, 0, L_23, L_24, 0); V_5 = L_25; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = __this->get__charBuffer_22(); int32_t L_27 = V_5; String_t* L_28; L_28 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_26, 0, L_27, /*hidden argument*/NULL); return L_28; } IL_008d: { int32_t L_29 = V_4; int32_t L_30; L_30 = BsonReader_GetLastFullCharStop_m0AFEE15BEEA99A8B82C9717E52286D212D4C86A6(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); V_6 = L_30; StringBuilder_t * L_31 = V_0; if (L_31) { goto IL_00a3; } } { int32_t L_32 = ___length0; StringBuilder_t * L_33 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_33, L_32, /*hidden argument*/NULL); V_0 = L_33; } IL_00a3: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_34; L_34 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get__byteBuffer_21(); int32_t L_36 = V_6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = __this->get__charBuffer_22(); NullCheck(L_34); int32_t L_38; L_38 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_34, L_35, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), L_37, 0); V_7 = L_38; StringBuilder_t * L_39 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_40 = __this->get__charBuffer_22(); int32_t L_41 = V_7; NullCheck(L_39); StringBuilder_t * L_42; L_42 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_39, L_40, 0, L_41, /*hidden argument*/NULL); int32_t L_43 = V_6; int32_t L_44 = V_4; if ((((int32_t)L_43) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1))))) { goto IL_00fa; } } { int32_t L_45 = V_4; int32_t L_46 = V_6; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46)), (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get__byteBuffer_21(); int32_t L_48 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = __this->get__byteBuffer_21(); int32_t L_50 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_47, ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_49, 0, L_50, /*hidden argument*/NULL); goto IL_00fc; } IL_00fa: { V_2 = 0; } IL_00fc: { int32_t L_51 = V_1; int32_t L_52 = ___length0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_0015; } } { StringBuilder_t * L_53 = V_0; NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_53); return L_54; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::GetLastFullCharStop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_GetLastFullCharStop_m0AFEE15BEEA99A8B82C9717E52286D212D4C86A6 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___start0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start0; V_0 = L_0; V_1 = 0; goto IL_0028; } IL_0006: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__byteBuffer_21(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); int32_t L_5; L_5 = BsonReader_BytesInSequence_m8A3C2B3E9BA7F5EB7EF9E750F26BBA272F57834B(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if (L_6) { goto IL_001e; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0028; } IL_001e: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_002c; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); goto IL_002c; } IL_0028: { int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0006; } } IL_002c: { int32_t L_11 = V_1; int32_t L_12 = ___start0; int32_t L_13 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)))))) { goto IL_0034; } } { int32_t L_14 = ___start0; return L_14; } IL_0034: { int32_t L_15 = V_0; return L_15; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::BytesInSequence(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_BytesInSequence_m8A3C2B3E9BA7F5EB7EF9E750F26BBA272F57834B (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange1_15(); NullCheck(L_1); int32_t L_2 = 1; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((((int32_t)L_0) > ((int32_t)L_3))) { goto IL_000c; } } { return 1; } IL_000c: { uint8_t L_4 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange2_16(); NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); if ((((int32_t)L_4) < ((int32_t)L_7))) { goto IL_0022; } } { uint8_t L_8 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange2_16(); NullCheck(L_9); int32_t L_10 = 1; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); if ((((int32_t)L_8) > ((int32_t)L_11))) { goto IL_0022; } } { return 2; } IL_0022: { uint8_t L_12 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange3_17(); NullCheck(L_13); int32_t L_14 = 0; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0038; } } { uint8_t L_16 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange3_17(); NullCheck(L_17); int32_t L_18 = 1; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); if ((((int32_t)L_16) > ((int32_t)L_19))) { goto IL_0038; } } { return 3; } IL_0038: { uint8_t L_20 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange4_18(); NullCheck(L_21); int32_t L_22 = 0; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_004e; } } { uint8_t L_24 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->get_SeqRange4_18(); NullCheck(L_25); int32_t L_26 = 1; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); if ((((int32_t)L_24) > ((int32_t)L_27))) { goto IL_004e; } } { return 4; } IL_004e: { return 0; } } // System.Void Newtonsoft.Json.Bson.BsonReader::EnsureBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_EnsureBuffers_m9164C7E6A3B5B82E232AE5B1792067AD0AE3999A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__byteBuffer_21(); if (L_0) { goto IL_0018; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set__byteBuffer_21(L_1); } IL_0018: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__charBuffer_22(); if (L_2) { goto IL_003c; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(34 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_3, ((int32_t)128)); V_0 = L_4; int32_t L_5 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set__charBuffer_22(L_6); } IL_003c: { return; } } // System.Double Newtonsoft.Json.Bson.BsonReader::ReadDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BsonReader_ReadDouble_mBF56F4DE96244EFB1B8023A888CA1282F9CD59A5 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, 8, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__reader_19(); NullCheck(L_0); double L_1; L_1 = VirtualFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_0); return L_1; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::ReadInt32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BsonReader_ReadInt32_mA95E701304583AB80CAE34F30467740FFBE5652C (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, 4, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__reader_19(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0); return L_1; } } // System.Int64 Newtonsoft.Json.Bson.BsonReader::ReadInt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BsonReader_ReadInt64_mD603BF08D9B3BAA9B34D89F2C87BB27E903B9ADD (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, 8, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__reader_19(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_0); return L_1; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::ReadType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonReader_ReadType_mCE638142C2694B12143F44909A3DB0437057F59A (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, 1, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__reader_19(); NullCheck(L_0); int8_t L_1; L_1 = VirtualFuncInvoker0< int8_t >::Invoke(11 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_0); return (int8_t)(L_1); } } // System.Void Newtonsoft.Json.Bson.BsonReader::MovePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___count0, const RuntimeMethod* method) { { ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_0 = __this->get__currentContext_25(); ContainerContext_tEF8F7D9BBE5FEF04001388CA926FBF92A0FF1EB6 * L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->get_Position_2(); int32_t L_3 = ___count0; NullCheck(L_1); L_1->set_Position_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); return; } } // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonReader_ReadBytes_mB38AA084F3273E5B859330EA3B22F24BD24CC7A1 (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; BsonReader_MovePosition_m0726085A8E52CF88744910114579E11ACE7F1B4E(__this, L_0, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_1 = __this->get__reader_19(); int32_t L_2 = ___count0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_1, L_2); return L_3; } } // System.Void Newtonsoft.Json.Bson.BsonReader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonReader__cctor_m1DA0AE3C79441D1EAD760C271A1BD38684DD6352 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint8_t)((int32_t)127)); ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->set_SeqRange1_15(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)194)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)((int32_t)223)); ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->set_SeqRange2_16(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)((int32_t)224)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint8_t)((int32_t)239)); ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->set_SeqRange3_17(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)((int32_t)240)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (uint8_t)((int32_t)244)); ((BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07_il2cpp_TypeInfo_var))->set_SeqRange4_18(L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Pattern(Newtonsoft.Json.Bson.BsonString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonRegex_set_Pattern_mB160A3C21D060ADEA41779C1FD8C9FF7A2548B0D (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3CPatternU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Options(Newtonsoft.Json.Bson.BsonString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonRegex_set_Options_m5DE974D5ED8494B152F0299FDCD84BC9A9901B3E (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonRegex::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonRegex__ctor_mC924041903F75D3CA82ED0FB39F5D439B481F886 (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341(__this, /*hidden argument*/NULL); String_t* L_0 = ___pattern0; BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_1 = (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B *)il2cpp_codegen_object_new(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var); BsonString__ctor_m5C4541C59E36837AE0722E26E54FA5CD4BB6CABD(L_1, L_0, (bool)0, /*hidden argument*/NULL); BsonRegex_set_Pattern_mB160A3C21D060ADEA41779C1FD8C9FF7A2548B0D_inline(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___options1; BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_3 = (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B *)il2cpp_codegen_object_new(BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B_il2cpp_TypeInfo_var); BsonString__ctor_m5C4541C59E36837AE0722E26E54FA5CD4BB6CABD(L_3, L_2, (bool)0, /*hidden argument*/NULL); BsonRegex_set_Options_m5DE974D5ED8494B152F0299FDCD84BC9A9901B3E_inline(__this, L_3, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonRegex::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonRegex_get_Type_mDFDC57B2544A90E9CC1879CE497E01582FACACC5 (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, const RuntimeMethod* method) { { return (int8_t)(((int32_t)11)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonString::set_IncludeLength(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonString_set_IncludeLength_m9E75114EFC4A6989393AD0E192195472E2F51DC0 (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIncludeLengthU3Ek__BackingField_3(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonString::.ctor(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonString__ctor_m5C4541C59E36837AE0722E26E54FA5CD4BB6CABD (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * __this, RuntimeObject * ___value0, bool ___includeLength1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; BsonValue__ctor_mAC6CDAE3CEE5F862A67FC78A2A8380EE22289C1A(__this, L_0, 2, /*hidden argument*/NULL); bool L_1 = ___includeLength1; BsonString_set_IncludeLength_m9E75114EFC4A6989393AD0E192195472E2F51DC0_inline(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonToken::set_Parent(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonToken_set_Parent_mF1903E757DE89AD31D0FA3A5F7253E520DBA4F5D (BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method) { { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonToken::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341 (BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonValue::.ctor(System.Object,Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonValue__ctor_mAC6CDAE3CEE5F862A67FC78A2A8380EE22289C1A (BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method) { { BsonToken__ctor_m4F48E98A0D8935D035B1F89F16D5D2AF715D0341(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set__value_1(L_0); int8_t L_1 = ___type1; __this->set__type_2(L_1); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonValue::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BsonValue_get_Type_mEEDA7D6AEE0F6D370403469B24BAFF4870BCC47F (BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 * __this, const RuntimeMethod* method) { { int8_t L_0 = __this->get__type_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonWriter::AddValue(System.Object,Newtonsoft.Json.Bson.BsonType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_AddValue_m1DCA23DE9224556C8D41EB982C752431F620C30B (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int8_t L_1 = ___type1; BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 * L_2 = (BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857 *)il2cpp_codegen_object_new(BsonValue_t664F2D1F40613ACB53B3214FCB2D22FD8E2B2857_il2cpp_TypeInfo_var); BsonValue__ctor_mAC6CDAE3CEE5F862A67FC78A2A8380EE22289C1A(L_2, L_0, L_1, /*hidden argument*/NULL); BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::AddToken(Newtonsoft.Json.Bson.BsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_0 = __this->get__parent_14(); if (!L_0) { goto IL_0046; } } { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_1 = __this->get__parent_14(); if (!((BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 *)IsInstClass((RuntimeObject*)L_1, BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713_il2cpp_TypeInfo_var))) { goto IL_0034; } } { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_2 = __this->get__parent_14(); String_t* L_3 = __this->get__propertyName_15(); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_4 = ___token0; NullCheck(((BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 *)CastclassClass((RuntimeObject*)L_2, BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713_il2cpp_TypeInfo_var))); BsonObject_Add_m41EE6341357A27F19CBD978A94A87613FD94AF9D(((BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713 *)CastclassClass((RuntimeObject*)L_2, BsonObject_t800EFD5C5770D8802095EEAF0C22A1DD05C74713_il2cpp_TypeInfo_var)), L_3, L_4, /*hidden argument*/NULL); __this->set__propertyName_15((String_t*)NULL); return; } IL_0034: { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_5 = __this->get__parent_14(); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_6 = ___token0; NullCheck(((BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 *)CastclassClass((RuntimeObject*)L_5, BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7_il2cpp_TypeInfo_var))); BsonArray_Add_m9034C3D51CCA2A743265F8A102F3F5B3480899AA(((BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7 *)CastclassClass((RuntimeObject*)L_5, BsonArray_t7369E141ED4A0C0175FEA14C88A07E3004441CD7_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL); return; } IL_0046: { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_7 = ___token0; NullCheck(L_7); int8_t L_8; L_8 = VirtualFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_7); if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_007a; } } { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_9 = ___token0; NullCheck(L_9); int8_t L_10; L_10 = VirtualFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_9); if ((((int32_t)L_10) == ((int32_t)4))) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_12 = ___token0; NullCheck(L_12); int8_t L_13; L_13 = VirtualFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_12); int8_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonType_t21E49BFB0972EF88F2942C8312EAC8C8DF270027_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C48A326ACCC25E558DC329A6C92D8184942B973)), L_11, L_15, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_17; L_17 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_16, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB_RuntimeMethod_var))); } IL_007a: { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_18 = ___token0; __this->set__parent_14(L_18); BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_19 = ___token0; __this->set__root_13(L_19); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteObjectId(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_WriteObjectId_m0D1E76B8032B120826F272DB2B0949217378DBC6 (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386((RuntimeObject *)(RuntimeObject *)L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)((int32_t)12)))) { goto IL_001f; } } { JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_2; L_2 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral161567E318CEB965509FE84CE4198A12E62440AF)), (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BsonWriter_WriteObjectId_m0D1E76B8032B120826F272DB2B0949217378DBC6_RuntimeMethod_var))); } IL_001f: { JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, ((int32_t)12), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; BsonWriter_AddValue_m1DCA23DE9224556C8D41EB982C752431F620C30B(__this, (RuntimeObject *)(RuntimeObject *)L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteRegex(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BsonWriter_WriteRegex_mCB617628EA81B2B20BCD49E3C350B26B18E4535B (BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0, /*hidden argument*/NULL); JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, ((int32_t)12), /*hidden argument*/NULL); String_t* L_1 = ___pattern0; String_t* L_2 = ___options1; BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * L_3 = (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B *)il2cpp_codegen_object_new(BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B_il2cpp_TypeInfo_var); BsonRegex__ctor_mC924041903F75D3CA82ED0FB39F5D439B481F886(L_3, L_1, L_2, /*hidden argument*/NULL); BsonWriter_AddToken_m859593957914774D110851593E2D3798C1D5B3DB(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::RentBuffer(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF (RuntimeObject* ___bufferPool0, int32_t ___minSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_000a; } } { int32_t L_1 = ___minSize1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_1); return L_2; } IL_000a: { RuntimeObject* L_3 = ___bufferPool0; int32_t L_4 = ___minSize1; NullCheck(L_3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5; L_5 = InterfaceFuncInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(0 /* T[] Newtonsoft.Json.IArrayPool`1::Rent(System.Int32) */, IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } } // System.Void Newtonsoft.Json.Utilities.BufferUtils::ReturnBuffer(Newtonsoft.Json.IArrayPool`1,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494 (RuntimeObject* ___bufferPool0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { RuntimeObject* L_1 = ___bufferPool0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer1; NullCheck(L_1); InterfaceActionInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(1 /* System.Void Newtonsoft.Json.IArrayPool`1::Return(T[]) */, IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var, L_1, L_2); return; } } // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::EnsureBufferSize(Newtonsoft.Json.IArrayPool`1,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* BufferUtils_EnsureBufferSize_m422B0C50E181D98372CB02E1596FE80E845ED44D (RuntimeObject* ___bufferPool0, int32_t ___size1, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_000a; } } { int32_t L_1 = ___size1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_1); return L_2; } IL_000a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = ___buffer2; if (!L_3) { goto IL_0014; } } { RuntimeObject* L_4 = ___bufferPool0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ___buffer2; NullCheck(L_4); InterfaceActionInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(1 /* System.Void Newtonsoft.Json.IArrayPool`1::Return(T[]) */, IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_il2cpp_TypeInfo_var, L_4, L_5); } IL_0014: { RuntimeObject* L_6 = ___bufferPool0; int32_t L_7 = ___size1; NullCheck(L_6); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8; L_8 = InterfaceFuncInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(0 /* T[] Newtonsoft.Json.IArrayPool`1::Rent(System.Int32) */, IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9_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 // System.Void Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CamelCasePropertyNamesContractResolver__ctor_m48F6D1B0927EE1F00391C5811D523946C1C62D0A (CamelCasePropertyNamesContractResolver_tBBD1CED07CDE54E267225897417A725859B8953E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); DefaultContractResolver__ctor_m7A48906A61362FC01ACD44BACDCB7207D13AB6B3(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver::ResolvePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CamelCasePropertyNamesContractResolver_ResolvePropertyName_m429156924F81C13FE65FAD2ED52E40F023BE861C (CamelCasePropertyNamesContractResolver_tBBD1CED07CDE54E267225897417A725859B8953E * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; String_t* L_1; L_1 = StringUtils_ToCamelCase_m874D79971CEE162C0415EF7593B20819D29ADF63(L_0, /*hidden argument*/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 // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsDictionaryType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsDictionaryType_mCEBF4924207058D598A85B7212DF64081C8223B1 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); Type_t * L_3 = ___type0; NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_2, L_3); if (!L_4) { goto IL_001f; } } { return (bool)1; } IL_001f: { Type_t * L_5 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_8; L_8 = ReflectionUtils_ImplementsGenericDefinition_m6207F2FEED7C5DE7A6706D26040656D8B3B635DF(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { return (bool)1; } IL_0033: { return (bool)0; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * CollectionUtils_ResolveEnumerableCollectionConstructor_mF47E2465D637C2E2A546D64D1704AD3DEAFF690F (Type_t * ___collectionType0, Type_t * ___collectionItemType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = L_2; Type_t * L_4 = ___collectionItemType1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Type_t *)L_4); NullCheck(L_1); Type_t * L_5; L_5 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_1, L_3); V_0 = L_5; Type_t * L_6 = ___collectionType0; Type_t * L_7 = ___collectionItemType1; Type_t * L_8 = V_0; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_9; L_9 = CollectionUtils_ResolveEnumerableCollectionConstructor_m9A580D7686D6FF8EF47068D66850BF97018F25D0(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * CollectionUtils_ResolveEnumerableCollectionConstructor_m9A580D7686D6FF8EF47068D66850BF97018F25D0 (Type_t * ___collectionType0, Type_t * ___collectionItemType1, Type_t * ___constructorArgumentType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t70AF090C8533E34C68F06F04F081A0F1E497FA56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t8F74EAED104F0A35E1CFEB0AA58667E0E38FFD01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* V_2 = NULL; int32_t V_3 = 0; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_4 = NULL; RuntimeObject* V_5 = NULL; Type_t * V_6 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = L_2; Type_t * L_4 = ___collectionItemType1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Type_t *)L_4); NullCheck(L_1); Type_t * L_5; L_5 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_1, L_3); V_0 = L_5; V_1 = (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL; Type_t * L_6 = ___collectionType0; NullCheck(L_6); ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_7; L_7 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498*, int32_t >::Invoke(37 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_6, ((int32_t)20)); V_2 = L_7; V_3 = 0; goto IL_006e; } IL_0029: { ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_12 = V_4; NullCheck(L_12); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_13; L_13 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, 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 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t70AF090C8533E34C68F06F04F081A0F1E497FA56_il2cpp_TypeInfo_var, L_14); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_006a; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_17; L_17 = InterfaceFuncInvoker1< ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t8F74EAED104F0A35E1CFEB0AA58667E0E38FFD01_il2cpp_TypeInfo_var, L_16, 0); NullCheck(L_17); Type_t * L_18; L_18 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_17); V_6 = L_18; Type_t * L_19 = V_0; Type_t * L_20 = V_6; if ((!(((RuntimeObject*)(Type_t *)L_19) == ((RuntimeObject*)(Type_t *)L_20)))) { goto IL_005a; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_21 = V_4; V_1 = L_21; goto IL_0074; } IL_005a: { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_22 = V_1; if (L_22) { goto IL_006a; } } { Type_t * L_23 = V_6; Type_t * L_24 = ___constructorArgumentType2; NullCheck(L_23); bool L_25; L_25 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_23, L_24); if (!L_25) { goto IL_006a; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_26 = V_4; V_1 = L_26; } IL_006a: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006e: { int32_t L_28 = V_3; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_29 = V_2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0029; } } IL_0074: { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_30 = V_1; return L_30; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.CollectionUtils::GetDimensions(System.Collections.IList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m9B973A4F638E04E6D1BA430D4C46108C0F494D2C (RuntimeObject* ___values0, int32_t ___dimensionsCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_0, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_0 = (RuntimeObject*)L_0; RuntimeObject* L_1 = ___values0; 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 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_3); NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_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 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var, L_5); int32_t L_7 = ___dimensionsCount1; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_003e; } } { RuntimeObject* L_8 = V_1; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_003e; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_10, 0); V_2 = L_11; RuntimeObject * L_12 = V_2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_12, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_13 = V_2; V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); goto IL_0008; } IL_003e: { RuntimeObject* L_14 = V_0; return L_14; } } // System.Void Newtonsoft.Json.Utilities.CollectionUtils::CopyFromJaggedToMultidimensionalArray(System.Collections.IList,System.Array,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2 (RuntimeObject* ___values0, RuntimeArray * ___multidimensionalArray1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___indices2; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); int32_t L_1 = V_0; RuntimeArray * L_2 = ___multidimensionalArray1; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001c; } } { RuntimeArray * L_4 = ___multidimensionalArray1; RuntimeObject* L_5 = ___values0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___indices2; RuntimeObject * L_7; L_7 = CollectionUtils_JaggedArrayGetValue_m662751C0A714033110043FDCB6AF04079DB0564C(L_5, L_6, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ___indices2; NullCheck(L_4); Array_SetValue_m155453B293707C32AF61EB51F74A2381B91C2847(L_4, L_7, L_8, /*hidden argument*/NULL); return; } IL_001c: { RuntimeArray * L_9 = ___multidimensionalArray1; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11; L_11 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; RuntimeObject* L_12 = ___values0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = ___indices2; RuntimeObject * L_14; L_14 = CollectionUtils_JaggedArrayGetValue_m662751C0A714033110043FDCB6AF04079DB0564C(L_12, L_13, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var))); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_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_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD5BAE51140F5FF32C4A4D46B53FB6E0AA6B4FD6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2_RuntimeMethod_var))); } IL_0043: { int32_t L_18 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); V_2 = L_19; V_3 = 0; goto IL_005a; } IL_0050: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = V_2; int32_t L_21 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = ___indices2; int32_t L_23 = V_3; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (int32_t)L_25); int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_2; int32_t L_30 = V_0; int32_t L_31 = V_4; NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (int32_t)L_31); RuntimeObject* L_32 = ___values0; RuntimeArray * L_33 = ___multidimensionalArray1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = V_2; CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2(L_32, L_33, L_34, /*hidden argument*/NULL); int32_t L_35 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0076: { int32_t L_36 = V_4; RuntimeArray * L_37 = ___multidimensionalArray1; int32_t L_38 = V_0; NullCheck(L_37); int32_t L_39; L_39 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB(L_37, L_38, /*hidden argument*/NULL); if ((((int32_t)L_36) < ((int32_t)L_39))) { goto IL_0063; } } { return; } } // System.Object Newtonsoft.Json.Utilities.CollectionUtils::JaggedArrayGetValue(System.Collections.IList,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionUtils_JaggedArrayGetValue_m662751C0A714033110043FDCB6AF04079DB0564C (RuntimeObject* ___values0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___indices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { RuntimeObject* L_0 = ___values0; V_0 = L_0; V_1 = 0; goto IL_002b; } IL_0006: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___indices1; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; int32_t L_5 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = ___indices1; NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)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 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_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 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_10, L_11); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002b: { int32_t L_14 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ___indices1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0006; } } { RuntimeObject* L_16 = V_0; return L_16; } } // System.Array Newtonsoft.Json.Utilities.CollectionUtils::ToMultidimensionalArray(System.Collections.IList,System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * CollectionUtils_ToMultidimensionalArray_mEF33A26A2B907B40AD3479F6058BDDC2AE1F50F7 (RuntimeObject* ___values0, Type_t * ___type1, int32_t ___rank2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeArray * V_1 = NULL; { RuntimeObject* L_0 = ___values0; int32_t L_1 = ___rank2; RuntimeObject* L_2; L_2 = CollectionUtils_GetDimensions_m9B973A4F638E04E6D1BA430D4C46108C0F494D2C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0011; } IL_000a: { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_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 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var, L_4); int32_t L_6 = ___rank2; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_000a; } } { Type_t * L_7 = ___type1; RuntimeObject* L_8 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9; L_9 = Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7(L_8, /*hidden argument*/Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91793C14F138ACD285FF862C99DDFAEC232781C7_RuntimeMethod_var); RuntimeArray * L_10; L_10 = Array_CreateInstance_mAC559A46842AAC4E4C08FAA69E60AA6CCFDEDA64(L_7, L_9, /*hidden argument*/NULL); V_1 = L_10; RuntimeObject* L_11 = ___values0; RuntimeArray * L_12 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)0); CollectionUtils_CopyFromJaggedToMultidimensionalArray_mB2E42969755789C966820C100174C84C9D19A3D2(L_11, L_12, L_13, /*hidden argument*/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 // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::set_Expressions(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeExpression_set_Expressions_m6C250B0E8169DBA36E787DC762692444EBA47039 (CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6 * __this, List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * ___value0, const RuntimeMethod* method) { { List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * L_0 = ___value0; __this->set_U3CExpressionsU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeExpression__ctor_mE27D8F887FAD3FFC1E45F599D77A8FD38B29D13F (CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m38BB2820EC1A046D613C626317B54CAD3CC4BA80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { QueryExpression__ctor_m0A28B0D5FF9C7E7AE0F6A90BB8AE13EC99F21E6E(__this, /*hidden argument*/NULL); List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * L_0 = (List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 *)il2cpp_codegen_object_new(List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65_il2cpp_TypeInfo_var); List_1__ctor_m38BB2820EC1A046D613C626317B54CAD3CC4BA80(L_0, /*hidden argument*/List_1__ctor_m38BB2820EC1A046D613C626317B54CAD3CC4BA80_RuntimeMethod_var); CompositeExpression_set_Expressions_m6C250B0E8169DBA36E787DC762692444EBA47039_inline(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ConvertUtils_GetTypeCode_m24C505D250D4660941EF7F67200DAADAE9CE900A(L_0, (bool*)(&V_0), /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m24C505D250D4660941EF7F67200DAADAE9CE900A (Type_t * ___t0, bool* ___isEnum1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBE4B7FC44696D1A5E630F95C147D8A03CEDD99E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_0 = ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->get_TypeCodeMap_0(); Type_t * L_1 = ___t0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mBE4B7FC44696D1A5E630F95C147D8A03CEDD99E3(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mBE4B7FC44696D1A5E630F95C147D8A03CEDD99E3_RuntimeMethod_var); if (!L_2) { goto IL_0014; } } { bool* L_3 = ___isEnum1; *((int8_t*)L_3) = (int8_t)0; int32_t L_4 = V_0; return L_4; } IL_0014: { Type_t * L_5 = ___t0; bool L_6; L_6 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { bool* L_7 = ___isEnum1; *((int8_t*)L_7) = (int8_t)1; Type_t * L_8 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_10; L_10 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_9, /*hidden argument*/NULL); return L_10; } IL_002b: { Type_t * L_11 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_12; L_12 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0069; } } { Type_t * L_13 = ___t0; Type_t * L_14; L_14 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_13, /*hidden argument*/NULL); V_1 = L_14; Type_t * L_15 = V_1; bool L_16; L_16 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = L_19; Type_t * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Enum_GetUnderlyingType_m8BD5EDDA4C9A15C2988B27DD48314AC3C16F7A53(L_21, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (Type_t *)L_22); NullCheck(L_18); Type_t * L_23; L_23 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_18, L_20); bool* L_24 = ___isEnum1; *((int8_t*)L_24) = (int8_t)1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_25; L_25 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_23, /*hidden argument*/NULL); return L_25; } IL_0069: { bool* L_26 = ___isEnum1; *((int8_t*)L_26) = (int8_t)0; return (int32_t)(1); } } // Newtonsoft.Json.Utilities.TypeInformation Newtonsoft.Json.Utilities.ConvertUtils::GetTypeInformation(System.IConvertible) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * ConvertUtils_GetTypeInformation_mDC1A3965113C58B39741350A98D3444A1B4832D3 (RuntimeObject* ___convertable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_0 = ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->get_PrimitiveTypeCodes_1(); RuntimeObject* L_1 = ___convertable0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.TypeCode System.IConvertible::GetTypeCode() */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, L_1); NullCheck(L_0); int32_t L_3 = L_2; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_4 = (L_0)->GetAt(static_cast(L_3)); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsConvertible(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); Type_t * L_2 = ___t0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); return L_3; } } // System.TimeSpan Newtonsoft.Json.Utilities.ConvertUtils::ParseTimeSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8 (String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Parse_m908A28BD02E087537DA3C68B8E01B6B1F54AFE34(L_0, /*hidden argument*/NULL); return L_1; } } // System.Func`2 Newtonsoft.Json.Utilities.ConvertUtils::CreateCastConverter(Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ConvertUtils_CreateCastConverter_mC4FC20A152D0583964ABEF5C6E8CE1EF73F98CB0 (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m975EB3858A619504CD18AD42480412E4AE43087F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6E90C09E43FB002DA629508AC300A0750320118); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * V_0 = NULL; MethodInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * L_0 = (U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass9_0__ctor_m4653E8351F4D11A3B08E53288804CEE1426865AE(L_0, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1; L_1 = TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)(&___t0), /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = L_2; Type_t * L_4; L_4 = TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)(&___t0), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Type_t *)L_4); NullCheck(L_1); MethodInfo_t * L_5; L_5 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_1, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_3, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; if (L_6) { goto IL_004d; } } { Type_t * L_7; L_7 = TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)(&___t0), /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_8; Type_t * L_10; L_10 = TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline((TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 *)(&___t0), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); NullCheck(L_7); MethodInfo_t * L_11; L_11 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_7, _stringLiteralB6E90C09E43FB002DA629508AC300A0750320118, L_9, /*hidden argument*/NULL); V_1 = L_11; } IL_004d: { MethodInfo_t * L_12 = V_1; if (L_12) { goto IL_0052; } } { return (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)NULL; } IL_0052: { U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_14; L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); MethodInfo_t * L_15 = V_1; NullCheck(L_14); MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_16; L_16 = GenericVirtualFuncInvoker1< MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var, L_14, L_15); NullCheck(L_13); L_13->set_call_0(L_16); U3CU3Ec__DisplayClass9_0_t43D3430E491049C1671F5DB5E87D1AE477F4BE59 * L_17 = V_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_18 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)il2cpp_codegen_object_new(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436_il2cpp_TypeInfo_var); Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB(L_18, L_17, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m975EB3858A619504CD18AD42480412E4AE43087F_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_RuntimeMethod_var); return L_18; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_mF23E4A4E3370EE0CF43F00A4D13EF82FB6FB8EA1 (RuntimeObject * ___initialValue0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { RuntimeObject * L_0 = ___initialValue0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; Type_t * L_2 = ___targetType2; RuntimeObject ** L_3 = ___value3; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_4; L_4 = ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E(L_0, L_1, L_2, (RuntimeObject **)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000f; } } IL_000b: { V_0 = (bool)1; goto IL_001e; } IL_000f: { RuntimeObject ** L_5 = ___value3; *((RuntimeObject **)L_5) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)NULL); V_0 = (bool)0; goto IL_001e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0016; } throw e; } CATCH_0016: {// begin catch(System.Object) RuntimeObject ** L_6 = ___value3; *((RuntimeObject **)L_6) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)NULL); V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; }// end catch (depth: 1) IL_001e: { bool L_7 = V_0; return L_7; } } // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils::TryConvertInternal(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E (RuntimeObject * ___initialValue0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_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_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * V_2 = NULL; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * V_3 = NULL; Guid_t V_4; memset((&V_4), 0, sizeof(V_4)); Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * V_5 = NULL; { RuntimeObject * L_0 = ___initialValue0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFBD6003EB35087D8063200EFEE0344815A6DA10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_3; L_3 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { Type_t * L_4 = ___targetType2; Type_t * L_5; L_5 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_4, /*hidden argument*/NULL); ___targetType2 = L_5; } IL_001e: { RuntimeObject * L_6 = ___initialValue0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); V_0 = L_7; Type_t * L_8 = ___targetType2; Type_t * L_9 = V_0; if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_002e; } } { RuntimeObject ** L_10 = ___value3; RuntimeObject * L_11 = ___initialValue0; *((RuntimeObject **)L_10) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_11); return (int32_t)(0); } IL_002e: { RuntimeObject * L_12 = ___initialValue0; NullCheck(L_12); Type_t * L_13; L_13 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_14; L_14 = ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0083; } } { Type_t * L_15 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_16; L_16 = ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0083; } } { Type_t * L_17 = ___targetType2; bool L_18; L_18 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0077; } } { RuntimeObject * L_19 = ___initialValue0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var))) { goto IL_0064; } } { RuntimeObject ** L_20 = ___value3; Type_t * L_21 = ___targetType2; RuntimeObject * L_22 = ___initialValue0; NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_24; L_24 = Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039(L_21, L_23, (bool)1, /*hidden argument*/NULL); *((RuntimeObject **)L_20) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_20, (void*)(RuntimeObject *)L_24); return (int32_t)(0); } IL_0064: { RuntimeObject * L_25 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_26; L_26 = ConvertUtils_IsInteger_m112556CA336C9B7BC658835DCD79DF97C62F0EF0(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0077; } } { RuntimeObject ** L_27 = ___value3; Type_t * L_28 = ___targetType2; RuntimeObject * L_29 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_30; L_30 = Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967(L_28, L_29, /*hidden argument*/NULL); *((RuntimeObject **)L_27) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_27, (void*)(RuntimeObject *)L_30); return (int32_t)(0); } IL_0077: { RuntimeObject ** L_31 = ___value3; RuntimeObject * L_32 = ___initialValue0; Type_t * L_33 = ___targetType2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_35; L_35 = Convert_ChangeType_m6AA3DE3E595A2AABA33B5046BD6CF2AB46466C05(L_32, L_33, L_34, /*hidden argument*/NULL); *((RuntimeObject **)L_31) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_35); return (int32_t)(0); } IL_0083: { RuntimeObject * L_36 = ___initialValue0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_36, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_00ac; } } { Type_t * L_37 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39)))) { goto IL_00ac; } } { RuntimeObject ** L_40 = ___value3; RuntimeObject * L_41 = ___initialValue0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_42; memset((&L_42), 0, sizeof(L_42)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_42), ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_41, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_43 = L_42; RuntimeObject * L_44 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_43); *((RuntimeObject **)L_40) = (RuntimeObject *)L_44; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_40, (void*)(RuntimeObject *)L_44); return (int32_t)(0); } IL_00ac: { RuntimeObject * L_45 = ___initialValue0; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_45, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_00d5; } } { Type_t * L_46 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_48)))) { goto IL_00d5; } } { RuntimeObject ** L_49 = ___value3; RuntimeObject * L_50 = ___initialValue0; Guid_t L_51; memset((&L_51), 0, sizeof(L_51)); Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB((&L_51), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_50, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Guid_t L_52 = L_51; RuntimeObject * L_53 = Box(Guid_t_il2cpp_TypeInfo_var, &L_52); *((RuntimeObject **)L_49) = (RuntimeObject *)L_53; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_49, (void*)(RuntimeObject *)L_53); return (int32_t)(0); } IL_00d5: { RuntimeObject * L_54 = ___initialValue0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_54, Guid_t_il2cpp_TypeInfo_var))) { goto IL_00fd; } } { Type_t * L_55 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_00fd; } } { RuntimeObject ** L_58 = ___value3; RuntimeObject * L_59 = ___initialValue0; V_4 = ((*(Guid_t *)((Guid_t *)UnBox(L_59, Guid_t_il2cpp_TypeInfo_var)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60; L_60 = Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A((Guid_t *)(&V_4), /*hidden argument*/NULL); *((RuntimeObject **)L_58) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_58, (void*)(RuntimeObject *)L_60); return (int32_t)(0); } IL_00fd: { RuntimeObject * L_61 = ___initialValue0; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_61, String_t_il2cpp_TypeInfo_var)); String_t* L_62 = V_1; if (!L_62) { goto IL_01b0; } } { Type_t * L_63 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_0126; } } { RuntimeObject ** L_66 = ___value3; String_t* L_67 = V_1; Guid_t L_68; memset((&L_68), 0, sizeof(L_68)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_68), L_67, /*hidden argument*/NULL); Guid_t L_69 = L_68; RuntimeObject * L_70 = Box(Guid_t_il2cpp_TypeInfo_var, &L_69); *((RuntimeObject **)L_66) = (RuntimeObject *)L_70; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_66, (void*)(RuntimeObject *)L_70); return (int32_t)(0); } IL_0126: { Type_t * L_71 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_73; L_73 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_72, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_71) == ((RuntimeObject*)(Type_t *)L_73)))) { goto IL_013e; } } { RuntimeObject ** L_74 = ___value3; String_t* L_75 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_76 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF(L_76, L_75, 0, /*hidden argument*/NULL); *((RuntimeObject **)L_74) = (RuntimeObject *)L_76; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_76); return (int32_t)(0); } IL_013e: { Type_t * L_77 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_78, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_77) == ((RuntimeObject*)(Type_t *)L_79)))) { goto IL_015a; } } { RuntimeObject ** L_80 = ___value3; String_t* L_81 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_82; L_82 = ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8(L_81, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_83 = L_82; RuntimeObject * L_84 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_83); *((RuntimeObject **)L_80) = (RuntimeObject *)L_84; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_80, (void*)(RuntimeObject *)L_84); return (int32_t)(0); } IL_015a: { Type_t * L_85 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_86 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_87; L_87 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_86, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_85) == ((RuntimeObject*)(Type_t *)L_87)))) { goto IL_0171; } } { RuntimeObject ** L_88 = ___value3; String_t* L_89 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90; L_90 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_89, /*hidden argument*/NULL); *((RuntimeObject **)L_88) = (RuntimeObject *)L_90; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_88, (void*)(RuntimeObject *)L_90); return (int32_t)(0); } IL_0171: { Type_t * L_91 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_92 = { reinterpret_cast (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_93; L_93 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_92, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_91) == ((RuntimeObject*)(Type_t *)L_93)))) { goto IL_0193; } } { String_t* L_94 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_95; L_95 = ConvertUtils_VersionTryParse_m951CD31D6B9816FBFA27309397812D8D83E0C218(L_94, (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C **)(&V_5), /*hidden argument*/NULL); if (!L_95) { goto IL_018e; } } { RuntimeObject ** L_96 = ___value3; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_97 = V_5; *((RuntimeObject **)L_96) = (RuntimeObject *)L_97; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_96, (void*)(RuntimeObject *)L_97); return (int32_t)(0); } IL_018e: { RuntimeObject ** L_98 = ___value3; *((RuntimeObject **)L_98) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_98, (void*)(RuntimeObject *)NULL); return (int32_t)(3); } IL_0193: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_99, /*hidden argument*/NULL); Type_t * L_101 = ___targetType2; NullCheck(L_100); bool L_102; L_102 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_100, L_101); if (!L_102) { goto IL_01b0; } } { RuntimeObject ** L_103 = ___value3; String_t* L_104 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105; L_105 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_104, (bool)1, ConvertUtils_TryConvertInternal_mFCA82EAAF3A945C4D6C9E8037D56ED1E31BD848E_RuntimeMethod_var); *((RuntimeObject **)L_103) = (RuntimeObject *)L_105; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_103, (void*)(RuntimeObject *)L_105); return (int32_t)(0); } IL_01b0: { Type_t * L_106 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_107; L_107 = ConvertUtils_GetConverter_m3A78C47F2CF7D9A593F874830E240144B13EB8F9(L_106, /*hidden argument*/NULL); V_2 = L_107; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_108 = V_2; if (!L_108) { goto IL_01d1; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_109 = V_2; Type_t * L_110 = ___targetType2; NullCheck(L_109); bool L_111; L_111 = TypeConverter_CanConvertTo_m470B67B6EB76AFEF535E113FD300F4A03C525E98(L_109, L_110, /*hidden argument*/NULL); if (!L_111) { goto IL_01d1; } } { RuntimeObject ** L_112 = ___value3; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_113 = V_2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_114 = ___culture1; RuntimeObject * L_115 = ___initialValue0; Type_t * L_116 = ___targetType2; NullCheck(L_113); RuntimeObject * L_117; L_117 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, L_113, (RuntimeObject*)NULL, L_114, L_115, L_116); *((RuntimeObject **)L_112) = (RuntimeObject *)L_117; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_112, (void*)(RuntimeObject *)L_117); return (int32_t)(0); } IL_01d1: { Type_t * L_118 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_119; L_119 = ConvertUtils_GetConverter_m3A78C47F2CF7D9A593F874830E240144B13EB8F9(L_118, /*hidden argument*/NULL); V_3 = L_119; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_120 = V_3; if (!L_120) { goto IL_01f1; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_121 = V_3; Type_t * L_122 = V_0; NullCheck(L_121); bool L_123; L_123 = TypeConverter_CanConvertFrom_m47A801693EFD2D471DE7E5A76FD5D1FCDE604020(L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_01f1; } } { RuntimeObject ** L_124 = ___value3; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_125 = V_3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_126 = ___culture1; RuntimeObject * L_127 = ___initialValue0; NullCheck(L_125); RuntimeObject * L_128; L_128 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, L_125, (RuntimeObject*)NULL, L_126, L_127); *((RuntimeObject **)L_124) = (RuntimeObject *)L_128; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_124, (void*)(RuntimeObject *)L_128); return (int32_t)(0); } IL_01f1: { RuntimeObject * L_129 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_130 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_129) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_130)))) { goto IL_0212; } } { Type_t * L_131 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_132; L_132 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_020d; } } { RuntimeObject ** L_133 = ___value3; Type_t * L_134 = V_0; Type_t * L_135 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); RuntimeObject * L_136; L_136 = ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9(NULL, L_134, L_135, /*hidden argument*/NULL); *((RuntimeObject **)L_133) = (RuntimeObject *)L_136; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_133, (void*)(RuntimeObject *)L_136); return (int32_t)(0); } IL_020d: { RuntimeObject ** L_137 = ___value3; *((RuntimeObject **)L_137) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_137, (void*)(RuntimeObject *)NULL); return (int32_t)(1); } IL_0212: { Type_t * L_138 = ___targetType2; bool L_139; L_139 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_138, /*hidden argument*/NULL); if (L_139) { goto IL_022a; } } { Type_t * L_140 = ___targetType2; bool L_141; L_141 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_140, /*hidden argument*/NULL); if (L_141) { goto IL_022a; } } { Type_t * L_142 = ___targetType2; bool L_143; L_143 = TypeExtensions_IsAbstract_m6A160B0ED4AE6632B36E4D780B1051F16525F9A0(L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_022f; } } IL_022a: { RuntimeObject ** L_144 = ___value3; *((RuntimeObject **)L_144) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_144, (void*)(RuntimeObject *)NULL); return (int32_t)(2); } IL_022f: { RuntimeObject ** L_145 = ___value3; *((RuntimeObject **)L_145) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_145, (void*)(RuntimeObject *)NULL); return (int32_t)(3); } } // System.Object Newtonsoft.Json.Utilities.ConvertUtils::ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_ConvertOrCast_m5342EFB8ECBE5EE70DBEEA230D1CFC63198768F5 (RuntimeObject * ___initialValue0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Type_t * ___targetType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Type_t * L_0 = ___targetType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_000f; } } { RuntimeObject * L_3 = ___initialValue0; return L_3; } IL_000f: { RuntimeObject * L_4 = ___initialValue0; if (L_4) { goto IL_001c; } } { Type_t * L_5 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_6; L_6 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001c; } } { return NULL; } IL_001c: { RuntimeObject * L_7 = ___initialValue0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture1; Type_t * L_9 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_10; L_10 = ConvertUtils_TryConvert_mF23E4A4E3370EE0CF43F00A4D13EF82FB6FB8EA1(L_7, L_8, L_9, (RuntimeObject **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_002a; } } { RuntimeObject * L_11 = V_0; return L_11; } IL_002a: { RuntimeObject * L_12 = ___initialValue0; RuntimeObject * L_13 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = ReflectionUtils_GetObjectType_m61F92E702AAAC35CC8EF0B094FC71656E292E5C9(L_13, /*hidden argument*/NULL); Type_t * L_15 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); RuntimeObject * L_16; L_16 = ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9(L_12, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Object Newtonsoft.Json.Utilities.ConvertUtils::EnsureTypeAssignable(System.Object,System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9 (RuntimeObject * ___value0, Type_t * ___initialType1, Type_t * ___targetType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m5439B2AF0693389F882D44F6FC7D2A53B462EBB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * V_1 = NULL; Type_t * G_B3_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B12_0 = NULL; String_t* G_B12_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B13_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B13_1 = NULL; String_t* G_B13_2 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0006; } } { G_B3_0 = ((Type_t *)(NULL)); goto IL_000c; } IL_0006: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; RuntimeObject * L_3 = ___value0; if (!L_3) { goto IL_0038; } } { Type_t * L_4 = ___targetType2; Type_t * L_5 = V_0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_5); if (!L_6) { goto IL_001b; } } { RuntimeObject * L_7 = ___value0; return L_7; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * L_8 = ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->get_CastConverters_2(); Type_t * L_9 = V_0; Type_t * L_10 = ___targetType2; TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 L_11; memset((&L_11), 0, sizeof(L_11)); TypeConvertKey__ctor_mE7D0FEEB17A875CA3F8E0180A6E2F811F076097E((&L_11), L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_12; L_12 = ThreadSafeStore_2_Get_m5439B2AF0693389F882D44F6FC7D2A53B462EBB7(L_8, L_11, /*hidden argument*/ThreadSafeStore_2_Get_m5439B2AF0693389F882D44F6FC7D2A53B462EBB7_RuntimeMethod_var); V_1 = L_12; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_13 = V_1; if (!L_13) { goto IL_0042; } } { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_14 = V_1; RuntimeObject * L_15 = ___value0; NullCheck(L_14); RuntimeObject * L_16; L_16 = Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6(L_14, L_15, /*hidden argument*/Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var); return L_16; } IL_0038: { Type_t * L_17 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_18; L_18 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0042; } } { return NULL; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19; L_19 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_20 = ___initialType1; G_B11_0 = L_19; G_B11_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60E054398E9A44564C17311CB5271848DD97B127)); if (L_20) { G_B12_0 = L_19; G_B12_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60E054398E9A44564C17311CB5271848DD97B127)); goto IL_0056; } } { G_B13_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581)); G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_005c; } IL_0056: { Type_t * L_21 = ___initialType1; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); G_B13_0 = L_22; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_005c: { Type_t * L_23 = ___targetType2; String_t* L_24; L_24 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(G_B13_2, G_B13_1, G_B13_0, L_23, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_25 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_EnsureTypeAssignable_m7A82659316500E70547421B8ACD6B6ED33C097B9_RuntimeMethod_var))); } } // System.ComponentModel.TypeConverter Newtonsoft.Json.Utilities.ConvertUtils::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ConvertUtils_GetConverter_m3A78C47F2CF7D9A593F874830E240144B13EB8F9 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = JsonTypeReflector_GetTypeConverter_m7D659499F4B84508083C68F3EEC338869B254B12(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::VersionTryParse(System.String,System.Version&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_m951CD31D6B9816FBFA27309397812D8D83E0C218 (String_t* ___input0, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** L_0 = ___result1; String_t* L_1 = ___input0; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_2 = (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)il2cpp_codegen_object_new(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); Version__ctor_mB484853E49F58F771DF106B7BDC92E49ACE3DAAE(L_2, L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); V_0 = (bool)1; goto IL_0014; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000c; } throw e; } CATCH_000c: {// begin catch(System.Object) Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** L_3 = ___result1; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; }// end catch (depth: 1) IL_0014: { bool L_4 = V_0; return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsInteger(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_m112556CA336C9B7BC658835DCD79DF97C62F0EF0 (RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_2; L_2 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)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; } } // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int32TryParse(System.Char[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m79EC579B93ED23CAE486E802ECB57836B5577175 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___length2, int32_t* ___value3, 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 = ___value3; *((int32_t*)L_0) = (int32_t)0; int32_t L_1 = ___length2; if (L_1) { goto IL_0008; } } { return (int32_t)(3); } IL_0008: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___chars0; int32_t L_3 = ___start1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(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 = ___length2; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0019; } } { return (int32_t)(3); } IL_0019: { int32_t L_8 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = ___start1; int32_t L_11 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___length2; if ((((int32_t)L_12) > ((int32_t)((int32_t)10)))) { goto IL_003a; } } { int32_t L_13 = ___length2; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10))))) { goto IL_005a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___chars0; int32_t L_15 = ___start1; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)48)))) <= ((int32_t)2))) { goto IL_005a; } } IL_003a: { int32_t L_18 = ___start1; V_2 = L_18; goto IL_0054; } IL_003e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = ___chars0; 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(L_21)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((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((int32_t)L_25, (int32_t)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 = ___start1; V_4 = L_28; goto IL_00ba; } IL_005f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = ___chars0; 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(L_31)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((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 = ___value3; int32_t L_36 = *((int32_t*)L_35); int32_t L_37 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10), (int32_t)L_36)), (int32_t)L_37)); int32_t L_38 = V_6; int32_t* L_39 = ___value3; 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((int32_t)L_41, (int32_t)1)); goto IL_00a9; } IL_008d: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = ___chars0; 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(L_44)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((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((int32_t)L_48, (int32_t)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 = ___value3; 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((int32_t)L_53, (int32_t)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 = ___value3; 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 = ___value3; int32_t* L_60 = ___value3; int32_t L_61 = *((int32_t*)L_60); *((int32_t*)L_59) = (int32_t)((-L_61)); } IL_00d2: { return (int32_t)(1); } } // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int64TryParse(System.Char[],System.Int32,System.Int32,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_mD1CA1A608FDF391E70C4C8E54A24CF7EB52A3EDA (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___length2, int64_t* ___value3, 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 = ___value3; *((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)0)); int32_t L_1 = ___length2; if (L_1) { goto IL_0009; } } { return (int32_t)(3); } IL_0009: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___chars0; int32_t L_3 = ___start1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(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 = ___length2; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_001a; } } { return (int32_t)(3); } IL_001a: { int32_t L_8 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0024: { int32_t L_10 = ___start1; int32_t L_11 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___length2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)19)))) { goto IL_004d; } } { int32_t L_13 = ___start1; V_2 = L_13; goto IL_0047; } IL_0031: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___chars0; 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(L_16)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((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((int32_t)L_20, (int32_t)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 = ___start1; V_4 = L_23; goto IL_00af; } IL_0052: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = ___chars0; 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(L_26)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((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 = ___value3; int64_t L_31 = *((int64_t*)L_30); int32_t L_32 = V_5; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)10))), (int64_t)L_31)), (int64_t)((int64_t)((int64_t)L_32)))); int64_t L_33 = V_6; int64_t* L_34 = ___value3; 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((int32_t)L_36, (int32_t)1)); goto IL_009e; } IL_0082: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ___chars0; 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(L_39)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((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((int32_t)L_43, (int32_t)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 = ___value3; 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((int32_t)L_48, (int32_t)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 = ___value3; int64_t L_53 = *((int64_t*)L_52); if ((!(((uint64_t)L_53) == ((uint64_t)((int64_t)(std::numeric_limits::min)()))))) { goto IL_00c6; } } { return (int32_t)(2); } IL_00c6: { int64_t* L_54 = ___value3; int64_t* L_55 = ___value3; int64_t L_56 = *((int64_t*)L_55); *((int64_t*)L_54) = (int64_t)((-L_56)); } IL_00cb: { return (int32_t)(1); } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvertGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_m6407FC5DAE151CAA6A31C1FE13261C6999EE098B (String_t* ___s0, Guid_t * ___g1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral908ADE1A14D16AE3CEA95762B25EE490A97F9688); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_TryConvertGuid_m6407FC5DAE151CAA6A31C1FE13261C6999EE098B_RuntimeMethod_var))); } IL_000e: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_2 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_2, _stringLiteral908ADE1A14D16AE3CEA95762B25EE490A97F9688, /*hidden argument*/NULL); String_t* L_3 = ___s0; NullCheck(L_2); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_4; L_4 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { Guid_t * L_6 = ___g1; String_t* L_7 = ___s0; Guid_t L_8; memset((&L_8), 0, sizeof(L_8)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_8), L_7, /*hidden argument*/NULL); *(Guid_t *)L_6 = L_8; return (bool)1; } IL_0033: { Guid_t * L_9 = ___g1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_10 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0(); *(Guid_t *)L_9 = L_10; return (bool)0; } } // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexTextToInt(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexTextToInt_m152878747FB1D413DC5A86A004ED615CDBF711E4 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___text0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___start1; V_1 = L_0; goto IL_0020; } IL_0006: { int32_t L_1 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___text0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ConvertUtils_HexCharToInt_m169F82A56A06CBD2F22E4D76E46B5C35F9F3956A(L_5, /*hidden argument*/NULL); int32_t L_7 = ___end2; int32_t L_8 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)L_8)), (int32_t)4))&(int32_t)((int32_t)31))))))); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0020: { int32_t L_10 = V_1; int32_t L_11 = ___end2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0006; } } { int32_t L_12 = V_0; return L_12; } } // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexCharToInt(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexCharToInt_m169F82A56A06CBD2F22E4D76E46B5C35F9F3956A (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) > ((int32_t)((int32_t)57)))) { goto IL_000f; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) < ((int32_t)((int32_t)48)))) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); } IL_000f: { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) > ((int32_t)((int32_t)70)))) { goto IL_001e; } } { Il2CppChar L_4 = ___ch0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65)))) { goto IL_001e; } } { Il2CppChar L_5 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)55))); } IL_001e: { Il2CppChar L_6 = ___ch0; if ((((int32_t)L_6) > ((int32_t)((int32_t)102)))) { goto IL_002d; } } { Il2CppChar L_7 = ___ch0; if ((((int32_t)L_7) < ((int32_t)((int32_t)97)))) { goto IL_002d; } } { Il2CppChar L_8 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)87))); } IL_002d: { String_t* L_9; L_9 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___ch0), /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF717EDD20184C69D2A7741CE1261780C5427566)), L_9, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_11 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConvertUtils_HexCharToInt_m169F82A56A06CBD2F22E4D76E46B5C35F9F3956A_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Utilities.ConvertUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConvertUtils__cctor_mE5454E60C4CDD8511B2E158013A1068FA28C920A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_CreateCastConverter_mC4FC20A152D0583964ABEF5C6E8CE1EF73F98CB0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC223312D543FD0C85B0B9B76923A8013A162AD39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m171FFD8B09D914647BD68479E07641F6C82652DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_m085FA6CA33BE8BC6DEA93D136F8FEA29B458E1C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_0 = (Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 *)il2cpp_codegen_object_new(Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC223312D543FD0C85B0B9B76923A8013A162AD39(L_0, /*hidden argument*/Dictionary_2__ctor_mC223312D543FD0C85B0B9B76923A8013A162AD39_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_1 = L_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_1, L_3, 2, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_4 = L_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_0_0_0_var) }; Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_4, L_6, 3, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_7 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_7, L_9, 4, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_10 = L_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); NullCheck(L_10); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_10, L_12, 5, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_13 = L_10; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); NullCheck(L_13); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_13, L_15, 6, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_16 = L_13; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_0_0_0_var) }; Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); NullCheck(L_16); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_16, L_18, 7, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_19 = L_16; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); NullCheck(L_19); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_19, L_21, 8, /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_22 = L_19; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); NullCheck(L_22); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_22, L_24, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_25 = L_22; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_26, /*hidden argument*/NULL); NullCheck(L_25); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_25, L_27, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_28 = L_25; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_0_0_0_var) }; Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_29, /*hidden argument*/NULL); NullCheck(L_28); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_28, L_30, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_31 = L_28; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_32, /*hidden argument*/NULL); NullCheck(L_31); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_31, L_33, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_34 = L_31; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_35, /*hidden argument*/NULL); NullCheck(L_34); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_34, L_36, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_37 = L_34; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); NullCheck(L_37); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_37, L_39, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_40 = L_37; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_0_0_0_var) }; Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_41, /*hidden argument*/NULL); NullCheck(L_40); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_40, L_42, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_43 = L_40; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); NullCheck(L_43); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_43, L_45, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_46 = L_43; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_0_0_0_var) }; Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); NullCheck(L_46); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_46, L_48, ((int32_t)17), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_49 = L_46; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_50, /*hidden argument*/NULL); NullCheck(L_49); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_49, L_51, ((int32_t)18), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_52 = L_49; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_53 = { reinterpret_cast (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_0_0_0_var) }; Type_t * L_54; L_54 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_53, /*hidden argument*/NULL); NullCheck(L_52); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_52, L_54, ((int32_t)19), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_55 = L_52; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); NullCheck(L_55); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_55, L_57, ((int32_t)20), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_58 = L_55; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_59 = { reinterpret_cast (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_0_0_0_var) }; Type_t * L_60; L_60 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_59, /*hidden argument*/NULL); NullCheck(L_58); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_58, L_60, ((int32_t)21), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_61 = L_58; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_62 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_63; L_63 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_62, /*hidden argument*/NULL); NullCheck(L_61); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_61, L_63, ((int32_t)22), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_64 = L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_0_0_0_var) }; Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_65, /*hidden argument*/NULL); NullCheck(L_64); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_64, L_66, ((int32_t)23), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_67 = L_64; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_68, /*hidden argument*/NULL); NullCheck(L_67); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_67, L_69, ((int32_t)24), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_70 = L_67; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_71 = { reinterpret_cast (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_0_0_0_var) }; Type_t * L_72; L_72 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_71, /*hidden argument*/NULL); NullCheck(L_70); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_70, L_72, ((int32_t)25), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_73 = L_70; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_74, /*hidden argument*/NULL); NullCheck(L_73); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_73, L_75, ((int32_t)26), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_76 = L_73; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_77 = { reinterpret_cast (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_0_0_0_var) }; Type_t * L_78; L_78 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_77, /*hidden argument*/NULL); NullCheck(L_76); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_76, L_78, ((int32_t)27), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_79 = L_76; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_80, /*hidden argument*/NULL); NullCheck(L_79); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_79, L_81, ((int32_t)28), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_82 = L_79; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_0_0_0_var) }; Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_83, /*hidden argument*/NULL); NullCheck(L_82); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_82, L_84, ((int32_t)29), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_85 = L_82; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_86 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_87; L_87 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_86, /*hidden argument*/NULL); NullCheck(L_85); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_85, L_87, ((int32_t)30), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_88 = L_85; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_89 = { reinterpret_cast (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_0_0_0_var) }; Type_t * L_90; L_90 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_89, /*hidden argument*/NULL); NullCheck(L_88); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_88, L_90, ((int32_t)31), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_91 = L_88; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_92 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_93; L_93 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_92, /*hidden argument*/NULL); NullCheck(L_91); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_91, L_93, ((int32_t)32), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_94 = L_91; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_95 = { reinterpret_cast (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_0_0_0_var) }; Type_t * L_96; L_96 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_95, /*hidden argument*/NULL); NullCheck(L_94); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_94, L_96, ((int32_t)33), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_97 = L_94; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_98 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_99; L_99 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_98, /*hidden argument*/NULL); NullCheck(L_97); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_97, L_99, ((int32_t)34), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_100 = L_97; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_0_0_0_var) }; Type_t * L_102; L_102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_101, /*hidden argument*/NULL); NullCheck(L_100); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_100, L_102, ((int32_t)35), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_103 = L_100; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_104 = { reinterpret_cast (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_0_0_0_var) }; Type_t * L_105; L_105 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_104, /*hidden argument*/NULL); NullCheck(L_103); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_103, L_105, ((int32_t)38), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_106 = L_103; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_107 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_108; L_108 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_107, /*hidden argument*/NULL); NullCheck(L_106); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_106, L_108, ((int32_t)39), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_109 = L_106; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_110 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; Type_t * L_111; L_111 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_110, /*hidden argument*/NULL); NullCheck(L_109); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_109, L_111, ((int32_t)40), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); Dictionary_2_tAD31B6AE9781FF78188B451F1F5F3E0D8A80BB67 * L_112 = L_109; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_113 = { reinterpret_cast (DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_0_0_0_var) }; Type_t * L_114; L_114 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_113, /*hidden argument*/NULL); NullCheck(L_112); Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E(L_112, L_114, ((int32_t)41), /*hidden argument*/Dictionary_2_Add_mC302E1483E6F9BBE182557BB6C87B892E048442E_RuntimeMethod_var); ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->set_TypeCodeMap_0(L_112); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_115 = (TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933*)(TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933*)SZArrayNew(TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_116 = L_115; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_117 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_117, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_118 = L_117; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_119 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_120; L_120 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_119, /*hidden argument*/NULL); NullCheck(L_118); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_118, L_120, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_121 = L_118; NullCheck(L_121); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_121, 0, /*hidden argument*/NULL); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_121); (L_116)->SetAt(static_cast(0), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_121); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_122 = L_116; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_123 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_123, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_124 = L_123; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_125 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_126; L_126 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_125, /*hidden argument*/NULL); NullCheck(L_124); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_124, L_126, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_127 = L_124; NullCheck(L_127); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_127, 1, /*hidden argument*/NULL); NullCheck(L_122); ArrayElementTypeCheck (L_122, L_127); (L_122)->SetAt(static_cast(1), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_127); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_128 = L_122; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_129 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_129, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_130 = L_129; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_131 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_132; L_132 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_131, /*hidden argument*/NULL); NullCheck(L_130); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_130, L_132, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_133 = L_130; NullCheck(L_133); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_133, ((int32_t)41), /*hidden argument*/NULL); NullCheck(L_128); ArrayElementTypeCheck (L_128, L_133); (L_128)->SetAt(static_cast(2), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_133); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_134 = L_128; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_135 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_135, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_136 = L_135; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_137 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_138; L_138 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_137, /*hidden argument*/NULL); NullCheck(L_136); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_136, L_138, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_139 = L_136; NullCheck(L_139); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_139, 4, /*hidden argument*/NULL); NullCheck(L_134); ArrayElementTypeCheck (L_134, L_139); (L_134)->SetAt(static_cast(3), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_139); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_140 = L_134; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_141 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_141, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_142 = L_141; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_143 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_144; L_144 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_143, /*hidden argument*/NULL); NullCheck(L_142); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_142, L_144, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_145 = L_142; NullCheck(L_145); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_145, 2, /*hidden argument*/NULL); NullCheck(L_140); ArrayElementTypeCheck (L_140, L_145); (L_140)->SetAt(static_cast(4), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_145); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_146 = L_140; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_147 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_147, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_148 = L_147; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_149 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_150; L_150 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_149, /*hidden argument*/NULL); NullCheck(L_148); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_148, L_150, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_151 = L_148; NullCheck(L_151); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_151, 6, /*hidden argument*/NULL); NullCheck(L_146); ArrayElementTypeCheck (L_146, L_151); (L_146)->SetAt(static_cast(5), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_151); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_152 = L_146; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_153 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_153, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_154 = L_153; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_155 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_156; L_156 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_155, /*hidden argument*/NULL); NullCheck(L_154); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_154, L_156, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_157 = L_154; NullCheck(L_157); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_157, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_152); ArrayElementTypeCheck (L_152, L_157); (L_152)->SetAt(static_cast(6), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_157); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_158 = L_152; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_159 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_159, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_160 = L_159; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_161 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_162; L_162 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_161, /*hidden argument*/NULL); NullCheck(L_160); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_160, L_162, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_163 = L_160; NullCheck(L_163); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_163, 8, /*hidden argument*/NULL); NullCheck(L_158); ArrayElementTypeCheck (L_158, L_163); (L_158)->SetAt(static_cast(7), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_163); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_164 = L_158; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_165 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_165, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_166 = L_165; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_167 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_168; L_168 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_167, /*hidden argument*/NULL); NullCheck(L_166); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_166, L_168, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_169 = L_166; NullCheck(L_169); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_169, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_164); ArrayElementTypeCheck (L_164, L_169); (L_164)->SetAt(static_cast(8), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_169); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_170 = L_164; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_171 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_171, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_172 = L_171; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_173 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_174; L_174 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_173, /*hidden argument*/NULL); NullCheck(L_172); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_172, L_174, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_175 = L_172; NullCheck(L_175); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_175, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_170); ArrayElementTypeCheck (L_170, L_175); (L_170)->SetAt(static_cast(((int32_t)9)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_175); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_176 = L_170; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_177 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_177, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_178 = L_177; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_179 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_180; L_180 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_179, /*hidden argument*/NULL); NullCheck(L_178); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_178, L_180, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_181 = L_178; NullCheck(L_181); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_181, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_176); ArrayElementTypeCheck (L_176, L_181); (L_176)->SetAt(static_cast(((int32_t)10)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_181); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_182 = L_176; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_183 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_183, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_184 = L_183; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_185 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_186; L_186 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_185, /*hidden argument*/NULL); NullCheck(L_184); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_184, L_186, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_187 = L_184; NullCheck(L_187); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_187, ((int32_t)18), /*hidden argument*/NULL); NullCheck(L_182); ArrayElementTypeCheck (L_182, L_187); (L_182)->SetAt(static_cast(((int32_t)11)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_187); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_188 = L_182; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_189 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_189, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_190 = L_189; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_191 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_192; L_192 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_191, /*hidden argument*/NULL); NullCheck(L_190); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_190, L_192, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_193 = L_190; NullCheck(L_193); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_193, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_188); ArrayElementTypeCheck (L_188, L_193); (L_188)->SetAt(static_cast(((int32_t)12)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_193); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_194 = L_188; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_195 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_195, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_196 = L_195; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_197 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_198; L_198 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_197, /*hidden argument*/NULL); NullCheck(L_196); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_196, L_198, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_199 = L_196; NullCheck(L_199); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_199, ((int32_t)22), /*hidden argument*/NULL); NullCheck(L_194); ArrayElementTypeCheck (L_194, L_199); (L_194)->SetAt(static_cast(((int32_t)13)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_199); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_200 = L_194; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_201 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_201, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_202 = L_201; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_203 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_204; L_204 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_203, /*hidden argument*/NULL); NullCheck(L_202); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_202, L_204, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_205 = L_202; NullCheck(L_205); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_205, ((int32_t)24), /*hidden argument*/NULL); NullCheck(L_200); ArrayElementTypeCheck (L_200, L_205); (L_200)->SetAt(static_cast(((int32_t)14)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_205); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_206 = L_200; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_207 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_207, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_208 = L_207; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_209 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_210; L_210 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_209, /*hidden argument*/NULL); NullCheck(L_208); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_208, L_210, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_211 = L_208; NullCheck(L_211); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_211, ((int32_t)30), /*hidden argument*/NULL); NullCheck(L_206); ArrayElementTypeCheck (L_206, L_211); (L_206)->SetAt(static_cast(((int32_t)15)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_211); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_212 = L_206; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_213 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_213, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_214 = L_213; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_215 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_216; L_216 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_215, /*hidden argument*/NULL); NullCheck(L_214); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_214, L_216, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_217 = L_214; NullCheck(L_217); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_217, ((int32_t)26), /*hidden argument*/NULL); NullCheck(L_212); ArrayElementTypeCheck (L_212, L_217); (L_212)->SetAt(static_cast(((int32_t)16)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_217); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_218 = L_212; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_219 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_219, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_220 = L_219; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_221 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_222; L_222 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_221, /*hidden argument*/NULL); NullCheck(L_220); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_220, L_222, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_223 = L_220; NullCheck(L_223); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_223, 0, /*hidden argument*/NULL); NullCheck(L_218); ArrayElementTypeCheck (L_218, L_223); (L_218)->SetAt(static_cast(((int32_t)17)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_223); TypeInformationU5BU5D_tCC7C6D80E4D2B0953BA8533FD282BCC2E9B0F933* L_224 = L_218; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_225 = (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)il2cpp_codegen_object_new(TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759_il2cpp_TypeInfo_var); TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5(L_225, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_226 = L_225; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_227 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_228; L_228 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_227, /*hidden argument*/NULL); NullCheck(L_226); TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline(L_226, L_228, /*hidden argument*/NULL); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_229 = L_226; NullCheck(L_229); TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline(L_229, ((int32_t)39), /*hidden argument*/NULL); NullCheck(L_224); ArrayElementTypeCheck (L_224, L_229); (L_224)->SetAt(static_cast(((int32_t)18)), (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 *)L_229); ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->set_PrimitiveTypeCodes_1(L_224); Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 * L_230 = (Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5 *)il2cpp_codegen_object_new(Func_2_t7DAACEF08E30FB1A2F71BAAF401855B141095EF5_il2cpp_TypeInfo_var); Func_2__ctor_m171FFD8B09D914647BD68479E07641F6C82652DF(L_230, NULL, (intptr_t)((intptr_t)ConvertUtils_CreateCastConverter_mC4FC20A152D0583964ABEF5C6E8CE1EF73F98CB0_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m171FFD8B09D914647BD68479E07641F6C82652DF_RuntimeMethod_var); ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 * L_231 = (ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t85A65A31855CD963F8DAFCCC0DD248A58EC9E5D2_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m085FA6CA33BE8BC6DEA93D136F8FEA29B458E1C5(L_231, L_230, /*hidden argument*/ThreadSafeStore_2__ctor_m085FA6CA33BE8BC6DEA93D136F8FEA29B458E1C5_RuntimeMethod_var); ((ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var))->set_CastConverters_2(L_231); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Converters.DateTimeConverterBase::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverterBase_CanConvert_mA6F345DEA0F6BB573FC65359397FD7FA5FAD3F0F (DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_001a; } } { Type_t * L_3 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_001c; } } IL_001a: { return (bool)1; } IL_001c: { Type_t * L_6 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_0036; } } { Type_t * L_9 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_0038; } } IL_0036: { return (bool)1; } IL_0038: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.DateTimeConverterBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverterBase__ctor_m7DD931943F1600E761A3F3A583564CDF68290A4C (DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.DateTimeParser IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_pinvoke(const DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6& unmarshaled, DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_pinvoke& marshaled) { marshaled.___Year_0 = unmarshaled.get_Year_0(); marshaled.___Month_1 = unmarshaled.get_Month_1(); marshaled.___Day_2 = unmarshaled.get_Day_2(); marshaled.___Hour_3 = unmarshaled.get_Hour_3(); marshaled.___Minute_4 = unmarshaled.get_Minute_4(); marshaled.___Second_5 = unmarshaled.get_Second_5(); marshaled.___Fraction_6 = unmarshaled.get_Fraction_6(); marshaled.___ZoneHour_7 = unmarshaled.get_ZoneHour_7(); marshaled.___ZoneMinute_8 = unmarshaled.get_ZoneMinute_8(); marshaled.___Zone_9 = unmarshaled.get_Zone_9(); if (unmarshaled.get__text_10() != NULL) { il2cpp_array_size_t _unmarshaled__text_Length = (unmarshaled.get__text_10())->max_length; marshaled.____text_10 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__text_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__text_Length); i++) { (marshaled.____text_10)[i] = static_cast((unmarshaled.get__text_10())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____text_10 = NULL; } marshaled.____end_11 = unmarshaled.get__end_11(); } IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_pinvoke_back(const DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_pinvoke& marshaled, DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_Year_temp_0 = 0; unmarshaled_Year_temp_0 = marshaled.___Year_0; unmarshaled.set_Year_0(unmarshaled_Year_temp_0); int32_t unmarshaled_Month_temp_1 = 0; unmarshaled_Month_temp_1 = marshaled.___Month_1; unmarshaled.set_Month_1(unmarshaled_Month_temp_1); int32_t unmarshaled_Day_temp_2 = 0; unmarshaled_Day_temp_2 = marshaled.___Day_2; unmarshaled.set_Day_2(unmarshaled_Day_temp_2); int32_t unmarshaled_Hour_temp_3 = 0; unmarshaled_Hour_temp_3 = marshaled.___Hour_3; unmarshaled.set_Hour_3(unmarshaled_Hour_temp_3); int32_t unmarshaled_Minute_temp_4 = 0; unmarshaled_Minute_temp_4 = marshaled.___Minute_4; unmarshaled.set_Minute_4(unmarshaled_Minute_temp_4); int32_t unmarshaled_Second_temp_5 = 0; unmarshaled_Second_temp_5 = marshaled.___Second_5; unmarshaled.set_Second_5(unmarshaled_Second_temp_5); int32_t unmarshaled_Fraction_temp_6 = 0; unmarshaled_Fraction_temp_6 = marshaled.___Fraction_6; unmarshaled.set_Fraction_6(unmarshaled_Fraction_temp_6); int32_t unmarshaled_ZoneHour_temp_7 = 0; unmarshaled_ZoneHour_temp_7 = marshaled.___ZoneHour_7; unmarshaled.set_ZoneHour_7(unmarshaled_ZoneHour_temp_7); int32_t unmarshaled_ZoneMinute_temp_8 = 0; unmarshaled_ZoneMinute_temp_8 = marshaled.___ZoneMinute_8; unmarshaled.set_ZoneMinute_8(unmarshaled_ZoneMinute_temp_8); int32_t unmarshaled_Zone_temp_9 = 0; unmarshaled_Zone_temp_9 = marshaled.___Zone_9; unmarshaled.set_Zone_9(unmarshaled_Zone_temp_9); if (marshaled.____text_10 != NULL) { if (unmarshaled.get__text_10() == NULL) { unmarshaled.set__text_10(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__text_10())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__text_10())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____text_10)[i])); } } int32_t unmarshaled__end_temp_11 = 0; unmarshaled__end_temp_11 = marshaled.____end_11; unmarshaled.set__end_11(unmarshaled__end_temp_11); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.DateTimeParser IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_pinvoke_cleanup(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_pinvoke& marshaled) { if (marshaled.____text_10 != NULL) { il2cpp_codegen_marshal_free(marshaled.____text_10); marshaled.____text_10 = NULL; } } // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.DateTimeParser IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_com(const DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6& unmarshaled, DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_com& marshaled) { marshaled.___Year_0 = unmarshaled.get_Year_0(); marshaled.___Month_1 = unmarshaled.get_Month_1(); marshaled.___Day_2 = unmarshaled.get_Day_2(); marshaled.___Hour_3 = unmarshaled.get_Hour_3(); marshaled.___Minute_4 = unmarshaled.get_Minute_4(); marshaled.___Second_5 = unmarshaled.get_Second_5(); marshaled.___Fraction_6 = unmarshaled.get_Fraction_6(); marshaled.___ZoneHour_7 = unmarshaled.get_ZoneHour_7(); marshaled.___ZoneMinute_8 = unmarshaled.get_ZoneMinute_8(); marshaled.___Zone_9 = unmarshaled.get_Zone_9(); if (unmarshaled.get__text_10() != NULL) { il2cpp_array_size_t _unmarshaled__text_Length = (unmarshaled.get__text_10())->max_length; marshaled.____text_10 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__text_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__text_Length); i++) { (marshaled.____text_10)[i] = static_cast((unmarshaled.get__text_10())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____text_10 = NULL; } marshaled.____end_11 = unmarshaled.get__end_11(); } IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_com_back(const DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_com& marshaled, DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_Year_temp_0 = 0; unmarshaled_Year_temp_0 = marshaled.___Year_0; unmarshaled.set_Year_0(unmarshaled_Year_temp_0); int32_t unmarshaled_Month_temp_1 = 0; unmarshaled_Month_temp_1 = marshaled.___Month_1; unmarshaled.set_Month_1(unmarshaled_Month_temp_1); int32_t unmarshaled_Day_temp_2 = 0; unmarshaled_Day_temp_2 = marshaled.___Day_2; unmarshaled.set_Day_2(unmarshaled_Day_temp_2); int32_t unmarshaled_Hour_temp_3 = 0; unmarshaled_Hour_temp_3 = marshaled.___Hour_3; unmarshaled.set_Hour_3(unmarshaled_Hour_temp_3); int32_t unmarshaled_Minute_temp_4 = 0; unmarshaled_Minute_temp_4 = marshaled.___Minute_4; unmarshaled.set_Minute_4(unmarshaled_Minute_temp_4); int32_t unmarshaled_Second_temp_5 = 0; unmarshaled_Second_temp_5 = marshaled.___Second_5; unmarshaled.set_Second_5(unmarshaled_Second_temp_5); int32_t unmarshaled_Fraction_temp_6 = 0; unmarshaled_Fraction_temp_6 = marshaled.___Fraction_6; unmarshaled.set_Fraction_6(unmarshaled_Fraction_temp_6); int32_t unmarshaled_ZoneHour_temp_7 = 0; unmarshaled_ZoneHour_temp_7 = marshaled.___ZoneHour_7; unmarshaled.set_ZoneHour_7(unmarshaled_ZoneHour_temp_7); int32_t unmarshaled_ZoneMinute_temp_8 = 0; unmarshaled_ZoneMinute_temp_8 = marshaled.___ZoneMinute_8; unmarshaled.set_ZoneMinute_8(unmarshaled_ZoneMinute_temp_8); int32_t unmarshaled_Zone_temp_9 = 0; unmarshaled_Zone_temp_9 = marshaled.___Zone_9; unmarshaled.set_Zone_9(unmarshaled_Zone_temp_9); if (marshaled.____text_10 != NULL) { if (unmarshaled.get__text_10() == NULL) { unmarshaled.set__text_10(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__text_10())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__text_10())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____text_10)[i])); } } int32_t unmarshaled__end_temp_11 = 0; unmarshaled__end_temp_11 = marshaled.____end_11; unmarshaled.set__end_11(unmarshaled__end_temp_11); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.DateTimeParser IL2CPP_EXTERN_C void DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshal_com_cleanup(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_marshaled_com& marshaled) { if (marshaled.____text_10 != NULL) { il2cpp_codegen_marshal_free(marshaled.____text_10); marshaled.____text_10 = NULL; } } // System.Void Newtonsoft.Json.Utilities.DateTimeParser::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeParser__cctor_mA5E4F681D4E2088BB81C4E45AE06B856F0862A9A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____9E31F24F64765FCAA589F589324D17C9FCF6A06D_0_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____9E31F24F64765FCAA589F589324D17C9FCF6A06D_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Power10_12(L_1); NullCheck(_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy_13(L_3); NullCheck(_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy__14(L_4); NullCheck(_stringLiteralE358F823C39A638A3134E442FF53D303271291F3); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralE358F823C39A638A3134E442FF53D303271291F3, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy_MM_15(L_5); NullCheck(_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy_MM__16(L_6); NullCheck(_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy_MM_dd_17(L_7); NullCheck(_stringLiteral878AE10D03D16A069554617545B8533ED09E594F); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral878AE10D03D16A069554617545B8533ED09E594F, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lzyyyy_MM_ddT_18(L_8); NullCheck(_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_LzHH_19(L_9); NullCheck(_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_LzHH__20(L_10); NullCheck(_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_LzHH_mm_21(L_11); NullCheck(_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_LzHH_mm__22(L_12); NullCheck(_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_LzHH_mm_ss_23(L_13); NullCheck(_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lz__24(L_14); NullCheck(_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6, /*hidden argument*/NULL); ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->set_Lz_zz_25(L_15); return; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___text0; __this->set__text_10(L_0); int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; __this->set__end_11(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))); int32_t L_3 = ___startIndex1; bool L_4; L_4 = DateTimeParser_ParseDate_mD991BBF95D49CDBD82809A52A9997C631781FB9E((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003b; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_5 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy_MM_dd_17(); int32_t L_6 = ___startIndex1; bool L_7; L_7 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), ((int32_t)84), /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_8 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy_MM_ddT_18(); int32_t L_9 = ___startIndex1; bool L_10; L_10 = DateTimeParser_ParseTimeAndZoneAndWhitespace_m1E4EC8F64D029698F37D009AC5A60E92A024ACF0((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); if (!L_10) { goto IL_003b; } } { return (bool)1; } IL_003b: { return (bool)0; } } IL2CPP_EXTERN_C bool DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0_AdjustorThunk (RuntimeObject * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0(_thisAdjusted, ___text0, ___startIndex1, ___length2, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseDate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseDate_mD991BBF95D49CDBD82809A52A9997C631781FB9E (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___start0; int32_t* L_1 = __this->get_address_of_Year_0(); bool L_2; L_2 = DateTimeParser_Parse4Digit_m448AA776A3869D29D689B3593A67AE7388536658((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_0, (int32_t*)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_00a3; } } { int32_t L_3 = __this->get_Year_0(); if ((((int32_t)1) > ((int32_t)L_3))) { goto IL_00a3; } } { int32_t L_4 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_5 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy_13(); bool L_6; L_6 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), ((int32_t)45), /*hidden argument*/NULL); if (!L_6) { goto IL_00a3; } } { int32_t L_7 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_8 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy__14(); int32_t* L_9 = __this->get_address_of_Month_1(); bool L_10; L_10 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t*)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00a3; } } { int32_t L_11 = __this->get_Month_1(); if ((((int32_t)1) > ((int32_t)L_11))) { goto IL_00a3; } } { int32_t L_12 = __this->get_Month_1(); if ((((int32_t)L_12) > ((int32_t)((int32_t)12)))) { goto IL_00a3; } } { int32_t L_13 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_14 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy_MM_15(); bool L_15; L_15 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), ((int32_t)45), /*hidden argument*/NULL); if (!L_15) { goto IL_00a3; } } { int32_t L_16 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_17 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lzyyyy_MM__16(); int32_t* L_18 = __this->get_address_of_Day_2(); bool L_19; L_19 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t*)L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a3; } } { int32_t L_20 = __this->get_Day_2(); if ((((int32_t)1) > ((int32_t)L_20))) { goto IL_00a3; } } { int32_t L_21 = __this->get_Day_2(); int32_t L_22 = __this->get_Year_0(); int32_t L_23 = __this->get_Month_1(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); int32_t L_24; L_24 = DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531(L_22, L_23, /*hidden argument*/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_mD991BBF95D49CDBD82809A52A9997C631781FB9E_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_ParseDate_mD991BBF95D49CDBD82809A52A9997C631781FB9E(_thisAdjusted, ___start0, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseTimeAndZoneAndWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m1E4EC8F64D029698F37D009AC5A60E92A024ACF0 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method) { { bool L_0; L_0 = DateTimeParser_ParseTime_m4A5ADC9B09ACE044223CB8BED1393B853F5AEA71((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, (int32_t*)(&___start0), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1 = ___start0; bool L_2; L_2 = DateTimeParser_ParseZone_m9E38ED674C6FDE851784C5CE5455BECCDADEB43C((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_1, /*hidden argument*/NULL); return L_2; } IL_0012: { return (bool)0; } } IL2CPP_EXTERN_C bool DateTimeParser_ParseTimeAndZoneAndWhitespace_m1E4EC8F64D029698F37D009AC5A60E92A024ACF0_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_ParseTimeAndZoneAndWhitespace_m1E4EC8F64D029698F37D009AC5A60E92A024ACF0(_thisAdjusted, ___start0, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseTime(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseTime_m4A5ADC9B09ACE044223CB8BED1393B853F5AEA71 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t* ___start0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_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 = ___start0; int32_t L_1 = *((int32_t*)L_0); int32_t* L_2 = __this->get_address_of_Hour_3(); bool L_3; L_3 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_1, (int32_t*)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_009b; } } { int32_t L_4 = __this->get_Hour_3(); if ((((int32_t)L_4) > ((int32_t)((int32_t)24)))) { goto IL_009b; } } { int32_t* L_5 = ___start0; int32_t L_6 = *((int32_t*)L_5); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_7 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_LzHH_19(); bool L_8; L_8 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), ((int32_t)58), /*hidden argument*/NULL); if (!L_8) { goto IL_009b; } } { int32_t* L_9 = ___start0; int32_t L_10 = *((int32_t*)L_9); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_11 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_LzHH__20(); int32_t* L_12 = __this->get_address_of_Minute_4(); bool L_13; L_13 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t*)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_009b; } } { int32_t L_14 = __this->get_Minute_4(); if ((((int32_t)L_14) >= ((int32_t)((int32_t)60)))) { goto IL_009b; } } { int32_t* L_15 = ___start0; int32_t L_16 = *((int32_t*)L_15); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_17 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_LzHH_mm_21(); bool L_18; L_18 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)58), /*hidden argument*/NULL); if (!L_18) { goto IL_009b; } } { int32_t* L_19 = ___start0; int32_t L_20 = *((int32_t*)L_19); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_21 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_LzHH_mm__22(); int32_t* L_22 = __this->get_address_of_Second_5(); bool L_23; L_23 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), (int32_t*)L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_009b; } } { int32_t L_24 = __this->get_Second_5(); if ((((int32_t)L_24) >= ((int32_t)((int32_t)60)))) { goto IL_009b; } } { int32_t L_25 = __this->get_Hour_3(); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)24))))) { goto IL_009d; } } { int32_t L_26 = __this->get_Minute_4(); if (L_26) { goto IL_009b; } } { int32_t L_27 = __this->get_Second_5(); if (!L_27) { goto IL_009d; } } IL_009b: { return (bool)0; } IL_009d: { int32_t* L_28 = ___start0; int32_t* L_29 = ___start0; int32_t L_30 = *((int32_t*)L_29); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_31 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_LzHH_mm_ss_23(); *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); int32_t* L_32 = ___start0; int32_t L_33 = *((int32_t*)L_32); bool L_34; L_34 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_33, ((int32_t)46), /*hidden argument*/NULL); if (!L_34) { goto IL_0131; } } { __this->set_Fraction_6(0); V_0 = 0; goto IL_00e9; } IL_00be: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = __this->get__text_10(); int32_t* L_36 = ___start0; 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(L_38)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)((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->get_Fraction_6(); int32_t L_43 = V_1; __this->set_Fraction_6(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)((int32_t)10))), (int32_t)L_43))); int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00e9: { int32_t* L_45 = ___start0; int32_t* L_46 = ___start0; int32_t L_47 = *((int32_t*)L_46); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)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->get__end_11(); 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->get_Fraction_6(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Power10_12(); int32_t L_56 = V_0; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_56)); int32_t L_58 = (L_55)->GetAt(static_cast(L_57)); __this->set_Fraction_6(((int32_t)il2cpp_codegen_multiply((int32_t)L_54, (int32_t)L_58))); } IL_011d: { int32_t L_59 = __this->get_Hour_3(); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)24))))) { goto IL_0131; } } { int32_t L_60 = __this->get_Fraction_6(); if (!L_60) { goto IL_0131; } } { return (bool)0; } IL_0131: { return (bool)1; } } IL2CPP_EXTERN_C bool DateTimeParser_ParseTime_m4A5ADC9B09ACE044223CB8BED1393B853F5AEA71_AdjustorThunk (RuntimeObject * __this, int32_t* ___start0, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_ParseTime_m4A5ADC9B09ACE044223CB8BED1393B853F5AEA71(_thisAdjusted, ___start0, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseZone(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseZone_m9E38ED674C6FDE851784C5CE5455BECCDADEB43C (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { int32_t L_0 = ___start0; int32_t L_1 = __this->get__end_11(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_00f3; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__text_10(); int32_t L_3 = ___start0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(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->set_Zone_9(1); int32_t L_8 = ___start0; ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); goto IL_00f3; } IL_0030: { int32_t L_9 = ___start0; int32_t L_10 = __this->get__end_11(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2))) >= ((int32_t)L_10))) { goto IL_0086; } } { int32_t L_11 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_12 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lz__24(); int32_t* L_13 = __this->get_address_of_ZoneHour_7(); bool L_14; L_14 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (int32_t*)L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0086; } } { int32_t L_15 = __this->get_ZoneHour_7(); 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->set_Zone_9(2); int32_t L_18 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_19 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lz_zz_25(); ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); goto IL_0086; } IL_0076: { __this->set_Zone_9(3); int32_t L_20 = ___start0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var); int32_t L_21 = ((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6_il2cpp_TypeInfo_var))->get_Lz_zz_25(); ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); } IL_0086: { int32_t L_22 = ___start0; int32_t L_23 = __this->get__end_11(); if ((((int32_t)L_22) >= ((int32_t)L_23))) { goto IL_00f3; } } { int32_t L_24 = ___start0; bool L_25; L_25 = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_24, ((int32_t)58), /*hidden argument*/NULL); if (!L_25) { goto IL_00ca; } } { int32_t L_26 = ___start0; ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = ___start0; int32_t L_28 = __this->get__end_11(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) >= ((int32_t)L_28))) { goto IL_00f3; } } { int32_t L_29 = ___start0; int32_t* L_30 = __this->get_address_of_ZoneMinute_8(); bool L_31; L_31 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_29, (int32_t*)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00f3; } } { int32_t L_32 = __this->get_ZoneMinute_8(); if ((((int32_t)L_32) > ((int32_t)((int32_t)99)))) { goto IL_00f3; } } { int32_t L_33 = ___start0; ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2)); goto IL_00f3; } IL_00ca: { int32_t L_34 = ___start0; int32_t L_35 = __this->get__end_11(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))) >= ((int32_t)L_35))) { goto IL_00f3; } } { int32_t L_36 = ___start0; int32_t* L_37 = __this->get_address_of_ZoneMinute_8(); bool L_38; L_38 = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)__this, L_36, (int32_t*)L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00f3; } } { int32_t L_39 = __this->get_ZoneMinute_8(); if ((((int32_t)L_39) > ((int32_t)((int32_t)99)))) { goto IL_00f3; } } { int32_t L_40 = ___start0; ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)2)); } IL_00f3: { int32_t L_41 = ___start0; int32_t L_42 = __this->get__end_11(); return (bool)((((int32_t)L_41) == ((int32_t)L_42))? 1 : 0); } } IL2CPP_EXTERN_C bool DateTimeParser_ParseZone_m9E38ED674C6FDE851784C5CE5455BECCDADEB43C_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_ParseZone_m9E38ED674C6FDE851784C5CE5455BECCDADEB43C(_thisAdjusted, ___start0, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse4Digit(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse4Digit_m448AA776A3869D29D689B3593A67AE7388536658 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, int32_t* ___num1, 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 = ___start0; int32_t L_1 = __this->get__end_11(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))) >= ((int32_t)L_1))) { goto IL_0079; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__text_10(); int32_t L_3 = ___start0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)48))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get__text_10(); int32_t L_7 = ___start0; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)48))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get__text_10(); int32_t L_11 = ___start0; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)); uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)48))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get__text_10(); int32_t L_15 = ___start0; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)3)); uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((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 = ___num1; 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)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)((int32_t)10))), (int32_t)L_28)), (int32_t)((int32_t)10))), (int32_t)L_29)), (int32_t)((int32_t)10))), (int32_t)L_30)); return (bool)1; } IL_0079: { int32_t* L_31 = ___num1; *((int32_t*)L_31) = (int32_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool DateTimeParser_Parse4Digit_m448AA776A3869D29D689B3593A67AE7388536658_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_Parse4Digit_m448AA776A3869D29D689B3593A67AE7388536658(_thisAdjusted, ___start0, ___num1, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::Parse2Digit(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start0; int32_t L_1 = __this->get__end_11(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) >= ((int32_t)L_1))) { goto IL_0041; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__text_10(); int32_t L_3 = ___start0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)48))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get__text_10(); int32_t L_7 = ___start0; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((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 = ___num1; 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)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)10))), (int32_t)L_16)); return (bool)1; } IL_0041: { int32_t* L_17 = ___num1; *((int32_t*)L_17) = (int32_t)0; return (bool)0; } } IL2CPP_EXTERN_C bool DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_Parse2Digit_m05E9CA2B2F3EBA8DCA5BD96304BFECF2ADE228B6(_thisAdjusted, ___start0, ___num1, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Utilities.DateTimeParser::ParseChar(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method) { { int32_t L_0 = ___start0; int32_t L_1 = __this->get__end_11(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0015; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__text_10(); int32_t L_3 = ___start0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); Il2CppChar L_6 = ___ch1; return (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method) { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = DateTimeParser_ParseChar_m3D13D60FEED649629F61D7F98E6D6306815B23CF(_thisAdjusted, ___start0, ___ch1, 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 // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils__cctor_m5AFBE6D991F5C3C74723F951DB8DDF732BED871E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____DD3AEFEADB1CD615F3017763F1568179FEE640B0_3_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____E92B39D8233061927D9ACDE54665E68E7535635A_4_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->set_InitialJavaScriptDateTicks_0(((int64_t)621355968000000000LL)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____E92B39D8233061927D9ACDE54665E68E7535635A_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->set_DaysToMonth365_1(L_1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____DD3AEFEADB1CD615F3017763F1568179FEE640B0_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->set_DaysToMonth366_2(L_4); return; } } // System.TimeSpan Newtonsoft.Json.Utilities.DateTimeUtils::GetUtcOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var); TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * L_0; L_0 = TimeZone_get_CurrentTimeZone_mCF5AFDCCECDC1974AC0A691BE7616629B4ABFB5B(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___d0; NullCheck(L_0); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = VirtualFuncInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(4 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_0, L_1); return L_2; } } // System.Xml.XmlDateTimeSerializationMode Newtonsoft.Json.Utilities.DateTimeUtils::ToSerializationMode(System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_ToSerializationMode_m62688A4C52F864A8A3A098E3619EFD5F001277CF (int32_t ___kind0, const RuntimeMethod* method) { { int32_t L_0 = ___kind0; 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 = ___kind0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0_il2cpp_TypeInfo_var)), &L_2); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4; L_4 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral414EEEFF5F961B9740DE01D5EC1AC2F0F745095E)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral513340C13770DA3BCCC1E8CBDCD957EAAB92BD90)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeUtils_ToSerializationMode_m62688A4C52F864A8A3A098E3619EFD5F001277CF_RuntimeMethod_var))); } } // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___timeZone1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___timeZone1; 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_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTimeUtils_SwitchToLocalTime_m644166BB5495A572C0BE081B624E74A786A35A0B(L_1, /*hidden argument*/NULL); ___value0 = L_2; goto IL_0048; } IL_0022: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTimeUtils_SwitchToUtcTime_m6C872D71658CF80A9E86BD46316CB66709686E8B(L_3, /*hidden argument*/NULL); ___value0 = L_4; goto IL_0048; } IL_002c: { int64_t L_5; L_5 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), L_5, 0, /*hidden argument*/NULL); goto IL_0048; } IL_003d: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31A818CB76EAE1A4A09297F7BFAD5D4AE41446DD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2_RuntimeMethod_var))); } IL_0048: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ___value0; return L_7; } } // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_SwitchToLocalTime_m644166BB5495A572C0BE081B624E74A786A35A0B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/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: { int64_t L_2; L_2 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; memset((&L_3), 0, sizeof(L_3)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_3), L_2, 2, /*hidden argument*/NULL); return L_3; } IL_002a: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_4; } IL_0032: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ___value0; return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_SwitchToUtcTime_m6C872D71658CF80A9E86BD46316CB66709686E8B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/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: { int64_t L_2; L_2 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; memset((&L_3), 0, sizeof(L_3)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_3), L_2, 1, /*hidden argument*/NULL); return L_3; } IL_002a: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value0; return L_4; } IL_002c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___value0; return L_6; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ToUniversalTicks(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_mE2F9BF4AD99DC897FF3E887815F1FA88B6A58055 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0012; } } { int64_t L_1; L_1 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); return L_1; } IL_0012: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC(L_3, /*hidden argument*/NULL); int64_t L_5; L_5 = DateTimeUtils_ToUniversalTicks_mF49B89CCEA02BCDD7664860439B5D2E3EF016C1B(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ToUniversalTicks(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ToUniversalTicks_mF49B89CCEA02BCDD7664860439B5D2E3EF016C1B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0024; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); bool L_3; L_3 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_6; L_6 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002c; } } IL_0024: { int64_t L_7; L_7 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); return L_7; } IL_002c: { int64_t L_8; L_8 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); int64_t L_9; L_9 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset1), /*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_8, (int64_t)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)((int64_t)0))))) { goto IL_005a; } } { return ((int64_t)((int64_t)0)); } IL_005a: { int64_t L_12 = V_0; return L_12; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m908DDC9C6C8BF5A612CB03EB8D92ADB37B55E413 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_2; L_2 = DateTimeUtils_ToUniversalTicks_mF49B89CCEA02BCDD7664860439B5D2E3EF016C1B(L_0, L_1, /*hidden argument*/NULL); int64_t L_3; L_3 = DateTimeUtils_UniversialTicksToJavaScriptTicks_m565EB3DB2ED113380F278163C960509D208209AC(L_2, /*hidden argument*/NULL); return L_3; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m9529F1BB601C2BAADFB2DC9CF539D74C1D066A3D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_1; L_1 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mFE7CD69E1478C1C17C52E5A508E8EF5ACA27985C(L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_mFE7CD69E1478C1C17C52E5A508E8EF5ACA27985C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, bool ___convertToUtc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t G_B3_0 = 0; { bool L_0 = ___convertToUtc1; if (L_0) { goto IL_000c; } } { int64_t L_1; L_1 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0012; } IL_000c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_3; L_3 = DateTimeUtils_ToUniversalTicks_mE2F9BF4AD99DC897FF3E887815F1FA88B6A58055(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_4; L_4 = DateTimeUtils_UniversialTicksToJavaScriptTicks_m565EB3DB2ED113380F278163C960509D208209AC(G_B3_0, /*hidden argument*/NULL); return L_4; } } // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::UniversialTicksToJavaScriptTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_UniversialTicksToJavaScriptTicks_m565EB3DB2ED113380F278163C960509D208209AC (int64_t ___universialTicks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___universialTicks0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_1 = ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->get_InitialJavaScriptDateTicks_0(); return ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_1))/(int64_t)((int64_t)((int64_t)((int32_t)10000))))); } } // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::ConvertJavaScriptTicksToDateTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5 (int64_t ___javaScriptTicks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___javaScriptTicks0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_1 = ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->get_InitialJavaScriptDateTicks_0(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; memset((&L_2), 0, sizeof(L_2)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_2), ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_0, (int64_t)((int64_t)((int64_t)((int32_t)10000))))), (int64_t)L_1)), 1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeIso(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeIso_m7806DF7A51BDEFA9D50BA4A993E9B8D97EE0AB3D (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int32_t ___dateTimeZoneHandling1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); int64_t V_2 = 0; int32_t V_3 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_4; memset((&V_4), 0, sizeof(V_4)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_5; memset((&V_5), 0, sizeof(V_5)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_6; memset((&V_6), 0, sizeof(V_6)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_7; memset((&V_7), 0, sizeof(V_7)); { il2cpp_codegen_initobj((&V_0), sizeof(DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 )); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0; L_0 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_1; L_1 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_2; L_2 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); bool L_3; L_3 = DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)(&V_0), L_0, L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002f; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_4 = ___dt2; il2cpp_codegen_initobj(L_4, sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); return (bool)0; } IL_002f: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTimeUtils_CreateDateTime_mA0B2A67ADC65C233BCF0A7025B5DFEAB58C4BA30(L_5, /*hidden argument*/NULL); V_1 = L_6; DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_7 = V_0; int32_t L_8 = L_7.get_Zone_9(); V_3 = L_8; int32_t L_9 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))) { case 0: { goto IL_0056; } case 1: { goto IL_006a; } case 2: { goto IL_00f5; } } } { goto IL_0178; } IL_0056: { int64_t L_10; L_10 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), L_10, 1, /*hidden argument*/NULL); goto IL_0178; } IL_006a: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_11 = V_0; int32_t L_12 = L_11.get_ZoneHour_7(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_13 = V_0; int32_t L_14 = L_13.get_ZoneMinute_8(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_4), L_12, L_14, 0, /*hidden argument*/NULL); int64_t L_15; L_15 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); int64_t L_16; L_16 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_4), /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)L_16)); int64_t L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_5 = L_18; int64_t L_19; L_19 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); if ((((int64_t)L_17) > ((int64_t)L_19))) { goto IL_00b5; } } { int64_t L_20 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; memset((&L_21), 0, sizeof(L_21)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_21), L_20, 1, /*hidden argument*/NULL); V_5 = L_21; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); V_1 = L_22; goto IL_0178; } IL_00b5: { int64_t L_23 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_25; L_25 = DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC(L_24, /*hidden argument*/NULL); V_6 = L_25; int64_t L_26; L_26 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_6), /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)L_26)); int64_t L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_5 = L_28; int64_t L_29; L_29 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); if ((((int64_t)L_27) <= ((int64_t)L_29))) { goto IL_00e7; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_5 = L_30; int64_t L_31; L_31 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); V_2 = L_31; } IL_00e7: { int64_t L_32 = V_2; DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), L_32, 2, /*hidden argument*/NULL); goto IL_0178; } IL_00f5: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_33 = V_0; int32_t L_34 = L_33.get_ZoneHour_7(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_35 = V_0; int32_t L_36 = L_35.get_ZoneMinute_8(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_7), L_34, L_36, 0, /*hidden argument*/NULL); int64_t L_37; L_37 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); int64_t L_38; L_38 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_7), /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_37, (int64_t)L_38)); int64_t L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_5 = L_40; int64_t L_41; L_41 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); if ((((int64_t)L_39) < ((int64_t)L_41))) { goto IL_013d; } } { int64_t L_42 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43; memset((&L_43), 0, sizeof(L_43)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_43), L_42, 1, /*hidden argument*/NULL); V_5 = L_43; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_44; L_44 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); V_1 = L_44; goto IL_0178; } IL_013d: { int64_t L_45 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_47; L_47 = DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC(L_46, /*hidden argument*/NULL); V_6 = L_47; int64_t L_48; L_48 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_6), /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_45, (int64_t)L_48)); int64_t L_49 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_50 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_5 = L_50; int64_t L_51; L_51 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); if ((((int64_t)L_49) >= ((int64_t)L_51))) { goto IL_016f; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_52 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_5 = L_52; int64_t L_53; L_53 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); V_2 = L_53; } IL_016f: { int64_t L_54 = V_2; DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), L_54, 2, /*hidden argument*/NULL); } IL_0178: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_55 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_56 = V_1; int32_t L_57 = ___dateTimeZoneHandling1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58; L_58 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_56, L_57, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_55 = L_58; return (bool)1; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetIso(Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetIso_mFF737B4C6F2EB72F467997A7AADEBF25DC3F6336 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 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_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 )); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0; L_0 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_1; L_1 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_2; L_2 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); bool L_3; L_3 = DateTimeParser_Parse_m19153DE29C9BFA6EEE75C87F50E857EA2EEB12F0((DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 *)(&V_0), L_0, L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002f; } } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_4 = ___dt1; il2cpp_codegen_initobj(L_4, sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); return (bool)0; } IL_002f: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTimeUtils_CreateDateTime_mA0B2A67ADC65C233BCF0A7025B5DFEAB58C4BA30(L_5, /*hidden argument*/NULL); V_1 = L_6; DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_7 = V_0; int32_t L_8 = L_7.get_Zone_9(); V_4 = L_8; int32_t L_9 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))) { case 0: { goto IL_0055; } case 1: { goto IL_0060; } case 2: { goto IL_0078; } } } { goto IL_008e; } IL_0055: { TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), ((int64_t)((int64_t)0)), /*hidden argument*/NULL); goto IL_009a; } IL_0060: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_10 = V_0; int32_t L_11 = L_10.get_ZoneHour_7(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_12 = V_0; int32_t L_13 = L_12.get_ZoneMinute_8(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), ((-L_11)), ((-L_13)), 0, /*hidden argument*/NULL); goto IL_009a; } IL_0078: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_14 = V_0; int32_t L_15 = L_14.get_ZoneHour_7(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_16 = V_0; int32_t L_17 = L_16.get_ZoneMinute_8(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), L_15, L_17, 0, /*hidden argument*/NULL); goto IL_009a; } IL_008e: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_18; L_18 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = V_1; NullCheck(L_18); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; L_20 = TimeZoneInfo_GetUtcOffset_m141D157CBED31EEB89D133955485874F235DAACA(L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_009a: { int64_t L_21; L_21 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); int64_t L_22; L_22 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_21, (int64_t)L_22)); int64_t L_23 = V_3; if ((((int64_t)L_23) < ((int64_t)((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_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_25 = ___dt1; il2cpp_codegen_initobj(L_25, sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); return (bool)0; } IL_00c4: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_26 = ___dt1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28 = V_2; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_29; memset((&L_29), 0, sizeof(L_29)); DateTimeOffset__ctor_m8A11F564555A7592D65E8012FD98CDEDD2913B9F((&L_29), L_27, L_28, /*hidden argument*/NULL); *(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_26 = L_29; return (bool)1; } } // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::CreateDateTime(Newtonsoft.Json.Utilities.DateTimeParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_CreateDateTime_mA0B2A67ADC65C233BCF0A7025B5DFEAB58C4BA30 (DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 ___dateTimeParser0, const RuntimeMethod* method) { bool V_0 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_0 = ___dateTimeParser0; int32_t L_1 = L_0.get_Hour_3(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)24))))) { goto IL_0016; } } { V_0 = (bool)1; (&___dateTimeParser0)->set_Hour_3(0); goto IL_0018; } IL_0016: { V_0 = (bool)0; } IL_0018: { DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_2 = ___dateTimeParser0; int32_t L_3 = L_2.get_Year_0(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_4 = ___dateTimeParser0; int32_t L_5 = L_4.get_Month_1(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_6 = ___dateTimeParser0; int32_t L_7 = L_6.get_Day_2(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_8 = ___dateTimeParser0; int32_t L_9 = L_8.get_Hour_3(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_10 = ___dateTimeParser0; int32_t L_11 = L_10.get_Minute_4(); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_12 = ___dateTimeParser0; int32_t L_13 = L_12.get_Second_5(); DateTime__ctor_m4DA8AA49E6923EDCFB8927D588AE3D79B218545D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), L_3, L_5, L_7, L_9, L_11, L_13, /*hidden argument*/NULL); DateTimeParser_t8E3F7014C06A55C280C4FDA0CE54A0BF633450A6 L_14 = ___dateTimeParser0; int32_t L_15 = L_14.get_Fraction_6(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16; L_16 = DateTime_AddTicks_m62906BA32DF3F1031061042F5F1B15125F2673EB((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), ((int64_t)((int64_t)L_15)), /*hidden argument*/NULL); V_1 = L_16; bool L_17 = V_0; if (!L_17) { goto IL_0066; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DateTime_AddDays_mEB8882A3289F39D7B10E5A1FB36A2ABF80328368((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), (1.0), /*hidden argument*/NULL); V_1 = L_18; } IL_0066: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = V_1; return L_19; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_mCEB26B83D801FFA9F6DB95A28F3A6ED32F104554 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_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_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00b7; } } { int32_t L_1; L_1 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; Il2CppChar L_3; L_3 = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47))))) { goto IL_0053; } } { int32_t L_4; L_4 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)((int32_t)9)))) { goto IL_0094; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_5 = ___s0; bool L_6; L_6 = StringReferenceExtensions_StartsWith_m672750CAA2EFFAE18DF5F82CAE441F601E134238(L_5, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, /*hidden argument*/NULL); if (!L_6) { goto IL_0094; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_7 = ___s0; bool L_8; L_8 = StringReferenceExtensions_EndsWith_m887C4E2053F5128C75F4D80074B01713BCDAB5CF(L_7, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, /*hidden argument*/NULL); if (!L_8) { goto IL_0094; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_9 = ___s0; int32_t L_10 = ___dateTimeZoneHandling1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_11 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_12; L_12 = DateTimeUtils_TryParseDateTimeMicrosoft_m885A3BC853E81284B05B0F81840BCDB99B9DF542(L_9, L_10, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0094; } } { return (bool)1; } IL_0053: { int32_t L_13; L_13 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)((int32_t)19)))) { goto IL_0094; } } { int32_t L_14; L_14 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/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_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_17; L_17 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0094; } } { int32_t L_18 = V_0; Il2CppChar L_19; L_19 = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)10))), /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)84))))) { goto IL_0094; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_20 = ___s0; int32_t L_21 = ___dateTimeZoneHandling1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_22 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_23; L_23 = DateTimeUtils_TryParseDateTimeIso_m7806DF7A51BDEFA9D50BA4A993E9B8D97EE0AB3D(L_20, L_21, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0094; } } { return (bool)1; } IL_0094: { String_t* L_24 = ___dateFormatString2; bool L_25; L_25 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00b7; } } { String_t* L_26; L_26 = StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); int32_t L_27 = ___dateTimeZoneHandling1; String_t* L_28 = ___dateFormatString2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29 = ___culture3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_30 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_31; L_31 = DateTimeUtils_TryParseDateTimeExact_mB472AE59F30A5DA5C9D25886503BD11E54EE9800(L_26, L_27, L_28, L_29, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00b7; } } { return (bool)1; } IL_00b7: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_32 = ___dt4; il2cpp_codegen_initobj(L_32, sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_mD4CDAE4B70AEF627B730050371E76DF03D85AA2E (String_t* ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_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 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_00d5; } } { String_t* L_2 = ___s0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47))))) { goto IL_0061; } } { String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)((int32_t)9)))) { goto IL_00be; } } { String_t* L_6 = ___s0; NullCheck(L_6); bool L_7; L_7 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_6, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, 4, /*hidden argument*/NULL); if (!L_7) { goto IL_00be; } } { String_t* L_8 = ___s0; NullCheck(L_8); bool L_9; L_9 = String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864(L_8, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, 4, /*hidden argument*/NULL); if (!L_9) { goto IL_00be; } } { String_t* L_10 = ___s0; NullCheck(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11; L_11 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_10, /*hidden argument*/NULL); String_t* L_12 = ___s0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_14; memset((&L_14), 0, sizeof(L_14)); StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F((&L_14), L_11, 0, L_13, /*hidden argument*/NULL); int32_t L_15 = ___dateTimeZoneHandling1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_16 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_17; L_17 = DateTimeUtils_TryParseDateTimeMicrosoft_m885A3BC853E81284B05B0F81840BCDB99B9DF542(L_14, L_15, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00be; } } { return (bool)1; } IL_0061: { String_t* L_18 = ___s0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)((int32_t)19)))) { goto IL_00be; } } { String_t* L_20 = ___s0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) > ((int32_t)((int32_t)40)))) { goto IL_00be; } } { String_t* L_22 = ___s0; NullCheck(L_22); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_24; L_24 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00be; } } { String_t* L_25 = ___s0; NullCheck(L_25); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, ((int32_t)10), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)84))))) { goto IL_00be; } } { String_t* L_27 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28; L_28 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_29 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_30; L_30 = DateTime_TryParseExact_mDF167C4E5FC84E290A1AB4D2CD9603428374A9BA(L_27, _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7, L_28, ((int32_t)128), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00be; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_31 = ___dt4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_32 = ___dt4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_33 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_32); int32_t L_34 = ___dateTimeZoneHandling1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35; L_35 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_33, L_34, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_31 = L_35; return (bool)1; } IL_00be: { String_t* L_36 = ___dateFormatString2; bool L_37; L_37 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00d5; } } { String_t* L_38 = ___s0; int32_t L_39 = ___dateTimeZoneHandling1; String_t* L_40 = ___dateFormatString2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41 = ___culture3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_42 = ___dt4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_43; L_43 = DateTimeUtils_TryParseDateTimeExact_mB472AE59F30A5DA5C9D25886503BD11E54EE9800(L_38, L_39, L_40, L_41, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00d5; } } { return (bool)1; } IL_00d5: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_44 = ___dt4; il2cpp_codegen_initobj(L_44, sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(Newtonsoft.Json.Utilities.StringReference,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m9CF9DE65CBC4D965F54B811A4088B1BFE1AADB0A (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___s0, String_t* ___dateFormatString1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_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_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00b1; } } { int32_t L_1; L_1 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; Il2CppChar L_3; L_3 = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47))))) { goto IL_0051; } } { int32_t L_4; L_4 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)((int32_t)9)))) { goto IL_0090; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_5 = ___s0; bool L_6; L_6 = StringReferenceExtensions_StartsWith_m672750CAA2EFFAE18DF5F82CAE441F601E134238(L_5, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, /*hidden argument*/NULL); if (!L_6) { goto IL_0090; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_7 = ___s0; bool L_8; L_8 = StringReferenceExtensions_EndsWith_m887C4E2053F5128C75F4D80074B01713BCDAB5CF(L_7, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, /*hidden argument*/NULL); if (!L_8) { goto IL_0090; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_9 = ___s0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_10 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_11; L_11 = DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mC3FD84162A4F5ADA3CC34C754BC6FF94AA7A6A0C(L_9, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0090; } } { return (bool)1; } IL_0051: { int32_t L_12; L_12 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)((int32_t)19)))) { goto IL_0090; } } { int32_t L_13; L_13 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/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_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_16; L_16 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0090; } } { int32_t L_17 = V_0; Il2CppChar L_18; L_18 = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)10))), /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)84))))) { goto IL_0090; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_19 = ___s0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_20 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_21; L_21 = DateTimeUtils_TryParseDateTimeOffsetIso_mFF737B4C6F2EB72F467997A7AADEBF25DC3F6336(L_19, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0090; } } { return (bool)1; } IL_0090: { String_t* L_22 = ___dateFormatString1; bool L_23; L_23 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00b1; } } { String_t* L_24; L_24 = StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); String_t* L_25 = ___dateFormatString1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26 = ___culture2; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_27 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_28; L_28 = DateTimeUtils_TryParseDateTimeOffsetExact_m36A41717F3FA6733B1ADCC8DBF6E4B20155A140F(L_24, L_25, L_26, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00b1; } } { return (bool)1; } IL_00b1: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_29 = ___dt3; il2cpp_codegen_initobj(L_29, sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m897C8372ED1E1537E51C1E1135DFE1ABB62E4FC7 (String_t* ___s0, String_t* ___dateFormatString1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_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 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_00d6; } } { String_t* L_2 = ___s0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)47))))) { goto IL_005f; } } { String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)((int32_t)9)))) { goto IL_00c1; } } { String_t* L_6 = ___s0; NullCheck(L_6); bool L_7; L_7 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_6, _stringLiteralE29B72726D571803459FE2DDAAE5ED51F73A4FFE, 4, /*hidden argument*/NULL); if (!L_7) { goto IL_00c1; } } { String_t* L_8 = ___s0; NullCheck(L_8); bool L_9; L_9 = String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864(L_8, _stringLiteral6E3D2163CA71B9485E650E0EEB373DB76E0B967A, 4, /*hidden argument*/NULL); if (!L_9) { goto IL_00c1; } } { String_t* L_10 = ___s0; NullCheck(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11; L_11 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_10, /*hidden argument*/NULL); String_t* L_12 = ___s0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_14; memset((&L_14), 0, sizeof(L_14)); StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F((&L_14), L_11, 0, L_13, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_15 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_16; L_16 = DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mC3FD84162A4F5ADA3CC34C754BC6FF94AA7A6A0C(L_14, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00c1; } } { return (bool)1; } IL_005f: { String_t* L_17 = ___s0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)((int32_t)19)))) { goto IL_00c1; } } { String_t* L_19 = ___s0; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) > ((int32_t)((int32_t)40)))) { goto IL_00c1; } } { String_t* L_21 = ___s0; NullCheck(L_21); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_23; L_23 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00c1; } } { String_t* L_24 = ___s0; NullCheck(L_24); Il2CppChar L_25; L_25 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, ((int32_t)10), /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)84))))) { goto IL_00c1; } } { String_t* L_26 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27; L_27 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_28 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); bool L_29; L_29 = DateTimeOffset_TryParseExact_mD6592BCA23DF6D55BA566EDB1F8EC67695AAC519(L_26, _stringLiteralA39757A73A79D79EBCD4B77A227F5DE53C1068B7, L_27, ((int32_t)128), (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00c1; } } { String_t* L_30 = ___s0; NullCheck(L_30); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31; L_31 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_30, /*hidden argument*/NULL); String_t* L_32 = ___s0; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_32, /*hidden argument*/NULL); StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_34; memset((&L_34), 0, sizeof(L_34)); StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F((&L_34), L_31, 0, L_33, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_35 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_36; L_36 = DateTimeUtils_TryParseDateTimeOffsetIso_mFF737B4C6F2EB72F467997A7AADEBF25DC3F6336(L_34, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c1; } } { return (bool)1; } IL_00c1: { String_t* L_37 = ___dateFormatString1; bool L_38; L_38 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00d6; } } { String_t* L_39 = ___s0; String_t* L_40 = ___dateFormatString1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41 = ___culture2; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_42 = ___dt3; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_43; L_43 = DateTimeUtils_TryParseDateTimeOffsetExact_m36A41717F3FA6733B1ADCC8DBF6E4B20155A140F(L_39, L_40, L_41, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00d6; } } { return (bool)1; } IL_00d6: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_44 = ___dt3; il2cpp_codegen_initobj(L_44, sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseMicrosoftDate(Newtonsoft.Json.Utilities.StringReference,System.Int64&,System.TimeSpan&,System.DateTimeKind&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseMicrosoftDate_m025C57B42BD8AFD8B3418FD515C076BC94CDF59D (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int64_t* ___ticks1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset2, int32_t* ___kind3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t* L_0 = ___kind3; *((int32_t*)L_0) = (int32_t)1; StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_1 = ___text0; int32_t L_2; L_2 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_3; L_3 = StringReferenceExtensions_IndexOf_m2412AACFB049AC560FA1416E1BD5BBC8C90AF00E(L_1, ((int32_t)43), 7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8)), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002d; } } { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_5 = ___text0; int32_t L_6; L_6 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_7; L_7 = StringReferenceExtensions_IndexOf_m2412AACFB049AC560FA1416E1BD5BBC8C90AF00E(L_5, ((int32_t)45), 7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)8)), /*hidden argument*/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 = ___kind3; *((int32_t*)L_9) = (int32_t)2; StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_10 = ___text0; int32_t L_11 = V_0; int32_t L_12; L_12 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_13 = ___offset2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_14; L_14 = DateTimeUtils_TryReadOffset_m237AF52E8220DAE6C8F8D84D6716360B51DBC433(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0061; } } { int64_t* L_15 = ___ticks1; *((int64_t*)L_15) = (int64_t)((int64_t)((int64_t)0)); return (bool)0; } IL_004c: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_16 = ___offset2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_17 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_16 = L_17; int32_t L_18; L_18 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2)); } IL_0061: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19; L_19 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_20; L_20 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___text0), /*hidden argument*/NULL); int32_t L_21 = V_0; int64_t* L_22 = ___ticks1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_23; L_23 = ConvertUtils_Int64TryParse_mD1CA1A608FDF391E70C4C8E54A24CF7EB52A3EDA(L_19, ((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_20)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)6)), (int64_t*)L_22, /*hidden argument*/NULL); return (bool)((((int32_t)L_23) == ((int32_t)1))? 1 : 0); } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeMicrosoft(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeMicrosoft_m885A3BC853E81284B05B0F81840BCDB99B9DF542 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, int32_t ___dateTimeZoneHandling1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_1; L_1 = DateTimeUtils_TryParseMicrosoftDate_m025C57B42BD8AFD8B3418FD515C076BC94CDF59D(L_0, (int64_t*)(&V_0), (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_2 = ___dt2; il2cpp_codegen_initobj(L_2, sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); return (bool)0; } IL_0017: { int64_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5(L_3, /*hidden argument*/NULL); V_3 = L_4; int32_t L_5 = V_2; if (!L_5) { goto IL_0027; } } { int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_003c; } } { goto IL_004b; } IL_0027: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_7 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8; L_8 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_8, 0, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_7 = L_9; goto IL_0052; } IL_003c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_10 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_10 = L_11; goto IL_0052; } IL_004b: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_12 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = V_3; *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_12 = L_13; } IL_0052: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_14 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_15 = ___dt2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_15); int32_t L_17 = ___dateTimeZoneHandling1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_16, L_17, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_14 = L_18; return (bool)1; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeExact(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeExact_mB472AE59F30A5DA5C9D25886503BD11E54EE9800 (String_t* ___text0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___dt4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; String_t* L_1 = ___dateFormatString2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_3; L_3 = DateTime_TryParseExact_mDF167C4E5FC84E290A1AB4D2CD9603428374A9BA(L_0, L_1, L_2, ((int32_t)128), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = V_0; int32_t L_5 = ___dateTimeZoneHandling1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_7 = ___dt4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = V_0; *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_7 = L_8; return (bool)1; } IL_0023: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_9 = ___dt4; il2cpp_codegen_initobj(L_9, sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetMicrosoft(Newtonsoft.Json.Utilities.StringReference,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetMicrosoft_mC3FD84162A4F5ADA3CC34C754BC6FF94AA7A6A0C (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___text0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_1; L_1 = DateTimeUtils_TryParseMicrosoftDate_m025C57B42BD8AFD8B3418FD515C076BC94CDF59D(L_0, (int64_t*)(&V_0), (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_1) { goto IL_0025; } } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_2 = ___dt1; il2cpp_codegen_initobj((&V_4), sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_4; L_4 = DateTimeOffset_op_Implicit_m868690EC78B30802CD8E0DF10A083312632C0123(L_3, /*hidden argument*/NULL); *(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_2 = L_4; return (bool)0; } IL_0025: { int64_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5(L_5, /*hidden argument*/NULL); V_3 = L_6; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_7 = ___dt1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), L_8, /*hidden argument*/NULL); V_4 = L_9; int64_t L_10; L_10 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11 = V_1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_12; memset((&L_12), 0, sizeof(L_12)); DateTimeOffset__ctor_m9AD2F792164BCC5D9DE62F7FCB735E31D1AFBA8F((&L_12), L_10, L_11, /*hidden argument*/NULL); *(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_7 = L_12; return (bool)1; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffsetExact(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffsetExact_m36A41717F3FA6733B1ADCC8DBF6E4B20155A140F (String_t* ___text0, String_t* ___dateFormatString1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___dt3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; String_t* L_1 = ___dateFormatString1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); bool L_3; L_3 = DateTimeOffset_TryParseExact_mD6592BCA23DF6D55BA566EDB1F8EC67695AAC519(L_0, L_1, L_2, ((int32_t)128), (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_4 = ___dt3; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_5 = V_0; *(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_4 = L_5; return (bool)1; } IL_001a: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_6 = ___dt3; il2cpp_codegen_initobj(L_6, sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryReadOffset(Newtonsoft.Json.Utilities.StringReference,System.Int32,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryReadOffset_m237AF52E8220DAE6C8F8D84D6716360B51DBC433 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ___offsetText0, int32_t ___startIndex1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___startIndex1; Il2CppChar L_1; L_1 = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___offsetText0), L_0, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)45)))? 1 : 0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2; L_2 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___offsetText0), /*hidden argument*/NULL); int32_t L_3 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_4; L_4 = ConvertUtils_Int32TryParse_m79EC579B93ED23CAE486E802ECB57836B5577175(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), 2, (int32_t*)(&V_1), /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_002b; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_5 = ___offset2; il2cpp_codegen_initobj(L_5, sizeof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )); return (bool)0; } IL_002b: { V_2 = 0; int32_t L_6; L_6 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___offsetText0), /*hidden argument*/NULL); int32_t L_7 = ___startIndex1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) <= ((int32_t)5))) { goto IL_0057; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8; L_8 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___offsetText0), /*hidden argument*/NULL); int32_t L_9 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_10; L_10 = ConvertUtils_Int32TryParse_m79EC579B93ED23CAE486E802ECB57836B5577175(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3)), 2, (int32_t*)(&V_2), /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0057; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_11 = ___offset2; il2cpp_codegen_initobj(L_11, sizeof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )); return (bool)0; } IL_0057: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_12 = ___offset2; int32_t L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_14; L_14 = TimeSpan_FromHours_m2C99B232D4B7BECDF0763E70427CC08746D29E71(((double)((double)L_13)), /*hidden argument*/NULL); int32_t L_15 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_16; L_16 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958(((double)((double)L_15)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_17; L_17 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_14, L_16, /*hidden argument*/NULL); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_12 = L_17; bool L_18 = V_0; if (!L_18) { goto IL_007f; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_19 = ___offset2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_20 = ___offset2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_21; L_21 = TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_20, /*hidden argument*/NULL); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_19 = L_21; } IL_007f: { return (bool)1; } } // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.IO.TextWriter,System.DateTime,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeString_m885575A8116AAC5F71C6B37CA9D24B7B62A11502 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_2; memset((&V_2), 0, sizeof(V_2)); { String_t* L_0 = ___formatString3; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0034; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_0 = L_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value1; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_5 = V_2; int32_t L_6; L_6 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value1), /*hidden argument*/NULL); int32_t L_7 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_8; L_8 = DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F(L_3, 0, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_9); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); return; } IL_0034: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_12 = ___writer0; String_t* L_13 = ___formatString3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture4; String_t* L_15; L_15 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value1), L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, L_15); return; } } // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.Char[],System.Int32,System.DateTime,System.Nullable`1,System.DateTimeKind,Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value2, Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F ___offset3, int32_t ___kind4, int32_t ___format5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); int64_t V_2 = 0; String_t* V_3 = NULL; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_4; memset((&V_4), 0, sizeof(V_4)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); int32_t G_B16_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B16_1 = NULL; int32_t G_B15_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B15_1 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 G_B17_0; memset((&G_B17_0), 0, sizeof(G_B17_0)); int32_t G_B17_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B17_2 = NULL; { int32_t L_0 = ___start1; V_0 = L_0; int32_t L_1 = ___format5; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_00b6; } } { Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_2 = ___offset3; V_4 = L_2; bool L_3; L_3 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); if (L_3) { goto IL_001e; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC(L_4, /*hidden argument*/NULL); G_B4_0 = L_5; goto IL_0025; } IL_001e: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); G_B4_0 = L_6; } IL_0025: { V_1 = G_B4_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7 = ___value2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_9; L_9 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m908DDC9C6C8BF5A612CB03EB8D92ADB37B55E413(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ___chars0; int32_t L_11 = V_0; NullCheck(_stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(_stringLiteralDF5EC9F3FBEC4F37FF4D501E053433EDF958A566, 0, L_10, L_11, 7, /*hidden argument*/NULL); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)7)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_14; L_14 = Int64_ToString_m1D712B17D4BDBE43D1E12EA52885C5D345C1CFA2((int64_t*)(&V_2), L_13, /*hidden argument*/NULL); V_3 = L_14; String_t* L_15 = V_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = ___chars0; int32_t L_17 = V_0; String_t* L_18 = V_3; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); NullCheck(L_15); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_15, 0, L_16, L_17, L_19, /*hidden argument*/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_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_21, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_22)); int32_t L_23 = ___kind4; if (!L_23) { goto IL_0070; } } { int32_t L_24 = ___kind4; if ((((int32_t)L_24) == ((int32_t)2))) { goto IL_0097; } } { goto IL_00a2; } IL_0070: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); bool L_27; L_27 = DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00a2; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_30; L_30 = DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a2; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = ___chars0; int32_t L_32 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_33 = V_1; int32_t L_34 = ___format5; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_35; L_35 = DateTimeUtils_WriteDateTimeOffset_m647C83899A3F870709FCDE7BFD62272A387F438A(L_31, L_32, L_33, L_34, /*hidden argument*/NULL); V_0 = L_35; goto IL_00a2; } IL_0097: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = ___chars0; int32_t L_37 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_38 = V_1; int32_t L_39 = ___format5; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_40; L_40 = DateTimeUtils_WriteDateTimeOffset_m647C83899A3F870709FCDE7BFD62272A387F438A(L_36, L_37, L_38, L_39, /*hidden argument*/NULL); V_0 = L_40; } IL_00a2: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = ___chars0; int32_t L_42 = V_0; NullCheck(_stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(_stringLiteral87B9EC17BC187A319013ECB41F98E776B6D3C055, 0, L_41, L_42, 3, /*hidden argument*/NULL); int32_t L_43 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)3)); goto IL_00f9; } IL_00b6: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = ___chars0; int32_t L_45 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_47; L_47 = DateTimeUtils_WriteDefaultIsoDate_m92CFB95DF817B99015644ADA1D138893D8630DC6(L_44, L_45, L_46, /*hidden argument*/NULL); V_0 = L_47; int32_t L_48 = ___kind4; if ((((int32_t)L_48) == ((int32_t)1))) { goto IL_00f0; } } { int32_t L_49 = ___kind4; if ((!(((uint32_t)L_49) == ((uint32_t)2)))) { goto IL_00f9; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = ___chars0; int32_t L_51 = V_0; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_52 = ___offset3; V_4 = L_52; bool L_53; L_53 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); G_B15_0 = L_51; G_B15_1 = L_50; if (L_53) { G_B16_0 = L_51; G_B16_1 = L_50; goto IL_00df; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_55; L_55 = DateTimeUtils_GetUtcOffset_m0BA1150CF6D6788D0DB48F9E8F2315D3715325BC(L_54, /*hidden argument*/NULL); G_B17_0 = L_55; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00e6; } IL_00df: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_56; L_56 = Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_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 = ___format5; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_58; L_58 = DateTimeUtils_WriteDateTimeOffset_m647C83899A3F870709FCDE7BFD62272A387F438A(G_B17_2, G_B17_1, G_B17_0, L_57, /*hidden argument*/NULL); V_0 = L_58; goto IL_00f9; } IL_00f0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = ___chars0; int32_t L_60 = V_0; int32_t L_61 = L_60; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); NullCheck(L_59); (L_59)->SetAt(static_cast(L_61), (Il2CppChar)((int32_t)90)); } IL_00f9: { int32_t L_62 = V_0; return L_62; } } // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDefaultIsoDate(System.Char[],System.Int32,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDefaultIsoDate_m92CFB95DF817B99015644ADA1D138893D8630DC6 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_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_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dt2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTimeUtils_GetDateValues_m5C12A40C7AD3C1DABFFAB67AA880EC4C32582A8D(L_0, (int32_t*)(&V_1), (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___chars0; int32_t L_2 = ___start1; int32_t L_3 = V_1; DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_1, L_2, L_3, 4, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___chars0; int32_t L_5 = ___start1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4))), (Il2CppChar)((int32_t)45)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___chars0; int32_t L_7 = ___start1; int32_t L_8 = V_2; DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)5)), L_8, 2, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___chars0; int32_t L_10 = ___start1; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)7))), (Il2CppChar)((int32_t)45)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ___chars0; int32_t L_12 = ___start1; int32_t L_13 = V_3; DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)8)), L_13, 2, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___chars0; int32_t L_15 = ___start1; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)10)))), (Il2CppChar)((int32_t)84)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = ___chars0; int32_t L_17 = ___start1; int32_t L_18; L_18 = DateTime_get_Hour_m6AC78B553639A108EA00728498FA037E52CC425E((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dt2), /*hidden argument*/NULL); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)11))), L_18, 2, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = ___chars0; int32_t L_20 = ___start1; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)13)))), (Il2CppChar)((int32_t)58)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = ___chars0; int32_t L_22 = ___start1; int32_t L_23; L_23 = DateTime_get_Minute_m1BBE1AABAAFE39019ED26585D12E67A1F9D5A4AA((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dt2), /*hidden argument*/NULL); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)14))), L_23, 2, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = ___chars0; int32_t L_25 = ___start1; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)16)))), (Il2CppChar)((int32_t)58)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = ___chars0; int32_t L_27 = ___start1; int32_t L_28; L_28 = DateTime_get_Second_m6E1FEADC4E62BCC99846934C0761F0AF67DFE17A((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dt2), /*hidden argument*/NULL); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)17))), L_28, 2, /*hidden argument*/NULL); int64_t L_29; L_29 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dt2), /*hidden argument*/NULL); V_4 = ((int32_t)((int32_t)((int64_t)((int64_t)L_29%(int64_t)((int64_t)((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((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_4; V_4 = ((int32_t)((int32_t)L_32/(int32_t)((int32_t)10))); } IL_00b1: { int32_t L_33 = V_4; if (!((int32_t)((int32_t)L_33%(int32_t)((int32_t)10)))) { goto IL_00a4; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = ___chars0; int32_t L_35 = ___start1; NullCheck(L_34); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)19)))), (Il2CppChar)((int32_t)46)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = ___chars0; int32_t L_37 = ___start1; int32_t L_38 = V_4; int32_t L_39 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)20))), L_38, L_39, /*hidden argument*/NULL); int32_t L_40 = V_0; int32_t L_41 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)))); } IL_00d5: { int32_t L_42 = ___start1; int32_t L_43 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)); } } // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::CopyIntToCharArray(System.Char[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, int32_t ___value2, int32_t ___digits3, const RuntimeMethod* method) { { goto IL_0015; } IL_0002: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars0; int32_t L_1 = ___start1; int32_t L_2 = ___digits3; int32_t L_3 = ___value2; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (Il2CppChar)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3%(int32_t)((int32_t)10))), (int32_t)((int32_t)48)))))); int32_t L_4 = ___value2; ___value2 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)10))); } IL_0015: { int32_t L_5 = ___digits3; int32_t L_6 = L_5; ___digits3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); if (L_6) { goto IL_0002; } } { return; } } // System.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeOffset(System.Char[],System.Int32,System.TimeSpan,Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeOffset_m647C83899A3F870709FCDE7BFD62272A387F438A (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___start1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset2, int32_t ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B2_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B2_1 = NULL; int32_t G_B1_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B3_2 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars0; int32_t L_1 = ___start1; int32_t L_2 = L_1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); int64_t L_3; L_3 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset2), /*hidden argument*/NULL); G_B1_0 = L_2; G_B1_1 = L_0; if ((((int64_t)L_3) >= ((int64_t)((int64_t)((int64_t)0))))) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0016; } } { 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(G_B3_1), (Il2CppChar)G_B3_0); int32_t L_4; L_4 = TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_5; L_5 = il2cpp_codegen_abs(L_4); V_0 = L_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___chars0; int32_t L_7 = ___start1; int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_6, L_7, L_8, 2, /*hidden argument*/NULL); int32_t L_9 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); int32_t L_10 = ___format3; if (L_10) { goto IL_0041; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ___chars0; int32_t L_12 = ___start1; int32_t L_13 = L_12; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)58)); } IL_0041: { int32_t L_14; L_14 = TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_15; L_15 = il2cpp_codegen_abs(L_14); V_1 = L_15; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = ___chars0; int32_t L_17 = ___start1; int32_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTimeUtils_CopyIntToCharArray_mE2577B0ADDEE8F2C0368228A30A6CFEC7E16A4B0(L_16, L_17, L_18, 2, /*hidden argument*/NULL); int32_t L_19 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)); int32_t L_20 = ___start1; return L_20; } } // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeOffsetString(System.IO.TextWriter,System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeOffsetString_m742639F14A65B8FDEEDEFBAFAE6AD16C89F5CB23 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B3_1 = NULL; int32_t G_B2_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B2_1 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); int32_t G_B4_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B4_2 = NULL; { String_t* L_0 = ___formatString3; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0043; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_0 = L_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_0; int32_t L_4 = ___format2; G_B2_0 = 0; G_B2_1 = L_3; if (!L_4) { G_B3_0 = 0; G_B3_1 = L_3; goto IL_001e; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTimeOffset_get_UtcDateTime_m262924656B3DD43C1E51E4C5B2BEB8EC8AAB6833((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value1), /*hidden argument*/NULL); G_B4_0 = L_5; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001e: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value1), /*hidden argument*/NULL); G_B4_0 = L_6; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = DateTimeOffset_get_Offset_mD7CD6BE8256492AAF195B631CE3DCA7B47860065((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value1), /*hidden argument*/NULL); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_8; memset((&L_8), 0, sizeof(L_8)); Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); int32_t L_9 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_10; L_10 = DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F(G_B4_2, G_B4_1, G_B4_0, L_8, 2, L_9, /*hidden argument*/NULL); V_1 = L_10; TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_11 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_11); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_11, L_12, 0, L_13); return; } IL_0043: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_14 = ___writer0; String_t* L_15 = ___formatString3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture4; String_t* L_17; L_17 = DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value1), L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_14, L_17); return; } } // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::GetDateValues(System.DateTime,System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_GetDateValues_m5C12A40C7AD3C1DABFFAB67AA880EC4C32582A8D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___td0, int32_t* ___year1, int32_t* ___month2, int32_t* ___day3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; int32_t V_6 = 0; int32_t G_B9_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* G_B12_0 = NULL; { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___td0), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL))))); int32_t L_1 = V_0; V_1 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)146097))); int32_t L_2 = V_0; int32_t L_3 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)146097))))); int32_t L_4 = V_0; V_2 = ((int32_t)((int32_t)L_4/(int32_t)((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((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)((int32_t)36524))))); int32_t L_8 = V_0; V_3 = ((int32_t)((int32_t)L_8/(int32_t)((int32_t)1461))); int32_t L_9 = V_0; int32_t L_10 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)((int32_t)1461))))); int32_t L_11 = V_0; V_4 = ((int32_t)((int32_t)L_11/(int32_t)((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 = ___year1; 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)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)((int32_t)400))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)100))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)4)))), (int32_t)L_17)), (int32_t)1)); int32_t L_18 = V_0; int32_t L_19 = V_4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)((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_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->get_DaysToMonth365_1(); G_B12_0 = L_23; goto IL_00a4; } IL_009f: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = ((DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var))->get_DaysToMonth366_2(); G_B12_0 = L_24; } IL_00a4: { V_5 = G_B12_0; int32_t L_25 = V_0; V_6 = ((int32_t)((int32_t)L_25>>(int32_t)6)); goto IL_00b3; } IL_00ad: { int32_t L_26 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00b3: { int32_t L_27 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_30)); if ((((int32_t)L_27) >= ((int32_t)L_31))) { goto IL_00ad; } } { int32_t* L_32 = ___month2; int32_t L_33 = V_6; *((int32_t*)L_32) = (int32_t)L_33; int32_t* L_34 = ___day3; int32_t L_35 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_5; int32_t L_37 = V_6; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)); int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); *((int32_t*)L_34) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_39)), (int32_t)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 // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_get_Instance_mA523B467C8E9CBF3304FF0B4D98E79F40731A381 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->get__instance_0(); return L_0; } } // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::get_DefaultMembersSearchFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m7E3F665EDE2333E5C09F959160782582C95F2260 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_DefaultMembersSearchFlags(System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m682B9E9BAA1DD334C8E6C3E0327F322947BDB58C (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_SerializeCompilerGeneratedMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mA91C3B570EF0F8C8F612E0578154842266EB5E59 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(); return L_0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m28404CA32E8F1F00FC98B38EAE0C42D8FE06FF3F (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(); return L_0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m58B9D44EBCB6F31E38305E81FFC9E5E1A3F92F62 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_IgnoreSerializableAttribute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_mD03C0CD2DA303BD0322A2DF86F86127E3CEA09DC (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_mAFA2A605045F462A193939691773DFE35F8A4503 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_0 = (DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 *)il2cpp_codegen_object_new(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489_il2cpp_TypeInfo_var); DefaultContractResolverState__ctor_m0A0B581B6AF8A4E05E5AD4946F154A2C9E078ED1(L_0, /*hidden argument*/NULL); __this->set__instanceState_4(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); DefaultContractResolver_set_IgnoreSerializableAttribute_mD03C0CD2DA303BD0322A2DF86F86127E3CEA09DC_inline(__this, (bool)1, /*hidden argument*/NULL); DefaultContractResolver_set_DefaultMembersSearchFlags_m682B9E9BAA1DD334C8E6C3E0327F322947BDB58C_inline(__this, ((int32_t)20), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m7A48906A61362FC01ACD44BACDCB7207D13AB6B3 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, bool ___shareCache0, const RuntimeMethod* method) { { DefaultContractResolver__ctor_mAFA2A605045F462A193939691773DFE35F8A4503(__this, /*hidden argument*/NULL); bool L_0 = ___shareCache0; __this->set__sharedCache_5(L_0); return; } } // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__sharedCache_5(); if (!L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_1 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->get__sharedState_3(); return L_1; } IL_000e: { DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_2 = __this->get__instanceState_4(); return L_2; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * DefaultContractResolver_ResolveContract_mD98E625823D91A9C539754CBF6C8876CC8BCA246 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m91448E41D17F4CE89AE8407870CE603E7F5D99AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m024561713990E81C9FB66C6623399103C142E8EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mDAFF5A03EE7D8948FB30FB31EF8C55CE1EC98A44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mDE20F8E22BB5F869F8ED9F81B44B28AF13CDFC23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * V_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * V_1 = NULL; ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 V_2; memset((&V_2), 0, sizeof(V_2)); Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * V_3 = NULL; RuntimeObject * V_4 = NULL; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * G_B8_0 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_ResolveContract_mD98E625823D91A9C539754CBF6C8876CC8BCA246_RuntimeMethod_var))); } IL_000e: { DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_2; L_2 = DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158(__this, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); Type_t * L_4 = ___type0; ResolverContractKey__ctor_m968636309AE4253BA8F077FF7ECB81DF1AF084EB((ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 *)(&V_2), L_3, L_4, /*hidden argument*/NULL); DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_5 = V_0; NullCheck(L_5); Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_6 = L_5->get_ContractCache_0(); V_3 = L_6; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_7 = V_3; if (!L_7) { goto IL_0038; } } { Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_8 = V_3; ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_9 = V_2; NullCheck(L_8); bool L_10; L_10 = Dictionary_2_TryGetValue_m91448E41D17F4CE89AE8407870CE603E7F5D99AC(L_8, L_9, (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m91448E41D17F4CE89AE8407870CE603E7F5D99AC_RuntimeMethod_var); if (L_10) { goto IL_0082; } } IL_0038: { Type_t * L_11 = ___type0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_12; L_12 = VirtualFuncInvoker1< JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *, Type_t * >::Invoke(17 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateContract(System.Type) */, __this, L_11); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); RuntimeObject * L_13 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->get_TypeContractCacheLock_2(); V_4 = L_13; RuntimeObject * L_14 = V_4; Monitor_Enter_m3AEE1F76020B92B6C2742BCD05706DC5FD6F9CB2(L_14, /*hidden argument*/NULL); } IL_004e: try {// begin try (depth: 1) { DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_15 = V_0; NullCheck(L_15); Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_16 = L_15->get_ContractCache_0(); V_3 = L_16; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_17 = V_3; if (L_17) { goto IL_005f; } } IL_0058: { Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_18 = (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *)il2cpp_codegen_object_new(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68_il2cpp_TypeInfo_var); Dictionary_2__ctor_m024561713990E81C9FB66C6623399103C142E8EB(L_18, /*hidden argument*/Dictionary_2__ctor_m024561713990E81C9FB66C6623399103C142E8EB_RuntimeMethod_var); G_B8_0 = L_18; goto IL_0065; } IL_005f: { Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_19 = V_3; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_20 = (Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 *)il2cpp_codegen_object_new(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68_il2cpp_TypeInfo_var); Dictionary_2__ctor_mDAFF5A03EE7D8948FB30FB31EF8C55CE1EC98A44(L_20, L_19, /*hidden argument*/Dictionary_2__ctor_mDAFF5A03EE7D8948FB30FB31EF8C55CE1EC98A44_RuntimeMethod_var); G_B8_0 = L_20; } IL_0065: { V_5 = G_B8_0; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_21 = V_5; ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_22 = V_2; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_23 = V_1; NullCheck(L_21); Dictionary_2_set_Item_mDE20F8E22BB5F869F8ED9F81B44B28AF13CDFC23(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_mDE20F8E22BB5F869F8ED9F81B44B28AF13CDFC23_RuntimeMethod_var); DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_24 = V_0; Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * L_25 = V_5; NullCheck(L_24); L_24->set_ContractCache_0(L_25); IL2CPP_LEAVE(0x82, FINALLY_007a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: {// begin finally (depth: 1) RuntimeObject * L_26 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_26, /*hidden argument*/NULL); IL2CPP_END_FINALLY(122) }// end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x82, IL_0082) } IL_0082: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_27 = V_1; return L_27; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetSerializableMembers(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * DefaultContractResolver_GetSerializableMembers_m27B4BCA35F4E8E44390A9A8BC8510F21DCA9BB8D (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_ShouldSerializeEntityMember_m4FF2BC429CB82EA5F49FB0B3F5ADEF99DFD896D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390_mE1E9EBB84BB837769B4DDCF4CDFE998578D0B61A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mB4C75585BAB6774B6E441B280F2874A33D3686CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m791D70C99D4E33A1E15062413EEE62AD562037B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m96B3B053393D6561BAF8CF797FECE97F4449E526_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * V_2 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * V_3 = NULL; DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * V_4 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * V_5 = NULL; Type_t * V_6 = NULL; Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 V_7; memset((&V_7), 0, sizeof(V_7)); MemberInfo_t * V_8 = NULL; MemberInfo_t * V_9 = NULL; FieldInfo_t * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B2_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B2_1 = NULL; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B1_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B1_1 = NULL; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B5_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B5_1 = NULL; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B4_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B4_1 = NULL; { bool L_0; L_0 = DefaultContractResolver_get_IgnoreSerializableAttribute_m58B9D44EBCB6F31E38305E81FFC9E5E1A3F92F62_inline(__this, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = ___objectType0; bool L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); int32_t L_3; L_3 = JsonTypeReflector_GetObjectMemberSerialization_m3DC21F03684180675A46D979B16BB872DD88BFD1(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_5; L_5 = ReflectionUtils_GetFieldsAndProperties_m211CDF828C219605B15E088B613A1C923D67FAE4(L_4, ((int32_t)60), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_6 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__30_0_1(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_7 = L_6; G_B1_0 = L_7; G_B1_1 = L_5; if (L_7) { G_B2_0 = L_7; G_B2_1 = L_5; goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_8 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_9 = (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *)il2cpp_codegen_object_new(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m791D70C99D4E33A1E15062413EEE62AD562037B9_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_10 = L_9; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__30_0_1(L_10); G_B2_0 = L_10; G_B2_1 = G_B1_1; } IL_0036: { RuntimeObject* L_11; L_11 = Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338(G_B2_1, G_B2_0, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_12; L_12 = Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5(L_11, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); V_2 = L_12; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_13 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334(L_13, /*hidden argument*/List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var); V_3 = L_13; int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_016c; } } { Type_t * L_15 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_16; L_16 = JsonTypeReflector_GetDataContractAttribute_m48F91A6D2BD1F8C2A6D7463A79F9E6446578483F(L_15, /*hidden argument*/NULL); V_4 = L_16; Type_t * L_17 = ___objectType0; int32_t L_18; L_18 = DefaultContractResolver_get_DefaultMembersSearchFlags_m7E3F665EDE2333E5C09F959160782582C95F2260_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_19; L_19 = ReflectionUtils_GetFieldsAndProperties_m211CDF828C219605B15E088B613A1C923D67FAE4(L_17, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_20 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__30_1_2(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_21 = L_20; G_B4_0 = L_21; G_B4_1 = L_19; if (L_21) { G_B5_0 = L_21; G_B5_1 = L_19; goto IL_0081; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_22 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_23 = (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *)il2cpp_codegen_object_new(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE(L_23, L_22, (intptr_t)((intptr_t)U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m96B3B053393D6561BAF8CF797FECE97F4449E526_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_24 = L_23; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__30_1_2(L_24); G_B5_0 = L_24; G_B5_1 = G_B4_1; } IL_0081: { RuntimeObject* L_25; L_25 = Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338(G_B5_1, G_B5_0, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_26; L_26 = Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5(L_25, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); V_5 = L_26; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_27 = V_2; NullCheck(L_27); Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 L_28; L_28 = List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF(L_27, /*hidden argument*/List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var); V_7 = L_28; } IL_0095: try {// begin try (depth: 1) { goto IL_0127; } IL_009a: { MemberInfo_t * L_29; L_29 = Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_inline((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var); V_8 = L_29; bool L_30; L_30 = DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mA91C3B570EF0F8C8F612E0578154842266EB5E59_inline(__this, /*hidden argument*/NULL); if (L_30) { goto IL_00bf; } } IL_00ab: { MemberInfo_t * L_31 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_32, /*hidden argument*/NULL); NullCheck(L_31); bool L_34; L_34 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_31, L_33, (bool)1); if (L_34) { goto IL_0127; } } IL_00bf: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_35 = V_5; MemberInfo_t * L_36 = V_8; NullCheck(L_35); bool L_37; L_37 = List_1_Contains_mB4C75585BAB6774B6E441B280F2874A33D3686CC(L_35, L_36, /*hidden argument*/List_1_Contains_mB4C75585BAB6774B6E441B280F2874A33D3686CC_RuntimeMethod_var); if (!L_37) { goto IL_00d4; } } IL_00ca: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_38 = V_3; MemberInfo_t * L_39 = V_8; NullCheck(L_38); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_38, L_39, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); goto IL_0127; } IL_00d4: { MemberInfo_t * L_40 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_41; L_41 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9(L_40, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9_RuntimeMethod_var); if (!L_41) { goto IL_00e7; } } IL_00dd: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_42 = V_3; MemberInfo_t * L_43 = V_8; NullCheck(L_42); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_42, L_43, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); goto IL_0127; } IL_00e7: { MemberInfo_t * L_44 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * L_45; L_45 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490(L_44, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490_RuntimeMethod_var); if (!L_45) { goto IL_00fa; } } IL_00f0: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_46 = V_3; MemberInfo_t * L_47 = V_8; NullCheck(L_46); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_46, L_47, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); goto IL_0127; } IL_00fa: { DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_48 = V_4; if (!L_48) { goto IL_0111; } } IL_00fe: { MemberInfo_t * L_49 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_50; L_50 = JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390_mE1E9EBB84BB837769B4DDCF4CDFE998578D0B61A(L_49, /*hidden argument*/JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390_mE1E9EBB84BB837769B4DDCF4CDFE998578D0B61A_RuntimeMethod_var); if (!L_50) { goto IL_0111; } } IL_0107: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_51 = V_3; MemberInfo_t * L_52 = V_8; NullCheck(L_51); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_51, L_52, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); goto IL_0127; } IL_0111: { int32_t L_53 = V_1; if ((!(((uint32_t)L_53) == ((uint32_t)2)))) { goto IL_0127; } } IL_0115: { MemberInfo_t * L_54 = V_8; int32_t L_55; L_55 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_54, /*hidden argument*/NULL); if ((!(((uint32_t)L_55) == ((uint32_t)4)))) { goto IL_0127; } } IL_011f: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_56 = V_3; MemberInfo_t * L_57 = V_8; NullCheck(L_56); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_56, L_57, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); } IL_0127: { bool L_58; L_58 = Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var); if (L_58) { goto IL_009a; } } IL_0133: { IL2CPP_LEAVE(0x143, FINALLY_0135); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0135; } FINALLY_0135: {// begin finally (depth: 1) Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var); IL2CPP_END_FINALLY(309) }// end finally (depth: 1) IL2CPP_CLEANUP(309) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x143, IL_0143) } IL_0143: { Type_t * L_59 = ___objectType0; bool L_60; L_60 = TypeExtensions_AssignableToTypeName_m0D1D33469CA7EB968A75A6F0E9273F882454495D(L_59, _stringLiteral5539C93BF898EC8637D7469E63FF4881B91169F0, (Type_t **)(&V_6), /*hidden argument*/NULL); if (!L_60) { goto IL_01b6; } } { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_61 = V_3; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_62 = (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *)il2cpp_codegen_object_new(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE(L_62, __this, (intptr_t)((intptr_t)DefaultContractResolver_ShouldSerializeEntityMember_m4FF2BC429CB82EA5F49FB0B3F5ADEF99DFD896D1_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); RuntimeObject* L_63; L_63 = Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338(L_61, L_62, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_mF0B52A0B2FB495B737D90982FF28249DD6B39338_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_64; L_64 = Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5(L_63, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); V_3 = L_64; goto IL_01b6; } IL_016c: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_65 = V_2; NullCheck(L_65); Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 L_66; L_66 = List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF(L_65, /*hidden argument*/List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var); V_7 = L_66; } IL_0174: try {// begin try (depth: 1) { goto IL_019d; } IL_0176: { MemberInfo_t * L_67; L_67 = Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_inline((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var); V_9 = L_67; MemberInfo_t * L_68 = V_9; V_10 = ((FieldInfo_t *)IsInstClass((RuntimeObject*)L_68, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_69 = V_10; if (!L_69) { goto IL_019d; } } IL_018c: { FieldInfo_t * L_70 = V_10; NullCheck(L_70); bool L_71; L_71 = FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB(L_70, /*hidden argument*/NULL); if (L_71) { goto IL_019d; } } IL_0195: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_72 = V_3; MemberInfo_t * L_73 = V_9; NullCheck(L_72); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_72, L_73, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); } IL_019d: { bool L_74; L_74 = Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var); if (L_74) { goto IL_0176; } } IL_01a6: { IL2CPP_LEAVE(0x1B6, FINALLY_01a8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a8; } FINALLY_01a8: {// begin finally (depth: 1) Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_7), /*hidden argument*/Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var); IL2CPP_END_FINALLY(424) }// end finally (depth: 1) IL2CPP_CLEANUP(424) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1B6, IL_01b6) } IL_01b6: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_75 = V_3; return L_75; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSerializeEntityMember(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSerializeEntityMember_m4FF2BC429CB82EA5F49FB0B3F5ADEF99DFD896D1 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, MemberInfo_t * ___memberInfo0, 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 = ___memberInfo0; 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(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_2); bool L_4; L_4 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_3, /*hidden argument*/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(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_5); NullCheck(L_6); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteralFA2185790BBBFA49678D5ACF72BA0A089939D474, /*hidden argument*/NULL); if (!L_9) { goto IL_0035; } } { return (bool)0; } IL_0035: { return (bool)1; } } // Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * DefaultContractResolver_CreateObjectContract_m4644B7AEECE9A63E8F0FC340B86D3FB0034A486C (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t807CEE610086E24A0167BAA97A64062016E09D49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * V_0 = NULL; bool V_1 = false; JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * V_2 = NULL; MemberInfo_t * V_3 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_4 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_5 = NULL; { Type_t * L_0 = ___objectType0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_1 = (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 *)il2cpp_codegen_object_new(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67_il2cpp_TypeInfo_var); JsonObjectContract__ctor_mC60D6E7311D36564DD6D57B00FF789D67A25C643(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); bool L_3; L_3 = DefaultContractResolver_get_IgnoreSerializableAttribute_m58B9D44EBCB6F31E38305E81FFC9E5E1A3F92F62_inline(__this, /*hidden argument*/NULL); V_1 = L_3; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_4 = V_0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_5)->get_NonNullableUnderlyingType_3(); bool L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); int32_t L_8; L_8 = JsonTypeReflector_GetObjectMemberSerialization_m3DC21F03684180675A46D979B16BB872DD88BFD1(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); JsonObjectContract_set_MemberSerialization_mD9B050351BAD2F50F228CD304B0794051D91DF3D_inline(L_4, L_8, /*hidden argument*/NULL); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_9 = V_0; NullCheck(L_9); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_10; L_10 = JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline(L_9, /*hidden argument*/NULL); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_11 = V_0; NullCheck(L_11); Type_t * L_12 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_11)->get_NonNullableUnderlyingType_3(); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = JsonObjectContract_get_MemberSerialization_m1A3F6FC6C0539EA0B9110102D6234C3A2B229EF3_inline(L_13, /*hidden argument*/NULL); RuntimeObject* L_15; L_15 = VirtualFuncInvoker2< RuntimeObject*, Type_t *, int32_t >::Invoke(18 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization) */, __this, L_12, L_14); CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D(L_10, L_15, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D_RuntimeMethod_var); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_16 = V_0; NullCheck(L_16); Type_t * L_17 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_16)->get_NonNullableUnderlyingType_3(); JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_18; L_18 = JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7(L_17, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var); V_2 = L_18; JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_19 = V_2; if (!L_19) { goto IL_005f; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_20 = V_0; JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_21 = V_2; NullCheck(L_21); Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_22 = L_21->get__itemRequired_7(); NullCheck(L_20); JsonObjectContract_set_ItemRequired_mC242D99E863066A9AF7B0FFF2A47D51B098EA633_inline(L_20, L_22, /*hidden argument*/NULL); } IL_005f: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_23 = V_0; NullCheck(L_23); bool L_24 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_23)->get_IsInstantiable_8(); if (!L_24) { goto IL_0106; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_25 = V_0; NullCheck(L_25); Type_t * L_26 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_25)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_27; L_27 = DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C(__this, L_26, /*hidden argument*/NULL); V_4 = L_27; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_28 = V_4; if (!L_28) { goto IL_009f; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_29 = V_0; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_30 = V_4; NullCheck(L_29); JsonObjectContract_set_OverrideConstructor_m2D710816841306A19C76988A4B71E34EEB846AD0(L_29, L_30, /*hidden argument*/NULL); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_31 = V_0; NullCheck(L_31); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_32; L_32 = JsonObjectContract_get_CreatorParameters_mB82FF8E05518A820AC46E8458586AA172FDD902F(L_31, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_33 = V_4; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_34 = V_0; NullCheck(L_34); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_35; L_35 = JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline(L_34, /*hidden argument*/NULL); RuntimeObject* L_36; L_36 = VirtualFuncInvoker2< RuntimeObject*, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * >::Invoke(8 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) */, __this, L_33, L_35); CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D(L_32, L_36, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D_RuntimeMethod_var); goto IL_0106; } IL_009f: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_37 = V_0; NullCheck(L_37); int32_t L_38; L_38 = JsonObjectContract_get_MemberSerialization_m1A3F6FC6C0539EA0B9110102D6234C3A2B229EF3_inline(L_37, /*hidden argument*/NULL); if ((!(((uint32_t)L_38) == ((uint32_t)2)))) { goto IL_00c3; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); bool L_39; L_39 = JsonTypeReflector_get_FullyTrusted_m76F5CED9C892E1A74F1AE15DEA44F251E6B44EE7(/*hidden argument*/NULL); if (!L_39) { goto IL_0106; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_40 = V_0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_41 = V_0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_42 = (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)il2cpp_codegen_object_new(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49_il2cpp_TypeInfo_var); Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9(L_42, L_41, (intptr_t)((intptr_t)JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_RuntimeMethod_var); NullCheck(L_40); JsonContract_set_DefaultCreator_m58A325FBB24631FED3600957D5FF1A17A22B6FE7_inline(L_40, L_42, /*hidden argument*/NULL); goto IL_0106; } IL_00c3: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_43 = V_0; NullCheck(L_43); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_44; L_44 = JsonContract_get_DefaultCreator_mAC359884E3D6135F81ACCE9FCC8CDE50BC4D7307_inline(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00d3; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_45 = V_0; NullCheck(L_45); bool L_46; L_46 = JsonContract_get_DefaultCreatorNonPublic_m0C9C608E85A89198C900A2F7033BB06C02B6A3C9_inline(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0106; } } IL_00d3: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_47 = V_0; NullCheck(L_47); Type_t * L_48 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_47)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_49; L_49 = DefaultContractResolver_GetParameterizedConstructor_m2188DCB311817CD8C274E17C5E4768262B3D2A87(__this, L_48, /*hidden argument*/NULL); V_5 = L_49; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_50 = V_5; if (!L_50) { goto IL_0106; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_51 = V_0; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_52 = V_5; NullCheck(L_51); JsonObjectContract_set_ParametrizedConstructor_m0260A9A40ADDC2C67005F60F74298B9D13E9DE58(L_51, L_52, /*hidden argument*/NULL); JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_53 = V_0; NullCheck(L_53); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_54; L_54 = JsonObjectContract_get_CreatorParameters_mB82FF8E05518A820AC46E8458586AA172FDD902F(L_53, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_55 = V_5; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_56 = V_0; NullCheck(L_56); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_57; L_57 = JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline(L_56, /*hidden argument*/NULL); RuntimeObject* L_58; L_58 = VirtualFuncInvoker2< RuntimeObject*, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * >::Invoke(8 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) */, __this, L_55, L_57); CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D(L_54, L_58, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mD596D91FB2B27B193846F9B6886B5AFD12A1D20D_RuntimeMethod_var); } IL_0106: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_59 = V_0; NullCheck(L_59); Type_t * L_60 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_59)->get_NonNullableUnderlyingType_3(); MemberInfo_t * L_61; L_61 = DefaultContractResolver_GetExtensionDataMemberForType_mCAEDF8938DC97DE6E4ABE62422E483A8EC2CAECB(__this, L_60, /*hidden argument*/NULL); V_3 = L_61; MemberInfo_t * L_62 = V_3; if (!L_62) { goto IL_011d; } } { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_63 = V_0; MemberInfo_t * L_64 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); DefaultContractResolver_SetExtensionDataDelegates_mACDDF5D8BA1E7C6CADB5F69EC6E785869BED8C86(L_63, L_64, /*hidden argument*/NULL); } IL_011d: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_65 = V_0; return L_65; } } // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetExtensionDataMemberForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * DefaultContractResolver_GetExtensionDataMemberForType_mCAEDF8938DC97DE6E4ABE62422E483A8EC2CAECB (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_LastOrDefault_TisMemberInfo_t_m8507D09D65F8A10921BBC7B48BCCA396ADD98951_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SelectMany_TisType_t_TisMemberInfo_t_mEB164FED3E73281C1186BDF54AFA30F82B0E2129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF4AFAF4FDA6F1EB3B8E497A30DE78D652F6BCA50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m6EB667E080CF02AC04A3F1034A99CDBA75721A2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * G_B2_0 = NULL; List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * G_B2_1 = NULL; Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * G_B1_0 = NULL; List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * G_B1_1 = NULL; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B4_0 = NULL; RuntimeObject* G_B4_1 = NULL; Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; { Type_t * L_0 = ___type0; List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_1; L_1 = DefaultContractResolver_GetClassHierarchyForType_m5348D41320C848BBB768F731730BE88F9787C2C7(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * L_2 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__33_0_3(); Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_4 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * L_5 = (Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 *)il2cpp_codegen_object_new(Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352_il2cpp_TypeInfo_var); Func_2__ctor_mF4AFAF4FDA6F1EB3B8E497A30DE78D652F6BCA50(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m6EB667E080CF02AC04A3F1034A99CDBA75721A2D_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mF4AFAF4FDA6F1EB3B8E497A30DE78D652F6BCA50_RuntimeMethod_var); Func_2_t82FD39E4D5156B44C344A7052B0CA2545623F352 * L_6 = L_5; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__33_0_3(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_mEB164FED3E73281C1186BDF54AFA30F82B0E2129(G_B2_1, G_B2_0, /*hidden argument*/Enumerable_SelectMany_TisType_t_TisMemberInfo_t_mEB164FED3E73281C1186BDF54AFA30F82B0E2129_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_8 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__33_1_4(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_9 = L_8; G_B3_0 = L_9; G_B3_1 = L_7; if (L_9) { G_B4_0 = L_9; G_B4_1 = L_7; goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_10 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_11 = (Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 *)il2cpp_codegen_object_new(Func_2_t7D30352C78352695FA12AEA57C26635DF9400618_il2cpp_TypeInfo_var); Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m85DF46087A841A2D787F963CFAEFE18A13A78746_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA142A5AAA8343D9EB6D86F8FE50C8202A48FA3EE_RuntimeMethod_var); Func_2_t7D30352C78352695FA12AEA57C26635DF9400618 * L_12 = L_11; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__33_1_4(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_m8507D09D65F8A10921BBC7B48BCCA396ADD98951(G_B4_1, G_B4_0, /*hidden argument*/Enumerable_LastOrDefault_TisMemberInfo_t_m8507D09D65F8A10921BBC7B48BCCA396ADD98951_RuntimeMethod_var); return L_13; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetExtensionDataDelegates(Newtonsoft.Json.Serialization.JsonObjectContract,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_mACDDF5D8BA1E7C6CADB5F69EC6E785869BED8C86 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * ___contract0, MemberInfo_t * ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableDictionaryWrapper_2_t9C422950EFB7EF39BF5B4343E28727F26D37EA12_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m9DF84E90E37FEC9B0989057AB0E31E8AE440436E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m9DDBD273193FF812A61DD4B73B3D16C5CBBC838F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_mB7F0EF1B70A312CCEFBF0080B26B017BF9A7BCC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * V_0 = NULL; JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * 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__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * V_7 = NULL; MethodInfo_t * V_8 = NULL; ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * V_9 = NULL; U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * V_10 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_11 = NULL; ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * V_12 = NULL; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * G_B8_0 = NULL; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * G_B7_0 = NULL; Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * G_B9_0 = NULL; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * G_B9_1 = NULL; { U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_0 = (U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_0__ctor_m393BA3E0F7DE7A199719ABD4F8F001A2A5EE5BA3(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_1 = V_0; MemberInfo_t * L_2 = ___member1; NullCheck(L_1); L_1->set_member_1(L_2); U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_3 = V_0; NullCheck(L_3); MemberInfo_t * L_4 = L_3->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * L_5; L_5 = ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m9DDBD273193FF812A61DD4B73B3D16C5CBBC838F(L_4, /*hidden argument*/ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m9DDBD273193FF812A61DD4B73B3D16C5CBBC838F_RuntimeMethod_var); V_1 = L_5; JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * L_6 = V_1; if (L_6) { goto IL_001d; } } { return; } IL_001d: { U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_7 = V_0; NullCheck(L_7); MemberInfo_t * L_8 = L_7->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_8, /*hidden argument*/NULL); V_2 = L_9; Type_t * L_10 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_10, L_12, (Type_t **)(&V_3), /*hidden argument*/NULL); Type_t * L_14 = V_3; NullCheck(L_14); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15; L_15 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_14); NullCheck(L_15); int32_t L_16 = 0; Type_t * L_17 = (L_15)->GetAt(static_cast(L_16)); V_4 = L_17; Type_t * L_18 = V_3; NullCheck(L_18); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19; L_19 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_18); NullCheck(L_19); int32_t L_20 = 1; Type_t * L_21 = (L_19)->GetAt(static_cast(L_20)); V_5 = L_21; Type_t * L_22 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); bool L_25; L_25 = ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3(L_22, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0085; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_26, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_29 = L_28; Type_t * L_30 = V_4; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(0), (Type_t *)L_30); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_31 = L_29; Type_t * L_32 = V_5; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(1), (Type_t *)L_32); NullCheck(L_27); Type_t * L_33; L_33 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, 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__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_36; L_36 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_37 = V_0; NullCheck(L_37); MemberInfo_t * L_38 = L_37->get_member_1(); NullCheck(L_36); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_39; L_39 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2(L_36, L_38, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); NullCheck(L_35); L_35->set_getExtensionDataDictionary_0(L_39); JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * L_40 = V_1; NullCheck(L_40); bool L_41; L_41 = JsonExtensionDataAttribute_get_ReadData_mE8CF73A938D31EE6D74642BAFB18263FAAE478EC_inline(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0147; } } { U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_42 = (U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_1__ctor_m80069CCCBF43FC0EFE8DA673B7272EF997504808(L_42, /*hidden argument*/NULL); V_7 = L_42; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_43 = V_7; U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_44 = V_0; NullCheck(L_43); L_43->set_CSU24U3CU3E8__locals1_3(L_44); U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_45 = V_7; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_46 = V_7; NullCheck(L_46); U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_47 = L_46->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_47); MemberInfo_t * L_48 = L_47->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_49; L_49 = ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087(L_48, (bool)1, (bool)0, /*hidden argument*/NULL); G_B7_0 = L_45; if (L_49) { G_B8_0 = L_45; goto IL_00d2; } } { G_B9_0 = ((Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)(NULL)); G_B9_1 = G_B7_0; goto IL_00e8; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_50; L_50 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_51 = V_7; NullCheck(L_51); U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_52 = L_51->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_52); MemberInfo_t * L_53 = L_52->get_member_1(); NullCheck(L_50); Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_54; L_54 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09(L_50, L_53, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); G_B9_0 = L_54; G_B9_1 = G_B8_0; } IL_00e8: { NullCheck(G_B9_1); G_B9_1->set_setExtensionDataDictionary_0(G_B9_0); U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_55 = V_7; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_56; L_56 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); Type_t * L_57 = V_6; NullCheck(L_56); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_58; L_58 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_56, L_57); NullCheck(L_55); L_55->set_createExtensionDataDictionary_1(L_58); Type_t * L_59 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_60 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_61 = L_60; Type_t * L_62 = V_4; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_62); (L_61)->SetAt(static_cast(0), (Type_t *)L_62); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_63 = L_61; Type_t * L_64 = V_5; NullCheck(L_63); ArrayElementTypeCheck (L_63, L_64); (L_63)->SetAt(static_cast(1), (Type_t *)L_64); NullCheck(L_59); MethodInfo_t * L_65; L_65 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_59, _stringLiteral107694947DB47644F8036602F63473486E1ED925, L_63, /*hidden argument*/NULL); V_8 = L_65; U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_66 = V_7; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_67; L_67 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); MethodInfo_t * L_68 = V_8; NullCheck(L_67); MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_69; L_69 = GenericVirtualFuncInvoker1< MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var, L_67, L_68); NullCheck(L_66); L_66->set_setExtensionDataDictionaryValue_2(L_69); U3CU3Ec__DisplayClass34_1_t1D0EBBEECFEDD9EE232804842F08204C1E0B7817 * L_70 = V_7; ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * L_71 = (ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 *)il2cpp_codegen_object_new(ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4_il2cpp_TypeInfo_var); ExtensionDataSetter__ctor_m896A6A7E6F7514AEC5888EEAA1519F104A8DD545(L_71, L_70, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_mBDE9A222B6950113F7F7AFE0F2E87069E77F77BD_RuntimeMethod_var), /*hidden argument*/NULL); V_9 = L_71; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_72 = ___contract0; ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * L_73 = V_9; NullCheck(L_72); JsonObjectContract_set_ExtensionDataSetter_m0569DC3D7CBA298C858F17DF14123A088EDFA1D8_inline(L_72, L_73, /*hidden argument*/NULL); } IL_0147: { JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * L_74 = V_1; NullCheck(L_74); bool L_75; L_75 = JsonExtensionDataAttribute_get_WriteData_m06EB62EA0887666777EEAB325DFDC0183AD29F8B_inline(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01b3; } } { U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * L_76 = (U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_2__ctor_m0B6F49294BD09EE559FB8374BE7D9603696A0FC0(L_76, /*hidden argument*/NULL); V_10 = L_76; U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * L_77 = V_10; U3CU3Ec__DisplayClass34_0_t80392D3E13F56BB71CFFEDBDD603CF78EF98A834 * L_78 = V_0; NullCheck(L_77); L_77->set_CSU24U3CU3E8__locals2_1(L_78); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_79 = { reinterpret_cast (EnumerableDictionaryWrapper_2_t9C422950EFB7EF39BF5B4343E28727F26D37EA12_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_80; L_80 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_79, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_81 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_82 = L_81; Type_t * L_83 = V_4; NullCheck(L_82); ArrayElementTypeCheck (L_82, L_83); (L_82)->SetAt(static_cast(0), (Type_t *)L_83); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_84 = L_82; Type_t * L_85 = V_5; NullCheck(L_84); ArrayElementTypeCheck (L_84, L_85); (L_84)->SetAt(static_cast(1), (Type_t *)L_85); NullCheck(L_80); Type_t * L_86; L_86 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_80, L_84); NullCheck(L_86); ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_87; L_87 = Type_GetConstructors_mEC149FCD78EA6555E262AD2FA1FB44A0441EA4DE(L_86, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_88; L_88 = Enumerable_First_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m9DF84E90E37FEC9B0989057AB0E31E8AE440436E((RuntimeObject*)(RuntimeObject*)L_87, /*hidden argument*/Enumerable_First_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m9DF84E90E37FEC9B0989057AB0E31E8AE440436E_RuntimeMethod_var); V_11 = L_88; U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * L_89 = V_10; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_90; L_90 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_91 = V_11; NullCheck(L_90); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_92; L_92 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_90, L_91); NullCheck(L_89); L_89->set_createEnumerableWrapper_0(L_92); U3CU3Ec__DisplayClass34_2_tE6E0A4AA38ACC1AD5B69C6E8EDE089A57C36D5CB * L_93 = V_10; ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * L_94 = (ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 *)il2cpp_codegen_object_new(ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6_il2cpp_TypeInfo_var); ExtensionDataGetter__ctor_m391280C57AA4255A0A67C3E07F818E9DD44129DF(L_94, L_93, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_mB7F0EF1B70A312CCEFBF0080B26B017BF9A7BCC4_RuntimeMethod_var), /*hidden argument*/NULL); V_12 = L_94; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_95 = ___contract0; ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * L_96 = V_12; NullCheck(L_95); JsonObjectContract_set_ExtensionDataGetter_m0D6330E331D0EA5B70BEFB451A6A754FFA0860FB_inline(L_95, L_96, /*hidden argument*/NULL); } IL_01b3: { JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_97 = ___contract0; Type_t * L_98 = V_5; NullCheck(L_97); JsonObjectContract_set_ExtensionDataValueType_m7CAAB1515668A471D1B420212F505C5CF8624608(L_97, L_98, /*hidden argument*/NULL); return; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetAttributeConstructor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m874DC3048B64773667F159216647C002C035F734_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t71D7BBC0DE1A1BC85F6ECF0389EF54B41DA08B54_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_mF5A8F2BF2D689DB11587DF0ED6EEFB1FEA5528CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * G_B2_0 = NULL; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* G_B2_1 = NULL; Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * G_B1_0 = NULL; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* G_B1_1 = NULL; { Type_t * L_0 = ___objectType0; NullCheck(L_0); ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_1; L_1 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498*, int32_t >::Invoke(37 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_0, ((int32_t)52)); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_2 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__36_0_5(); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_4 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_5 = (Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C *)il2cpp_codegen_object_new(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C_il2cpp_TypeInfo_var); Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_mF5A8F2BF2D689DB11587DF0ED6EEFB1FEA5528CF_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF_RuntimeMethod_var); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_6 = L_5; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__36_0_5(L_6); G_B2_0 = L_6; G_B2_1 = G_B1_1; } IL_0027: { RuntimeObject* L_7; L_7 = Enumerable_Where_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m874DC3048B64773667F159216647C002C035F734((RuntimeObject*)(RuntimeObject*)G_B2_1, G_B2_0, /*hidden argument*/Enumerable_Where_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m874DC3048B64773667F159216647C002C035F734_RuntimeMethod_var); List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B * L_8; L_8 = Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A(L_7, /*hidden argument*/Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A_RuntimeMethod_var); V_0 = (RuntimeObject*)L_8; RuntimeObject* L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var, L_9); if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0046; } } { JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_11 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D6DFBC69EC51C91CE8468497DE15B8CFFFDE7B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C_RuntimeMethod_var))); } IL_0046: { RuntimeObject* L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var, L_12); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0057; } } { RuntimeObject* L_14 = V_0; NullCheck(L_14); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_15; L_15 = InterfaceFuncInvoker1< ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t71D7BBC0DE1A1BC85F6ECF0389EF54B41DA08B54_il2cpp_TypeInfo_var, L_14, 0); return L_15; } IL_0057: { Type_t * L_16 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_18)))) { goto IL_00a5; } } { Type_t * L_19 = ___objectType0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)4); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = L_20; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(0), (Type_t *)L_23); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = L_21; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (Type_t *)L_26); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = L_24; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(2), (Type_t *)L_29); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_30 = L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(3), (Type_t *)L_32); NullCheck(L_19); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_33; L_33 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_19, L_30, /*hidden argument*/NULL); return L_33; } IL_00a5: { return (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetParameterizedConstructor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * DefaultContractResolver_GetParameterizedConstructor_m2188DCB311817CD8C274E17C5E4768262B3D2A87 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t71D7BBC0DE1A1BC85F6ECF0389EF54B41DA08B54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t * L_0 = ___objectType0; NullCheck(L_0); ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_1; L_1 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498*, int32_t >::Invoke(37 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_0, ((int32_t)20)); List_1_t1669EBEB36293F59DAC976E1AAA5A22AB8E6EE6B * L_2; L_2 = Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A((RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/Enumerable_ToList_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_mCF852AE55B07A97084D3DF6E398F3ACD44386C6A_RuntimeMethod_var); V_0 = (RuntimeObject*)L_2; RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t6D93170253E802FE0316A8BA24FB46A01E09A4D1_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_001f; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_6; L_6 = InterfaceFuncInvoker1< ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t71D7BBC0DE1A1BC85F6ECF0389EF54B41DA08B54_il2cpp_TypeInfo_var, L_5, 0); return L_6; } IL_001f: { return (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateConstructorParameters_mE237183B5946975BD9F04522B0FA72393310E7F9 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___constructor0, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___memberProperties1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * V_0 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_1 = NULL; int32_t V_2 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * V_3 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_4 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_5 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B4_0 = NULL; { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = ___constructor0; NullCheck(L_0); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_1; L_1 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_2 = ___constructor0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_4 = (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 *)il2cpp_codegen_object_new(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = L_1; V_2 = 0; goto IL_0071; } IL_0017: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_9 = V_3; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_9); if (L_10) { goto IL_0026; } } { G_B4_0 = ((JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)(NULL)); goto IL_0032; } IL_0026: { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_11 = ___memberProperties1; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_12 = V_3; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_12); NullCheck(L_11); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_14; L_14 = JsonPropertyCollection_GetClosestMatchProperty_m9F4FB841CB058642A7FF2BA1F75BA39083E8684C(L_11, L_13, /*hidden argument*/NULL); G_B4_0 = L_14; } IL_0032: { V_4 = G_B4_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_15 = V_4; if (!L_15) { goto IL_004a; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_16 = V_4; NullCheck(L_16); Type_t * L_17; L_17 = JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline(L_16, /*hidden argument*/NULL); ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_18 = V_3; NullCheck(L_18); Type_t * L_19; L_19 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_18); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_004a; } } { V_4 = (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)NULL; } IL_004a: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_20 = V_4; if (L_20) { goto IL_0056; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_21 = V_3; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_21); if (!L_22) { goto IL_006d; } } IL_0056: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_23 = V_4; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_24 = V_3; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_25; L_25 = VirtualFuncInvoker2< JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * >::Invoke(9 /* Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo) */, __this, L_23, L_24); V_5 = L_25; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_26 = V_5; if (!L_26) { goto IL_006d; } } { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_27 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_28 = V_5; NullCheck(L_27); JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19(L_27, L_28, /*hidden argument*/NULL); } IL_006d: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0071: { int32_t L_30 = V_2; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_31 = V_1; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))) { goto IL_0017; } } { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_32 = V_0; return L_32; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * DefaultContractResolver_CreatePropertyFromConstructorParameter_m94CBAEEF20C09EB3F9917F968ABC5E9C3AC3E2F3 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___matchingMemberProperty0, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___parameterInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_0 = NULL; bool V_1 = false; Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E V_5; memset((&V_5), 0, sizeof(V_5)); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 V_7; memset((&V_7), 0, sizeof(V_7)); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 V_8; memset((&V_8), 0, sizeof(V_8)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B3_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B4_1 = NULL; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * G_B6_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B6_1 = NULL; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * G_B5_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B5_1 = NULL; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * G_B8_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B8_1 = NULL; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * G_B7_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B7_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B13_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B12_0 = NULL; Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B14_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B16_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B15_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B17_0; memset((&G_B17_0), 0, sizeof(G_B17_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B17_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B19_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B18_0 = NULL; Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF G_B20_0; memset((&G_B20_0), 0, sizeof(G_B20_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B20_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B22_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B21_0 = NULL; Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E G_B23_0; memset((&G_B23_0), 0, sizeof(G_B23_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B23_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B25_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B24_0 = NULL; Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 G_B26_0; memset((&G_B26_0), 0, sizeof(G_B26_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B26_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B28_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B27_0 = NULL; Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 G_B29_0; memset((&G_B29_0), 0, sizeof(G_B29_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B29_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B31_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B30_0 = NULL; Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 G_B32_0; memset((&G_B32_0), 0, sizeof(G_B32_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B32_1 = NULL; { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)il2cpp_codegen_object_new(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_il2cpp_TypeInfo_var); JsonProperty__ctor_mE37299FE12F57AA239ED22B3101BF3F8E6E9AC82(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_1 = V_0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_2 = ___parameterInfo1; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_2); NullCheck(L_1); JsonProperty_set_PropertyType_m4B0DA5746ADD7B8C0BB3C081AEF730BEBDE1BAE2(L_1, L_3, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_4 = V_0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_5 = ___parameterInfo1; ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 * L_6 = (ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 *)il2cpp_codegen_object_new(ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685_il2cpp_TypeInfo_var); ReflectionAttributeProvider__ctor_m3752523B8F38E4663AC689FC3044623D755F3BDE(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonProperty_set_AttributeProvider_m81B9C478B7AD414C11B9FE6B92A9992954054A4C_inline(L_4, L_6, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_7 = V_0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_8 = ___parameterInfo1; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_9 = ___parameterInfo1; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_9); ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_11 = ___parameterInfo1; NullCheck(L_11); MemberInfo_t * L_12; L_12 = VirtualFuncInvoker0< MemberInfo_t * >::Invoke(10 /* System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() */, L_11); NullCheck(L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); DefaultContractResolver_SetPropertySettingsFromAttributes_mAD2F3F089E4AF01FEB25C039F57F739631E5F7DD(__this, L_7, L_8, L_10, L_13, 0, (bool*)(&V_1), /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_14 = V_0; NullCheck(L_14); JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C_inline(L_14, (bool)0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_15 = V_0; NullCheck(L_15); JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E_inline(L_15, (bool)1, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_16 = ___matchingMemberProperty0; if (!L_16) { goto IL_01a0; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_17 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_18, /*hidden argument*/NULL); ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_20 = ___parameterInfo1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_20); bool L_22; L_22 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_19, L_21, /*hidden argument*/NULL); G_B2_0 = L_17; if (L_22) { G_B3_0 = L_17; goto IL_006a; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_23 = ___matchingMemberProperty0; NullCheck(L_23); String_t* L_24; L_24 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_23, /*hidden argument*/NULL); G_B4_0 = L_24; G_B4_1 = G_B2_0; goto IL_0070; } IL_006a: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_25, /*hidden argument*/NULL); G_B4_0 = L_26; G_B4_1 = G_B3_0; } IL_0070: { NullCheck(G_B4_1); JsonProperty_set_PropertyName_m0C03EC9AEA61A658F14F47E9A73CED7AFFA6EC94(G_B4_1, G_B4_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_27 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_28 = V_0; NullCheck(L_28); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_29; L_29 = JsonProperty_get_Converter_mF593A894B88EC9D726FAC393819855A76C44BA71_inline(L_28, /*hidden argument*/NULL); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_30 = L_29; G_B5_0 = L_30; G_B5_1 = L_27; if (L_30) { G_B6_0 = L_30; G_B6_1 = L_27; goto IL_0086; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_31 = ___matchingMemberProperty0; NullCheck(L_31); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_32; L_32 = JsonProperty_get_Converter_mF593A894B88EC9D726FAC393819855A76C44BA71_inline(L_31, /*hidden argument*/NULL); G_B6_0 = L_32; G_B6_1 = G_B5_1; } IL_0086: { NullCheck(G_B6_1); JsonProperty_set_Converter_m78DBAB2EDD871626D34E10EC0576E8BE764C6EA6_inline(G_B6_1, G_B6_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_33 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_34 = V_0; NullCheck(L_34); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_35; L_35 = JsonProperty_get_MemberConverter_m0440F83951A37CD6E3011615B58DF2153105D5EF_inline(L_34, /*hidden argument*/NULL); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_36 = L_35; G_B7_0 = L_36; G_B7_1 = L_33; if (L_36) { G_B8_0 = L_36; G_B8_1 = L_33; goto IL_009c; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_37 = ___matchingMemberProperty0; NullCheck(L_37); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_38; L_38 = JsonProperty_get_MemberConverter_m0440F83951A37CD6E3011615B58DF2153105D5EF_inline(L_37, /*hidden argument*/NULL); G_B8_0 = L_38; G_B8_1 = G_B7_1; } IL_009c: { NullCheck(G_B8_1); JsonProperty_set_MemberConverter_m0CC95C7001339F065F8E0B4459A5E2978642AE80_inline(G_B8_1, G_B8_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_39 = V_0; NullCheck(L_39); bool L_40 = L_39->get__hasExplicitDefaultValue_1(); if (L_40) { goto IL_00bd; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_41 = ___matchingMemberProperty0; NullCheck(L_41); bool L_42 = L_41->get__hasExplicitDefaultValue_1(); if (!L_42) { goto IL_00bd; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_43 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_44 = ___matchingMemberProperty0; NullCheck(L_44); RuntimeObject * L_45; L_45 = JsonProperty_get_DefaultValue_mB9C7CE821E89D2B6A883101E37C2CCBE687FF142(L_44, /*hidden argument*/NULL); NullCheck(L_43); JsonProperty_set_DefaultValue_mCF8C783AD2C0CF6E7F4177DE6CA0F48CDFAFD76F(L_43, L_45, /*hidden argument*/NULL); } IL_00bd: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_46 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_47 = V_0; NullCheck(L_47); Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_48 = L_47->get__required_0(); V_2 = L_48; bool L_49; L_49 = Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_inline((Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var); G_B12_0 = L_46; if (L_49) { G_B13_0 = L_46; goto IL_00d6; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_50 = ___matchingMemberProperty0; NullCheck(L_50); Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_51 = L_50->get__required_0(); G_B14_0 = L_51; G_B14_1 = G_B12_0; goto IL_00d7; } IL_00d6: { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_52 = V_2; G_B14_0 = L_52; G_B14_1 = G_B13_0; } IL_00d7: { NullCheck(G_B14_1); G_B14_1->set__required_0(G_B14_0); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_53 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_54 = V_0; NullCheck(L_54); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_55; L_55 = JsonProperty_get_IsReference_mFE510C42699FB154AF54E4A01F2FF9B6D29C687B_inline(L_54, /*hidden argument*/NULL); V_3 = L_55; bool L_56; L_56 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); G_B15_0 = L_53; if (L_56) { G_B16_0 = L_53; goto IL_00f5; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_57 = ___matchingMemberProperty0; NullCheck(L_57); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_58; L_58 = JsonProperty_get_IsReference_mFE510C42699FB154AF54E4A01F2FF9B6D29C687B_inline(L_57, /*hidden argument*/NULL); G_B17_0 = L_58; G_B17_1 = G_B15_0; goto IL_00f6; } IL_00f5: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_59 = V_3; G_B17_0 = L_59; G_B17_1 = G_B16_0; } IL_00f6: { NullCheck(G_B17_1); JsonProperty_set_IsReference_m3287EA93B063AC7B3B881E0DAE3C661F99848617_inline(G_B17_1, G_B17_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_60 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_61 = V_0; NullCheck(L_61); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_62; L_62 = JsonProperty_get_NullValueHandling_m1E5CD9BFF0ECF2BA724A76E76727BC968AD20D21_inline(L_61, /*hidden argument*/NULL); V_4 = L_62; bool L_63; L_63 = Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_inline((Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var); G_B18_0 = L_60; if (L_63) { G_B19_0 = L_60; goto IL_0115; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_64 = ___matchingMemberProperty0; NullCheck(L_64); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_65; L_65 = JsonProperty_get_NullValueHandling_m1E5CD9BFF0ECF2BA724A76E76727BC968AD20D21_inline(L_64, /*hidden argument*/NULL); G_B20_0 = L_65; G_B20_1 = G_B18_0; goto IL_0117; } IL_0115: { Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_66 = V_4; G_B20_0 = L_66; G_B20_1 = G_B19_0; } IL_0117: { NullCheck(G_B20_1); JsonProperty_set_NullValueHandling_mFEA55CC4E02A62C553F9F3E8FA30D2ABE38020BE_inline(G_B20_1, G_B20_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_67 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_68 = V_0; NullCheck(L_68); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_69; L_69 = JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline(L_68, /*hidden argument*/NULL); V_5 = L_69; bool L_70; L_70 = Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)(&V_5), /*hidden argument*/Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); G_B21_0 = L_67; if (L_70) { G_B22_0 = L_67; goto IL_0136; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_71 = ___matchingMemberProperty0; NullCheck(L_71); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_72; L_72 = JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline(L_71, /*hidden argument*/NULL); G_B23_0 = L_72; G_B23_1 = G_B21_0; goto IL_0138; } IL_0136: { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_73 = V_5; G_B23_0 = L_73; G_B23_1 = G_B22_0; } IL_0138: { NullCheck(G_B23_1); JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D_inline(G_B23_1, G_B23_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_74 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_75 = V_0; NullCheck(L_75); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_76; L_76 = JsonProperty_get_ReferenceLoopHandling_mC496ABEDE0E6A4F529B597DDE618D9699D408E02_inline(L_75, /*hidden argument*/NULL); V_6 = L_76; bool L_77; L_77 = Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_inline((Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var); G_B24_0 = L_74; if (L_77) { G_B25_0 = L_74; goto IL_0157; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_78 = ___matchingMemberProperty0; NullCheck(L_78); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_79; L_79 = JsonProperty_get_ReferenceLoopHandling_mC496ABEDE0E6A4F529B597DDE618D9699D408E02_inline(L_78, /*hidden argument*/NULL); G_B26_0 = L_79; G_B26_1 = G_B24_0; goto IL_0159; } IL_0157: { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_80 = V_6; G_B26_0 = L_80; G_B26_1 = G_B25_0; } IL_0159: { NullCheck(G_B26_1); JsonProperty_set_ReferenceLoopHandling_mA35889121950D7FD01B6A122CE9701EC7FFE6D37_inline(G_B26_1, G_B26_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_81 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_82 = V_0; NullCheck(L_82); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_83; L_83 = JsonProperty_get_ObjectCreationHandling_m141D6AAC67FABF3CA6A5D862F03A85B9DDCB4035_inline(L_82, /*hidden argument*/NULL); V_7 = L_83; bool L_84; L_84 = Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_inline((Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 *)(&V_7), /*hidden argument*/Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var); G_B27_0 = L_81; if (L_84) { G_B28_0 = L_81; goto IL_0178; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_85 = ___matchingMemberProperty0; NullCheck(L_85); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_86; L_86 = JsonProperty_get_ObjectCreationHandling_m141D6AAC67FABF3CA6A5D862F03A85B9DDCB4035_inline(L_85, /*hidden argument*/NULL); G_B29_0 = L_86; G_B29_1 = G_B27_0; goto IL_017a; } IL_0178: { Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_87 = V_7; G_B29_0 = L_87; G_B29_1 = G_B28_0; } IL_017a: { NullCheck(G_B29_1); JsonProperty_set_ObjectCreationHandling_mF4120F246285A07FE3A2CE6F848DC68BD57C47C2_inline(G_B29_1, G_B29_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_88 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_89 = V_0; NullCheck(L_89); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_90; L_90 = JsonProperty_get_TypeNameHandling_m2F9E3B5433A10E4CD72C92202DD1585CAD469CE1_inline(L_89, /*hidden argument*/NULL); V_8 = L_90; bool L_91; L_91 = Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_inline((Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 *)(&V_8), /*hidden argument*/Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var); G_B30_0 = L_88; if (L_91) { G_B31_0 = L_88; goto IL_0199; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_92 = ___matchingMemberProperty0; NullCheck(L_92); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_93; L_93 = JsonProperty_get_TypeNameHandling_m2F9E3B5433A10E4CD72C92202DD1585CAD469CE1_inline(L_92, /*hidden argument*/NULL); G_B32_0 = L_93; G_B32_1 = G_B30_0; goto IL_019b; } IL_0199: { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_94 = V_8; G_B32_0 = L_94; G_B32_1 = G_B31_0; } IL_019b: { NullCheck(G_B32_1); JsonProperty_set_TypeNameHandling_m3FADC60F2285A7ED7DE2E54C0B2494D9769B6818_inline(G_B32_1, G_B32_0, /*hidden argument*/NULL); } IL_01a0: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_95 = V_0; return L_95; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContractConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * DefaultContractResolver_ResolveContractConverter_m397D37ED4131E91008A07323C9748F29D03AAD19 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_1; L_1 = JsonTypeReflector_GetJsonConverter_mE68AEC43C19B8988E4A6948883309C98B1F30E0F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetDefaultCreator(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * DefaultContractResolver_GetDefaultCreator_mD54805590E4FE3940B7A5F58961D09CD5296FD05 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___createdType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_0; L_0 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); Type_t * L_1 = ___createdType0; NullCheck(L_0); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_2; L_2 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_0, L_1); return L_2; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::InitializeContract(Newtonsoft.Json.Serialization.JsonContract) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___contract0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * V_0 = NULL; DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * V_1 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B10_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B9_0 = NULL; int32_t G_B11_0 = 0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B11_1 = NULL; { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = ___contract0; NullCheck(L_0); Type_t * L_1 = L_0->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_2; L_2 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305(L_1, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); V_0 = L_2; JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_4 = ___contract0; JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_5 = V_0; NullCheck(L_5); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_6 = L_5->get__isReference_2(); NullCheck(L_4); JsonContract_set_IsReference_m647AD1AA63A19A316E5952A940375FF683203DD4_inline(L_4, L_6, /*hidden argument*/NULL); goto IL_0040; } IL_001d: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_7 = ___contract0; NullCheck(L_7); Type_t * L_8 = L_7->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_9; L_9 = JsonTypeReflector_GetDataContractAttribute_m48F91A6D2BD1F8C2A6D7463A79F9E6446578483F(L_8, /*hidden argument*/NULL); V_1 = L_9; DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_10 = V_1; if (!L_10) { goto IL_0040; } } { DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = DataContractAttribute_get_IsReference_mD233910F6BE95DC8F61D97C2B5BEB0BE0B817518_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0040; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_13 = ___contract0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_14; memset((&L_14), 0, sizeof(L_14)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_14), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); NullCheck(L_13); JsonContract_set_IsReference_m647AD1AA63A19A316E5952A940375FF683203DD4_inline(L_13, L_14, /*hidden argument*/NULL); } IL_0040: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_15 = ___contract0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_16 = ___contract0; NullCheck(L_16); Type_t * L_17 = L_16->get_NonNullableUnderlyingType_3(); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_18; L_18 = VirtualFuncInvoker1< JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *, Type_t * >::Invoke(10 /* Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContractConverter(System.Type) */, __this, L_17); NullCheck(L_15); JsonContract_set_Converter_m42066557973B76FA60A5C1B169E2E051CA48E67F_inline(L_15, L_18, /*hidden argument*/NULL); JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_19 = ___contract0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_20 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->get_BuiltInConverters_1(); JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_21 = ___contract0; NullCheck(L_21); Type_t * L_22 = L_21->get_NonNullableUnderlyingType_3(); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_23; L_23 = JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962((RuntimeObject*)(RuntimeObject*)L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); JsonContract_set_InternalConverter_mD6CF59AB4347754DC9CF40B5E815F6279C7E97CE_inline(L_19, L_23, /*hidden argument*/NULL); JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_24 = ___contract0; NullCheck(L_24); bool L_25 = L_24->get_IsInstantiable_8(); if (!L_25) { goto IL_00c1; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_26 = ___contract0; NullCheck(L_26); Type_t * L_27; L_27 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_28; L_28 = ReflectionUtils_HasDefaultConstructor_mEE25FD0D3849116D9A71E3119522AF925FA3DDA2(L_27, (bool)1, /*hidden argument*/NULL); if (L_28) { goto IL_008b; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_29 = ___contract0; NullCheck(L_29); Type_t * L_30; L_30 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(L_29, /*hidden argument*/NULL); bool L_31; L_31 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00c1; } } IL_008b: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_32 = ___contract0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_33 = ___contract0; NullCheck(L_33); Type_t * L_34; L_34 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(L_33, /*hidden argument*/NULL); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_35; L_35 = DefaultContractResolver_GetDefaultCreator_mD54805590E4FE3940B7A5F58961D09CD5296FD05(__this, L_34, /*hidden argument*/NULL); NullCheck(L_32); JsonContract_set_DefaultCreator_m58A325FBB24631FED3600957D5FF1A17A22B6FE7_inline(L_32, L_35, /*hidden argument*/NULL); JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_36 = ___contract0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_37 = ___contract0; NullCheck(L_37); Type_t * L_38; L_38 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(L_37, /*hidden argument*/NULL); bool L_39; L_39 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_38, /*hidden argument*/NULL); G_B9_0 = L_36; if (L_39) { G_B10_0 = L_36; goto IL_00bb; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_40 = ___contract0; NullCheck(L_40); Type_t * L_41; L_41 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_42; L_42 = ReflectionUtils_GetDefaultConstructor_m50B91B72CF6116D8900DB553DF4ABDAA4D0DD8B1(L_41, /*hidden argument*/NULL); G_B11_0 = ((((RuntimeObject*)(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_42) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); G_B11_1 = G_B9_0; goto IL_00bc; } IL_00bb: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_00bc: { NullCheck(G_B11_1); JsonContract_set_DefaultCreatorNonPublic_m0FFB3F071DAC8B35694B33BDC7D589512E918018_inline(G_B11_1, (bool)G_B11_0, /*hidden argument*/NULL); } IL_00c1: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_43 = ___contract0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_44 = ___contract0; NullCheck(L_44); Type_t * L_45 = L_44->get_NonNullableUnderlyingType_3(); DefaultContractResolver_ResolveCallbackMethods_mD10B9C21AA296680370B8EBEB84F34257E159B9F(__this, L_43, L_45, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveCallbackMethods(Newtonsoft.Json.Serialization.JsonContract,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_mD10B9C21AA296680370B8EBEB84F34257E159B9F (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___contract0, Type_t * ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisSerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_mCC4F0E1E4E9D27DBF0379B1B0044DC55C264B63B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * V_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * V_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * V_2 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * V_3 = NULL; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * V_4 = NULL; { Type_t * L_0 = ___t1; DefaultContractResolver_GetCallbackMethodsForType_m2FA8DBC33C57C3956EE942474F80441F2AA6102D(__this, L_0, (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)(&V_0), (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)(&V_1), (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)(&V_2), (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)(&V_3), (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 **)(&V_4), /*hidden argument*/NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = V_0; if (!L_1) { goto IL_0020; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_2 = ___contract0; NullCheck(L_2); RuntimeObject* L_3; L_3 = JsonContract_get_OnSerializingCallbacks_mCF98CA2D34B5F11C62492C0C112A58A9B8F0CB32(L_2, /*hidden argument*/NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_4 = V_0; CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B(L_3, L_4, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var); } IL_0020: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_5 = V_1; if (!L_5) { goto IL_002f; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_6 = ___contract0; NullCheck(L_6); RuntimeObject* L_7; L_7 = JsonContract_get_OnSerializedCallbacks_mCA83E6C54200DB80FB4B4BBEE7BDA2294823FF65(L_6, /*hidden argument*/NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_8 = V_1; CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B(L_7, L_8, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var); } IL_002f: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_9 = V_2; if (!L_9) { goto IL_003e; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_10 = ___contract0; NullCheck(L_10); RuntimeObject* L_11; L_11 = JsonContract_get_OnDeserializingCallbacks_m4303B7B38E9C06BBC04AD8F723B1F57B0F1477C1(L_10, /*hidden argument*/NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_12 = V_2; CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B(L_11, L_12, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var); } IL_003e: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_13 = V_3; if (!L_13) { goto IL_004d; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_14 = ___contract0; NullCheck(L_14); RuntimeObject* L_15; L_15 = JsonContract_get_OnDeserializedCallbacks_m136433782A70F48146D339B97CFB45EBD925EC6C(L_14, /*hidden argument*/NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_16 = V_3; CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B(L_15, L_16, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_m3A641DDE8DB52F26C3A0FC11351491DC92796C5B_RuntimeMethod_var); } IL_004d: { List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_17 = V_4; if (!L_17) { goto IL_005e; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_18 = ___contract0; NullCheck(L_18); RuntimeObject* L_19; L_19 = JsonContract_get_OnErrorCallbacks_m50AAA1748E89BC1F97C25904189E999BC03EB2A5(L_18, /*hidden argument*/NULL); List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_20 = V_4; CollectionUtils_AddRange_TisSerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_mCC4F0E1E4E9D27DBF0379B1B0044DC55C264B63B(L_19, L_20, /*hidden argument*/CollectionUtils_AddRange_TisSerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_mCC4F0E1E4E9D27DBF0379B1B0044DC55C264B63B_RuntimeMethod_var); } IL_005e: { return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::GetCallbackMethodsForType(System.Type,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_m2FA8DBC33C57C3956EE942474F80441F2AA6102D (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onSerializing1, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onSerialized2, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onDeserializing3, List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** ___onDeserialized4, List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** ___onError5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m018F1D72F1A7C5688D4990D36C8DE3F761DBEAD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m9F0ED3B48B89C28810E4AE3148259FDB7075B16A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m09D42327467C30F0F41F93C7353A72FFD684F271_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD75F8E0769F1738AD9907698AA8E5E2B407431A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEB5F044018BD367C71DE14D9E47E2D200D021B75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC 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_t86AA7E1AF11D62BAE3189F25907B252596FA627E* V_8 = NULL; int32_t V_9 = 0; MethodInfo_t * V_10 = NULL; Type_t * V_11 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B8_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B8_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B7_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B7_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B12_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B12_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B11_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B11_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B16_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B16_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B15_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B15_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B21_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B21_1 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * G_B20_0 = NULL; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** G_B20_1 = NULL; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * G_B25_0 = NULL; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** G_B25_1 = NULL; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * G_B24_0 = NULL; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** G_B24_1 = NULL; { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_0 = ___onSerializing1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_1 = ___onSerialized2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_2 = ___onDeserializing3; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_3 = ___onDeserialized4; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** L_4 = ___onError5; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); Type_t * L_5 = ___type0; List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_6; L_6 = DefaultContractResolver_GetClassHierarchyForType_m5348D41320C848BBB768F731730BE88F9787C2C7(__this, L_5, /*hidden argument*/NULL); NullCheck(L_6); Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC L_7; L_7 = List_1_GetEnumerator_mEB5F044018BD367C71DE14D9E47E2D200D021B75(L_6, /*hidden argument*/List_1_GetEnumerator_mEB5F044018BD367C71DE14D9E47E2D200D021B75_RuntimeMethod_var); V_0 = L_7; } IL_001f: try {// begin try (depth: 1) { goto IL_01ab; } IL_0024: { Type_t * L_8; L_8 = Enumerator_get_Current_m09D42327467C30F0F41F93C7353A72FFD684F271_inline((Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *)(&V_0), /*hidden argument*/Enumerator_get_Current_m09D42327467C30F0F41F93C7353A72FFD684F271_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_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_10; L_10 = DefaultContractResolver_ShouldSkipSerializing_mEB54B48250CA20CF0CC1CE24A4A2D31511EC71CD(L_9, /*hidden argument*/NULL); V_6 = L_10; Type_t * L_11 = L_9; bool L_12; L_12 = DefaultContractResolver_ShouldSkipDeserialized_m13D16431013E85ECC9DDA900C4D1947B402F7947(L_11, /*hidden argument*/NULL); V_7 = L_12; NullCheck(L_11); MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_13; L_13 = VirtualFuncInvoker1< MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E*, int32_t >::Invoke(44 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_11, ((int32_t)54)); V_8 = L_13; V_9 = 0; goto IL_01a0; } IL_0058: { MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* 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(L_16)); V_10 = L_17; MethodInfo_t * L_18 = V_10; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, L_18); if (L_19) { goto IL_019a; } } IL_006b: { V_11 = (Type_t *)NULL; MethodInfo_t * L_20 = V_10; NullCheck(L_20); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_21; L_21 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_20); V_12 = L_21; bool L_22 = V_6; if (L_22) { goto IL_00b1; } } IL_007b: { MethodInfo_t * L_23 = V_10; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_24 = V_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (OnSerializingAttribute_t1DAF18BA9DB9385075546B6FEBFAF4CA6D1CCF49_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); MethodInfo_t * L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_28; L_28 = DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32(L_23, L_24, L_26, L_27, (Type_t **)(&V_11), /*hidden argument*/NULL); if (!L_28) { goto IL_00b1; } } IL_0093: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_29 = ___onSerializing1; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_30 = ___onSerializing1; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_31 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_30); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_32 = L_31; G_B7_0 = L_32; G_B7_1 = L_29; if (L_32) { G_B8_0 = L_32; G_B8_1 = L_29; goto IL_009f; } } IL_0099: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_33 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_33, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); G_B8_0 = L_33; G_B8_1 = G_B7_1; } IL_009f: { *((RuntimeObject **)G_B8_1) = (RuntimeObject *)G_B8_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B8_1, (void*)(RuntimeObject *)G_B8_0); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_34 = ___onSerializing1; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_35 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_34); MethodInfo_t * L_36 = V_10; SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_37; L_37 = JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016(L_36, /*hidden argument*/NULL); NullCheck(L_35); List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7(L_35, L_37, /*hidden argument*/List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var); MethodInfo_t * L_38 = V_10; V_1 = L_38; } IL_00b1: { MethodInfo_t * L_39 = V_10; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_40 = V_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (OnSerializedAttribute_t657F39E10FF507FA398435D2BEC205FC6744978A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_41, /*hidden argument*/NULL); MethodInfo_t * L_43 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_44; L_44 = DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32(L_39, L_40, L_42, L_43, (Type_t **)(&V_11), /*hidden argument*/NULL); if (!L_44) { goto IL_00e7; } } IL_00c9: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_45 = ___onSerialized2; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_46 = ___onSerialized2; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_47 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_46); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_48 = L_47; G_B11_0 = L_48; G_B11_1 = L_45; if (L_48) { G_B12_0 = L_48; G_B12_1 = L_45; goto IL_00d5; } } IL_00cf: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_49 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_49, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); G_B12_0 = L_49; G_B12_1 = G_B11_1; } IL_00d5: { *((RuntimeObject **)G_B12_1) = (RuntimeObject *)G_B12_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B12_1, (void*)(RuntimeObject *)G_B12_0); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_50 = ___onSerialized2; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_51 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_50); MethodInfo_t * L_52 = V_10; SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_53; L_53 = JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016(L_52, /*hidden argument*/NULL); NullCheck(L_51); List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7(L_51, L_53, /*hidden argument*/List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var); MethodInfo_t * L_54 = V_10; V_2 = L_54; } IL_00e7: { MethodInfo_t * L_55 = V_10; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_56 = V_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (OnDeserializingAttribute_t2D846A42C147E1F98B87191301C0C5441BEA8573_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); MethodInfo_t * L_59 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_60; L_60 = DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32(L_55, L_56, L_58, L_59, (Type_t **)(&V_11), /*hidden argument*/NULL); if (!L_60) { goto IL_0120; } } IL_00ff: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_61 = ___onDeserializing3; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_62 = ___onDeserializing3; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_63 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_62); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_64 = L_63; G_B15_0 = L_64; G_B15_1 = L_61; if (L_64) { G_B16_0 = L_64; G_B16_1 = L_61; goto IL_010d; } } IL_0107: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_65 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_65, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); G_B16_0 = L_65; G_B16_1 = G_B15_1; } IL_010d: { *((RuntimeObject **)G_B16_1) = (RuntimeObject *)G_B16_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B16_1, (void*)(RuntimeObject *)G_B16_0); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_66 = ___onDeserializing3; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_67 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_66); MethodInfo_t * L_68 = V_10; SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_69; L_69 = JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016(L_68, /*hidden argument*/NULL); NullCheck(L_67); List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7(L_67, L_69, /*hidden argument*/List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var); MethodInfo_t * L_70 = V_10; V_3 = L_70; } IL_0120: { bool L_71 = V_7; if (L_71) { goto IL_015f; } } IL_0124: { MethodInfo_t * L_72 = V_10; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_73 = V_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (OnDeserializedAttribute_t0843A98A7D72FCB738317121C6505506811D0946_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_74, /*hidden argument*/NULL); MethodInfo_t * L_76 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_77; L_77 = DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32(L_72, L_73, L_75, L_76, (Type_t **)(&V_11), /*hidden argument*/NULL); if (!L_77) { goto IL_015f; } } IL_013d: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_78 = ___onDeserialized4; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_79 = ___onDeserialized4; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_80 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_79); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_81 = L_80; G_B20_0 = L_81; G_B20_1 = L_78; if (L_81) { G_B21_0 = L_81; G_B21_1 = L_78; goto IL_014b; } } IL_0145: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_82 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_82, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); G_B21_0 = L_82; G_B21_1 = G_B20_1; } IL_014b: { *((RuntimeObject **)G_B21_1) = (RuntimeObject *)G_B21_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B21_1, (void*)(RuntimeObject *)G_B21_0); List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** L_83 = ___onDeserialized4; List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_84 = *((List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 **)L_83); MethodInfo_t * L_85 = V_10; SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_86; L_86 = JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016(L_85, /*hidden argument*/NULL); NullCheck(L_84); List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7(L_84, L_86, /*hidden argument*/List_1_Add_mE6895F9D19360EBE8B4DD73DF8D42845F55DEFF7_RuntimeMethod_var); MethodInfo_t * L_87 = V_10; V_4 = L_87; } IL_015f: { MethodInfo_t * L_88 = V_10; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_89 = V_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_90, /*hidden argument*/NULL); MethodInfo_t * L_92 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_93; L_93 = DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32(L_88, L_89, L_91, L_92, (Type_t **)(&V_11), /*hidden argument*/NULL); if (!L_93) { goto IL_019a; } } IL_0178: { List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** L_94 = ___onError5; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** L_95 = ___onError5; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_96 = *((List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 **)L_95); List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_97 = L_96; G_B24_0 = L_97; G_B24_1 = L_94; if (L_97) { G_B25_0 = L_97; G_B25_1 = L_94; goto IL_0186; } } IL_0180: { List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_98 = (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 *)il2cpp_codegen_object_new(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var); List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50(L_98, /*hidden argument*/List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var); G_B25_0 = L_98; G_B25_1 = G_B24_1; } IL_0186: { *((RuntimeObject **)G_B25_1) = (RuntimeObject *)G_B25_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B25_1, (void*)(RuntimeObject *)G_B25_0); List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 ** L_99 = ___onError5; List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_100 = *((List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 **)L_99); MethodInfo_t * L_101 = V_10; SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * L_102; L_102 = JsonContract_CreateSerializationErrorCallback_m692EAA81939A49A65DA726D5DA284F24C3926349(L_101, /*hidden argument*/NULL); NullCheck(L_100); List_1_Add_mD75F8E0769F1738AD9907698AA8E5E2B407431A6(L_100, L_102, /*hidden argument*/List_1_Add_mD75F8E0769F1738AD9907698AA8E5E2B407431A6_RuntimeMethod_var); MethodInfo_t * L_103 = V_10; V_5 = L_103; } IL_019a: { int32_t L_104 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_01a0: { int32_t L_105 = V_9; MethodInfoU5BU5D_t86AA7E1AF11D62BAE3189F25907B252596FA627E* L_106 = V_8; NullCheck(L_106); if ((((int32_t)L_105) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length)))))) { goto IL_0058; } } IL_01ab: { bool L_107; L_107 = Enumerator_MoveNext_m9F0ED3B48B89C28810E4AE3148259FDB7075B16A((Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m9F0ED3B48B89C28810E4AE3148259FDB7075B16A_RuntimeMethod_var); if (L_107) { goto IL_0024; } } IL_01b7: { IL2CPP_LEAVE(0x1C7, FINALLY_01b9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b9; } FINALLY_01b9: {// begin finally (depth: 1) Enumerator_Dispose_m018F1D72F1A7C5688D4990D36C8DE3F761DBEAD2((Enumerator_tF4C0DAA7296AA2D9882BDBBBA6058B423BD2A4BC *)(&V_0), /*hidden argument*/Enumerator_Dispose_m018F1D72F1A7C5688D4990D36C8DE3F761DBEAD2_RuntimeMethod_var); IL2CPP_END_FINALLY(441) }// end finally (depth: 1) IL2CPP_CLEANUP(441) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1C7, IL_01c7) } IL_01c7: { return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipDeserialized(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_m13D16431013E85ECC9DDA900C4D1947B402F7947 (Type_t * ___t0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipSerializing(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_mEB54B48250CA20CF0CC1CE24A4A2D31511EC71CD (Type_t * ___t0, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetClassHierarchyForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * DefaultContractResolver_GetClassHierarchyForType_m5348D41320C848BBB768F731730BE88F9787C2C7 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3BB268A04571D3FCDBCD746C61EEF3270A29D2D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_m94A8EE2A954BB474F1104160AB7FCCF6DF15815C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2664E772BEC27840867512EC2E339FF01F648AED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * V_0 = NULL; Type_t * V_1 = NULL; { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_0 = (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *)il2cpp_codegen_object_new(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var); List_1__ctor_m2664E772BEC27840867512EC2E339FF01F648AED(L_0, /*hidden argument*/List_1__ctor_m2664E772BEC27840867512EC2E339FF01F648AED_RuntimeMethod_var); V_0 = L_0; Type_t * L_1 = ___type0; V_1 = L_1; goto IL_0018; } IL_000a: { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_2 = V_0; Type_t * L_3 = V_1; NullCheck(L_2); List_1_Add_m3BB268A04571D3FCDBCD746C61EEF3270A29D2D1(L_2, L_3, /*hidden argument*/List_1_Add_m3BB268A04571D3FCDBCD746C61EEF3270A29D2D1_RuntimeMethod_var); Type_t * L_4 = V_1; Type_t * L_5; L_5 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0018: { Type_t * L_6 = V_1; if (!L_6) { goto IL_0028; } } { Type_t * L_7 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_000a; } } IL_0028: { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_10 = V_0; NullCheck(L_10); List_1_Reverse_m94A8EE2A954BB474F1104160AB7FCCF6DF15815C(L_10, /*hidden argument*/List_1_Reverse_m94A8EE2A954BB474F1104160AB7FCCF6DF15815C_RuntimeMethod_var); List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_11 = V_0; return L_11; } } // Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * DefaultContractResolver_CreateDictionaryContract_m2C05EB7C47DC525E2162758E32943A6CB8DD5B66 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m22403E6E9EC24A3D8103D29D9D66B5EEEA0AC69E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * V_0 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_2 = NULL; Type_t * V_3 = NULL; Type_t * G_B5_0 = NULL; { Type_t * L_0 = ___objectType0; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_1 = (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 *)il2cpp_codegen_object_new(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93_il2cpp_TypeInfo_var); JsonDictionaryContract__ctor_m2448E2CCF89D8776D1613AE6D9A688FE0961FCA2(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_3 = V_0; Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * L_4 = (Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A *)il2cpp_codegen_object_new(Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A_il2cpp_TypeInfo_var); Func_2__ctor_m22403E6E9EC24A3D8103D29D9D66B5EEEA0AC69E(L_4, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 22)), /*hidden argument*/Func_2__ctor_m22403E6E9EC24A3D8103D29D9D66B5EEEA0AC69E_RuntimeMethod_var); NullCheck(L_3); JsonDictionaryContract_set_DictionaryKeyResolver_m019490E4A2A00A3C8A7D2315AC19031B87FC31BB_inline(L_3, L_4, /*hidden argument*/NULL); JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_5)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_7; L_7 = DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_8 = V_1; if (!L_8) { goto IL_00f0; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_9 = V_1; NullCheck(L_9); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_10; L_10 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_9); V_2 = L_10; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_11 = V_0; NullCheck(L_11); Type_t * L_12; L_12 = JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004b; } } { JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_13 = V_0; NullCheck(L_13); Type_t * L_14; L_14 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0057; } } IL_004b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); G_B5_0 = L_16; goto IL_0096; } IL_0057: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = L_19; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var) }; Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_21, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = L_23; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_25 = V_0; NullCheck(L_25); Type_t * L_26; L_26 = JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline(L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(0), (Type_t *)L_26); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = L_24; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_28 = V_0; NullCheck(L_28); Type_t * L_29; L_29 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(1), (Type_t *)L_29); NullCheck(L_22); Type_t * L_30; L_30 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_22, L_27); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_30); (L_20)->SetAt(static_cast(0), (Type_t *)L_30); NullCheck(L_18); Type_t * L_31; L_31 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_18, L_20); G_B5_0 = L_31; } IL_0096: { V_3 = G_B5_0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_32 = V_2; NullCheck(L_32); if ((((RuntimeArray*)L_32)->max_length)) { goto IL_00a4; } } { JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_33 = V_0; NullCheck(L_33); JsonDictionaryContract_set_HasParameterizedCreator_m1F1CFE2190BAEF14F221CB7C4D545BCD770B1563_inline(L_33, (bool)0, /*hidden argument*/NULL); goto IL_00df; } IL_00a4: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_34 = V_2; NullCheck(L_34); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))) == ((uint32_t)1)))) { goto IL_00c3; } } { Type_t * L_35 = V_3; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_36 = V_2; NullCheck(L_36); int32_t L_37 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_38); Type_t * L_39; L_39 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_38); NullCheck(L_35); bool L_40; L_40 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_35, L_39); if (!L_40) { goto IL_00c3; } } { JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_41 = V_0; NullCheck(L_41); JsonDictionaryContract_set_HasParameterizedCreator_m1F1CFE2190BAEF14F221CB7C4D545BCD770B1563_inline(L_41, (bool)1, /*hidden argument*/NULL); goto IL_00df; } IL_00c3: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_42; L_42 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_43 = V_0; NullCheck(L_43); Type_t * L_44; L_44 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(L_43, /*hidden argument*/NULL); Type_t * L_45 = V_3; String_t* L_46; L_46 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41)), L_42, L_44, L_45, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_47 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_47, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateDictionaryContract_m2C05EB7C47DC525E2162758E32943A6CB8DD5B66_RuntimeMethod_var))); } IL_00df: { JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_49; L_49 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_50 = V_1; NullCheck(L_49); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_51; L_51 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_49, L_50); NullCheck(L_48); JsonDictionaryContract_set_OverrideCreator_m273980C81B3AE9E0857B378AD1F0C9BABBF55AD5_inline(L_48, L_51, /*hidden argument*/NULL); } IL_00f0: { JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_52 = V_0; return L_52; } } // Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * DefaultContractResolver_CreateArrayContract_m0E97C8A2C388F003C9E5F390002996B9872506D8 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * V_0 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_2 = NULL; Type_t * V_3 = NULL; Type_t * G_B4_0 = NULL; { Type_t * L_0 = ___objectType0; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_1 = (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D *)il2cpp_codegen_object_new(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D_il2cpp_TypeInfo_var); JsonArrayContract__ctor_m3F1C09964B4D30DBAA46A7858FA8FCA491313852(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_3)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_5; L_5 = DefaultContractResolver_GetAttributeConstructor_m8BCC82D5583A38DC379C590F5103AEFAE604B58C(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_6 = V_1; if (!L_6) { goto IL_00b4; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_7 = V_1; NullCheck(L_7); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_8; L_8 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_7); V_2 = L_8; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_9 = V_0; NullCheck(L_9); Type_t * L_10; L_10 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003c; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); G_B4_0 = L_12; goto IL_005a; } IL_003c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = L_15; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_17 = V_0; NullCheck(L_17); Type_t * L_18; L_18 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (Type_t *)L_18); NullCheck(L_14); Type_t * L_19; L_19 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_14, L_16); G_B4_0 = L_19; } IL_005a: { V_3 = G_B4_0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_20 = V_2; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0068; } } { JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_21 = V_0; NullCheck(L_21); JsonArrayContract_set_HasParameterizedCreator_m80CE10D322AC9BD72426BFCBA0655AC715945CFD_inline(L_21, (bool)0, /*hidden argument*/NULL); goto IL_00a3; } IL_0068: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_22 = V_2; NullCheck(L_22); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))) == ((uint32_t)1)))) { goto IL_0087; } } { Type_t * L_23 = V_3; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_24 = V_2; NullCheck(L_24); int32_t L_25 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_26 = (L_24)->GetAt(static_cast(L_25)); NullCheck(L_26); Type_t * L_27; L_27 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_26); NullCheck(L_23); bool L_28; L_28 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_23, L_27); if (!L_28) { goto IL_0087; } } { JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_29 = V_0; NullCheck(L_29); JsonArrayContract_set_HasParameterizedCreator_m80CE10D322AC9BD72426BFCBA0655AC715945CFD_inline(L_29, (bool)1, /*hidden argument*/NULL); goto IL_00a3; } IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30; L_30 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_31 = V_0; NullCheck(L_31); Type_t * L_32; L_32 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(L_31, /*hidden argument*/NULL); Type_t * L_33 = V_3; String_t* L_34; L_34 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral626A6293DE8E7B930884D925CB57126F6CDF0E41)), L_30, L_32, L_33, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_35 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateArrayContract_m0E97C8A2C388F003C9E5F390002996B9872506D8_RuntimeMethod_var))); } IL_00a3: { JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_37; L_37 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_38 = V_1; NullCheck(L_37); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_39; L_39 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_37, L_38); NullCheck(L_36); JsonArrayContract_set_OverrideCreator_mFD1815C37617FDE228F9E3EA7AEDF446ED6FF9A1(L_36, L_39, /*hidden argument*/NULL); } IL_00b4: { JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_40 = V_0; return L_40; } } // Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * DefaultContractResolver_CreatePrimitiveContract_m1568CF9A954BA356CCD2F35F80C8E7CBE3933456 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * L_1 = (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA *)il2cpp_codegen_object_new(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var); JsonPrimitiveContract__ctor_m26C2556779C3B5C80DDCCDFE0B60A3294BD8D50A(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonLinqContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateLinqContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * DefaultContractResolver_CreateLinqContract_mB0582C162176DFB0F2F231D16D65604C3A7EB382 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * L_1 = (JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F *)il2cpp_codegen_object_new(JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F_il2cpp_TypeInfo_var); JsonLinqContract__ctor_m8BCAA67AF116E235712C5CFEFDD3C3D6102535DC(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateISerializableContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * DefaultContractResolver_CreateISerializableContract_m1501DBACC405F675F67A136B6034DBE8DB111927 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * V_0 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * V_2 = NULL; { Type_t * L_0 = ___objectType0; JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_1 = (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 *)il2cpp_codegen_object_new(JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78_il2cpp_TypeInfo_var); JsonISerializableContract__ctor_m57B1A580FC0BDD3FC9B0143631D7BEE981714FC1(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)L_3)->get_NonNullableUnderlyingType_3(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = L_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (Type_t *)L_8); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_6; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(1), (Type_t *)L_11); NullCheck(L_4); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_12; L_12 = Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE(L_4, ((int32_t)52), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_9, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_1 = L_12; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_13 = V_1; if (!L_13) { goto IL_0054; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_14; L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_15 = V_1; NullCheck(L_14); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_16; L_16 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_14, L_15); V_2 = L_16; JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_17 = V_0; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_18 = V_2; NullCheck(L_17); JsonISerializableContract_set_ISerializableCreator_m50D5769B5D94DE751572197CED0415AF7BBBB629_inline(L_17, L_18, /*hidden argument*/NULL); } IL_0054: { JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_19 = V_0; return L_19; } } // Newtonsoft.Json.Serialization.JsonStringContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateStringContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * DefaultContractResolver_CreateStringContract_m31FB27D556FCEA945BAE2B927A12CE10E23BF153 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * L_1 = (JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 *)il2cpp_codegen_object_new(JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526_il2cpp_TypeInfo_var); JsonStringContract__ctor_m52D904B991177D4AD5BD45EC39A9E954C6E1B475(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * L_2 = V_0; DefaultContractResolver_InitializeContract_m7AF6A4A4D8B960309E89850ADD465705F2C23944(__this, L_2, /*hidden argument*/NULL); JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateContract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * DefaultContractResolver_CreateContract_m074D213659E889D77E46B829BC8C115A16F9691F (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * V_1 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_1; L_1 = DefaultContractResolver_IsJsonPrimitiveType_mD9CCEEF3A161B084AB4FD40F8E884779BF03DD7D(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { Type_t * L_2 = ___objectType0; JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * L_3; L_3 = VirtualFuncInvoker1< JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA *, Type_t * >::Invoke(13 /* Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) */, __this, L_2); return L_3; } IL_0010: { Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = ReflectionUtils_EnsureNotNullableType_mA821D80FE01893A4FC960623809AE370B4C10742(L_4, /*hidden argument*/NULL); V_0 = L_5; Type_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_7; L_7 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305(L_6, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); V_1 = L_7; JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_8 = V_1; if (!((JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 *)IsInstSealed((RuntimeObject*)L_8, JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_il2cpp_TypeInfo_var))) { goto IL_002e; } } { Type_t * L_9 = ___objectType0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_10; L_10 = VirtualFuncInvoker1< JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 *, Type_t * >::Invoke(7 /* Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) */, __this, L_9); return L_10; } IL_002e: { JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_11 = V_1; if (!((JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9 *)IsInstSealed((RuntimeObject*)L_11, JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9_il2cpp_TypeInfo_var))) { goto IL_003e; } } { Type_t * L_12 = ___objectType0; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_13; L_13 = VirtualFuncInvoker1< JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D *, Type_t * >::Invoke(12 /* Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) */, __this, L_12); return L_13; } IL_003e: { JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_14 = V_1; if (!((JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC *)IsInstSealed((RuntimeObject*)L_14, JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC_il2cpp_TypeInfo_var))) { goto IL_004e; } } { Type_t * L_15 = ___objectType0; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_16; L_16 = VirtualFuncInvoker1< JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 *, Type_t * >::Invoke(11 /* Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) */, __this, L_15); return L_16; } IL_004e: { Type_t * L_17 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_006d; } } { Type_t * L_20 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_21, /*hidden argument*/NULL); NullCheck(L_20); bool L_23; L_23 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(119 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_20, L_22); if (!L_23) { goto IL_0075; } } IL_006d: { Type_t * L_24 = ___objectType0; JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * L_25; L_25 = VirtualFuncInvoker1< JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F *, Type_t * >::Invoke(14 /* Newtonsoft.Json.Serialization.JsonLinqContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateLinqContract(System.Type) */, __this, L_24); return L_25; } IL_0075: { Type_t * L_26 = V_0; bool L_27; L_27 = CollectionUtils_IsDictionaryType_mCEBF4924207058D598A85B7212DF64081C8223B1(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0085; } } { Type_t * L_28 = ___objectType0; JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * L_29; L_29 = VirtualFuncInvoker1< JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 *, Type_t * >::Invoke(11 /* Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) */, __this, L_28); return L_29; } IL_0085: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); Type_t * L_32 = V_0; NullCheck(L_31); bool L_33; L_33 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_31, L_32); if (!L_33) { goto IL_009f; } } { Type_t * L_34 = ___objectType0; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * L_35; L_35 = VirtualFuncInvoker1< JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D *, Type_t * >::Invoke(12 /* Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) */, __this, L_34); return L_35; } IL_009f: { Type_t * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_37; L_37 = DefaultContractResolver_CanConvertToString_m2C1BCEF0BE65626A070E55A6EC5B864EFF19BF48(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00af; } } { Type_t * L_38 = ___objectType0; JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 * L_39; L_39 = VirtualFuncInvoker1< JsonStringContract_t20CA55E74DAF6E4DCFF459E32FB5A50432A3B526 *, Type_t * >::Invoke(16 /* Newtonsoft.Json.Serialization.JsonStringContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateStringContract(System.Type) */, __this, L_38); return L_39; } IL_00af: { bool L_40; L_40 = DefaultContractResolver_get_IgnoreSerializableInterface_m28404CA32E8F1F00FC98B38EAE0C42D8FE06FF3F_inline(__this, /*hidden argument*/NULL); if (L_40) { goto IL_00d1; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_41, /*hidden argument*/NULL); Type_t * L_43 = V_0; NullCheck(L_42); bool L_44; L_44 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_42, L_43); if (!L_44) { goto IL_00d1; } } { Type_t * L_45 = ___objectType0; JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_46; L_46 = VirtualFuncInvoker1< JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 *, Type_t * >::Invoke(15 /* Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateISerializableContract(System.Type) */, __this, L_45); return L_46; } IL_00d1: { Type_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); bool L_48; L_48 = DefaultContractResolver_IsIConvertible_m7E9D668172404E24BEE7ECB6697F931BB1E379D4(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00e1; } } { Type_t * L_49 = V_0; JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * L_50; L_50 = VirtualFuncInvoker1< JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA *, Type_t * >::Invoke(13 /* Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) */, __this, L_49); return L_50; } IL_00e1: { Type_t * L_51 = ___objectType0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * L_52; L_52 = VirtualFuncInvoker1< JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 *, Type_t * >::Invoke(7 /* Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) */, __this, L_51); return L_52; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsJsonPrimitiveType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_mD9CCEEF3A161B084AB4FD40F8E884779BF03DD7D (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_0, /*hidden argument*/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; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsIConvertible(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_m7E9D668172404E24BEE7ECB6697F931BB1E379D4 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); Type_t * L_2 = ___t0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); if (L_3) { goto IL_0031; } } { Type_t * L_4 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_5; L_5 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); Type_t * L_8 = ___t0; Type_t * L_9; L_9 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10; L_10 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_7, L_9); if (!L_10) { goto IL_0045; } } IL_0031: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); Type_t * L_13 = ___t0; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_13); return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); } IL_0045: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::CanConvertToString(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_m2C1BCEF0BE65626A070E55A6EC5B864EFF19BF48 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = ConvertUtils_GetConverter_m3A78C47F2CF7D9A593F874830E240144B13EB8F9(L_0, /*hidden argument*/NULL); V_0 = L_1; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_2 = V_0; if (!L_2) { goto IL_0040; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3 = V_0; if (((ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 *)IsInstClass((RuntimeObject*)L_3, ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854_il2cpp_TypeInfo_var))) { goto IL_0040; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_4 = V_0; if (((ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B *)IsInstClass((RuntimeObject*)L_4, ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var))) { goto IL_0040; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_5 = V_0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_0040; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_9 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12; L_12 = TypeConverter_CanConvertTo_m470B67B6EB76AFEF535E113FD300F4A03C525E98(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0040; } } { return (bool)1; } IL_0040: { Type_t * L_13 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))) { goto IL_005f; } } { Type_t * L_16 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); NullCheck(L_16); bool L_19; L_19 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(119 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_16, L_18); if (!L_19) { goto IL_0061; } } IL_005f: { return (bool)1; } IL_0061: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsValidCallback(System.Reflection.MethodInfo,System.Reflection.ParameterInfo[],System.Type,System.Reflection.MethodInfo,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32 (MethodInfo_t * ___method0, ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___parameters1, Type_t * ___attributeType2, MethodInfo_t * ___currentCallback3, Type_t ** ___prevAttributeType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___method0; Type_t * L_1 = ___attributeType2; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_1, (bool)0); if (L_2) { goto IL_000c; } } { return (bool)0; } IL_000c: { MethodInfo_t * L_3 = ___currentCallback3; if (!L_3) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MethodInfo_t * L_5 = ___method0; MethodInfo_t * L_6 = ___currentCallback3; MethodInfo_t * L_7 = ___method0; NullCheck(L_7); Type_t * L_8; L_8 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_8, /*hidden argument*/NULL); Type_t * L_10 = ___attributeType2; String_t* L_11; L_11 = StringUtils_FormatWith_m1D59CA5065908DF48693905A40E5CCA7F1A91B70(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral554C54D10FBB0372247C0FC5B8F60A024D10681B)), L_4, L_5, L_6, L_9, L_10, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_12 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_0032: { Type_t ** L_13 = ___prevAttributeType4; Type_t * L_14 = *((Type_t **)L_13); if (!L_14) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t ** L_16 = ___prevAttributeType4; Type_t * L_17 = *((Type_t **)L_16); Type_t * L_18 = ___attributeType2; MethodInfo_t * L_19 = ___method0; NullCheck(L_19); Type_t * L_20; L_20 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_21; L_21 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_20, /*hidden argument*/NULL); MethodInfo_t * L_22 = ___method0; String_t* L_23; L_23 = StringUtils_FormatWith_m1D59CA5065908DF48693905A40E5CCA7F1A91B70(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4A3F3076AFA423A603517B2CF9E27A25AA6E85F7)), L_15, L_17, L_18, L_21, L_22, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_24 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_005c: { MethodInfo_t * L_25 = ___method0; NullCheck(L_25); bool L_26; L_26 = MethodBase_get_IsVirtual_mBE3D374D9C5B088EAEF0C1E5AEC0AFFE11C8EF89(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27; L_27 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MethodInfo_t * L_28 = ___method0; MethodInfo_t * L_29 = ___method0; NullCheck(L_29); Type_t * L_30; L_30 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_31; L_31 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_30, /*hidden argument*/NULL); Type_t * L_32 = ___attributeType2; String_t* L_33; L_33 = StringUtils_FormatWith_m01AD6F89B06DD120C887C16E61C94E8B04D3D2C6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5CC449033453453DD1344B48A3C2E66DC77A110)), L_27, L_28, L_31, L_32, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_34 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_0086: { MethodInfo_t * L_35 = ___method0; NullCheck(L_35); Type_t * L_36; L_36 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_35); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_37 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38; L_38 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_37, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38))) { goto IL_00b9; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39; L_39 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MethodInfo_t * L_40 = ___method0; NullCheck(L_40); Type_t * L_41; L_41 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_42; L_42 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_41, /*hidden argument*/NULL); MethodInfo_t * L_43 = ___method0; String_t* L_44; L_44 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE82E7E39A080DB8846CE79087BCE5C6221CD4CFA)), L_39, L_42, L_43, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_45 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_00b9: { Type_t * L_46 = ___attributeType2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48; L_48 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_48)))) { goto IL_012c; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_49 = ___parameters1; if (!L_49) { goto IL_00f7; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_50 = ___parameters1; NullCheck(L_50); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))) == ((uint32_t)2)))) { goto IL_00f7; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_51 = ___parameters1; NullCheck(L_51); int32_t L_52 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_53 = (L_51)->GetAt(static_cast(L_52)); NullCheck(L_53); Type_t * L_54; L_54 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_53); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_55, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_00f7; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_57 = ___parameters1; NullCheck(L_57); int32_t L_58 = 1; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_59 = (L_57)->GetAt(static_cast(L_58)); NullCheck(L_59); Type_t * L_60; L_60 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_59); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_61 = { reinterpret_cast (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62; L_62 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_61, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_60) == ((RuntimeObject*)(Type_t *)L_62))) { goto IL_0174; } } IL_00f7: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_63; L_63 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MethodInfo_t * L_64 = ___method0; NullCheck(L_64); Type_t * L_65; L_65 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_66; L_66 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_65, /*hidden argument*/NULL); MethodInfo_t * L_67 = ___method0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_68, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0_0_0_0_var))) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); String_t* L_72; L_72 = StringUtils_FormatWith_m1D59CA5065908DF48693905A40E5CCA7F1A91B70(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5D63F2081844002414FDE60A1E7D4E34A05B1B1)), L_63, L_66, L_67, L_69, L_71, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_73 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_012c: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_74 = ___parameters1; if (!L_74) { goto IL_0149; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_75 = ___parameters1; NullCheck(L_75); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))) == ((uint32_t)1)))) { goto IL_0149; } } { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_76 = ___parameters1; NullCheck(L_76); int32_t L_77 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_78 = (L_76)->GetAt(static_cast(L_77)); NullCheck(L_78); Type_t * L_79; L_79 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_78); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_80, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_79) == ((RuntimeObject*)(Type_t *)L_81))) { goto IL_0174; } } IL_0149: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_82; L_82 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MethodInfo_t * L_83 = ___method0; NullCheck(L_83); Type_t * L_84; L_84 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_83); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))); String_t* L_85; L_85 = DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80(L_84, /*hidden argument*/NULL); MethodInfo_t * L_86 = ___method0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_87 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_88; L_88 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_87, /*hidden argument*/NULL); String_t* L_89; L_89 = StringUtils_FormatWith_m01AD6F89B06DD120C887C16E61C94E8B04D3D2C6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CB8E4E9FA73474FDEE5B468EA99A751021BFF03)), L_82, L_85, L_86, L_88, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_90 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_IsValidCallback_m96E973783BD8DC95FB511DD2C9D6D3DFCF1C1B32_RuntimeMethod_var))); } IL_0174: { Type_t ** L_91 = ___prevAttributeType4; Type_t * L_92 = ___attributeType2; *((RuntimeObject **)L_91) = (RuntimeObject *)L_92; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_91, (void*)(RuntimeObject *)L_92); return (bool)1; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetClrTypeFullName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m2BEF05EC12DB3ADEEC64C96CB5DC3BA6C7317B80 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; bool L_1; L_1 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { Type_t * L_2 = ___type0; bool L_3; L_3 = TypeExtensions_ContainsGenericParameters_m30D8EB328384CD4988693E35CA82635781F580BC(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } IL_0010: { Type_t * L_4 = ___type0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_4); return L_5; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; Type_t * L_9 = ___type0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_Namespace() */, L_9); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_8; Type_t * L_12 = ___type0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_13); String_t* L_14; L_14 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(L_6, _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539, L_11, /*hidden argument*/NULL); return L_14; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateProperties_mCA921C44C5F439158136489EDEB6C461B4B820BC (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, Type_t * ___type0, int32_t ___memberSerialization1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAB8627A80D763D4D212F981B493E7052F7DDB53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mAF370D95D61D8BDAC7D47F2116ABBB1C2542B737_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m46B881A2703464B07769EEE6337660E6531461BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m548D20C07CB10339108D20AA39BC742B50214E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * V_0 = NULL; Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 V_1; memset((&V_1), 0, sizeof(V_1)); MemberInfo_t * V_2 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_3 = NULL; DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * V_4 = NULL; PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B2_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B1_0 = NULL; Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * G_B14_0 = NULL; JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * G_B14_1 = NULL; Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * G_B13_0 = NULL; JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * G_B13_1 = NULL; { Type_t * L_0 = ___type0; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_1; L_1 = VirtualFuncInvoker1< List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, Type_t * >::Invoke(6 /* System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetSerializableMembers(System.Type) */, __this, L_0); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0015; } } { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_3 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26E5192266269E1E81389A032698A39128EDA0EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultContractResolver_CreateProperties_mCA921C44C5F439158136489EDEB6C461B4B820BC_RuntimeMethod_var))); } IL_0015: { Type_t * L_4 = ___type0; JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_5 = (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 *)il2cpp_codegen_object_new(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; NullCheck(G_B2_0); Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 L_6; L_6 = List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF(G_B2_0, /*hidden argument*/List_1_GetEnumerator_m089C46303B20B6F4FD29DA88460F7EEFE8DCDBDF_RuntimeMethod_var); V_1 = L_6; } IL_0022: try {// begin try (depth: 1) { goto IL_0079; } IL_0024: { MemberInfo_t * L_7; L_7 = Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_inline((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m58FDC6A062881DAEC2F5BB6B54D6E0CBFE1DD3FF_RuntimeMethod_var); V_2 = L_7; MemberInfo_t * L_8 = V_2; int32_t L_9 = ___memberSerialization1; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_10; L_10 = VirtualFuncInvoker2< JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *, MemberInfo_t *, int32_t >::Invoke(20 /* Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization) */, __this, L_8, L_9); V_3 = L_10; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_11 = V_3; if (!L_11) { goto IL_0079; } } IL_0038: { DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_12; L_12 = DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158(__this, /*hidden argument*/NULL); V_4 = L_12; DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_13 = V_4; NullCheck(L_13); PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_14 = L_13->get_NameTable_1(); V_5 = L_14; PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_15 = V_5; Monitor_Enter_m3AEE1F76020B92B6C2742BCD05706DC5FD6F9CB2(L_15, /*hidden argument*/NULL); } IL_0050: try {// begin try (depth: 2) JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_16 = V_3; DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_17 = V_4; NullCheck(L_17); PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_18 = L_17->get_NameTable_1(); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_19 = V_3; NullCheck(L_19); String_t* L_20; L_20 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_21; L_21 = PropertyNameTable_Add_mB12AEDC24D9C264E460A8C2AFB6FBE759070E18C(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_16); JsonProperty_set_PropertyName_m0C03EC9AEA61A658F14F47E9A73CED7AFFA6EC94(L_16, L_21, /*hidden argument*/NULL); IL2CPP_LEAVE(0x72, FINALLY_006a); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: {// begin finally (depth: 2) PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_22 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(106) }// end finally (depth: 2) IL2CPP_CLEANUP(106) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x72, IL_0072) } IL_0072: { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_23 = V_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_24 = V_3; NullCheck(L_23); JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19(L_23, L_24, /*hidden argument*/NULL); } IL_0079: { bool L_25; L_25 = Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m39457ECCFA33B12E940FA4A7E1029E8259B84A0A_RuntimeMethod_var); if (L_25) { goto IL_0024; } } IL_0082: { IL2CPP_LEAVE(0x92, FINALLY_0084); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0084; } FINALLY_0084: {// begin finally (depth: 1) Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA((Enumerator_t0892BABBE5529D1A24FE61CBC34A76576F92B9D2 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m66B6014AAC073A8093FBAF261EC9BCBB619FA6DA_RuntimeMethod_var); IL2CPP_END_FINALLY(132) }// end finally (depth: 1) IL2CPP_CLEANUP(132) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x92, IL_0092) } IL_0092: { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * L_27 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9__60_0_6(); Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * L_28 = L_27; G_B13_0 = L_28; G_B13_1 = L_26; if (L_28) { G_B14_0 = L_28; G_B14_1 = L_26; goto IL_00b2; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var); U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB * L_29 = ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * L_30 = (Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 *)il2cpp_codegen_object_new(Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3_il2cpp_TypeInfo_var); Func_2__ctor_m46B881A2703464B07769EEE6337660E6531461BD(L_30, L_29, (intptr_t)((intptr_t)U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m548D20C07CB10339108D20AA39BC742B50214E47_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m46B881A2703464B07769EEE6337660E6531461BD_RuntimeMethod_var); Func_2_t078F26909D23EC8BDBDBCF1BD65215B1A2C9E6A3 * L_31 = L_30; ((U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE640B7BAC06573F011A0A0D8627B03E988438EB_il2cpp_TypeInfo_var))->set_U3CU3E9__60_0_6(L_31); G_B14_0 = L_31; G_B14_1 = G_B13_1; } IL_00b2: { RuntimeObject* L_32; L_32 = Enumerable_OrderBy_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAB8627A80D763D4D212F981B493E7052F7DDB53(G_B14_1, G_B14_0, /*hidden argument*/Enumerable_OrderBy_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAB8627A80D763D4D212F981B493E7052F7DDB53_RuntimeMethod_var); List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * L_33; L_33 = Enumerable_ToList_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mAF370D95D61D8BDAC7D47F2116ABBB1C2542B737(L_32, /*hidden argument*/Enumerable_ToList_TisJsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_mAF370D95D61D8BDAC7D47F2116ABBB1C2542B737_RuntimeMethod_var); return L_33; } } // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.DefaultContractResolver::CreateMemberValueProvider(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateMemberValueProvider_m04A8DACB4600B7E1687B23641816CF74ACC8B16F (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___member0; ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF * L_1 = (ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF *)il2cpp_codegen_object_new(ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF_il2cpp_TypeInfo_var); ReflectionValueProvider__ctor_m7A6A278A883E18E4902FC377A3AAFDF1DD3E37A0(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * DefaultContractResolver_CreateProperty_m14E19D4C353FA047C626C179791B86D8A6D7B5F1 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, MemberInfo_t * ___member0, int32_t ___memberSerialization1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_0 = NULL; bool V_1 = false; { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)il2cpp_codegen_object_new(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3_il2cpp_TypeInfo_var); JsonProperty__ctor_mE37299FE12F57AA239ED22B3101BF3F8E6E9AC82(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_1 = V_0; MemberInfo_t * L_2 = ___member0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonProperty_set_PropertyType_m4B0DA5746ADD7B8C0BB3C081AEF730BEBDE1BAE2(L_1, L_3, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_4 = V_0; MemberInfo_t * L_5 = ___member0; NullCheck(L_5); Type_t * L_6; L_6 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); NullCheck(L_4); JsonProperty_set_DeclaringType_m3B9596397413835A0BCBD40EF0D7C13D6DC174AA_inline(L_4, L_6, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_7 = V_0; MemberInfo_t * L_8 = ___member0; RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, MemberInfo_t * >::Invoke(19 /* Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.DefaultContractResolver::CreateMemberValueProvider(System.Reflection.MemberInfo) */, __this, L_8); NullCheck(L_7); JsonProperty_set_ValueProvider_m6AF812A711E436F0EF86E9440821EB49F8E0F305_inline(L_7, L_9, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_10 = V_0; MemberInfo_t * L_11 = ___member0; ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 * L_12 = (ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 *)il2cpp_codegen_object_new(ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685_il2cpp_TypeInfo_var); ReflectionAttributeProvider__ctor_m3752523B8F38E4663AC689FC3044623D755F3BDE(L_12, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonProperty_set_AttributeProvider_m81B9C478B7AD414C11B9FE6B92A9992954054A4C_inline(L_10, L_12, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_13 = V_0; MemberInfo_t * L_14 = ___member0; MemberInfo_t * L_15 = ___member0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); MemberInfo_t * L_17 = ___member0; NullCheck(L_17); Type_t * L_18; L_18 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_17); int32_t L_19 = ___memberSerialization1; DefaultContractResolver_SetPropertySettingsFromAttributes_mAD2F3F089E4AF01FEB25C039F57F739631E5F7DD(__this, L_13, L_14, L_16, L_18, L_19, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_20 = ___memberSerialization1; if ((((int32_t)L_20) == ((int32_t)2))) { goto IL_0074; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_21 = V_0; MemberInfo_t * L_22 = ___member0; bool L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_24; L_24 = ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C_inline(L_21, L_24, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_25 = V_0; MemberInfo_t * L_26 = ___member0; bool L_27 = V_1; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_28 = V_0; NullCheck(L_28); bool L_29; L_29 = JsonProperty_get_HasMemberAttribute_m35D7AD307D8AB77E2FA067D509D301FD53200E8E_inline(L_28, /*hidden argument*/NULL); bool L_30; L_30 = ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087(L_26, L_27, L_29, /*hidden argument*/NULL); NullCheck(L_25); JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E_inline(L_25, L_30, /*hidden argument*/NULL); goto IL_0082; } IL_0074: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_31 = V_0; NullCheck(L_31); JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C_inline(L_31, (bool)1, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_32 = V_0; NullCheck(L_32); JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E_inline(L_32, (bool)1, /*hidden argument*/NULL); } IL_0082: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_33 = V_0; MemberInfo_t * L_34 = ___member0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_35; L_35 = DefaultContractResolver_CreateShouldSerializeTest_m2A4FFB38B7E8BB3A99B9E4D941524A78A332D8E1(__this, L_34, /*hidden argument*/NULL); NullCheck(L_33); JsonProperty_set_ShouldSerialize_m08D48F1C2D7C3892184861BFC8F3A1AF21171F65_inline(L_33, L_35, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_36 = V_0; MemberInfo_t * L_37 = ___member0; bool L_38 = V_1; DefaultContractResolver_SetIsSpecifiedActions_m29A33D3E6CE00C1C13D8965A2CBF124CEA02E865(__this, L_36, L_37, L_38, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_39 = V_0; return L_39; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetPropertySettingsFromAttributes(Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String,System.Type,Newtonsoft.Json.MemberSerialization,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_mAD2F3F089E4AF01FEB25C039F57F739631E5F7DD (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, RuntimeObject * ___attributeProvider1, String_t* ___name2, Type_t * ___declaringType3, int32_t ___memberSerialization4, bool* ___allowNonPublicAccess5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_m5EB337329AB4FB39E9E0F4C610865C71155EFF3C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m93DAA892D2D7F9FDA4B5F29787C2DB2227AF33AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7_mFF9E93247DCB368F66644091953F38F9940EC187_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_m82DD57AE5AFFD4EA8315B4D9185E56AA17739CE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_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_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } MemberInfo_t * V_0 = NULL; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * V_1 = NULL; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; bool V_5 = false; DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * V_6 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_7; memset((&V_7), 0, sizeof(V_7)); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF V_10; memset((&V_10), 0, sizeof(V_10)); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 V_11; memset((&V_11), 0, sizeof(V_11)); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 V_12; memset((&V_12), 0, sizeof(V_12)); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 V_13; memset((&V_13), 0, sizeof(V_13)); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_14; memset((&V_14), 0, sizeof(V_14)); JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B7_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B5_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B6_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B11_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B10_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B8_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B9_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B13_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B12_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B24_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B14_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B16_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B16_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B15_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B15_1 = NULL; int32_t G_B17_0 = 0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B17_1 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B17_2 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B19_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B19_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B18_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B18_1 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B20_0; memset((&G_B20_0), 0, sizeof(G_B20_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B20_1 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B20_2 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B22_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B22_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B21_0 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B21_1 = NULL; Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E G_B23_0; memset((&G_B23_0), 0, sizeof(G_B23_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B23_1 = NULL; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * G_B23_2 = NULL; int32_t G_B30_0 = 0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B34_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B33_0 = NULL; int32_t G_B35_0 = 0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B35_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B40_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B39_0 = NULL; Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF G_B41_0; memset((&G_B41_0), 0, sizeof(G_B41_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B41_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B43_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B42_0 = NULL; Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 G_B44_0; memset((&G_B44_0), 0, sizeof(G_B44_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B44_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B46_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B45_0 = NULL; Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 G_B47_0; memset((&G_B47_0), 0, sizeof(G_B47_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B47_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B49_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B48_0 = NULL; Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 G_B50_0; memset((&G_B50_0), 0, sizeof(G_B50_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B50_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B52_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B51_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B53_0; memset((&G_B53_0), 0, sizeof(G_B53_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B53_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B55_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B54_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B56_0; memset((&G_B56_0), 0, sizeof(G_B56_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B56_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B58_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B57_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B59_0 = NULL; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * G_B60_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B60_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B62_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B61_0 = NULL; Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 G_B63_0; memset((&G_B63_0), 0, sizeof(G_B63_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B63_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B65_0 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B64_0 = NULL; Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 G_B66_0; memset((&G_B66_0), 0, sizeof(G_B66_0)); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * G_B66_1 = NULL; { Type_t * L_0 = ___declaringType3; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_1; L_1 = JsonTypeReflector_GetDataContractAttribute_m48F91A6D2BD1F8C2A6D7463A79F9E6446578483F(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___attributeProvider1; V_0 = ((MemberInfo_t *)IsInstClass((RuntimeObject*)L_2, MemberInfo_t_il2cpp_TypeInfo_var)); if (!L_1) { goto IL_001c; } } { MemberInfo_t * L_3 = V_0; if (!L_3) { goto IL_001c; } } { MemberInfo_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_5; L_5 = JsonTypeReflector_GetDataMemberAttribute_mD7A512F4E2EF106DAF4F19EC1EAF3BEBFE316DBE(L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_001e; } IL_001c: { V_1 = (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 *)NULL; } IL_001e: { RuntimeObject * L_6 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_7; L_7 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9(L_6, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701_m9B9EE0F0240B7CF377EAFABA89251BAD0A1ED9E9_RuntimeMethod_var); V_2 = L_7; RuntimeObject * L_8 = ___attributeProvider1; JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * L_9; L_9 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490(L_8, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43_m80ED63F94EAFD197CA4996857554B3EC63C51490_RuntimeMethod_var); JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_10 = V_2; G_B5_0 = L_9; if (!L_10) { G_B7_0 = L_9; goto IL_003f; } } { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = JsonPropertyAttribute_get_PropertyName_mDD706D7EC82D671615F110B8167E2319169FE175_inline(L_11, /*hidden argument*/NULL); G_B6_0 = G_B5_0; if (!L_12) { G_B7_0 = G_B5_0; goto IL_003f; } } { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_13 = V_2; NullCheck(L_13); String_t* L_14; L_14 = JsonPropertyAttribute_get_PropertyName_mDD706D7EC82D671615F110B8167E2319169FE175_inline(L_13, /*hidden argument*/NULL); V_3 = L_14; G_B11_0 = G_B6_0; goto IL_0055; } IL_003f: { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_15 = V_1; G_B8_0 = G_B7_0; if (!L_15) { G_B10_0 = G_B7_0; goto IL_0053; } } { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = DataMemberAttribute_get_Name_mB7896BB8772FA242DB9ECA0CF9C68130C40079DD_inline(L_16, /*hidden argument*/NULL); G_B9_0 = G_B8_0; if (!L_17) { G_B10_0 = G_B8_0; goto IL_0053; } } { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = DataMemberAttribute_get_Name_mB7896BB8772FA242DB9ECA0CF9C68130C40079DD_inline(L_18, /*hidden argument*/NULL); V_3 = L_19; G_B11_0 = G_B9_0; goto IL_0055; } IL_0053: { String_t* L_20 = ___name2; V_3 = L_20; G_B11_0 = G_B10_0; } IL_0055: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_21 = ___property0; String_t* L_22 = V_3; String_t* L_23; L_23 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_22); NullCheck(L_21); JsonProperty_set_PropertyName_m0C03EC9AEA61A658F14F47E9A73CED7AFFA6EC94(L_21, L_23, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_24 = ___property0; String_t* L_25 = ___name2; NullCheck(L_24); JsonProperty_set_UnderlyingName_m54B7F3DC51324C6E7E665B4118283524D852F9CF_inline(L_24, L_25, /*hidden argument*/NULL); V_4 = (bool)0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_26 = V_2; G_B12_0 = G_B11_0; if (!L_26) { G_B13_0 = G_B11_0; goto IL_0098; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_27 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_28 = V_2; NullCheck(L_28); Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_29 = L_28->get__required_7(); NullCheck(L_27); L_27->set__required_0(L_29); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_30 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_31 = V_2; NullCheck(L_31); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_32 = L_31->get__order_6(); NullCheck(L_30); JsonProperty_set_Order_mA8B64035411AA95B804E37B0E4B3606C4774A531_inline(L_30, L_32, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_33 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_34 = V_2; NullCheck(L_34); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_35 = L_34->get__defaultValueHandling_1(); NullCheck(L_33); JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D_inline(L_33, L_35, /*hidden argument*/NULL); V_4 = (bool)1; G_B24_0 = G_B12_0; goto IL_00fb; } IL_0098: { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_36 = V_1; G_B14_0 = G_B13_0; if (!L_36) { G_B24_0 = G_B13_0; goto IL_00fb; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_37 = ___property0; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_38 = V_1; NullCheck(L_38); bool L_39; L_39 = DataMemberAttribute_get_IsRequired_mF7CC60E82900625E383EBAACDCB45E6C649E2DB7_inline(L_38, /*hidden argument*/NULL); G_B15_0 = L_37; G_B15_1 = G_B14_0; if (L_39) { G_B16_0 = L_37; G_B16_1 = G_B14_0; goto IL_00a7; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00a8; } IL_00a7: { G_B17_0 = 1; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00a8: { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_40; memset((&L_40), 0, sizeof(L_40)); Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA((&L_40), G_B17_0, /*hidden argument*/Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA_RuntimeMethod_var); NullCheck(G_B17_1); G_B17_1->set__required_0(L_40); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_41 = ___property0; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_42 = V_1; NullCheck(L_42); int32_t L_43; L_43 = DataMemberAttribute_get_Order_m6276D5139B7020DB7C0D545DC24E6BE287FFF382_inline(L_42, /*hidden argument*/NULL); G_B18_0 = L_41; G_B18_1 = G_B17_2; if ((!(((uint32_t)L_43) == ((uint32_t)(-1))))) { G_B19_0 = L_41; G_B19_1 = G_B17_2; goto IL_00c8; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_44 = V_7; G_B20_0 = L_44; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_00d3; } IL_00c8: { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_45 = V_1; NullCheck(L_45); int32_t L_46; L_46 = DataMemberAttribute_get_Order_m6276D5139B7020DB7C0D545DC24E6BE287FFF382_inline(L_45, /*hidden argument*/NULL); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_47; memset((&L_47), 0, sizeof(L_47)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_47), L_46, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B20_0 = L_47; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_00d3: { NullCheck(G_B20_1); JsonProperty_set_Order_mA8B64035411AA95B804E37B0E4B3606C4774A531_inline(G_B20_1, G_B20_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_48 = ___property0; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_49 = V_1; NullCheck(L_49); bool L_50; L_50 = DataMemberAttribute_get_EmitDefaultValue_mFAF0D3A1269ACCAD4A3EF9EA47A2FF6BF1E3AA3B_inline(L_49, /*hidden argument*/NULL); G_B21_0 = L_48; G_B21_1 = G_B20_2; if (!L_50) { G_B22_0 = L_48; G_B22_1 = G_B20_2; goto IL_00ed; } } { il2cpp_codegen_initobj((&V_8), sizeof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E )); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_51 = V_8; G_B23_0 = L_51; G_B23_1 = G_B21_0; G_B23_2 = G_B21_1; goto IL_00f3; } IL_00ed: { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_52; memset((&L_52), 0, sizeof(L_52)); Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31((&L_52), 1, /*hidden argument*/Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var); G_B23_0 = L_52; G_B23_1 = G_B22_0; G_B23_2 = G_B22_1; } IL_00f3: { NullCheck(G_B23_1); JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D_inline(G_B23_1, G_B23_0, /*hidden argument*/NULL); V_4 = (bool)1; G_B24_0 = G_B23_2; } IL_00fb: { if (!G_B24_0) { goto IL_010c; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_53 = ___property0; Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_54; memset((&L_54), 0, sizeof(L_54)); Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA((&L_54), 2, /*hidden argument*/Nullable_1__ctor_mD04DFE9D0AD12B5FBC4E3EB0F3E7B75C3A9DD5AA_RuntimeMethod_var); NullCheck(L_53); L_53->set__required_0(L_54); V_4 = (bool)1; } IL_010c: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_55 = ___property0; bool L_56 = V_4; NullCheck(L_55); JsonProperty_set_HasMemberAttribute_m0F180CF7D80EB359016487BEA18E9F410155EA70_inline(L_55, L_56, /*hidden argument*/NULL); RuntimeObject * L_57 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 * L_58; L_58 = JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7_mFF9E93247DCB368F66644091953F38F9940EC187(L_57, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7_mFF9E93247DCB368F66644091953F38F9940EC187_RuntimeMethod_var); if (L_58) { goto IL_012f; } } { RuntimeObject * L_59 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * L_60; L_60 = JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m93DAA892D2D7F9FDA4B5F29787C2DB2227AF33AB(L_59, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2_m93DAA892D2D7F9FDA4B5F29787C2DB2227AF33AB_RuntimeMethod_var); if (L_60) { goto IL_012f; } } { RuntimeObject * L_61 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12 * L_62; L_62 = JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_m82DD57AE5AFFD4EA8315B4D9185E56AA17739CE4(L_61, /*hidden argument*/JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12_m82DD57AE5AFFD4EA8315B4D9185E56AA17739CE4_RuntimeMethod_var); G_B30_0 = ((!(((RuntimeObject*)(NonSerializedAttribute_t44DC3D6520AC139B22FC692C3480F8A67C38FC12 *)L_62) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0130; } IL_012f: { G_B30_0 = 1; } IL_0130: { V_5 = (bool)G_B30_0; int32_t L_63 = ___memberSerialization4; if ((((int32_t)L_63) == ((int32_t)1))) { goto IL_0147; } } { V_9 = (bool)0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_64 = ___property0; bool L_65 = V_5; bool L_66 = V_9; NullCheck(L_64); JsonProperty_set_Ignored_mF542BBDAEB126FCEA37EC52BB80A360E4693302F_inline(L_64, (bool)((int32_t)((int32_t)L_65|(int32_t)L_66)), /*hidden argument*/NULL); goto IL_0159; } IL_0147: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_67 = ___property0; bool L_68 = V_5; G_B33_0 = L_67; if (L_68) { G_B34_0 = L_67; goto IL_0153; } } { bool L_69 = V_4; G_B35_0 = ((((int32_t)L_69) == ((int32_t)0))? 1 : 0); G_B35_1 = G_B33_0; goto IL_0154; } IL_0153: { G_B35_0 = 1; G_B35_1 = G_B34_0; } IL_0154: { NullCheck(G_B35_1); JsonProperty_set_Ignored_mF542BBDAEB126FCEA37EC52BB80A360E4693302F_inline(G_B35_1, (bool)G_B35_0, /*hidden argument*/NULL); } IL_0159: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_70 = ___property0; RuntimeObject * L_71 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_72; L_72 = JsonTypeReflector_GetJsonConverter_mE68AEC43C19B8988E4A6948883309C98B1F30E0F(L_71, /*hidden argument*/NULL); NullCheck(L_70); JsonProperty_set_Converter_m78DBAB2EDD871626D34E10EC0576E8BE764C6EA6_inline(L_70, L_72, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_73 = ___property0; RuntimeObject * L_74 = ___attributeProvider1; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_75; L_75 = JsonTypeReflector_GetJsonConverter_mE68AEC43C19B8988E4A6948883309C98B1F30E0F(L_74, /*hidden argument*/NULL); NullCheck(L_73); JsonProperty_set_MemberConverter_m0CC95C7001339F065F8E0B4459A5E2978642AE80_inline(L_73, L_75, /*hidden argument*/NULL); RuntimeObject * L_76 = ___attributeProvider1; DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_77; L_77 = JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_m5EB337329AB4FB39E9E0F4C610865C71155EFF3C(L_76, /*hidden argument*/JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_m5EB337329AB4FB39E9E0F4C610865C71155EFF3C_RuntimeMethod_var); V_6 = L_77; DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_78 = V_6; if (!L_78) { goto IL_018a; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_79 = ___property0; DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_80 = V_6; NullCheck(L_80); RuntimeObject * L_81; L_81 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_80); NullCheck(L_79); JsonProperty_set_DefaultValue_mCF8C783AD2C0CF6E7F4177DE6CA0F48CDFAFD76F(L_79, L_81, /*hidden argument*/NULL); } IL_018a: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_82 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_83 = V_2; G_B39_0 = L_82; if (L_83) { G_B40_0 = L_82; goto IL_019a; } } { il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF )); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_84 = V_10; G_B41_0 = L_84; G_B41_1 = G_B39_0; goto IL_01a0; } IL_019a: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_85 = V_2; NullCheck(L_85); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_86 = L_85->get__nullValueHandling_0(); G_B41_0 = L_86; G_B41_1 = G_B40_0; } IL_01a0: { NullCheck(G_B41_1); JsonProperty_set_NullValueHandling_mFEA55CC4E02A62C553F9F3E8FA30D2ABE38020BE_inline(G_B41_1, G_B41_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_87 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_88 = V_2; G_B42_0 = L_87; if (L_88) { G_B43_0 = L_87; goto IL_01b5; } } { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 )); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_89 = V_11; G_B44_0 = L_89; G_B44_1 = G_B42_0; goto IL_01bb; } IL_01b5: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_90 = V_2; NullCheck(L_90); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_91 = L_90->get__referenceLoopHandling_2(); G_B44_0 = L_91; G_B44_1 = G_B43_0; } IL_01bb: { NullCheck(G_B44_1); JsonProperty_set_ReferenceLoopHandling_mA35889121950D7FD01B6A122CE9701EC7FFE6D37_inline(G_B44_1, G_B44_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_92 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_93 = V_2; G_B45_0 = L_92; if (L_93) { G_B46_0 = L_92; goto IL_01d0; } } { il2cpp_codegen_initobj((&V_12), sizeof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 )); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_94 = V_12; G_B47_0 = L_94; G_B47_1 = G_B45_0; goto IL_01d6; } IL_01d0: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_95 = V_2; NullCheck(L_95); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_96 = L_95->get__objectCreationHandling_3(); G_B47_0 = L_96; G_B47_1 = G_B46_0; } IL_01d6: { NullCheck(G_B47_1); JsonProperty_set_ObjectCreationHandling_mF4120F246285A07FE3A2CE6F848DC68BD57C47C2_inline(G_B47_1, G_B47_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_97 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_98 = V_2; G_B48_0 = L_97; if (L_98) { G_B49_0 = L_97; goto IL_01eb; } } { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 )); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_99 = V_13; G_B50_0 = L_99; G_B50_1 = G_B48_0; goto IL_01f1; } IL_01eb: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_100 = V_2; NullCheck(L_100); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_101 = L_100->get__typeNameHandling_4(); G_B50_0 = L_101; G_B50_1 = G_B49_0; } IL_01f1: { NullCheck(G_B50_1); JsonProperty_set_TypeNameHandling_m3FADC60F2285A7ED7DE2E54C0B2494D9769B6818_inline(G_B50_1, G_B50_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_102 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_103 = V_2; G_B51_0 = L_102; if (L_103) { G_B52_0 = L_102; goto IL_0206; } } { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_104 = V_14; G_B53_0 = L_104; G_B53_1 = G_B51_0; goto IL_020c; } IL_0206: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_105 = V_2; NullCheck(L_105); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_106 = L_105->get__isReference_5(); G_B53_0 = L_106; G_B53_1 = G_B52_0; } IL_020c: { NullCheck(G_B53_1); JsonProperty_set_IsReference_m3287EA93B063AC7B3B881E0DAE3C661F99848617_inline(G_B53_1, G_B53_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_107 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_108 = V_2; G_B54_0 = L_107; if (L_108) { G_B55_0 = L_107; goto IL_0221; } } { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_109 = V_14; G_B56_0 = L_109; G_B56_1 = G_B54_0; goto IL_0227; } IL_0221: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_110 = V_2; NullCheck(L_110); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_111 = L_110->get__itemIsReference_8(); G_B56_0 = L_111; G_B56_1 = G_B55_0; } IL_0227: { NullCheck(G_B56_1); JsonProperty_set_ItemIsReference_mCDD468EA0E2D91F52B5A305D90E89D9F8C9A7AF4_inline(G_B56_1, G_B56_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_112 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_113 = V_2; G_B57_0 = L_112; if (!L_113) { G_B58_0 = L_112; goto IL_0238; } } { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_114 = V_2; NullCheck(L_114); Type_t * L_115; L_115 = JsonPropertyAttribute_get_ItemConverterType_mAF933B5D8DDA82F16FA6C0C913011F51599225C4_inline(L_114, /*hidden argument*/NULL); G_B58_0 = G_B57_0; if (L_115) { G_B59_0 = G_B57_0; goto IL_023b; } } IL_0238: { G_B60_0 = ((JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)(NULL)); G_B60_1 = G_B58_0; goto IL_024c; } IL_023b: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_116 = V_2; NullCheck(L_116); Type_t * L_117; L_117 = JsonPropertyAttribute_get_ItemConverterType_mAF933B5D8DDA82F16FA6C0C913011F51599225C4_inline(L_116, /*hidden argument*/NULL); JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_118 = V_2; NullCheck(L_118); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_119; L_119 = JsonPropertyAttribute_get_ItemConverterParameters_m99B1731F2F52670ECF7AC47E89EDFB76FA2DFE06_inline(L_118, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_120; L_120 = JsonTypeReflector_CreateJsonConverterInstance_mDF0424F58E723B02AE2DBB3BA645999A29DA1663(L_117, L_119, /*hidden argument*/NULL); G_B60_0 = L_120; G_B60_1 = G_B59_0; } IL_024c: { NullCheck(G_B60_1); JsonProperty_set_ItemConverter_mC6A4177099B43B9E51CEC2A9DFBB1E0E3345D166_inline(G_B60_1, G_B60_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_121 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_122 = V_2; G_B61_0 = L_121; if (L_122) { G_B62_0 = L_121; goto IL_0261; } } { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 )); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_123 = V_11; G_B63_0 = L_123; G_B63_1 = G_B61_0; goto IL_0267; } IL_0261: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_124 = V_2; NullCheck(L_124); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_125 = L_124->get__itemReferenceLoopHandling_9(); G_B63_0 = L_125; G_B63_1 = G_B62_0; } IL_0267: { NullCheck(G_B63_1); JsonProperty_set_ItemReferenceLoopHandling_m0C489B878D976FFB8D7C9C79ECBFBA4BD1334297_inline(G_B63_1, G_B63_0, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_126 = ___property0; JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_127 = V_2; G_B64_0 = L_126; if (L_127) { G_B65_0 = L_126; goto IL_027c; } } { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 )); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_128 = V_13; G_B66_0 = L_128; G_B66_1 = G_B64_0; goto IL_0282; } IL_027c: { JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * L_129 = V_2; NullCheck(L_129); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_130 = L_129->get__itemTypeNameHandling_10(); G_B66_0 = L_130; G_B66_1 = G_B65_0; } IL_0282: { NullCheck(G_B66_1); JsonProperty_set_ItemTypeNameHandling_mFF4E69972F1A1F9BEE22D8544C95DB776716862C_inline(G_B66_1, G_B66_0, /*hidden argument*/NULL); bool* L_131 = ___allowNonPublicAccess5; *((int8_t*)L_131) = (int8_t)0; int32_t L_132; L_132 = DefaultContractResolver_get_DefaultMembersSearchFlags_m7E3F665EDE2333E5C09F959160782582C95F2260_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_132&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_029c; } } { bool* L_133 = ___allowNonPublicAccess5; *((int8_t*)L_133) = (int8_t)1; } IL_029c: { bool L_134 = V_4; if (!L_134) { goto IL_02a4; } } { bool* L_135 = ___allowNonPublicAccess5; *((int8_t*)L_135) = (int8_t)1; } IL_02a4: { int32_t L_136 = ___memberSerialization4; if ((!(((uint32_t)L_136) == ((uint32_t)2)))) { goto IL_02ad; } } { bool* L_137 = ___allowNonPublicAccess5; *((int8_t*)L_137) = (int8_t)1; } IL_02ad: { return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateShouldSerializeTest(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * DefaultContractResolver_CreateShouldSerializeTest_m2A4FFB38B7E8BB3A99B9E4D941524A78A332D8E1 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_mC859EFE3BD0D275D1A42806AFD781A5DE407DD1C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * V_0 = NULL; MethodInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * L_0 = (U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass64_0__ctor_m0304B49F10D0EA4482684904DA5523E733F54C4F(L_0, /*hidden argument*/NULL); V_0 = L_0; MemberInfo_t * L_1 = ___member0; NullCheck(L_1); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); MemberInfo_t * L_3 = ___member0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ((ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var))->get_EmptyTypes_0(); NullCheck(L_2); MethodInfo_t * L_7; L_7 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_2, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; MethodInfo_t * L_8 = V_1; if (!L_8) { goto IL_003c; } } { MethodInfo_t * L_9 = V_1; NullCheck(L_9); Type_t * L_10; L_10 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_9); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12))) { goto IL_003e; } } IL_003c: { return (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)NULL; } IL_003e: { U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_14; L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); MethodInfo_t * L_15 = V_1; NullCheck(L_14); MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_16; L_16 = GenericVirtualFuncInvoker1< MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var, L_14, L_15); NullCheck(L_13); L_13->set_shouldSerializeCall_0(L_16); U3CU3Ec__DisplayClass64_0_t910C8B175019A1DA267C3A6B0C68945940500DFD * L_17 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_18 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB_il2cpp_TypeInfo_var); Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD(L_18, L_17, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_mC859EFE3BD0D275D1A42806AFD781A5DE407DD1C_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_RuntimeMethod_var); return L_18; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetIsSpecifiedActions(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m29A33D3E6CE00C1C13D8965A2CBF124CEA02E865 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, MemberInfo_t * ___member1, bool ___allowNonPublicAccess2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m8D10BDDA860CF015E1ABC8B45CD874BF48ACB8A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * V_0 = NULL; MemberInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * L_0 = (U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass65_0__ctor_m317EFA126E76F58FDB02D5BF3FCD6EDE1549226C(L_0, /*hidden argument*/NULL); V_0 = L_0; MemberInfo_t * L_1 = ___member1; NullCheck(L_1); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); MemberInfo_t * L_3 = ___member1; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, /*hidden argument*/NULL); NullCheck(L_2); PropertyInfo_t * L_6; L_6 = Type_GetProperty_mF9677E24A43BADE21DE5E45E0BD0CB881BAB4C89(L_2, L_5, /*hidden argument*/NULL); V_1 = L_6; MemberInfo_t * L_7 = V_1; if (L_7) { goto IL_0041; } } { MemberInfo_t * L_8 = ___member1; NullCheck(L_8); Type_t * L_9; L_9 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8); MemberInfo_t * L_10 = ___member1; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_11, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, /*hidden argument*/NULL); NullCheck(L_9); FieldInfo_t * L_13; L_13 = Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C(L_9, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0041: { MemberInfo_t * L_14 = V_1; if (!L_14) { goto IL_0056; } } { MemberInfo_t * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_15, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_0057; } } IL_0056: { return; } IL_0057: { U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_20; L_20 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); MemberInfo_t * L_21 = V_1; NullCheck(L_20); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_22; L_22 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2(L_20, L_21, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); NullCheck(L_19); L_19->set_specifiedPropertyGet_0(L_22); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_23 = ___property0; U3CU3Ec__DisplayClass65_0_t066031DE9D0858E9D5DDB304E8AEC95B9819FCF0 * L_24 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_25 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB_il2cpp_TypeInfo_var); Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m8D10BDDA860CF015E1ABC8B45CD874BF48ACB8A6_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_RuntimeMethod_var); NullCheck(L_23); JsonProperty_set_GetIsSpecified_m5524EC169BCF611A057633E87DBC3C8353F93F49_inline(L_23, L_25, /*hidden argument*/NULL); MemberInfo_t * L_26 = V_1; bool L_27 = ___allowNonPublicAccess2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_28; L_28 = ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087(L_26, L_27, (bool)0, /*hidden argument*/NULL); if (!L_28) { goto IL_0095; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_29 = ___property0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_30; L_30 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); MemberInfo_t * L_31 = V_1; NullCheck(L_30); Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_32; L_32 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09(L_30, L_31, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); NullCheck(L_29); JsonProperty_set_SetIsSpecified_mA3076D9595079E61942368A41AF0985C51B2BA60_inline(L_29, L_32, /*hidden argument*/NULL); } IL_0095: { return; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolvePropertyName_mB5F93465D7D5DDFFE0813ED1D9C4758C489ADAF7 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; return L_0; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveDictionaryKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolveDictionaryKey_mC492C711CA8E10C8EBFDDB4C41145386B86130A6 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, String_t* ___dictionaryKey0, const RuntimeMethod* method) { { String_t* L_0 = ___dictionaryKey0; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_0); return L_1; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetResolvedPropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetResolvedPropertyName_mFC2B40EE06D1B0DC9E19FFA91DFC20693F066578 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolver__cctor_m8608D6E0158D2232F50C323B6E51D6E2202A84D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_0 = (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C *)il2cpp_codegen_object_new(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); DefaultContractResolver__ctor_m7A48906A61362FC01ACD44BACDCB7207D13AB6B3(L_0, (bool)1, /*hidden argument*/NULL); ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->set__instance_0(L_0); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_1 = (JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)SZArrayNew(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var, (uint32_t)4); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_2 = L_1; XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * L_3 = (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 *)il2cpp_codegen_object_new(XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65_il2cpp_TypeInfo_var); XmlNodeConverter__ctor_mAC1F1A4A0736AD126AF65B5092ACF5CFD31DF1D7(L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)L_3); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_4 = L_2; KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * L_5 = (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 *)il2cpp_codegen_object_new(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); KeyValuePairConverter__ctor_mB98645861775B13F0EC9C9FBAADF2A303752B124(L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)L_5); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_6 = L_4; BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF * L_7 = (BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF *)il2cpp_codegen_object_new(BsonObjectIdConverter_tF2292232C13395CBD67CD91705DF72DF677814DF_il2cpp_TypeInfo_var); BsonObjectIdConverter__ctor_mBBBD77C42425F473F7A91AD66F2F38A337A0F234(L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)L_7); JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_8 = L_6; RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * L_9 = (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 *)il2cpp_codegen_object_new(RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12_il2cpp_TypeInfo_var); RegexConverter__ctor_m7AA5F74CE6217079CD5B1AB47344A8A40E1F0DF9(L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(3), (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)L_9); ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->set_BuiltInConverters_1(L_8); RuntimeObject * L_10 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_10, /*hidden argument*/NULL); ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->set_TypeContractCacheLock_2(L_10); DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_11 = (DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 *)il2cpp_codegen_object_new(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489_il2cpp_TypeInfo_var); DefaultContractResolverState__ctor_m0A0B581B6AF8A4E05E5AD4946F154A2C9E078ED1(L_11, /*hidden argument*/NULL); ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->set__sharedState_3(L_11); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolverState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultContractResolverState__ctor_m0A0B581B6AF8A4E05E5AD4946F154A2C9E078ED1 (DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_0 = (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A *)il2cpp_codegen_object_new(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); PropertyNameTable__ctor_m25D60FFF70470EBA0E91683E9B8FC5029B3639E2(L_0, /*hidden argument*/NULL); __this->set_NameTable_1(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetMappings(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F * V_0 = NULL; { RuntimeObject * L_0 = ___context0; if (!((JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F *)IsInstClass((RuntimeObject*)L_0, JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F_il2cpp_TypeInfo_var))) { goto IL_0011; } } { RuntimeObject * L_1 = ___context0; V_0 = ((JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F *)CastclassClass((RuntimeObject*)L_1, JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F_il2cpp_TypeInfo_var)); goto IL_0032; } IL_0011: { RuntimeObject * L_2 = ___context0; if (!((JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 *)IsInstClass((RuntimeObject*)L_2, JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136_il2cpp_TypeInfo_var))) { goto IL_0027; } } { RuntimeObject * L_3 = ___context0; NullCheck(((JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 *)CastclassClass((RuntimeObject*)L_3, JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136_il2cpp_TypeInfo_var))); JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F * L_4; L_4 = JsonSerializerProxy_GetInternalSerializer_mAAB4BAF11476A9F005E776CAEB091C65026F0CF3(((JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 *)CastclassClass((RuntimeObject*)L_3, JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; goto IL_0032; } IL_0027: { JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_5 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54D331DD9A1FD232A1E0F465C984543CE2893353)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75_RuntimeMethod_var))); } IL_0032: { JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F * L_6 = V_0; NullCheck(L_6); BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_7; L_7 = JsonSerializerInternalBase_get_DefaultReferenceMappings_mAE5A117EE09C168E28D63C7F9FA931A9F0002F00(L_6, /*hidden argument*/NULL); return L_7; } } // System.Object Newtonsoft.Json.Serialization.DefaultReferenceResolver::ResolveReference(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultReferenceResolver_ResolveReference_mC94430A6B5EF11FA1909E2A89E70D5D7C4B96C6E (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, String_t* ___reference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetByFirst_m4C1C0E7E9084E99BC6EF04EDD16B88C96EEB9E9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_1; L_1 = DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = ___reference1; NullCheck(L_1); bool L_3; L_3 = BidirectionalDictionary_2_TryGetByFirst_m4C1C0E7E9084E99BC6EF04EDD16B88C96EEB9E9B(L_1, L_2, (RuntimeObject **)(&V_0), /*hidden argument*/BidirectionalDictionary_2_TryGetByFirst_m4C1C0E7E9084E99BC6EF04EDD16B88C96EEB9E9B_RuntimeMethod_var); RuntimeObject * L_4 = V_0; return L_4; } } // System.String Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetReference(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultReferenceResolver_GetReference_m7E47A23532CAEC1305B0EB4D0D7F5AD2A02E98C6 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_1; L_1 = DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_2 = V_0; RuntimeObject * L_3 = ___value1; NullCheck(L_2); bool L_4; L_4 = BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826(L_2, L_3, (String_t**)(&V_1), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826_RuntimeMethod_var); if (L_4) { goto IL_003a; } } { int32_t L_5 = __this->get__referenceCount_0(); __this->set__referenceCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t* L_6 = __this->get_address_of__referenceCount_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_8; L_8 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_9 = V_0; String_t* L_10 = V_1; RuntimeObject * L_11 = ___value1; NullCheck(L_9); BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286(L_9, L_10, L_11, /*hidden argument*/BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286_RuntimeMethod_var); } IL_003a: { String_t* L_12 = V_1; return L_12; } } // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::AddReference(System.Object,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultReferenceResolver_AddReference_mFF376FDB774C86C7B0DF552404EF437BEDFD5FB4 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, String_t* ___reference1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_1; L_1 = DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = ___reference1; RuntimeObject * L_3 = ___value2; NullCheck(L_1); BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286(L_1, L_2, L_3, /*hidden argument*/BidirectionalDictionary_2_Set_m8FA78E0BB49C2B1F173D157FCD495D84A1F0F286_RuntimeMethod_var); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultReferenceResolver::IsReferenced(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultReferenceResolver_IsReferenced_mB6A01C462DF33E1036903D3EB102405558156714 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, RuntimeObject * ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * L_1; L_1 = DefaultReferenceResolver_GetMappings_mF96C2D6D19FBE8FA1410EE26454881D4D7B2CE75(__this, L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_1); bool L_3; L_3 = BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826(L_1, L_2, (String_t**)(&V_0), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m0E9683DBA8EE6584F6BE5E585846051A84C44826_RuntimeMethod_var); return L_3; } } // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultReferenceResolver__ctor_m4AA5B6BADDB120DDC5F16A1B2B15C45E3AF85757 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.DefaultSerializationBinder::GetTypeFromTypeNameKey(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9 (TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F ___typeNameKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Assembly_t * V_2 = NULL; AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* V_3 = NULL; int32_t V_4 = 0; Assembly_t * V_5 = NULL; Type_t * G_B11_0 = NULL; Type_t * G_B10_0 = NULL; { TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_0 = ___typeNameKey0; String_t* L_1 = L_0.get_AssemblyName_0(); V_0 = L_1; TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_2 = ___typeNameKey0; String_t* L_3 = L_2.get_TypeName_1(); V_1 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0095; } } { String_t* L_5 = V_0; Assembly_t * L_6; L_6 = Assembly_Load_m3B24B1EFB2FF6E40186586C3BE135D335BBF3A0A(L_5, /*hidden argument*/NULL); V_2 = L_6; Assembly_t * L_7 = V_2; if (L_7) { goto IL_0055; } } { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_8; L_8 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); NullCheck(L_8); AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_9; L_9 = AppDomain_GetAssemblies_m7397BD0461B4D6BA76AE0974DE9FBEDAF70AEBFD(L_8, /*hidden argument*/NULL); V_3 = L_9; V_4 = 0; goto IL_004e; } IL_002e: { AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; Assembly_t * L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; Assembly_t * L_14 = V_5; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_14); String_t* L_16 = V_0; bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0048; } } { Assembly_t * L_18 = V_5; V_2 = L_18; goto IL_0055; } IL_0048: { int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004e: { int32_t L_20 = V_4; AssemblyU5BU5D_t42061B4CA43487DD8ECD8C3AACCEF783FA081FF0* L_21 = V_3; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_002e; } } IL_0055: { Assembly_t * L_22 = V_2; if (L_22) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23; L_23 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_24 = V_0; String_t* L_25; L_25 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADAC8923224EAF7C3C5CE0181BDD456810D902D7)), L_23, L_24, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_26 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var))); } IL_006e: { Assembly_t * L_27 = V_2; String_t* L_28 = V_1; NullCheck(L_27); Type_t * L_29; L_29 = VirtualFuncInvoker1< Type_t *, String_t* >::Invoke(20 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_27, L_28); Type_t * L_30 = L_29; G_B10_0 = L_30; if (L_30) { G_B11_0 = L_30; goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_31; L_31 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_32 = V_1; Assembly_t * L_33 = V_2; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_33); String_t* L_35; L_35 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3DE867B22875213D8C91D2CAA3C292A6B85B2E2)), L_31, L_32, L_34, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_36 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var))); } IL_0094: { return G_B11_0; } IL_0095: { String_t* L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38; L_38 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_37, DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var); return L_38; } } // System.Type Newtonsoft.Json.Serialization.DefaultSerializationBinder::BindToType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * DefaultSerializationBinder_BindToType_mD961DBB73B7EA10E26645656194EC574B9446C1C (DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m930734647BD80B84A692AB47F51CB6238A7DFD9C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * L_0 = __this->get__typeCache_1(); String_t* L_1 = ___assemblyName0; String_t* L_2 = ___typeName1; TypeNameKey_tE813AF052ABC26C54A64E0FE7B5A02FD05D68E5F L_3; memset((&L_3), 0, sizeof(L_3)); TypeNameKey__ctor_mD4B4C258C07B7B90E3DF9FF8E544F235DEF91414((&L_3), L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); Type_t * L_4; L_4 = ThreadSafeStore_2_Get_m930734647BD80B84A692AB47F51CB6238A7DFD9C(L_0, L_3, /*hidden argument*/ThreadSafeStore_2_Get_m930734647BD80B84A692AB47F51CB6238A7DFD9C_RuntimeMethod_var); return L_4; } } // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSerializationBinder__ctor_mF2F29057B0BF9EFF86183CBA88CB48DA3E41FE1D (DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m20C04DC00B613C1D37D174688F986B05DAF3BAB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_mF0F4E24327739C72184B169467B20399F82D1B2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 * L_0 = (Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2 *)il2cpp_codegen_object_new(Func_2_t7E0A0C06487E50AAD866D6CB3E9804D1AB397BA2_il2cpp_TypeInfo_var); Func_2__ctor_m20C04DC00B613C1D37D174688F986B05DAF3BAB5(L_0, NULL, (intptr_t)((intptr_t)DefaultSerializationBinder_GetTypeFromTypeNameKey_m9C11DADB434B0AA3A72B8AFFE20FE58EBBF6E9F9_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m20C04DC00B613C1D37D174688F986B05DAF3BAB5_RuntimeMethod_var); ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * L_1 = (ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_mF0F4E24327739C72184B169467B20399F82D1B2D(L_1, L_0, /*hidden argument*/ThreadSafeStore_2__ctor_mF0F4E24327739C72184B169467B20399F82D1B2D_RuntimeMethod_var); __this->set__typeCache_1(L_1); SerializationBinder__ctor_mC5D82058B357956D51C945B13E11177BEBB8EEF2(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSerializationBinder__cctor_m8E3A2AB157EA691CC0314C91895137543E957BA8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * L_0 = (DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E *)il2cpp_codegen_object_new(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var); DefaultSerializationBinder__ctor_mF2F29057B0BF9EFF86183CBA88CB48DA3E41FE1D(L_0, /*hidden argument*/NULL); ((DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields*)il2cpp_codegen_static_fields_for(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::get_LevelFilter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_get_LevelFilter_mE8756C49701D816188F0701B8BB2D00CF3DEDB3B (DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLevelFilterU3Ek__BackingField_0(); return L_0; } } // System.Diagnostics.TraceEventType Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::GetTraceEventType(System.Diagnostics.TraceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_GetTraceEventType_m092B6043463DFD87EE95D63C901EBF3104F0801E (DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 * __this, int32_t ___level0, const RuntimeMethod* method) { { int32_t L_0 = ___level0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_001a; } case 1: { goto IL_001c; } case 2: { goto IL_001e; } case 3: { goto IL_0020; } } } { goto IL_0023; } IL_001a: { return (int32_t)(2); } IL_001c: { return (int32_t)(4); } IL_001e: { return (int32_t)(8); } IL_0020: { return (int32_t)(((int32_t)16)); } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B5D93EBDD41E0250436B5C2FA8A1004ADC41CB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DiagnosticsTraceWriter_GetTraceEventType_m092B6043463DFD87EE95D63C901EBF3104F0801E_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiagnosticsTraceWriter_Trace_m680EBE0C01D55B29AF709842D111928B531B1707 (DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 * __this, int32_t ___level0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E50F2B5959EA8333729D48896BBD7054EF0408); s_Il2CppMethodInitialized = true; } TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_3 = NULL; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___level0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_1 = (TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 *)il2cpp_codegen_object_new(TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0_il2cpp_TypeInfo_var); TraceEventCache__ctor_m5A77184D9378D8DE5A3B44CBA9AF969C1527177B(L_1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___level0; int32_t L_3; L_3 = DiagnosticsTraceWriter_GetTraceEventType_m092B6043463DFD87EE95D63C901EBF3104F0801E(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; TraceListenerCollection_t81B01A2F4F380B9EA2C164F30B3FA2B287DD4126 * L_4; L_4 = Trace_get_Listeners_m00992A6AE8DEF2B97782A246D0152FEDEE4613D5(/*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = TraceListenerCollection_GetEnumerator_m9995B7BE08049E31E77BC8FD8BC4FD2A546DC741(L_4, /*hidden argument*/NULL); V_2 = L_5; } IL_001d: try {// begin try (depth: 1) { goto IL_0072; } IL_001f: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_3 = ((TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 *)CastclassClass((RuntimeObject*)L_7, TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709_il2cpp_TypeInfo_var)); TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_8 = V_3; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Diagnostics.TraceListener::get_IsThreadSafe() */, L_8); if (L_9) { goto IL_0056; } } IL_0033: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_10 = V_3; V_4 = L_10; TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_11 = V_4; Monitor_Enter_m3AEE1F76020B92B6C2742BCD05706DC5FD6F9CB2(L_11, /*hidden argument*/NULL); } IL_003d: try {// begin try (depth: 2) TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_12 = V_3; TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_13 = V_0; int32_t L_14 = V_1; String_t* L_15 = ___message1; NullCheck(L_12); VirtualActionInvoker5< TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 *, String_t*, int32_t, int32_t, String_t* >::Invoke(13 /* System.Void System.Diagnostics.TraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) */, L_12, L_13, _stringLiteral02E50F2B5959EA8333729D48896BBD7054EF0408, L_14, 0, L_15); IL2CPP_LEAVE(0x65, FINALLY_004e); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: {// begin finally (depth: 2) TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_16 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_16, /*hidden argument*/NULL); IL2CPP_END_FINALLY(78) }// end finally (depth: 2) IL2CPP_CLEANUP(78) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0056: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_17 = V_3; TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 * L_18 = V_0; int32_t L_19 = V_1; String_t* L_20 = ___message1; NullCheck(L_17); VirtualActionInvoker5< TraceEventCache_t229970CD34D7CDD6EBE5BEDD7EC1A4C1EC4BE5D0 *, String_t*, int32_t, int32_t, String_t* >::Invoke(13 /* System.Void System.Diagnostics.TraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) */, L_17, L_18, _stringLiteral02E50F2B5959EA8333729D48896BBD7054EF0408, L_19, 0, L_20); } IL_0065: { bool L_21; L_21 = Trace_get_AutoFlush_mDB0F8928790ABBA0F88EA768CBB2648CF2BF0731(/*hidden argument*/NULL); if (!L_21) { goto IL_0072; } } IL_006c: { TraceListener_t769B47C3EA3223AE8329BFC3AA88E23B22785709 * L_22 = V_3; NullCheck(L_22); VirtualActionInvoker0::Invoke(9 /* System.Void System.Diagnostics.TraceListener::Flush() */, L_22); } IL_0072: { RuntimeObject* L_23 = V_2; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_001f; } } IL_007a: { IL2CPP_LEAVE(0x90, FINALLY_007c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: {// begin finally (depth: 1) { RuntimeObject* L_25 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_5; if (!L_26) { goto IL_008f; } } IL_0088: { RuntimeObject* L_27 = V_5; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_008f: { IL2CPP_END_FINALLY(124) } }// end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x90, IL_0090) } IL_0090: { return; } } // System.Void Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiagnosticsTraceWriter__ctor_m36141DE05BD293EC446C1150099E5E22ABF327CC (DiagnosticsTraceWriter_tA0E16C1DBDF3705E7738AA1DE06A14BF18425134 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Utilities.EnumUtils::InitializeEnumType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * EnumUtils_InitializeEnumType_m713B5D6AFD555A85F9EF8B71D5529E704AC37846 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_Set_mED00F3C7600AB453C7CC5F4BF10926F192C19857_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2__ctor_m05650BDC24AD828A6D686D2A4649F3126BE006BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_mDA45914DA9AAE73EE0F25267F552376DB65CE6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_TisString_t_mA98A8F76C54896C6DBD733011EC0BCD6BFEC38FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisString_t_mC7C0386E73A1F7EE6CCB21E19681431880FA666F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mD4A04F95D328364129CC8E326B5D65A604530216_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitializeEnumTypeU3Eb__1_0_mF3B966590EAA425C2876209B94A65D2055AE4A46_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * V_0 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_1 = NULL; int32_t V_2 = 0; FieldInfo_t * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0; L_0 = StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline(/*hidden argument*/NULL); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_1; L_1 = StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline(/*hidden argument*/NULL); BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_2 = (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 *)il2cpp_codegen_object_new(BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4_il2cpp_TypeInfo_var); BidirectionalDictionary_2__ctor_m05650BDC24AD828A6D686D2A4649F3126BE006BC(L_2, L_0, L_1, /*hidden argument*/BidirectionalDictionary_2__ctor_m05650BDC24AD828A6D686D2A4649F3126BE006BC_RuntimeMethod_var); V_0 = L_2; Type_t * L_3 = ___type0; NullCheck(L_3); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_4; L_4 = Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_00ac; } IL_001e: { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; FieldInfo_t * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; FieldInfo_t * L_9 = V_3; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9); V_4 = L_10; FieldInfo_t * L_11 = V_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (EnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14; L_14 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_11, L_13, (bool)1); RuntimeObject* L_15; L_15 = Enumerable_Cast_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_mDA45914DA9AAE73EE0F25267F552376DB65CE6DC((RuntimeObject*)(RuntimeObject*)L_14, /*hidden argument*/Enumerable_Cast_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_mDA45914DA9AAE73EE0F25267F552376DB65CE6DC_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * L_16 = ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * L_17 = L_16; G_B2_0 = L_17; G_B2_1 = L_15; if (L_17) { G_B3_0 = L_17; G_B3_1 = L_15; goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * L_18 = ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * L_19 = (Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 *)il2cpp_codegen_object_new(Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6_il2cpp_TypeInfo_var); Func_2__ctor_mD4A04F95D328364129CC8E326B5D65A604530216(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec_U3CInitializeEnumTypeU3Eb__1_0_mF3B966590EAA425C2876209B94A65D2055AE4A46_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mD4A04F95D328364129CC8E326B5D65A604530216_RuntimeMethod_var); Func_2_t09CC0ED4CE7ACCBB7C2AD9459E3258393A2525F6 * L_20 = L_19; ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_20); G_B3_0 = L_20; G_B3_1 = G_B2_1; } IL_005f: { RuntimeObject* L_21; L_21 = Enumerable_Select_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_TisString_t_mA98A8F76C54896C6DBD733011EC0BCD6BFEC38FE(G_B3_1, G_B3_0, /*hidden argument*/Enumerable_Select_TisEnumMemberAttribute_t3EFC3FD8E6B03AE6083C53E8DB2AC8E3C797D4AC_TisString_t_mA98A8F76C54896C6DBD733011EC0BCD6BFEC38FE_RuntimeMethod_var); String_t* L_22; L_22 = Enumerable_SingleOrDefault_TisString_t_mC7C0386E73A1F7EE6CCB21E19681431880FA666F(L_21, /*hidden argument*/Enumerable_SingleOrDefault_TisString_t_mC7C0386E73A1F7EE6CCB21E19681431880FA666F_RuntimeMethod_var); String_t* L_23 = L_22; G_B4_0 = L_23; if (L_23) { G_B5_0 = L_23; goto IL_0073; } } { FieldInfo_t * L_24 = V_3; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24); G_B5_0 = L_25; } IL_0073: { V_5 = G_B5_0; BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_26 = V_0; String_t* L_27 = V_5; NullCheck(L_26); bool L_28; L_28 = BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C(L_26, L_27, (String_t**)(&V_6), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C_RuntimeMethod_var); if (!L_28) { goto IL_009e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29; L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_30 = V_5; Type_t * L_31 = ___type0; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_31); String_t* L_33; L_33 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D1C5935A294D52FBA3188055CCFAB409389F)), L_29, L_30, L_32, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_34 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_InitializeEnumType_m713B5D6AFD555A85F9EF8B71D5529E704AC37846_RuntimeMethod_var))); } IL_009e: { BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_35 = V_0; String_t* L_36 = V_4; String_t* L_37 = V_5; NullCheck(L_35); BidirectionalDictionary_2_Set_mED00F3C7600AB453C7CC5F4BF10926F192C19857(L_35, L_36, L_37, /*hidden argument*/BidirectionalDictionary_2_Set_mED00F3C7600AB453C7CC5F4BF10926F192C19857_RuntimeMethod_var); int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ac: { int32_t L_39 = V_2; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_40 = V_1; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))) { goto IL_001e; } } { BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_41 = V_0; return L_41; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.EnumUtils::GetValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumUtils_GetValues_m0B62C0CEF1CAE80FC9F722D84F1D7D5AA56C7D58 (Type_t * ___enumType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetValuesU3Eb__5_0_m8821A781D3A878CF0320AB0157C69CDE323A4B59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * G_B4_0 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* G_B4_1 = NULL; Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * G_B3_0 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* G_B3_1 = NULL; { Type_t * L_0 = ___enumType0; bool L_1; L_1 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } { Type_t * L_2 = ___enumType0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC787504AFFC40C4A0B31CA15B792D10224F7391C)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumUtils_GetValues_m0B62C0CEF1CAE80FC9F722D84F1D7D5AA56C7D58_RuntimeMethod_var))); } IL_0023: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_6 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B(L_6, /*hidden argument*/List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); V_0 = L_6; Type_t * L_7 = ___enumType0; NullCheck(L_7); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_8; L_8 = Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_9 = ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->get_U3CU3E9__5_0_2(); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_10 = L_9; G_B3_0 = L_10; G_B3_1 = L_8; if (L_10) { G_B4_0 = L_10; G_B4_1 = L_8; goto IL_004e; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var); U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71 * L_11 = ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_12 = (Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE *)il2cpp_codegen_object_new(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE_il2cpp_TypeInfo_var); Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec_U3CGetValuesU3Eb__5_0_m8821A781D3A878CF0320AB0157C69CDE323A4B59_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E_RuntimeMethod_var); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_13 = L_12; ((U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tCBF47F4EE8ECC397BE4B68F40E4B2D8A7CFF7D71_il2cpp_TypeInfo_var))->set_U3CU3E9__5_0_2(L_13); G_B4_0 = L_13; G_B4_1 = G_B3_1; } IL_004e: { RuntimeObject* L_14; L_14 = Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98((RuntimeObject*)(RuntimeObject*)G_B4_1, G_B4_0, /*hidden argument*/Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98_RuntimeMethod_var); NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var, L_14); V_1 = L_15; } IL_0059: try {// begin try (depth: 1) { goto IL_006f; } IL_005b: { RuntimeObject* L_16 = V_1; NullCheck(L_16); FieldInfo_t * L_17; L_17 = InterfaceFuncInvoker0< FieldInfo_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var, L_16); Type_t * L_18 = ___enumType0; NullCheck(L_17); RuntimeObject * L_19; L_19 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_17, L_18); V_2 = L_19; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_20 = V_0; RuntimeObject * L_21 = V_2; NullCheck(L_20); List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD(L_20, L_21, /*hidden argument*/List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); } IL_006f: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_005b; } } IL_0077: { IL2CPP_LEAVE(0x83, FINALLY_0079); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0079; } FINALLY_0079: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_1; if (!L_24) { goto IL_0082; } } IL_007c: { RuntimeObject* L_25 = V_1; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0082: { IL2CPP_END_FINALLY(121) } }// end finally (depth: 1) IL2CPP_CLEANUP(121) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x83, IL_0083) } IL_0083: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_26 = V_0; return L_26; } } // System.Object Newtonsoft.Json.Utilities.EnumUtils::ParseEnumName(System.String,System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUtils_ParseEnumName_m98F7C54DE44CCE14BB7F682B7B8B5AB16730FEDE (String_t* ___enumText0, bool ___isNullable1, Type_t * ___t2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { String_t* L_0 = ___enumText0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_1, /*hidden argument*/NULL); bool L_3 = ___isNullable1; if (!((int32_t)((int32_t)L_2&(int32_t)L_3))) { goto IL_0011; } } { return NULL; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * L_4 = ((EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var))->get_EnumMemberNamesPerType_0(); Type_t * L_5 = ___t2; NullCheck(L_4); BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_6; L_6 = ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4(L_4, L_5, /*hidden argument*/ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4_RuntimeMethod_var); V_1 = L_6; String_t* L_7 = ___enumText0; NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_7, ((int32_t)44), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_006b; } } { String_t* L_9 = ___enumText0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12; L_12 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; V_3 = 0; goto IL_0057; } IL_003e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17; L_17 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_16, /*hidden argument*/NULL); V_4 = L_17; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = V_2; int32_t L_19 = V_3; BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_20 = V_1; String_t* L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); String_t* L_22; L_22 = EnumUtils_ResolvedEnumName_mAD7EA279305E7685F5EBB60E198A571E21ADF120(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(L_19), (String_t*)L_22); int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0057: { int32_t L_24 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_2; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_003e; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_2; String_t* L_27; L_27 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_26, /*hidden argument*/NULL); V_0 = L_27; goto IL_0073; } IL_006b: { BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_28 = V_1; String_t* L_29 = ___enumText0; IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); String_t* L_30; L_30 = EnumUtils_ResolvedEnumName_mAD7EA279305E7685F5EBB60E198A571E21ADF120(L_28, L_29, /*hidden argument*/NULL); V_0 = L_30; } IL_0073: { Type_t * L_31 = ___t2; String_t* L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_33; L_33 = Enum_Parse_m42052064519239A11D605CD696EC0FD90A0FB039(L_31, L_32, (bool)1, /*hidden argument*/NULL); return L_33; } } // System.String Newtonsoft.Json.Utilities.EnumUtils::ToEnumName(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumUtils_ToEnumName_m044649ACED3B32011FBA4D6A0F46D51BC38095B2 (Type_t * ___enumType0, String_t* ___enumText1, bool ___camelCaseText2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetByFirst_m3E307A0D9054406547EDCDD47F3CBC26752A983B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * L_0 = ((EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var))->get_EnumMemberNamesPerType_0(); Type_t * L_1 = ___enumType0; NullCheck(L_0); BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_2; L_2 = ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4(L_0, L_1, /*hidden argument*/ThreadSafeStore_2_Get_m7C21B42C3F02D555D4133AF92C5B147DBAE72DF4_RuntimeMethod_var); V_0 = L_2; String_t* L_3 = ___enumText1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6; L_6 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; goto IL_0053; } IL_0022: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11; L_11 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_10, /*hidden argument*/NULL); V_3 = L_11; BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_12 = V_0; String_t* L_13 = V_3; NullCheck(L_12); bool L_14; L_14 = BidirectionalDictionary_2_TryGetByFirst_m3E307A0D9054406547EDCDD47F3CBC26752A983B(L_12, L_13, (String_t**)(&V_4), /*hidden argument*/BidirectionalDictionary_2_TryGetByFirst_m3E307A0D9054406547EDCDD47F3CBC26752A983B_RuntimeMethod_var); String_t* L_15 = V_4; String_t* L_16 = L_15; G_B2_0 = L_16; if (L_16) { G_B3_0 = L_16; goto IL_003c; } } { String_t* L_17 = V_3; G_B3_0 = L_17; } IL_003c: { V_4 = G_B3_0; bool L_18 = ___camelCaseText2; if (!L_18) { goto IL_004a; } } { String_t* L_19 = V_4; String_t* L_20; L_20 = StringUtils_ToCamelCase_m874D79971CEE162C0415EF7593B20819D29ADF63(L_19, /*hidden argument*/NULL); V_4 = L_20; } IL_004a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_1; int32_t L_22 = V_2; String_t* L_23 = V_4; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(L_22), (String_t*)L_23); int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0053: { int32_t L_25 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_1; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0022; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = V_1; String_t* L_28; L_28 = String_Join_m8846EB11F0A221BDE237DE041D17764B36065404(_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_27, /*hidden argument*/NULL); return L_28; } } // System.String Newtonsoft.Json.Utilities.EnumUtils::ResolvedEnumName(Newtonsoft.Json.Utilities.BidirectionalDictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumUtils_ResolvedEnumName_mAD7EA279305E7685F5EBB60E198A571E21ADF120 (BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * ___map0, String_t* ___enumText1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { BidirectionalDictionary_2_tE1618D6E26E75CA6D5726919B176B7A10C78DFE4 * L_0 = ___map0; String_t* L_1 = ___enumText1; NullCheck(L_0); bool L_2; L_2 = BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C(L_0, L_1, (String_t**)(&V_0), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m4E73CEE74A9DE959D46EF84E5DCC3396F617833C_RuntimeMethod_var); String_t* L_3 = V_0; String_t* L_4 = L_3; G_B1_0 = L_4; if (L_4) { G_B2_0 = L_4; goto IL_0010; } } { String_t* L_5 = ___enumText1; G_B2_0 = L_5; } IL_0010: { V_0 = G_B2_0; String_t* L_6 = V_0; return L_6; } } // System.Void Newtonsoft.Json.Utilities.EnumUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUtils__cctor_m963D0CEA5E94E2E98C5AF08C50C7D57DD19D819A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_InitializeEnumType_m713B5D6AFD555A85F9EF8B71D5529E704AC37846_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m0E339EF9D7B06CC616C65641F882270CA8DEAFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_m03B1E2DBA72B8870ED41DE2617EE59149901E5B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 * L_0 = (Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880 *)il2cpp_codegen_object_new(Func_2_t0FF4D0AECC4EBDC384D37C774328676401D8E880_il2cpp_TypeInfo_var); Func_2__ctor_m0E339EF9D7B06CC616C65641F882270CA8DEAFBB(L_0, NULL, (intptr_t)((intptr_t)EnumUtils_InitializeEnumType_m713B5D6AFD555A85F9EF8B71D5529E704AC37846_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m0E339EF9D7B06CC616C65641F882270CA8DEAFBB_RuntimeMethod_var); ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 * L_1 = (ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t9434FFA7A8745CFCFEEE97BB5B1F25DD810A9E74_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m03B1E2DBA72B8870ED41DE2617EE59149901E5B5(L_1, L_0, /*hidden argument*/ThreadSafeStore_2__ctor_m03B1E2DBA72B8870ED41DE2617EE59149901E5B5_RuntimeMethod_var); ((EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_StaticFields*)il2cpp_codegen_static_fields_for(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var))->set_EnumMemberNamesPerType_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ErrorContext::.ctor(System.Object,System.Object,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext__ctor_mAB6B600BA9BB98E71B9FFF1B9DE4FAC4B5D04826 (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___originalObject0, RuntimeObject * ___member1, String_t* ___path2, Exception_t * ___error3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___originalObject0; ErrorContext_set_OriginalObject_m4CA8303766288428B25A40D3B1BB22A43A42BBAB_inline(__this, L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___member1; ErrorContext_set_Member_m1634A9D7F1819AD9369EEEB299B9006C2C5DBE8C_inline(__this, L_1, /*hidden argument*/NULL); Exception_t * L_2 = ___error3; ErrorContext_set_Error_m75DF55A3439C3DEB05C71A542D23B3E8C3129E0E_inline(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___path2; ErrorContext_set_Path_m19C423B7C393619E551184BA867D3F04187922C6_inline(__this, L_3, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Traced() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ErrorContext_get_Traced_mB5B1E18305F17E84FB66AB2206B5D93F6A02B84C (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CTracedU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Traced(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext_set_Traced_mC054F18B762D95CC9C7152D6F320CDECCC832819 (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CTracedU3Ek__BackingField_0(L_0); return; } } // System.Exception Newtonsoft.Json.Serialization.ErrorContext::get_Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ErrorContext_get_Error_m5833295E6BE4A4CAD540D3C1B80CF06E71B87A7A (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_U3CErrorU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Error(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext_set_Error_m75DF55A3439C3DEB05C71A542D23B3E8C3129E0E (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, Exception_t * ___value0, const RuntimeMethod* method) { { Exception_t * L_0 = ___value0; __this->set_U3CErrorU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_OriginalObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext_set_OriginalObject_m4CA8303766288428B25A40D3B1BB22A43A42BBAB (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3COriginalObjectU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Member(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext_set_Member_m1634A9D7F1819AD9369EEEB299B9006C2C5DBE8C (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CMemberU3Ek__BackingField_3(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorContext_set_Path_m19C423B7C393619E551184BA867D3F04187922C6 (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_4(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Handled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ErrorContext_get_Handled_m0149225F7BF0BA835D20FB8F86833149BF445DE0 (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHandledU3Ek__BackingField_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_CurrentObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorEventArgs_set_CurrentObject_mD942DD678863D48DB12217E473F0DEA7D8B31AFD (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CCurrentObjectU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_ErrorContext(Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorEventArgs_set_ErrorContext_mFCF9E619D2E91651CE1C1CC9C9DC504C8E75BD14 (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___value0, const RuntimeMethod* method) { { ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * L_0 = ___value0; __this->set_U3CErrorContextU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::.ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorEventArgs__ctor_m5627999666EE75E0282BB51CA27CBFA1CE12EEAD (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, RuntimeObject * ___currentObject0, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___errorContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___currentObject0; ErrorEventArgs_set_CurrentObject_mD942DD678863D48DB12217E473F0DEA7D8B31AFD_inline(__this, L_0, /*hidden argument*/NULL); ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * L_1 = ___errorContext1; ErrorEventArgs_set_ErrorContext_mFCF9E619D2E91651CE1C1CC9C9DC504C8E75BD14_inline(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ExtensionDataGetter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataGetter__ctor_m391280C57AA4255A0A67C3E07F818E9DD44129DF (ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.ExtensionDataGetter::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataGetter_Invoke_m19FD222F139E1EA80186A95638F8BBBEDC176622 (ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { RuntimeObject* result = NULL; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else { // closed typedef RuntimeObject* (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, ___o0); else result = GenericVirtualFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0); else result = VirtualFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0); } } else { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else { typedef RuntimeObject* (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } } return result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataSetter__ctor_m896A6A7E6F7514AEC5888EEAA1519F104A8DD545 (ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::Invoke(System.Object,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionDataSetter_Invoke_mB600B717D8F7343C62D8BD772906FBD41346AC7C (ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___key1, ___value2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___key1, ___value2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< String_t*, RuntimeObject * >::Invoke(targetMethod, ___o0, ___key1, ___value2); else GenericVirtualActionInvoker2< String_t*, RuntimeObject * >::Invoke(targetMethod, ___o0, ___key1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___key1, ___value2); else VirtualActionInvoker2< String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___key1, ___value2); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___key1, ___value2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___key1, ___value2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___key1, ___value2, targetMethod); } } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldFilter__ctor_mB2D7A488B4EE1FE3C2935DEAD3B7A33AAFBCB74A (FieldFilter_tF7B9B02AEFBAD49D8AD2FA305908B9662D1409CB * __this, const RuntimeMethod* method) { { PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldMultipleFilter__ctor_mAD9355ADE68D734DB77EB389B9FDFF08CDA02D0C (FieldMultipleFilter_tDE1C7A701C1EA9D22798030C587505AE3B520817 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.HashSetConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSetConverter_WriteJson_mDEE0299F22CC41725B7A70136F712FC9FBCD197A (HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method) { { return; } } // System.Object Newtonsoft.Json.Converters.HashSetConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HashSetConverter_ReadJson_m578B65C764895909CC9619DAEE9AB3CA9B93BB53 (HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject * V_1 = NULL; Type_t * V_2 = NULL; MethodInfo_t * V_3 = NULL; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * V_4 = NULL; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; RuntimeObject * G_B8_0 = NULL; { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0 = ___serializer3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling() */, L_0); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)11))))) { goto IL_001c; } } { bool L_4 = V_0; if (L_4) { goto IL_001a; } } { RuntimeObject * L_5 = ___existingValue2; return L_5; } IL_001a: { return NULL; } IL_001c: { bool L_6 = V_0; if (L_6) { goto IL_0022; } } { RuntimeObject * L_7 = ___existingValue2; if (L_7) { goto IL_002a; } } IL_0022: { Type_t * L_8 = ___objectType1; RuntimeObject * L_9; L_9 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(L_8, /*hidden argument*/NULL); G_B8_0 = L_9; goto IL_002b; } IL_002a: { RuntimeObject * L_10 = ___existingValue2; G_B8_0 = L_10; } IL_002b: { V_1 = G_B8_0; Type_t * L_11 = ___objectType1; NullCheck(L_11); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12; L_12 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_11); NullCheck(L_12); int32_t L_13 = 0; Type_t * L_14 = (L_12)->GetAt(static_cast(L_13)); V_2 = L_14; Type_t * L_15 = ___objectType1; NullCheck(L_15); MethodInfo_t * L_16; L_16 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_15, _stringLiteral107694947DB47644F8036602F63473486E1ED925, /*hidden argument*/NULL); V_3 = L_16; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_18; L_18 = JArray_Load_mA758323FC39D3D2C56C9A4A72029656E8E618E06(L_17, /*hidden argument*/NULL); V_4 = L_18; V_5 = 0; goto IL_007f; } IL_004e: { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_19 = ___serializer3; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22; L_22 = JArray_get_Item_m181FAC862BC79F68F7712C837E37016B91AF9EA6(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23; L_23 = JToken_CreateReader_m534B2D3BA2D5414584D4D85247D915D3304D71A9(L_22, /*hidden argument*/NULL); Type_t * L_24 = V_2; NullCheck(L_19); RuntimeObject * L_25; L_25 = JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0(L_19, L_23, L_24, /*hidden argument*/NULL); V_6 = L_25; MethodInfo_t * L_26 = V_3; RuntimeObject * L_27 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_28; RuntimeObject * L_30 = V_6; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(0), (RuntimeObject *)L_30); NullCheck(L_26); RuntimeObject * L_31; L_31 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_26, L_27, L_29, /*hidden argument*/NULL); int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_007f: { int32_t L_33 = V_5; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_34 = V_4; NullCheck(L_34); int32_t L_35; L_35 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_004e; } } { RuntimeObject * L_36 = V_1; return L_36; } } // System.Boolean Newtonsoft.Json.Converters.HashSetConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSetConverter_CanConvert_m1AD5185F763C2BA8AEE87FABD070D8595B52B0F9 (HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t7366A48A7E46B2A1E050EA9D62BC9FCA32AFF80B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; bool L_1; L_1 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { Type_t * L_2 = ___objectType0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (HashSet_1_t7366A48A7E46B2A1E050EA9D62BC9FCA32AFF80B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))? 1 : 0); } IL_001b: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Converters.HashSetConverter::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSetConverter_get_CanWrite_mAC38FC5DE098E84E426A66D247D31B0CC7773804 (HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.HashSetConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSetConverter__ctor_m1334D78BB3B5A4AA4B8BF5875504A8E15B583D38 (HashSetConverter_t8723C02DDBF154B1EC1308B54EB1DADF2B7BFCBE * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059 (IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B2_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B1_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get__culture_2(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // System.Void Newtonsoft.Json.Converters.IsoDateTimeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsoDateTimeConverter_WriteJson_m9B6D8D4D6B95AADB10D98F4283AD2FE832256904 (IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_2; memset((&V_2), 0, sizeof(V_2)); String_t* G_B6_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * G_B6_1 = NULL; String_t* G_B5_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * G_B5_1 = NULL; String_t* G_B13_0 = NULL; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * G_B13_1 = NULL; String_t* G_B12_0 = NULL; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * G_B12_1 = NULL; { RuntimeObject * L_0 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_0050; } } { RuntimeObject * L_1 = ___value1; V_1 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); int32_t L_2 = __this->get__dateTimeStyles_0(); if ((((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_0029; } } { int32_t L_3 = __this->get__dateTimeStyles_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0031; } } IL_0029: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); V_1 = L_4; } IL_0031: { String_t* L_5 = __this->get__dateTimeFormat_1(); String_t* L_6 = L_5; G_B5_0 = L_6; G_B5_1 = (&V_1); if (L_6) { G_B6_0 = L_6; G_B6_1 = (&V_1); goto IL_0042; } } { G_B6_0 = _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B; G_B6_1 = G_B5_1; } IL_0042: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); String_t* L_8; L_8 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)G_B6_1, G_B6_0, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_00bb; } IL_0050: { RuntimeObject * L_9 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_00a0; } } { RuntimeObject * L_10 = ___value1; V_2 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_10, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); int32_t L_11 = __this->get__dateTimeStyles_0(); if ((((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_0079; } } { int32_t L_12 = __this->get__dateTimeStyles_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0081; } } IL_0079: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_13; L_13 = DateTimeOffset_ToUniversalTime_mF1D7DE4B578E2B2AF8FC2C4D2162407A469D9FE6((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_2), /*hidden argument*/NULL); V_2 = L_13; } IL_0081: { String_t* L_14 = __this->get__dateTimeFormat_1(); String_t* L_15 = L_14; G_B12_0 = L_15; G_B12_1 = (&V_2); if (L_15) { G_B13_0 = L_15; G_B13_1 = (&V_2); goto IL_0092; } } { G_B13_0 = _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B; G_B13_1 = G_B12_1; } IL_0092: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); String_t* L_17; L_17 = DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)G_B13_1, G_B13_0, L_16, /*hidden argument*/NULL); V_0 = L_17; goto IL_00bb; } IL_00a0: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_19 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var))); Type_t * L_20; L_20 = ReflectionUtils_GetObjectType_m61F92E702AAAC35CC8EF0B094FC71656E292E5C9(L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D1ED18618A368878630F45F84E1F78B7E6CB056)), L_18, L_20, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_22 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IsoDateTimeConverter_WriteJson_m9B6D8D4D6B95AADB10D98F4283AD2FE832256904_RuntimeMethod_var))); } IL_00bb: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_23 = ___writer0; String_t* L_24 = V_0; NullCheck(L_23); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_23, L_24); return; } } // System.Object Newtonsoft.Json.Converters.IsoDateTimeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IsoDateTimeConverter_ReadJson_mE3874B76FCAF909E82D27F007FDF13C195CC42D1 (IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; String_t* V_2 = NULL; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_3; memset((&V_3), 0, sizeof(V_3)); Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_1; L_1 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (L_2) { goto IL_000d; } } { Type_t * L_3 = ___objectType1; G_B3_0 = L_3; goto IL_0013; } IL_000d: { Type_t * L_4 = ___objectType1; Type_t * L_5; L_5 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_0013: { V_1 = G_B3_0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)11))))) { goto IL_003f; } } { Type_t * L_8 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_9; L_9 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_12 = ___objectType1; String_t* L_13; L_13 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0)), L_11, L_12, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_14; L_14 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_10, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IsoDateTimeConverter_ReadJson_mE3874B76FCAF909E82D27F007FDF13C195CC42D1_RuntimeMethod_var))); } IL_003d: { return NULL; } IL_003f: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16))))) { goto IL_00ad; } } { Type_t * L_17 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_0080; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21; L_21 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0079; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; NullCheck(L_22); RuntimeObject * L_23; L_23 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_22); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_24; memset((&L_24), 0, sizeof(L_24)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_24), ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_23, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_25 = L_24; RuntimeObject * L_26 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_0079: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_27 = ___reader0; NullCheck(L_27); RuntimeObject * L_28; L_28 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_27); return L_28; } IL_0080: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_29 = ___reader0; NullCheck(L_29); RuntimeObject * L_30; L_30 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_29); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_30, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_00a6; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); RuntimeObject * L_32; L_32 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_31); V_3 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_32, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_33; L_33 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_34 = L_33; RuntimeObject * L_35 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_00a6: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_36 = ___reader0; NullCheck(L_36); RuntimeObject * L_37; L_37 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_36); return L_37; } IL_00ad: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_38 = ___reader0; NullCheck(L_38); int32_t L_39; L_39 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_38); if ((((int32_t)L_39) == ((int32_t)((int32_t)9)))) { goto IL_00d8; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_40 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41; L_41 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_42 = ___reader0; NullCheck(L_42); int32_t L_43; L_43 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_42); int32_t L_44 = L_43; RuntimeObject * L_45 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_44); String_t* L_46; L_46 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C712DDD29B3FD32523064FDC9BBC01F2B49EB44)), L_41, L_45, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_47; L_47 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_40, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IsoDateTimeConverter_ReadJson_mE3874B76FCAF909E82D27F007FDF13C195CC42D1_RuntimeMethod_var))); } IL_00d8: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_48 = ___reader0; NullCheck(L_48); RuntimeObject * L_49; L_49 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_48); NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49); V_2 = L_50; String_t* L_51 = V_2; bool L_52; L_52 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_51, /*hidden argument*/NULL); bool L_53 = V_0; if (!((int32_t)((int32_t)L_52&(int32_t)L_53))) { goto IL_00f0; } } { return NULL; } IL_00f0: { Type_t * L_54 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_55, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_0140; } } { String_t* L_57 = __this->get__dateTimeFormat_1(); bool L_58; L_58 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0128; } } { String_t* L_59 = V_2; String_t* L_60 = __this->get__dateTimeFormat_1(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_61; L_61 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); int32_t L_62 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_63; L_63 = DateTimeOffset_ParseExact_m7FAFA33D1F7193840F64EB1BD969DC0FB1C17C60(L_59, L_60, L_61, L_62, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_64 = L_63; RuntimeObject * L_65 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_64); return L_65; } IL_0128: { String_t* L_66 = V_2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_67; L_67 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); int32_t L_68 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_69; L_69 = DateTimeOffset_Parse_mF650C3CF9C979023F4E5D16DCAE48E0A90E2B90C(L_66, L_67, L_68, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_70 = L_69; RuntimeObject * L_71 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_70); return L_71; } IL_0140: { String_t* L_72 = __this->get__dateTimeFormat_1(); bool L_73; L_73 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_72, /*hidden argument*/NULL); if (L_73) { goto IL_016b; } } { String_t* L_74 = V_2; String_t* L_75 = __this->get__dateTimeFormat_1(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_76; L_76 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); int32_t L_77 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_78; L_78 = DateTime_ParseExact_m4053BC8904E8DB4E40656F4A13D41E478B9D3AD8(L_74, L_75, L_76, L_77, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_79 = L_78; RuntimeObject * L_80 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_79); return L_80; } IL_016b: { String_t* L_81 = V_2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_82; L_82 = IsoDateTimeConverter_get_Culture_mB14717CF85A5FA47364D1917F8016635A7542059(__this, /*hidden argument*/NULL); int32_t L_83 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_84; L_84 = DateTime_Parse_mA897889AD60F75185D4C87D2ECE03A47191EF312(L_81, L_82, L_83, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_85 = L_84; RuntimeObject * L_86 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_85); return L_86; } } // System.Void Newtonsoft.Json.Converters.IsoDateTimeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsoDateTimeConverter__ctor_m3F81B7C6BFC3C27FC1B7D54815C1C7E4B8573058 (IsoDateTimeConverter_tC0377882C5F856B7B51F61E43B346FE7A39E1AD8 * __this, const RuntimeMethod* method) { { __this->set__dateTimeStyles_0(((int32_t)128)); DateTimeConverterBase__ctor_m7DD931943F1600E761A3F3A583564CDF68290A4C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JArray::get_ChildrenTokens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JArray_get_ChildrenTokens_m7C614231C0400EB3532C67D4AD2D6207BA7CA2CF (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = __this->get__values_17(); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JArray::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JArray_get_Type_m59C767FB485C1739DC89F30C0B2BC7FF7E726701 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_17(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor(Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_m74765E1657F8FF449A776BEED717BFE2DDE6DBB9 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_17(L_0); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_1 = ___other0; JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_mB3106162861C77EC2D96BED0E042C02C9D348721 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_17(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___content0; VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::DeepEquals(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JArray_DeepEquals_m186E40D4F68AB7B94AF62F5934D3E8018D449467 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___node0; V_0 = ((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)IsInstClass((RuntimeObject*)L_0, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var)); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_1 = V_0; if (!L_1) { goto IL_0012; } } { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_2 = V_0; bool L_3; L_3 = JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2(__this, L_2, /*hidden argument*/NULL); return L_3; } IL_0012: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JArray_CloneToken_m28BB710394BA7509DC51B8534F987B374A11E76C (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_0 = (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)il2cpp_codegen_object_new(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); JArray__ctor_m74765E1657F8FF449A776BEED717BFE2DDE6DBB9(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Load_mA758323FC39D3D2C56C9A4A72029656E8E618E06 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_1; L_1 = JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_2); if (L_3) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_5; L_5 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73E719CE6726D0A80BB4918C1F2E880ED6CCFCA0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141_RuntimeMethod_var))); } IL_001c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); bool L_7; L_7 = JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF(L_6, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_004d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral28E30FDA2113028511C15938949CA9094B9D509F)), L_11, L_15, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_17; L_17 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141_RuntimeMethod_var))); } IL_004d: { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_18 = (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)il2cpp_codegen_object_new(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F(L_18, /*hidden argument*/NULL); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_19 = L_18; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_20 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_21 = ___settings1; NullCheck(L_19); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_19, ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_21, /*hidden argument*/NULL); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_22 = L_19; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_24 = ___settings1; NullCheck(L_22); JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F(L_22, L_23, L_24, /*hidden argument*/NULL); return L_22; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Parse_m439C04275F3CBF55608B03C052B7D823E7D8E764 (String_t* ___json0, const RuntimeMethod* method) { { String_t* L_0 = ___json0; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_1; L_1 = JArray_Parse_mE597CC9FC4B702F6B2A7A62875820B9ABA95763C(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Parse_mE597CC9FC4B702F6B2A7A62875820B9ABA95763C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * V_0 = NULL; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * G_B4_0 = NULL; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * G_B2_0 = NULL; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * G_B3_0 = NULL; { String_t* L_0 = ___json0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_1 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_1, L_0, /*hidden argument*/NULL); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_2 = (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)il2cpp_codegen_object_new(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); JsonTextReader__ctor_m4EA779A439E3279744CC5975F082A72FA7C4F9F6(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_4 = ___settings1; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_5; L_5 = JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141(L_3, L_4, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_6); G_B2_0 = L_5; if (!L_7) { G_B4_0 = L_5; goto IL_0030; } } IL_001b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); G_B3_0 = G_B2_0; if ((((int32_t)L_9) == ((int32_t)5))) { G_B4_0 = G_B2_0; goto IL_0030; } } IL_0024: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = V_0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_11; L_11 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22BBC8AC8F7E83A322126972FD6C21F254394BCB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_Parse_mE597CC9FC4B702F6B2A7A62875820B9ABA95763C_RuntimeMethod_var))); } IL_0030: { V_1 = G_B4_0; IL2CPP_LEAVE(0x3D, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = V_0; if (!L_12) { goto IL_003c; } } IL_0036: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003c: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_14 = V_1; return L_14; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_FromObject_m841DC4F6F38D049C725FDF17AA2CE31DFC56F953 (RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1; L_1 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_2; L_2 = JArray_FromObject_mD5CE7D9A39AADC17F40A40CB16A4EE4543B3C9F4(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::FromObject(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_FromObject_mD5CE7D9A39AADC17F40A40CB16A4EE4543B3C9F4 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1 = ___jsonSerializer1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_3); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_8); String_t* L_10; L_10 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFEEF8048E11B337CB1C17961D70EB70BA2155F2E)), L_5, L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_FromObject_mD5CE7D9A39AADC17F40A40CB16A4EE4543B3C9F4_RuntimeMethod_var))); } IL_0031: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_12 = V_0; return ((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)CastclassClass((RuntimeObject*)L_12, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Linq.JArray::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_WriteTo_mA91A532DD89FB33CF5E983AAB6C2D438BA4476C2 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8F4E9622B5A71601B3D6A3FD7F65A12242C55ADA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7C085C036905E095D82F18F7679B21B37B8F7FA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; NullCheck(L_0); VirtualActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_0); V_0 = 0; goto IL_0021; } IL_000a: { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_1 = __this->get__values_17(); int32_t L_2 = V_0; NullCheck(L_1); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = List_1_get_Item_m7C085C036905E095D82F18F7679B21B37B8F7FA3_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_m7C085C036905E095D82F18F7679B21B37B8F7FA3_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_4 = ___writer0; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_5 = ___converters1; NullCheck(L_3); VirtualActionInvoker2< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* >::Invoke(20 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_3, L_4, L_5); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_0; List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_8 = __this->get__values_17(); NullCheck(L_8); int32_t L_9; L_9 = List_1_get_Count_m8F4E9622B5A71601B3D6A3FD7F65A12242C55ADA_inline(L_8, /*hidden argument*/List_1_get_Count_m8F4E9622B5A71601B3D6A3FD7F65A12242C55ADA_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_000a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; NullCheck(L_10); VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_10); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JArray_get_Item_m686549F46A9C49FFBA3F123896559403B4CAE91E (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4; L_4 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8893517AE3F6255C49E9A639A9CDBC95597CCF5)), L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_get_Item_m686549F46A9C49FFBA3F123896559403B4CAE91E_RuntimeMethod_var))); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8; L_8 = VirtualFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(75 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); return L_8; } } // System.Void Newtonsoft.Json.Linq.JArray::set_Item(System.Object,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_set_Item_m3A96DED6E2CFF0948B24FF9D65F2578318242A42 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, RuntimeObject * ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4; L_4 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5EF2CB300FAD54543643B1596B2DE19C5DF2B8AC)), L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JArray_set_Item_m3A96DED6E2CFF0948B24FF9D65F2578318242A42_RuntimeMethod_var))); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = ___value1; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), L_8); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JArray_get_Item_m181FAC862BC79F68F7712C837E37016B91AF9EA6 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = VirtualFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(75 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::set_Item(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_set_Item_m425B9606BBC427BA3D7CD0B5F490FEB861D8F36B (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value1; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_1); return; } } // System.Int32 Newtonsoft.Json.Linq.JArray::IndexOfItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JArray_IndexOfItem_mF4FB5E4C1C8344110278502ADAEF1D1797A0B5B8 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = __this->get__values_17(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0; int32_t L_2; L_2 = CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C(L_0, L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JArray::IndexOf(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JArray_IndexOf_m28F0CBDF36319D7AF59E3ABAA2C5123FC9DA8A38 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::Insert(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_Insert_m21AEACFD0ABABB3E4AEA7A86C8245A2AEAC2BB84 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item1; VirtualActionInvoker3< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, bool >::Invoke(72 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_1, (bool)0); return; } } // System.Void Newtonsoft.Json.Linq.JArray::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_RemoveAt_m4156E8F71D40059DEBFAA24E43EC457CD2F63585 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtualActionInvoker1< int32_t >::Invoke(73 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 V_0; memset((&V_0), 0, sizeof(V_0)); { JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 L_0; L_0 = VirtualFuncInvoker0< JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 >::Invoke(19 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_0 = L_0; RuntimeObject* L_1; L_1 = JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93((JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *)(&V_0), /*hidden argument*/JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::Add(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_Add_m6B42FD282BBCFC0BD990DCC64845FED95893FE92 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.Linq.JArray::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_Clear_mE48801B65A3347CF4B5CEA4F08A6939F5832AA53 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(77 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::Contains(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JArray_Contains_m507CFD376DAAB313DB44652C4EB69EB4ECF36086 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; bool L_1; L_1 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(79 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray_CopyTo_m9C4D1EF3C7B97C8132BEB9549D0627AA921706BE (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* L_0 = ___array0; int32_t L_1 = ___arrayIndex1; VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(80 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_0, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JArray_get_IsReadOnly_m8F14542239062682DC12E905E6275480DC3B0EFF (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JArray::Remove(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JArray_Remove_m881E94036B788DB51AF442B7C6B9FD5CD58C0873 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; bool L_1; L_1 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(74 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Int32 Newtonsoft.Json.Linq.JArray::GetDeepHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JArray_GetDeepHashCode_mCD598BF8A04AD5D8DFB020543500C6C158B27274 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = JContainer_ContentsHashCode_m25FD405A8246B8DC9650EF8190FEADA56CFF6B57(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JConstructor::get_ChildrenTokens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JConstructor_get_ChildrenTokens_mB5FD9E1270D4E1106B9A35E5BE405A4D0284E836 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = __this->get__values_18(); return L_0; } } // System.Int32 Newtonsoft.Json.Linq.JConstructor::IndexOfItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JConstructor_IndexOfItem_m36BE519C38D5DEBD392C055AC0CB57E77D6798C6 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = __this->get__values_18(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0; int32_t L_2; L_2 = CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C(L_0, L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); return L_2; } } // System.String Newtonsoft.Json.Linq.JConstructor::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_17(); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JConstructor::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JConstructor_get_Type_m23D3B8E365E9D8E190B2CBE17D2F5B6E8EEFD592 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_mB67152A987C528F77BEE51A5C52ECFF9D738D960 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_18(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(Newtonsoft.Json.Linq.JConstructor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_m76D2E9AC282AE6136D881B53AD1CD53E0573C02A (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_18(L_0); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_1 = ___other0; JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81(__this, L_1, /*hidden argument*/NULL); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_2 = ___other0; NullCheck(L_2); String_t* L_3; L_3 = JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline(L_2, /*hidden argument*/NULL); __this->set__name_17(L_3); return; } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); __this->set__values_18(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; if (L_1) { goto IL_001f; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178_RuntimeMethod_var))); } IL_001f: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D9FCB92C5E10E6FB97E53581300F2E258442619)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178_RuntimeMethod_var))); } IL_0037: { String_t* L_6 = ___name0; __this->set__name_17(L_6); return; } } // System.Boolean Newtonsoft.Json.Linq.JConstructor::DeepEquals(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JConstructor_DeepEquals_m5B681BC81A719FC380850DB2CE39E2115974237B (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___node0; V_0 = ((JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)IsInstClass((RuntimeObject*)L_0, JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var)); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_1 = V_0; if (!L_1) { goto IL_0025; } } { String_t* L_2 = __this->get__name_17(); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_6 = V_0; bool L_7; L_7 = JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JConstructor::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JConstructor_CloneToken_mBE494826296161291FD8BA0152CD7B66E8A74330 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_0 = (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)il2cpp_codegen_object_new(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); JConstructor__ctor_m76D2E9AC282AE6136D881B53AD1CD53E0573C02A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Linq.JConstructor::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor_WriteTo_mDAACB53E1ABFCC2F2335975EB7423FEEE96B1232 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; String_t* L_1 = __this->get__name_17(); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_0, L_1); JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 L_2; L_2 = VirtualFuncInvoker0< JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 >::Invoke(19 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_1 = L_2; RuntimeObject* L_3; L_3 = JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93((JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *)(&V_1), /*hidden argument*/JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); V_0 = L_3; } IL_001b: try {// begin try (depth: 1) { goto IL_002a; } IL_001d: { RuntimeObject* L_4 = V_0; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_4); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_6 = ___writer0; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_7 = ___converters1; NullCheck(L_5); VirtualActionInvoker2< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* >::Invoke(20 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_5, L_6, L_7); } IL_002a: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001d; } } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_003d; } } IL_0037: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_003d: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_12 = ___writer0; NullCheck(L_12); VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_12); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JConstructor::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JConstructor_get_Item_m61304DCFC3F414EC9ED65CB3555CD80679DC94EB (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4; L_4 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA90746DB270F8774F59E8CEC47C5FAC7FA0030F)), L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor_get_Item_m61304DCFC3F414EC9ED65CB3555CD80679DC94EB_RuntimeMethod_var))); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8; L_8 = VirtualFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(75 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); return L_8; } } // System.Void Newtonsoft.Json.Linq.JConstructor::set_Item(System.Object,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor_set_Item_m34B21DA2B47A26B0DC281B73390C3B4FDE54AA19 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, RuntimeObject * ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4; L_4 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral157D54EEEB37D9BE0995A2CDB70F525690ACE339)), L_2, L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor_set_Item_m34B21DA2B47A26B0DC281B73390C3B4FDE54AA19_RuntimeMethod_var))); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = ___value1; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), L_8); return; } } // System.Int32 Newtonsoft.Json.Linq.JConstructor::GetDeepHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JConstructor_GetDeepHashCode_mC6C3C189F6A432D96FEACFB6BD60E3571BF32E20 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_17(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = JContainer_ContentsHashCode_m25FD405A8246B8DC9650EF8190FEADA56CFF6B57(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } // Newtonsoft.Json.Linq.JConstructor Newtonsoft.Json.Linq.JConstructor::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_2); if (L_3) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_5; L_5 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B693B4ECBF7F406D38B2A14609A6A4EC8AFAC25)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F_RuntimeMethod_var))); } IL_001c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); bool L_7; L_7 = JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF(L_6, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); if ((((int32_t)L_9) == ((int32_t)3))) { goto IL_004d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FF5D1F485B3132C94F43933BB1913776A388A28)), L_11, L_15, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_17; L_17 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F_RuntimeMethod_var))); } IL_004d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; NullCheck(L_18); RuntimeObject * L_19; L_19 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_18); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_20 = (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)il2cpp_codegen_object_new(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178(L_20, ((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_21 = L_20; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_23 = ___settings1; NullCheck(L_21); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_21, ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_23, /*hidden argument*/NULL); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_24 = L_21; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_25 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_26 = ___settings1; NullCheck(L_24); JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F(L_24, L_25, L_26, /*hidden argument*/NULL); return L_24; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JContainer::add_ListChanged(System.ComponentModel.ListChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_add_ListChanged_m0A450B0DE2D3E0C2E54C626A9C66C1DF11DB0775 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = __this->get__listChanged_13(); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = ___value0; Delegate_t * L_2; L_2 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_0, L_1, /*hidden argument*/NULL); __this->set__listChanged_13(((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)CastclassSealed((RuntimeObject*)L_2, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var))); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::remove_ListChanged(System.ComponentModel.ListChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_remove_ListChanged_mEC97E0E1F980D228828CEDBCEDB67360E4E349C2 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = __this->get__listChanged_13(); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = ___value0; Delegate_t * L_2; L_2 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_0, L_1, /*hidden argument*/NULL); __this->set__listChanged_13(((ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C *)CastclassSealed((RuntimeObject*)L_2, ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C_il2cpp_TypeInfo_var))); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken__ctor_m9A33E190E3C706DAAE8855FE59F7FD6138730A23(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::.ctor(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___other0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6, /*hidden argument*/NULL); V_0 = 0; JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = ___other0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_001a: try {// begin try (depth: 1) { goto IL_0030; } IL_001c: { RuntimeObject* L_3 = V_1; NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_3); V_2 = L_4; int32_t L_5 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_2; JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610(__this, L_5, L_6, (bool)0, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001c; } } IL_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_0043; } } IL_003d: { RuntimeObject* L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::CheckReentrancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__busy_16(); if (!L_0) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CAFD90299620310F385413E4C09CD818C4F5F37)), L_1, L_2, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085_RuntimeMethod_var))); } IL_0023: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::OnAddingNew(System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_OnAddingNew_mA2115DA3683B492660C1EA73ABB766EFD9A49145 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * ___e0, const RuntimeMethod* method) { AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * V_0 = NULL; { AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * L_0 = __this->get__addingNew_14(); V_0 = L_0; AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * L_1 = V_0; if (!L_1) { goto IL_0012; } } { AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * L_2 = V_0; AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_3 = ___e0; NullCheck(L_2); AddingNewEventHandler_Invoke_mFF7E1696FC3C5B0C742E41EC735BA3DBB47E057D(L_2, __this, L_3, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_OnListChanged_mB59712E5A95139B832AD581C86B5AC27DDADC992 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * ___e0, const RuntimeMethod* method) { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_0 = __this->get__listChanged_13(); V_0 = L_0; ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_1 = V_0; if (!L_1) { goto IL_0023; } } { __this->set__busy_16((bool)1); } IL_0011: try {// begin try (depth: 1) ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_2 = V_0; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_3 = ___e0; NullCheck(L_2); ListChangedEventHandler_Invoke_mCB66F80B04E100EAD3C72CC0A83B9DEF8148D0DC(L_2, __this, L_3, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_001b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: {// begin finally (depth: 1) __this->set__busy_16((bool)0); IL2CPP_END_FINALLY(27) }// end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::get_HasValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_get_HasValues_m7471FF9D6F4C57FC054E39D2DDD32110AA749E4E (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_0); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Boolean Newtonsoft.Json.Linq.JContainer::ContentsEqual(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___container0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___container0; if ((!(((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_0) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_1; JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = ___container0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, L_2); V_1 = L_3; RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_4); RuntimeObject* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_0024; } } { return (bool)0; } IL_0024: { V_2 = 0; goto IL_0043; } IL_0028: { RuntimeObject* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10; L_10 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_8, L_9); RuntimeObject* L_11 = V_1; int32_t L_12 = V_2; NullCheck(L_11); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13; L_13 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_11, L_12); NullCheck(L_10); bool L_14; L_14 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_10, L_13); if (L_14) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0043: { int32_t L_16 = V_2; RuntimeObject* L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0028; } } { return (bool)1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::get_First() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_get_First_m73FE14BC1D7DBDA73514DBC8606FC8F6EB0F43AF (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0012; } } { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0012: { RuntimeObject* L_3 = V_0; NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_3, 0); return L_4; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::get_Last() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_get_Last_m4EFB6099737BBC290AE430778C640B16854A534F (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0014; } } { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0014: { RuntimeObject* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6; L_6 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); return L_6; } } // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JContainer::Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 JContainer_Children_mE71E7201EAE29C860B975B586BBA616DEB25B824 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JEnumerable_1__ctor_mE35D72B20E9E70E1C129F638D788E203C5CE0D5D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 L_1; memset((&L_1), 0, sizeof(L_1)); JEnumerable_1__ctor_mE35D72B20E9E70E1C129F638D788E203C5CE0D5D((&L_1), L_0, /*hidden argument*/JEnumerable_1__ctor_mE35D72B20E9E70E1C129F638D788E203C5CE0D5D_RuntimeMethod_var); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::IsMultiContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsMultiContent_m5F1BDE325938E41337AC52B89AD71859AF2240EE (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___content0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_1 = ___content0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_2 = ___content0; if (((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_2, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_3 = ___content0; return (bool)((((int32_t)((!(((RuntimeObject*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureParentToken(Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_EnsureParentToken_mF6E3F346B0A7EBEB48AC164748748233D626CFDB (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, bool ___skipParentCheck1, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; if (L_0) { goto IL_0009; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF(/*hidden argument*/NULL); return L_1; } IL_0009: { bool L_2 = ___skipParentCheck1; if (!L_2) { goto IL_000e; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___item0; return L_3; } IL_000e: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___item0; NullCheck(L_4); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5; L_5 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = ___item0; if ((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_6) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this))) { goto IL_002b; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___item0; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean Newtonsoft.Json.Linq.JToken::get_HasValues() */, L_7); if (!L_8) { goto IL_0033; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9; L_9 = JToken_get_Root_mE526DA2686E0BD42C4A3FA7F2ACC9423A08C1D14(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10 = ___item0; if ((!(((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_9) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_10)))) { goto IL_0033; } } IL_002b: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = ___item0; NullCheck(L_11); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_12; L_12 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, L_11); ___item0 = L_12; } IL_0033: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = ___item0; return L_13; } } // System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B5_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B8_0 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0020; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44E444B01D1F0ED04DF56B022BAF0493B18B3E7F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1_RuntimeMethod_var))); } IL_0020: { JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = ___item1; bool L_6 = ___skipParentCheck2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7; L_7 = JContainer_EnsureParentToken_mF6E3F346B0A7EBEB48AC164748748233D626CFDB(__this, L_5, L_6, /*hidden argument*/NULL); ___item1 = L_7; int32_t L_8 = ___index0; if (!L_8) { goto IL_003e; } } { RuntimeObject* L_9 = V_0; int32_t L_10 = ___index0; NullCheck(L_9); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11; L_11 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); G_B5_0 = L_11; goto IL_003f; } IL_003e: { G_B5_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); } IL_003f: { V_1 = G_B5_0; int32_t L_12 = ___index0; RuntimeObject* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_0052; } } { RuntimeObject* L_15 = V_0; int32_t L_16 = ___index0; NullCheck(L_15); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17; L_17 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_15, L_16); G_B8_0 = L_17; goto IL_0053; } IL_0052: { G_B8_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); } IL_0053: { V_2 = G_B8_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_18 = ___item1; VirtualActionInvoker2< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(81 /* System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, __this, L_18, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = ___item1; NullCheck(L_19); JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline(L_19, __this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_20 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = V_1; NullCheck(L_20); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_20, L_21, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22 = V_1; if (!L_22) { goto IL_0074; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_23 = V_1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_24 = ___item1; NullCheck(L_23); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_23, L_24, /*hidden argument*/NULL); } IL_0074: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_25 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_26 = V_2; NullCheck(L_25); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_25, L_26, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27 = V_2; if (!L_27) { goto IL_0085; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_28 = V_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_29 = ___item1; NullCheck(L_28); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_28, L_29, /*hidden argument*/NULL); } IL_0085: { RuntimeObject* L_30 = V_0; int32_t L_31 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_32 = ___item1; NullCheck(L_30); InterfaceActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(3 /* System.Void System.Collections.Generic.IList`1::Insert(System.Int32,!0) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_30, L_31, L_32); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_33 = __this->get__listChanged_13(); if (!L_33) { goto IL_00a2; } } { int32_t L_34 = ___index0; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_35 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_35, 1, L_34, /*hidden argument*/NULL); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(70 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_35); } IL_00a2: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_RemoveItemAt_mB419C752BFEFE4E7B2FB18CF1F6AE569DCFB9CE8 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B6_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B5_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B7_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B7_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B9_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B8_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B10_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B10_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B12_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B11_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B14_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B13_0 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16E173191298C6AE98C4E8510DD772BB9221D434)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_RemoveItemAt_mB419C752BFEFE4E7B2FB18CF1F6AE569DCFB9CE8_RuntimeMethod_var))); } IL_001b: { int32_t L_3 = ___index0; RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral121E662087603DC4551D3270ABD796EDAEACFCB1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_RemoveItemAt_mB419C752BFEFE4E7B2FB18CF1F6AE569DCFB9CE8_RuntimeMethod_var))); } IL_0034: { JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085(__this, /*hidden argument*/NULL); RuntimeObject* L_7 = V_0; int32_t L_8 = ___index0; NullCheck(L_7); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9; L_9 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_7, L_8); int32_t L_10 = ___index0; G_B5_0 = L_9; if (!L_10) { G_B6_0 = L_9; goto IL_004f; } } { RuntimeObject* L_11 = V_0; int32_t L_12 = ___index0; NullCheck(L_11); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13; L_13 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); G_B7_0 = L_13; G_B7_1 = G_B5_0; goto IL_0050; } IL_004f: { G_B7_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); G_B7_1 = G_B6_0; } IL_0050: { V_1 = G_B7_0; int32_t L_14 = ___index0; RuntimeObject* L_15 = V_0; NullCheck(L_15); int32_t L_16; L_16 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_15); G_B8_0 = G_B7_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))))) { G_B9_0 = G_B7_1; goto IL_0067; } } { RuntimeObject* L_17 = V_0; int32_t L_18 = ___index0; NullCheck(L_17); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19; L_19 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); G_B10_0 = L_19; G_B10_1 = G_B8_0; goto IL_0068; } IL_0067: { G_B10_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); G_B10_1 = G_B9_0; } IL_0068: { V_2 = G_B10_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_20 = V_1; G_B11_0 = G_B10_1; if (!L_20) { G_B12_0 = G_B10_1; goto IL_0073; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = V_1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22 = V_2; NullCheck(L_21); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_21, L_22, /*hidden argument*/NULL); G_B12_0 = G_B11_0; } IL_0073: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_23 = V_2; G_B13_0 = G_B12_0; if (!L_23) { G_B14_0 = G_B12_0; goto IL_007d; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_24 = V_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_25 = V_1; NullCheck(L_24); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_24, L_25, /*hidden argument*/NULL); G_B14_0 = G_B13_0; } IL_007d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_26 = G_B14_0; NullCheck(L_26); JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline(L_26, (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)NULL, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27 = L_26; NullCheck(L_27); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_27, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); NullCheck(L_27); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_27, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); RuntimeObject* L_28 = V_0; int32_t L_29 = ___index0; NullCheck(L_28); InterfaceActionInvoker1< int32_t >::Invoke(4 /* System.Void System.Collections.Generic.IList`1::RemoveAt(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_28, L_29); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_30 = __this->get__listChanged_13(); if (!L_30) { goto IL_00ad; } } { int32_t L_31 = ___index0; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_32 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_32, 2, L_31, /*hidden argument*/NULL); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(70 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_32); } IL_00ad: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_RemoveItem_m04AFAC7F3A533AF828A4BFE19534A8ACC344A8EA (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_3 = V_0; VirtualActionInvoker1< int32_t >::Invoke(73 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_3); return (bool)1; } IL_0015: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_GetItem_mF3AC45F737D5C0681FB41E778D31B138B13C84CE (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); int32_t L_1 = ___index0; NullCheck(L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_3 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B9_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B12_0 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16E173191298C6AE98C4E8510DD772BB9221D434)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9_RuntimeMethod_var))); } IL_001b: { int32_t L_3 = ___index0; RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral121E662087603DC4551D3270ABD796EDAEACFCB1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9_RuntimeMethod_var))); } IL_0034: { RuntimeObject* L_7 = V_0; int32_t L_8 = ___index0; NullCheck(L_7); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9; L_9 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_7, L_8); V_1 = L_9; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10 = V_1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = ___item1; bool L_12; L_12 = JContainer_IsTokenUnchanged_mF1D03C6D37BD93A9F6C78EA12B66EBC9246022AD(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0046; } } { return; } IL_0046: { JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14; L_14 = JContainer_EnsureParentToken_mF6E3F346B0A7EBEB48AC164748748233D626CFDB(__this, L_13, (bool)0, /*hidden argument*/NULL); ___item1 = L_14; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_16 = V_1; VirtualActionInvoker2< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(81 /* System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, __this, L_15, L_16); int32_t L_17 = ___index0; if (!L_17) { goto IL_006c; } } { RuntimeObject* L_18 = V_0; int32_t L_19 = ___index0; NullCheck(L_18); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_20; L_20 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); G_B9_0 = L_20; goto IL_006d; } IL_006c: { G_B9_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); } IL_006d: { V_2 = G_B9_0; int32_t L_21 = ___index0; RuntimeObject* L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_22); if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_0084; } } { RuntimeObject* L_24 = V_0; int32_t L_25 = ___index0; NullCheck(L_24); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_26; L_26 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); G_B12_0 = L_26; goto IL_0085; } IL_0084: { G_B12_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); } IL_0085: { V_3 = G_B12_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27 = ___item1; NullCheck(L_27); JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline(L_27, __this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_28 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_29 = V_2; NullCheck(L_28); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_28, L_29, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_30 = V_2; if (!L_30) { goto IL_009e; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_31 = V_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_32 = ___item1; NullCheck(L_31); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_31, L_32, /*hidden argument*/NULL); } IL_009e: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_33 = ___item1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_34 = V_3; NullCheck(L_33); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_33, L_34, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_35 = V_3; if (!L_35) { goto IL_00af; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_36 = V_3; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_37 = ___item1; NullCheck(L_36); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_36, L_37, /*hidden argument*/NULL); } IL_00af: { RuntimeObject* L_38 = V_0; int32_t L_39 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_40 = ___item1; NullCheck(L_38); InterfaceActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_38, L_39, L_40); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_41 = V_1; NullCheck(L_41); JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline(L_41, (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)NULL, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_42 = V_1; NullCheck(L_42); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_42, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_43 = V_1; NullCheck(L_43); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_43, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_44 = __this->get__listChanged_13(); if (!L_44) { goto IL_00e1; } } { int32_t L_45 = ___index0; ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_46 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_46, 4, L_45, /*hidden argument*/NULL); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(70 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_46); } IL_00e1: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ClearItems_m93861485A4CD96B9B9432A3A03DBE8CF32F4FF03 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085(__this, /*hidden argument*/NULL); RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0030; } IL_0016: { RuntimeObject* L_3 = V_1; NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = L_4; NullCheck(L_5); JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline(L_5, (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)NULL, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = L_5; NullCheck(L_6); JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline(L_6, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); NullCheck(L_6); JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline(L_6, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL, /*hidden argument*/NULL); } IL_0030: { RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0043; } } IL_003d: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1::Clear() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_11); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_12 = __this->get__listChanged_13(); if (!L_12) { goto IL_005f; } } { ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_13 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_13, 0, (-1), /*hidden argument*/NULL); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(70 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_13); } IL_005f: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReplaceItem(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReplaceItem_m2F3FE7D854B4848734157727071A0EA32AC20039 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___existing0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___replacement1, const RuntimeMethod* method) { int32_t V_0 = 0; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___existing0; if (!L_0) { goto IL_000c; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___existing0; NullCheck(L_1); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2; L_2 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_2) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this))) { goto IL_000d; } } IL_000c: { return; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___existing0; int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_3); V_0 = L_4; int32_t L_5 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = ___replacement1; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_5, L_6); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_ContainsItem_m626BE0F72BF056DF7DEECDA90C33516D743BFA34 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67DE2CBB0BCA31FACF521970C49590EDFA4B537E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___arrayIndex1; RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6; L_6 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0039; } } { int32_t L_7 = ___arrayIndex1; if (!L_7) { goto IL_0039; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA441939D6D749266229BF9558C9E6BB1658CC951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B_RuntimeMethod_var))); } IL_0039: { int32_t L_9; L_9 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(__this, /*hidden argument*/NULL); RuntimeArray * L_10 = ___array0; NullCheck(L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_10, /*hidden argument*/NULL); int32_t L_12 = ___arrayIndex1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))))) { goto IL_0054; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral077B0C7188B80FE0B3B5E4490342402C9FF8FE3A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_CopyItemsTo_mC979188B5DA0917650F688992E06A63C79DEDC7B_RuntimeMethod_var))); } IL_0054: { V_0 = 0; RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var, L_14); V_1 = L_15; } IL_0062: try {// begin try (depth: 1) { goto IL_0079; } IL_0064: { RuntimeObject* L_16 = V_1; NullCheck(L_16); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17; L_17 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_16); V_2 = L_17; RuntimeArray * L_18 = ___array0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = V_2; int32_t L_20 = ___arrayIndex1; int32_t L_21 = V_0; NullCheck(L_18); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0079: { RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0064; } } IL_0081: { IL2CPP_LEAVE(0x8D, FINALLY_0083); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: {// begin finally (depth: 1) { RuntimeObject* L_25 = V_1; if (!L_25) { goto IL_008c; } } IL_0086: { RuntimeObject* L_26 = V_1; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } IL_008c: { IL2CPP_END_FINALLY(131) } }// end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8D, IL_008d) } IL_008d: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::IsTokenUnchanged(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsTokenUnchanged_mF1D03C6D37BD93A9F6C78EA12B66EBC9246022AD (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___currentValue0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___currentValue0; V_0 = ((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_0, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = V_0; if (!L_1) { goto IL_0021; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)10))))) { goto IL_0019; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___newValue1; if (L_4) { goto IL_0019; } } { return (bool)1; } IL_0019: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = ___newValue1; NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); return L_7; } IL_0021: { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ValidateToken_m3B36AD51335D11572DB1DA2B02EB16F20116D299 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___o0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___existing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA); s_Il2CppMethodInitialized = true; } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___o0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___o0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___o0; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_7; L_7 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75D8A475166C5A8CFE99CFCB4F32F7F792EC08DA)), L_3, L_5, L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_ValidateToken_m3B36AD51335D11572DB1DA2B02EB16F20116D299_RuntimeMethod_var))); } IL_0035: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_Add_mDAF958AC76F8EB22BBB072FE3B73556DD28773DB (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_0); RuntimeObject * L_2 = ___content0; JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610(__this, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::AddAndSkipParentCheck(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_AddAndSkipParentCheck_m990C8350B9021ED43798E0958FF662B7F7BB3259 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___token0; JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610(__this, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::AddInternal(System.Int32,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, RuntimeObject * ___content1, bool ___skipParentCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___content1; bool L_1; L_1 = JContainer_IsMultiContent_m5F1BDE325938E41337AC52B89AD71859AF2240EE(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0048; } } { RuntimeObject * L_2 = ___content1; int32_t L_3 = ___index0; V_0 = L_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_1 = L_4; } IL_0017: try {// begin try (depth: 1) { goto IL_002d; } IL_0019: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = L_6; int32_t L_7 = V_0; RuntimeObject * L_8 = V_2; bool L_9 = ___skipParentCheck2; JContainer_AddInternal_mDEAC3FF6850A0787B3C1810F39134FD7B1F10610(__this, L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0019; } } IL_0035: { IL2CPP_LEAVE(0x5A, FINALLY_0037); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0037; } FINALLY_0037: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (!L_14) { goto IL_0047; } } IL_0041: { RuntimeObject* L_15 = V_3; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0047: { IL2CPP_END_FINALLY(55) } }// end finally (depth: 1) IL2CPP_CLEANUP(55) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5A, IL_005a) } IL_0048: { RuntimeObject * L_16 = ___content1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17; L_17 = JContainer_CreateFromContent_m14327B80380C4835EAB72F4DE19399280B3F33C6(L_16, /*hidden argument*/NULL); V_4 = L_17; int32_t L_18 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = V_4; bool L_20 = ___skipParentCheck2; VirtualActionInvoker3< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, bool >::Invoke(72 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_18, L_19, L_20); } IL_005a: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::CreateFromContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_CreateFromContent_m14327B80380C4835EAB72F4DE19399280B3F33C6 (RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { RuntimeObject * L_0 = ___content0; V_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = V_0; if (!L_1) { goto IL_000c; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; return L_2; } IL_000c: { RuntimeObject * L_3 = ___content0; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void Newtonsoft.Json.Linq.JContainer::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_RemoveAll_mB2809BEC57F97D805A90A56483F022E83D12FAAF (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(77 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReadTokenFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___options1, const RuntimeMethod* method) { int32_t V_0 = 0; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_0); V_0 = L_1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_2); if (L_3) { goto IL_0030; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); String_t* L_8; L_8 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F4E9D583244681F494C726E23766BF3882074E)), L_5, L_7, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_9; L_9 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_4, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F_RuntimeMethod_var))); } IL_0030: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_11 = ___options1; JContainer_ReadContentFrom_m312372631C83DBF75004976E703EC6FA8F63C67B(__this, L_10, L_11, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_12); int32_t L_14 = V_0; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0062; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_17; L_17 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); String_t* L_19; L_19 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral122F5A752BD5EB6B5270F4B704FBEA6C42EF6A83)), L_16, L_18, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_20; L_20 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_15, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F_RuntimeMethod_var))); } IL_0062: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReadContentFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReadContentFrom_m312372631C83DBF75004976E703EC6FA8F63C67B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___r0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * V_1 = NULL; int32_t V_2 = 0; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * V_3 = NULL; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_4 = NULL; JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * V_5 = NULL; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_6 = NULL; String_t* V_7 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_8 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_9 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * G_B3_0 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * G_B2_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B4_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___r0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___r0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)); V_1 = __this; } IL_0014: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = V_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)IsInstClass((RuntimeObject*)L_2, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); G_B2_0 = L_3; if (L_3) { G_B3_0 = L_3; goto IL_0021; } } { G_B4_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(NULL)); goto IL_0026; } IL_0021: { NullCheck(G_B3_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(G_B3_0, /*hidden argument*/NULL); G_B4_0 = L_4; } IL_0026: { if (!G_B4_0) { goto IL_0034; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5 = V_1; if ((!(((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_5) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)))) { goto IL_002d; } } { return; } IL_002d: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6 = V_1; NullCheck(L_6); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_7; L_7 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0034: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___r0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); V_2 = L_9; int32_t L_10 = V_2; switch (L_10) { case 0: { goto IL_0226; } case 1: { goto IL_00bb; } case 2: { goto IL_008e; } case 3: { goto IL_00ec; } case 4: { goto IL_01bc; } case 5: { goto IL_014b; } case 6: { goto IL_0206; } case 7: { goto IL_0128; } case 8: { goto IL_0128; } case 9: { goto IL_0128; } case 10: { goto IL_0128; } case 11: { goto IL_0185; } case 12: { goto IL_01a2; } case 13: { goto IL_00db; } case 14: { goto IL_00aa; } case 15: { goto IL_0117; } case 16: { goto IL_0128; } case 17: { goto IL_0128; } } } { goto IL_0206; } IL_008e: { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_11 = (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)il2cpp_codegen_object_new(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F(L_11, /*hidden argument*/NULL); V_3 = L_11; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_12 = V_3; RuntimeObject* L_13 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_14 = ___settings1; NullCheck(L_12); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_12, L_13, L_14, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_15 = V_1; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_16 = V_3; NullCheck(L_15); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_15, L_16); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_17 = V_3; V_1 = L_17; goto IL_0226; } IL_00aa: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_18 = V_1; if ((!(((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_18) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)))) { goto IL_00af; } } { return; } IL_00af: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_19 = V_1; NullCheck(L_19); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_20; L_20 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_0226; } IL_00bb: { JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_21 = (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)il2cpp_codegen_object_new(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6(L_21, /*hidden argument*/NULL); V_4 = L_21; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_22 = V_4; RuntimeObject* L_23 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_24 = ___settings1; NullCheck(L_22); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_22, L_23, L_24, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_25 = V_1; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_26 = V_4; NullCheck(L_25); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_25, L_26); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_27 = V_4; V_1 = L_27; goto IL_0226; } IL_00db: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_28 = V_1; if ((!(((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_28) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)))) { goto IL_00e0; } } { return; } IL_00e0: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_29 = V_1; NullCheck(L_29); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_30; L_30 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_29, /*hidden argument*/NULL); V_1 = L_30; goto IL_0226; } IL_00ec: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___r0; NullCheck(L_31); RuntimeObject * L_32; L_32 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_31); NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_34 = (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)il2cpp_codegen_object_new(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178(L_34, L_33, /*hidden argument*/NULL); V_5 = L_34; JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_35 = V_5; RuntimeObject* L_36 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_37 = ___settings1; NullCheck(L_35); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_35, L_36, L_37, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_38 = V_1; JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_39 = V_5; NullCheck(L_38); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_38, L_39); JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_40 = V_5; V_1 = L_40; goto IL_0226; } IL_0117: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_41 = V_1; if ((!(((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_41) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)))) { goto IL_011c; } } { return; } IL_011c: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_42 = V_1; NullCheck(L_42); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_43; L_43 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_42, /*hidden argument*/NULL); V_1 = L_43; goto IL_0226; } IL_0128: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_44 = ___r0; NullCheck(L_44); RuntimeObject * L_45; L_45 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_44); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_46 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B(L_46, L_45, /*hidden argument*/NULL); V_6 = L_46; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_47 = V_6; RuntimeObject* L_48 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_49 = ___settings1; NullCheck(L_47); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_47, L_48, L_49, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_50 = V_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_51 = V_6; NullCheck(L_50); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_50, L_51); goto IL_0226; } IL_014b: { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_52 = ___settings1; if (!L_52) { goto IL_0226; } } { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_53 = ___settings1; NullCheck(L_53); int32_t L_54; L_54 = JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline(L_53, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)1)))) { goto IL_0226; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_55 = ___r0; NullCheck(L_55); RuntimeObject * L_56; L_56 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_55); NullCheck(L_56); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_56); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_58; L_58 = JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817(L_57, /*hidden argument*/NULL); V_6 = L_58; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_59 = V_6; RuntimeObject* L_60 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_61 = ___settings1; NullCheck(L_59); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_59, L_60, L_61, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_62 = V_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_63 = V_6; NullCheck(L_62); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_62, L_63); goto IL_0226; } IL_0185: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_64; L_64 = JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF(/*hidden argument*/NULL); V_6 = L_64; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_65 = V_6; RuntimeObject* L_66 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_67 = ___settings1; NullCheck(L_65); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_65, L_66, L_67, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_68 = V_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_69 = V_6; NullCheck(L_68); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_68, L_69); goto IL_0226; } IL_01a2: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_70; L_70 = JValue_CreateUndefined_m5699186F23FE28BC8F92911F26A73D16396BD3FB(/*hidden argument*/NULL); V_6 = L_70; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_71 = V_6; RuntimeObject* L_72 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_73 = ___settings1; NullCheck(L_71); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_71, L_72, L_73, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_74 = V_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_75 = V_6; NullCheck(L_74); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_74, L_75); goto IL_0226; } IL_01bc: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_76 = ___r0; NullCheck(L_76); RuntimeObject * L_77; L_77 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_76); NullCheck(L_77); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_77); V_7 = L_78; String_t* L_79 = V_7; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_80 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C(L_80, L_79, /*hidden argument*/NULL); V_8 = L_80; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_81 = V_8; RuntimeObject* L_82 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_83 = ___settings1; NullCheck(L_81); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_81, L_82, L_83, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_84 = V_1; String_t* L_85 = V_7; NullCheck(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_84, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var))); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_86; L_86 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_84, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)), L_85, /*hidden argument*/NULL); V_9 = L_86; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_87 = V_9; if (L_87) { goto IL_01f8; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_88 = V_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_89 = V_8; NullCheck(L_88); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_88, L_89); goto IL_0201; } IL_01f8: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_90 = V_9; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_91 = V_8; NullCheck(L_90); JToken_Replace_m83831E295B24F26ECA37DF56400004390AD5DFF8(L_90, L_91, /*hidden argument*/NULL); } IL_0201: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_92 = V_8; V_1 = L_92; goto IL_0226; } IL_0206: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_93; L_93 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_94 = ___r0; NullCheck(L_94); int32_t L_95; L_95 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_94); int32_t L_96 = L_95; RuntimeObject * L_97 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_96); String_t* L_98; L_98 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD035FC7E72CB3A5F7EDF7EDAF891762742B892F5)), L_93, L_97, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_99 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_ReadContentFrom_m312372631C83DBF75004976E703EC6FA8F63C67B_RuntimeMethod_var))); } IL_0226: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_100 = ___r0; NullCheck(L_100); bool L_101; L_101 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_100); if (L_101) { goto IL_0014; } } { return; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::ContentsHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_ContentsHashCode_m25FD405A8246B8DC9650EF8190FEADA56CFF6B57 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { goto IL_0020; } IL_0010: { RuntimeObject* L_2 = V_1; NullCheck(L_2); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_2); V_2 = L_3; int32_t L_4 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_2; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_5); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0010; } } IL_0028: { IL2CPP_LEAVE(0x34, FINALLY_002a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0033; } } IL_002d: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0033: { IL2CPP_END_FINALLY(42) } }// end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { int32_t L_11 = V_0; return L_11; } } // System.String Newtonsoft.Json.Linq.JContainer::System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JContainer_System_ComponentModel_ITypedList_GetListName_mE437C96468BEFAF3BBA40E19B01FF650AAC6B9C0 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___listAccessors0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection Newtonsoft.Json.Linq.JContainer::System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * JContainer_System_ComponentModel_ITypedList_GetItemProperties_mFB22E94CA47E890D196606B1A7569719D8D83121 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___listAccessors0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0; L_0 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(17 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() */, __this); RuntimeObject* L_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var)); G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0011; } } { return (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL; } IL_0011: { NullCheck(G_B2_0); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = InterfaceFuncInvoker0< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, G_B2_0); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.IndexOf(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_IndexOf_mD53E6B241E87D2E99214A81D62902232A6B412DD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; int32_t L_1; L_1 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.Insert(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_Insert_m150C3C4EB9B8B7415572C1A6B676D6FBC239C64D (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item1; VirtualActionInvoker3< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, bool >::Invoke(72 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_1, (bool)0); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_RemoveAt_mFA75EBEC4A8FB9CC4BF6A212811E381B75E96CFF (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtualActionInvoker1< int32_t >::Invoke(73 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_get_Item_mD4F6DA8A72773E7E03B1261F43ADA8D15723A5CB (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = VirtualFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(75 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.set_Item(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_set_Item_m0768F0951898A270B83AE36BDE1AAFDAE0C77A94 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value1; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Add(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Add_m88B7976C3C8E899E61DF244B8306DE9AEB6F443D (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Clear_mF44FE44CB4DB93FA72B1CC415C12F704F97F0BD6 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(77 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Contains(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Contains_m978A2D67517F7D2DE51692035F19CAC58A17F697 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; bool L_1; L_1 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(79 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_CopyTo_mE94B2B4CFD1B79061641A2497CEFD0477445DB79 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* L_0 = ___array0; int32_t L_1 = ___arrayIndex1; VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(80 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_0, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_get_IsReadOnly_mF13567B79AF4967E63C517E5DD331AD41FD51324 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Remove(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Remove_mF7B76812D91B73CAC2D2139D12848566CB628798 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; bool L_1; L_1 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(74 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0005: { RuntimeObject * L_1 = ___value0; V_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_1, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; if (!L_2) { goto IL_0011; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = V_0; return L_3; } IL_0011: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB503C10B1376204BA19AF7902250F98559D3C191)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B_RuntimeMethod_var))); } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_IList_Add_m870AF3D3CA924B4EE53B2AF57C991799F4D071CA (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_0, /*hidden argument*/NULL); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_1); int32_t L_2; L_2 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Clear_mB50562841DDA3ABEB89E1319C4C247AB693C7C08 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(77 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_Contains_mEF9CF39953FC1A3683E2DA8A4848893A4E75973C (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_0, /*hidden argument*/NULL); bool L_2; L_2 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(79 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_IList_IndexOf_mA6587C1147A673FC7B50BEE3973E6B7D264DD0A6 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Insert_m68BB562D814889360FF51CACCFA061B86E0AA034 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_1, /*hidden argument*/NULL); VirtualActionInvoker3< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, bool >::Invoke(72 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_2, (bool)0); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_get_IsFixedSize_mC125808FD714ACA6D37EBE3B7950058AD56D22E4 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_get_IsReadOnly_m2B935D9E1147ACB4A383F772EB60A931F3B383A4 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Remove_m3A7D2F1220179E142AC3D57D12A77F2DAAB74ED1 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_0, /*hidden argument*/NULL); bool L_2; L_2 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(74 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_RemoveAt_m90A327557DBE759D044D48779B49E53083F70711 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtualActionInvoker1< int32_t >::Invoke(73 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // System.Object Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JContainer_System_Collections_IList_get_Item_mA6E3436C79A435FEF466D4499418005268264E31 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = VirtualFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(75 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_set_Item_mD4641B3D2DFB8CB8CD34D231DDCD1C689D1BF6BC (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JContainer_EnsureValue_mFBF5C582610C3CB4A7094D0AF8E8E8B9BB930E0B(__this, L_1, /*hidden argument*/NULL); VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_2); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_Collections_ICollection_CopyTo_m803A98DDDDE2718C4778C4FD525B88D7B34880CE (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(80 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, L_0, L_1); return; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(68 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3B6B2955F56567B61F03D5D2184C31857C116AD7_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_Collections_ICollection_get_IsSynchronized_m6BF42F1D7A779F15A853D495B8F96A1ABA822C1F (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JContainer_System_Collections_ICollection_get_SyncRoot_m8A1614D262240D3827F775300FFCFD17ACD5292D (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_15(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_15(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = __this->get__syncRoot_15(); return L_4; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_ComponentModel_IBindingList_AddIndex_mC2F780738F4815A48B2DDDCF4634376FC6B532CC (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___property0, const RuntimeMethod* method) { { return; } } // System.Object Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.AddNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JContainer_System_ComponentModel_IBindingList_AddNew_mBCBAC026942A9B2BAC683C3A54A2BC8163B7AD01 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; { AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_0 = (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 *)il2cpp_codegen_object_new(AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93_il2cpp_TypeInfo_var); AddingNewEventArgs__ctor_m88364B901640F3C6167BDBED6B4E7C8955A07066(L_0, /*hidden argument*/NULL); V_0 = L_0; AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_1 = V_0; VirtualActionInvoker1< AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * >::Invoke(69 /* System.Void Newtonsoft.Json.Linq.JContainer::OnAddingNew(System.ComponentModel.AddingNewEventArgs) */, __this, L_1); AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_6; L_6 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0DA36792E239262E797C211A2845C5AF80EB2DF)), L_4, L_5, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_7 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_System_ComponentModel_IBindingList_AddNew_mBCBAC026942A9B2BAC683C3A54A2BC8163B7AD01_RuntimeMethod_var))); } IL_0030: { AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8_inline(L_8, /*hidden argument*/NULL); if (((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_9, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F820B72F924CBA601D7BDCB972785AE8AD94404)), L_10, L_12, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_14 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_System_ComponentModel_IBindingList_AddNew_mBCBAC026942A9B2BAC683C3A54A2BC8163B7AD01_RuntimeMethod_var))); } IL_005c: { AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16; L_16 = AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8_inline(L_15, /*hidden argument*/NULL); V_1 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)CastclassClass((RuntimeObject*)L_16, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17 = V_1; VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_17); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_18 = V_1; return L_18; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_AllowEdit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_AllowEdit_mB8CC5D02B6DCAE05CC53ABE6B046961D14F1FDE3 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_AllowNew() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_AllowNew_m59EE6CE41D4F3129E74B3984037DEF274EC93976 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_AllowRemove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_AllowRemove_m02B0026E0FC87841FE7C637041350B3D8142BB5B (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_ComponentModel_IBindingList_ApplySort_m7ABC1ED883335B2F3370A5BBED73C34010AAB055 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___property0, int32_t ___direction1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_System_ComponentModel_IBindingList_ApplySort_m7ABC1ED883335B2F3370A5BBED73C34010AAB055_RuntimeMethod_var))); } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_System_ComponentModel_IBindingList_Find_mD7B70FBC342EBED5CC16C412269F1F8CF4E25A2E (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___property0, RuntimeObject * ___key1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_System_ComponentModel_IBindingList_Find_mD7B70FBC342EBED5CC16C412269F1F8CF4E25A2E_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_IsSorted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_IsSorted_mC4FCE3A7E2723904B6B84D1BEE4391D56A02C6C8 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_ComponentModel_IBindingList_RemoveIndex_mE424C19D4B5C314EF39E46820DFDE0678BA7085C (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___property0, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.RemoveSort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_System_ComponentModel_IBindingList_RemoveSort_m13C303F0FB048BEBA583B704465D52E66EC664CD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JContainer_System_ComponentModel_IBindingList_RemoveSort_m13C303F0FB048BEBA583B704465D52E66EC664CD_RuntimeMethod_var))); } } // System.ComponentModel.ListSortDirection Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_SortDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_System_ComponentModel_IBindingList_get_SortDirection_m496810711CA34E0F3BC8349EB2C096DEE3D23880 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.ComponentModel.PropertyDescriptor Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_SortProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * JContainer_System_ComponentModel_IBindingList_get_SortProperty_mB07C87D34B874AC28627C3022D65FE3941E8445A (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_SupportsChangeNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_SupportsChangeNotification_m6225E5079974EA86270A6EA2C1F937B7B09DC730 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_SupportsSearching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_SupportsSearching_mC10733C41BEA9A33CA4158322DA8C27B9F99E6A9 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.ComponentModel.IBindingList.get_SupportsSorting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_System_ComponentModel_IBindingList_get_SupportsSorting_m486FE49E9AB379E873955D96B788ACCC0C0E7D72 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JObject::get_ChildrenTokens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JObject_get_ChildrenTokens_m6A2EDA3922D051F0F0BC7614E92384F34829DB35 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = __this->get__properties_17(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JObject::add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_add_PropertyChanged_mB83856D5DE35B67F409E3EA1E6B21C6E362095E0 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_0 = NULL; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_1 = NULL; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_2 = NULL; { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_0 = __this->get_PropertyChanged_18(); V_0 = L_0; } IL_0007: { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_1 = V_0; V_1 = L_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_2 = V_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)CastclassSealed((RuntimeObject*)L_4, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var)); PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** L_5 = __this->get_address_of_PropertyChanged_18(); PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_6 = V_2; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_7 = V_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_8; L_8 = InterlockedCompareExchangeImpl((PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 **)L_5, L_6, L_7); V_0 = L_8; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_9 = V_0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_10 = V_1; if ((!(((RuntimeObject*)(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_9) == ((RuntimeObject*)(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.Linq.JObject::remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_remove_PropertyChanged_mE072EC2DBF5C6A0BE20E4FE1916A2CFD9A77C87B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_0 = NULL; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_1 = NULL; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * V_2 = NULL; { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_0 = __this->get_PropertyChanged_18(); V_0 = L_0; } IL_0007: { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_1 = V_0; V_1 = L_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_2 = V_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)CastclassSealed((RuntimeObject*)L_4, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var)); PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** L_5 = __this->get_address_of_PropertyChanged_18(); PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_6 = V_2; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_7 = V_1; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_8; L_8 = InterlockedCompareExchangeImpl((PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 **)L_5, L_6, L_7); V_0 = L_8; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_9 = V_0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_10 = V_1; if ((!(((RuntimeObject*)(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_9) == ((RuntimeObject*)(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.Linq.JObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 *)il2cpp_codegen_object_new(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); JPropertyKeyedCollection__ctor_m2271DB77C116549739556CC423E6C093E15C0631(L_0, /*hidden argument*/NULL); __this->set__properties_17(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JObject::.ctor(Newtonsoft.Json.Linq.JObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_m2BB4B9FE534141BFF21D6B5512781100AA60D000 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 *)il2cpp_codegen_object_new(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); JPropertyKeyedCollection__ctor_m2271DB77C116549739556CC423E6C093E15C0631(L_0, /*hidden argument*/NULL); __this->set__properties_17(L_0); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1 = ___other0; JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::DeepEquals(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_DeepEquals_m19AD39992675E2F132F33A698FD565A8C4616C80 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___node0; V_0 = ((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)IsInstClass((RuntimeObject*)L_0, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_2 = __this->get__properties_17(); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_3 = V_0; NullCheck(L_3); JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_4 = L_3->get__properties_17(); NullCheck(L_2); bool L_5; L_5 = JPropertyKeyedCollection_Compare_m0068ADFEEF0D2CC508FBA93912E00CFE00268A1D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 Newtonsoft.Json.Linq.JObject::IndexOfItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JObject_IndexOfItem_m021625E203B49643DEAB0A18C864231118BE65EA (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = __this->get__properties_17(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0; NullCheck(L_0); int32_t L_2; L_2 = JPropertyKeyedCollection_IndexOfReference_m99EA03F22122641DF3864E7613700B9460D165C1(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JObject::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_InsertItem_mA48096B5961D85580F56EFC34DA3135E7983CE2A (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item1; if (!L_0) { goto IL_000d; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item1; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_3 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___item1; bool L_5 = ___skipParentCheck2; JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JObject::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_ValidateToken_m1D16576AFFA35E6BF6AAE7746E1C36A70A21E799 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___o0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___existing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_1 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___o0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___o0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___o0; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_7; L_7 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75D8A475166C5A8CFE99CFCB4F32F7F792EC08DA)), L_3, L_5, L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_ValidateToken_m1D16576AFFA35E6BF6AAE7746E1C36A70A21E799_RuntimeMethod_var))); } IL_0035: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___o0; V_0 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_9, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10 = ___existing1; if (!L_10) { goto IL_005a; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = ___existing1; V_1 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_11, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_12, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_14, /*hidden argument*/NULL); bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005a; } } { return; } IL_005a: { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_17 = __this->get__properties_17(); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_18, /*hidden argument*/NULL); NullCheck(L_17); bool L_20; L_20 = JPropertyKeyedCollection_TryGetValue_m20E12F57DCC60A7C75103FF8B0D516CE4647C6D9(L_17, L_19, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 **)(&___existing1), /*hidden argument*/NULL); if (!L_20) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_22 = V_0; NullCheck(L_22); String_t* L_23; L_23 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_22, /*hidden argument*/NULL); Type_t * L_24; L_24 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_25; L_25 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA27717FFACB194CEE9F8D0C5D51D1BFE051FF0F8)), L_21, L_23, L_24, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_ValidateToken_m1D16576AFFA35E6BF6AAE7746E1C36A70A21E799_RuntimeMethod_var))); } IL_0090: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanged(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanged_mD71E38678812D721847A45DA36E50E9341142366 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___childProperty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_0 = ___childProperty0; NullCheck(L_0); String_t* L_1; L_1 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_0, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(113 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) */, __this, L_1); ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * L_2 = ((JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)__this)->get__listChanged_13(); if (!L_2) { goto IL_0027; } } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = ___childProperty0; int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(71 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_3); ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * L_5 = (ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 *)il2cpp_codegen_object_new(ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m962F15947E5744DBEEC896D6DD22419796581BE3(L_5, 4, L_4, /*hidden argument*/NULL); VirtualActionInvoker1< ListChangedEventArgs_t7E1DD2BB933BE30107C8B95958746E6AF24F6632 * >::Invoke(70 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_5); } IL_0027: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanging(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanging_m5AAAB727E5485BFB58AEE7DD6C707C999209B22F (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___childProperty0, const RuntimeMethod* method) { { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_0 = ___childProperty0; NullCheck(L_0); String_t* L_1; L_1 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_0, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(114 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) */, __this, L_1); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_CloneToken_mE0EEDB50A385853C3FA3E898F5B1A3D919D60815 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_0 = (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)il2cpp_codegen_object_new(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); JObject__ctor_m2BB4B9FE534141BFF21D6B5512781100AA60D000(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JObject::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JObject_get_Type_m28AA64D0F20318B46EA07547F5286327F30D11F5 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JObject::Property(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_0005; } } { return (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)NULL; } IL_0005: { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_1 = __this->get__properties_17(); String_t* L_2 = ___name0; NullCheck(L_1); bool L_3; L_3 = JPropertyKeyedCollection_TryGetValue_m20E12F57DCC60A7C75103FF8B0D516CE4647C6D9(L_1, L_2, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 **)(&V_0), /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = V_0; return ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_4, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_get_Item_m20AA659AB303A656657881803E072E9F491E02EB (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_4 = ___key0; String_t* L_5; L_5 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE089D820BC9112F2A5B6D5E60027E31D15E030F0)), L_3, L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_get_Item_m20AA659AB303A656657881803E072E9F491E02EB_RuntimeMethod_var))); } IL_0030: { String_t* L_8 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9; L_9 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void Newtonsoft.Json.Linq.JObject::set_Item(System.Object,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_set_Item_mC5D002DCBC5E76E763C67B1FEC7E9E844B12CFC2 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, RuntimeObject * ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_4 = ___key0; String_t* L_5; L_5 = MiscellaneousUtils_ToString_m2D126679C19F182E38EE06CF852B8DE7B872A40B(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84507765DA2FB526CD307FB1D4960F75CBC89785)), L_3, L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_set_Item_mC5D002DCBC5E76E763C67B1FEC7E9E844B12CFC2_RuntimeMethod_var))); } IL_0030: { String_t* L_8 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value1; JObject_set_Item_m079791F9D444829F3FC1A8E698AE3BC0B3799023(__this, L_8, L_9, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D254F59ED91804C13D501446692D41472D96E2); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { String_t* L_0 = ___propertyName0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral36D254F59ED91804C13D501446692D41472D96E2, /*hidden argument*/NULL); String_t* L_1 = ___propertyName0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2; L_2 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; if (L_3) { goto IL_0018; } } { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0018: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_4 = V_0; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void Newtonsoft.Json.Linq.JObject::set_Item(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_set_Item_m079791F9D444829F3FC1A8E698AE3BC0B3799023 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1; L_1 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = V_0; if (!L_2) { goto IL_0013; } } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___value1; NullCheck(L_3); JProperty_set_Value_mA3BDB16555227152B2979120D5EDCEDF99112B2E(L_3, L_4, /*hidden argument*/NULL); return; } IL_0013: { String_t* L_5 = ___propertyName0; VirtualActionInvoker1< String_t* >::Invoke(114 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) */, __this, L_5); String_t* L_6 = ___propertyName0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_8 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m4F3F0682B73D4C46950287AD595BEBE274F532A7(L_8, L_6, L_7, /*hidden argument*/NULL); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_8); String_t* L_9 = ___propertyName0; VirtualActionInvoker1< String_t* >::Invoke(113 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) */, __this, L_9); return; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Load_mE10712B20CE007984F2A9066F620D55342CD961E (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1; L_1 = JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); if (L_2) { goto IL_0027; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = ___reader0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_3); if (L_4) { goto IL_0027; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_6; L_6 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C3FBFA672ABA6B43E654AE72897CE0450A0E100)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE_RuntimeMethod_var))); } IL_0027: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; NullCheck(L_7); bool L_8; L_8 = JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF(L_7, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0058; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_15); String_t* L_17; L_17 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF39AF5DFD975929A9A52CDA45F2BCB04DEC0F5F0)), L_12, L_16, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_18; L_18 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_11, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE_RuntimeMethod_var))); } IL_0058: { JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_19 = (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)il2cpp_codegen_object_new(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6(L_19, /*hidden argument*/NULL); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_20 = L_19; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_22 = ___settings1; NullCheck(L_20); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_20, ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_22, /*hidden argument*/NULL); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_23 = L_20; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_24 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_25 = ___settings1; NullCheck(L_23); JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F(L_23, L_24, L_25, /*hidden argument*/NULL); return L_23; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Parse_mA2260CFB81694E96A188F3FC5B9B60BA69F2AE74 (String_t* ___json0, const RuntimeMethod* method) { { String_t* L_0 = ___json0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1; L_1 = JObject_Parse_mE880AB67CA7CFFCD4656CD273435C4129C6AF35C(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Parse_mE880AB67CA7CFFCD4656CD273435C4129C6AF35C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * V_0 = NULL; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * G_B4_0 = NULL; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * G_B2_0 = NULL; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * G_B3_0 = NULL; { String_t* L_0 = ___json0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_1 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_1, L_0, /*hidden argument*/NULL); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_2 = (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)il2cpp_codegen_object_new(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); JsonTextReader__ctor_m4EA779A439E3279744CC5975F082A72FA7C4F9F6(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_4 = ___settings1; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_5; L_5 = JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE(L_3, L_4, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_6); G_B2_0 = L_5; if (!L_7) { G_B4_0 = L_5; goto IL_0030; } } IL_001b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); G_B3_0 = G_B2_0; if ((((int32_t)L_9) == ((int32_t)5))) { G_B4_0 = G_B2_0; goto IL_0030; } } IL_0024: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = V_0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_11; L_11 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22BBC8AC8F7E83A322126972FD6C21F254394BCB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_Parse_mE880AB67CA7CFFCD4656CD273435C4129C6AF35C_RuntimeMethod_var))); } IL_0030: { V_1 = G_B4_0; IL2CPP_LEAVE(0x3D, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = V_0; if (!L_12) { goto IL_003c; } } IL_0036: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003c: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_14 = V_1; return L_14; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_FromObject_m084AF0C231311BFEBCA73D333450C8413CE0C426 (RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1; L_1 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_2; L_2 = JObject_FromObject_m927B3EAD5B6664A25BBEEDD5E2BB7150DAB242A3(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::FromObject(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_FromObject_m927B3EAD5B6664A25BBEEDD5E2BB7150DAB242A3 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1 = ___jsonSerializer1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = V_0; if (!L_3) { goto IL_0034; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_4); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A62A985C43D78763B02280D8CAB412F512CDC61)), L_6, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_FromObject_m927B3EAD5B6664A25BBEEDD5E2BB7150DAB242A3_RuntimeMethod_var))); } IL_0034: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = V_0; return ((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_13, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Linq.JObject::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_WriteTo_m7E545216C7299B3B72CEE915D71B3A3FD3094C1B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Count_mCF6118EC6515D547F449E36C0EDD48144114892F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Item_mDB1D4930252CA082E08BD11C2FC2FE78921B33C8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); V_0 = 0; goto IL_0021; } IL_000a: { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_1 = __this->get__properties_17(); int32_t L_2 = V_0; NullCheck(L_1); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = Collection_1_get_Item_mDB1D4930252CA082E08BD11C2FC2FE78921B33C8(L_1, L_2, /*hidden argument*/Collection_1_get_Item_mDB1D4930252CA082E08BD11C2FC2FE78921B33C8_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_4 = ___writer0; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_5 = ___converters1; NullCheck(L_3); VirtualActionInvoker2< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* >::Invoke(20 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_3, L_4, L_5); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_0; JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_8 = __this->get__properties_17(); NullCheck(L_8); int32_t L_9; L_9 = Collection_1_get_Count_mCF6118EC6515D547F449E36C0EDD48144114892F(L_8, /*hidden argument*/Collection_1_get_Count_mCF6118EC6515D547F449E36C0EDD48144114892F_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_000a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; NullCheck(L_10); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_10); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::GetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_GetValue_mCC9DA25500AF2DDE4A6A3F0D8DF9BCC9D53612E0 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JObject_GetValue_m8719E5583D473F4909D0B9479A8D02E062ED99AC(__this, L_0, 4, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::GetValue(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_GetValue_m8719E5583D473F4909D0B9479A8D02E062ED99AC (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, int32_t ___comparison1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; RuntimeObject* V_1 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_2 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___propertyName0; if (L_0) { goto IL_0005; } } { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0005: { String_t* L_1 = ___propertyName0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2; L_2 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; if (!L_3) { goto IL_0017; } } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_4 = V_0; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_4, /*hidden argument*/NULL); return L_5; } IL_0017: { int32_t L_6 = ___comparison1; if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0061; } } { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_7 = __this->get__properties_17(); NullCheck(L_7); RuntimeObject* L_8; L_8 = Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B(L_7, /*hidden argument*/Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var); V_1 = L_8; } IL_0027: try {// begin try (depth: 1) { goto IL_004d; } IL_0029: { RuntimeObject* L_9 = V_1; NullCheck(L_9); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10; L_10 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_9); V_2 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_10, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_11, /*hidden argument*/NULL); String_t* L_13 = ___propertyName0; int32_t L_14 = ___comparison1; bool L_15; L_15 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_12, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_004d; } } IL_0044: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_16 = V_2; NullCheck(L_16); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17; L_17 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_16, /*hidden argument*/NULL); V_3 = L_17; IL2CPP_LEAVE(0x63, FINALLY_0057); } IL_004d: { RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0029; } } IL_0055: { IL2CPP_LEAVE(0x61, FINALLY_0057); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_1; if (!L_20) { goto IL_0060; } } IL_005a: { RuntimeObject* L_21 = V_1; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0060: { IL2CPP_END_FINALLY(87) } }// end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_JUMP_TBL(0x61, IL_0061) } IL_0061: { return (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; } IL_0063: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22 = V_3; return L_22; } } // System.Void Newtonsoft.Json.Linq.JObject::Add(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_Add_m7C41853ADC4162C317C1C443A777594AC5760F42 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___propertyName0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m4F3F0682B73D4C46950287AD595BEBE274F532A7(L_2, L_0, L_1, /*hidden argument*/NULL); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_2); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.ContainsKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_ContainsKey_m292AB486548276FB0534088D0D31FC2882F570D4 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___key0, const RuntimeMethod* method) { { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = __this->get__properties_17(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2; L_2 = JPropertyKeyedCollection_Contains_m0E0B909D3C60358B58FAABCC6278E87E7B000A9A(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Keys_mEB75A6150B7CA8696A283FA179BA6455DB5EC36E (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = __this->get__properties_17(); NullCheck(L_0); RuntimeObject* L_1; L_1 = JPropertyKeyedCollection_get_Keys_mC5819B8822C090703E5C7C5E781FA2C3F2288E59(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JObject::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_Remove_mA783B0CD5AD9875E541A86815E7E85111863374D (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1; L_1 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = V_0; if (L_2) { goto IL_000d; } } { return (bool)0; } IL_000d: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; NullCheck(L_3); JToken_Remove_mB38D4289F80AB38649500BA72BD8200D5E5714BC(L_3, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JObject::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_TryGetValue_m7675069C2FAF25EA6EE4EAD8C3B54037BB3F0DF7 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** ___value1, const RuntimeMethod* method) { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1; L_1 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = V_0; if (L_2) { goto IL_0010; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** L_3 = ___value1; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_0010: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** L_4 = ___value1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_5 = V_0; NullCheck(L_5); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6; L_6 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_5, /*hidden argument*/NULL); *((RuntimeObject **)L_4) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_6); return (bool)1; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m56D179E846C00CE5D2E2934371B4C03DEF960982 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m56D179E846C00CE5D2E2934371B4C03DEF960982_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Add_mEB21654E9B5ED3BC77F31F5121F00ED6341A7E3B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&___item0), /*hidden argument*/KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m4F3F0682B73D4C46950287AD595BEBE274F532A7(L_2, L_0, L_1, /*hidden argument*/NULL); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_2); return; } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Clear_mEDD65A3BFEF7227B032F9B0967273BA69DFE49C8 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { JContainer_RemoveAll_mB2809BEC57F97D805A90A56483F022E83D12FAAF(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Contains_m8BCEA5499FF6B451151E01100DD0B16150E745FA (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { String_t* L_0; L_0 = KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1; L_1 = JObject_Property_mAC035EB5A7503C18850A12AB6AF50D3963A5DE4C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = V_0; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_3, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&___item0), /*hidden argument*/KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); return (bool)((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_4) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_5))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67DE2CBB0BCA31FACF521970C49590EDFA4B537E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___arrayIndex1; KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20* L_5 = ___array0; NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0036; } } { int32_t L_6 = ___arrayIndex1; if (!L_6) { goto IL_0036; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA441939D6D749266229BF9558C9E6BB1658CC951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709_RuntimeMethod_var))); } IL_0036: { int32_t L_8; L_8 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(__this, /*hidden argument*/NULL); KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___arrayIndex1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))))) { goto IL_004e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral077B0C7188B80FE0B3B5E4490342402C9FF8FE3A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m3E69207E748B2C640C74033855783745FEDEB709_RuntimeMethod_var))); } IL_004e: { V_0 = 0; JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_12 = __this->get__properties_17(); NullCheck(L_12); RuntimeObject* L_13; L_13 = Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B(L_12, /*hidden argument*/Collection_1_GetEnumerator_mC6AC7E0EBB65EE4AA8D8D20F4A1C9BAD5A4FC36B_RuntimeMethod_var); V_1 = L_13; } IL_005c: try {// begin try (depth: 1) { goto IL_0088; } IL_005e: { RuntimeObject* L_14 = V_1; NullCheck(L_14); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15; L_15 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_14); V_2 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_15, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); KeyValuePair_2U5BU5D_t8BC3247EA4202351924C24EAF04606EA4C601D20* L_16 = ___array0; int32_t L_17 = ___arrayIndex1; int32_t L_18 = V_0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_19 = V_2; NullCheck(L_19); String_t* L_20; L_20 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_19, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_21 = V_2; NullCheck(L_21); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22; L_22 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_21, /*hidden argument*/NULL); KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_23; memset((&L_23), 0, sizeof(L_23)); KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9((&L_23), L_20, L_22, /*hidden argument*/KeyValuePair_2__ctor_mE137A6B747368DF00F5F9255D07FACFA072C9AA9_RuntimeMethod_var); NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))), (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 )L_23); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0088: { RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_005e; } } IL_0090: { IL2CPP_LEAVE(0x9C, FINALLY_0092); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_1; if (!L_27) { goto IL_009b; } } IL_0095: { RuntimeObject* L_28 = V_1; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_009b: { IL2CPP_END_FINALLY(146) } }// end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9C, IL_009c) } IL_009c: { return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_get_IsReadOnly_m42F771C84EB574FD4F3E3C5ECA1C2C40954DEB0D (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Remove_m8DA7D64848FF08A590D98AD9CB138C0DA184EADB (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t656E4416AA372073868E575233CD77224D26CC2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t61741204421BC0AB7EAE7EB48924EAF555F93872_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_0 = ___item0; bool L_1; L_1 = InterfaceFuncInvoker1< bool, KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1>::Contains(!0) */, ICollection_1_t656E4416AA372073868E575233CD77224D26CC2D_il2cpp_TypeInfo_var, __this, L_0); if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2; L_2 = KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); bool L_3; L_3 = InterfaceFuncInvoker1< bool, String_t* >::Invoke(6 /* System.Boolean System.Collections.Generic.IDictionary`2::Remove(!0) */, IDictionary_2_t61741204421BC0AB7EAE7EB48924EAF555F93872_il2cpp_TypeInfo_var, __this, L_2); return (bool)1; } } // System.Int32 Newtonsoft.Json.Linq.JObject::GetDeepHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JObject_GetDeepHashCode_m8BE01DF899B6491A9E81D8AD09F9537302448CD8 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = JContainer_ContentsHashCode_m25FD405A8246B8DC9650EF8190FEADA56CFF6B57(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Linq.JObject::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JObject_GetEnumerator_mF207EDD82CCC844FBE21B3C189FC8E4DA116FA0B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * L_0 = (U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ed__58__ctor_m872F5FDD4EEEE735615237623B5CBA293F6850F5(L_0, 0, /*hidden argument*/NULL); U3CGetEnumeratorU3Ed__58_tE0CF3F660624B3FFA2767C038586665C1323F207 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_OnPropertyChanged_m0C1E8EC443C08F9EC36E42A5845497728E0AE5DC (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_0 = __this->get_PropertyChanged_18(); if (!L_0) { goto IL_001a; } } { PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_1 = __this->get_PropertyChanged_18(); String_t* L_2 = ___propertyName0; PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_3 = (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *)il2cpp_codegen_object_new(PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22_il2cpp_TypeInfo_var); PropertyChangedEventArgs__ctor_m6E395F75E8DBD0CFDF38DA0AAAF9B593CB1163CD(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_1); PropertyChangedEventHandler_Invoke_m12B212E1A923C9C0541719CA5365B8DCF0044837(L_1, __this, L_3, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_OnPropertyChanging_m889B7E8AC50C907C9C9A634725AC786214176E5E (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * L_0 = __this->get_PropertyChanging_19(); if (!L_0) { goto IL_001a; } } { PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * L_1 = __this->get_PropertyChanging_19(); String_t* L_2 = ___propertyName0; PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * L_3 = (PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *)il2cpp_codegen_object_new(PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793_il2cpp_TypeInfo_var); PropertyChangingEventArgs__ctor_m8566781D0A15DEF5C3D9CE71AFABEECF77FA11D2(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_1); PropertyChangingEventHandler_Invoke_m25C8C58D60F321B949327B4A3161A2DFCBBB95C0(L_1, __this, L_3, /*hidden argument*/NULL); } IL_001a: { return; } } // System.ComponentModel.PropertyDescriptorCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * JObject_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m029750BFBCD1786D47DD5E5AB877022CCADF54BC (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0; L_0 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, __this, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * JObject_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mC12852B48D16176890C7CBBD71E69727DBE46F69 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tEAE25EC257D8E1C5D8427BE962CD2DCD2BEC1491_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425(L_0, (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1; L_1 = JObject_GetEnumerator_mF207EDD82CCC844FBE21B3C189FC8E4DA116FA0B(__this, /*hidden argument*/NULL); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { goto IL_002a; } IL_0010: { RuntimeObject* L_2 = V_1; NullCheck(L_2); KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_3; L_3 = InterfaceFuncInvoker0< KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_tEAE25EC257D8E1C5D8427BE962CD2DCD2BEC1491_il2cpp_TypeInfo_var, L_2); V_2 = L_3; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = V_0; String_t* L_5; L_5 = KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * L_6 = (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B *)il2cpp_codegen_object_new(JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B_il2cpp_TypeInfo_var); JPropertyDescriptor__ctor_m09AF4E883CBA010F1CE77036743FB5B55E63EACF(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_7; L_7 = PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA(L_4, L_6, /*hidden argument*/NULL); } IL_002a: { RuntimeObject* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0010; } } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_003d; } } IL_0037: { RuntimeObject* L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_003d: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_12 = V_0; return L_12; } } // System.ComponentModel.AttributeCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * JObject_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mC952D6679E5F6F8CD12932EA88D18C31B39FCB0B (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get_Empty_0(); return L_0; } } // System.String Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetClassName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JObject_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m6A1D03E34649F3A0D703CA526999B7A3F2E99AEF (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.String Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetComponentName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JObject_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m0133AFECCE3F0BFD61972916024CC78108C8AE77 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.ComponentModel.TypeConverter Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * JObject_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m018EEE94D859161BBBF152D74607584745D5EC71 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)il2cpp_codegen_object_new(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(L_0, /*hidden argument*/NULL); return L_0; } } // System.ComponentModel.EventDescriptor Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * JObject_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_mDCFA3D51B79883482C5722010209922667AD1DC7 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } } // System.ComponentModel.PropertyDescriptor Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * JObject_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m6E0E787CEAF2AF072240004A16C8CDD1F3CDBE78 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.Object Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JObject_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mCAF6620394D04C58C3702458BE4D849546CFBB7A (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method) { { return NULL; } } // System.ComponentModel.EventDescriptorCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * JObject_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m12D967FC49DE35ACD920D9F3C7C1FCC806929A46 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_0 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->get_Empty_7(); return L_0; } } // System.ComponentModel.EventDescriptorCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * JObject_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m0B1BB39E2BCB1066A9B1E79E27162609498A337C (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_0 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->get_Empty_7(); return L_0; } } // System.Object Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JObject_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m378F2283E2C7FAA9693970E765C912D070136666 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___pd0, const RuntimeMethod* method) { { return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ReflectionObject_get_Creator_mC785DF954A61E93038A8240F811DF299DACFAB12_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get_U3CCreatorU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonToken_set_Parent_mF1903E757DE89AD31D0FA3A5F7253E520DBA4F5D_inline (BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method) { { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonProperty_set_Name_mF1364B61018186F132F7F955E7A3853660A02BDA_inline (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonProperty_set_Value_m36476CB085BE55F31E9684DE24C78493D5565FF8_inline (BsonProperty_tDE8A6FDBB709A6B33E75C8D6303848F5B238D5D2 * __this, BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * ___value0, const RuntimeMethod* method) { { BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60 * L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonObjectId_set_Value_m6C376E02BB87D4A0E326085EF3E122F03FCF1D69_inline (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BsonObjectId_get_Value_m4A41850BE695F6CE832434CC5D2680BF05B97225_inline (BsonObjectId_t713A4DC23DE171B6BFB029A9831680634EFDE1F7 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CValueU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BsonReader_get_DateTimeKindHandling_m0595AA06CB4A94E0D2AFDE6446AC6EAE2AC4AE2E_inline (BsonReader_t23242EB086D67209691CD70BC24711BE23C1AE07 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeKindHandling_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonRegex_set_Pattern_mB160A3C21D060ADEA41779C1FD8C9FF7A2548B0D_inline (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3CPatternU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonRegex_set_Options_m5DE974D5ED8494B152F0299FDCD84BC9A9901B3E_inline (BsonRegex_t76E198AF8D2CE9981C945E3BF9AA29D6D866CD2B * __this, BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * ___value0, const RuntimeMethod* method) { { BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BsonString_set_IncludeLength_m9E75114EFC4A6989393AD0E192195472E2F51DC0_inline (BsonString_t07F5933952B4E75D792CAD446288885CB6DF8B9B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIncludeLengthU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CompositeExpression_set_Expressions_m6C250B0E8169DBA36E787DC762692444EBA47039_inline (CompositeExpression_t9483EEFE36ED4469CC89E9C25075E0AC7E7F48F6 * __this, List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * ___value0, const RuntimeMethod* method) { { List_1_tE48B9102F9B61E66C594A03480DDB66D2E375D65 * L_0 = ___value0; __this->set_U3CExpressionsU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m42A90982418CA92A7CC99C23007A9F0A8D9353C4_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__targetType_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m2672D4C423F105D7036F00FCF1A8C9FF7141292D_inline (TypeConvertKey_t06AAB19058DFA6B904289E2ADCE048BCBA108776 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__initialType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeCodeU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__chars_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__startIndex_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_mD03C0CD2DA303BD0322A2DF86F86127E3CEA09DC_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m682B9E9BAA1DD334C8E6C3E0327F322947BDB58C_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m58B9D44EBCB6F31E38305E81FFC9E5E1A3F92F62_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m7E3F665EDE2333E5C09F959160782582C95F2260_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_mA91C3B570EF0F8C8F612E0578154842266EB5E59_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_mD9B050351BAD2F50F228CD304B0794051D91DF3D_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMemberSerializationU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = __this->get_U3CPropertiesU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m1A3F6FC6C0539EA0B9110102D6234C3A2B229EF3_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMemberSerializationU3Ek__BackingField_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_mC242D99E863066A9AF7B0FFF2A47D51B098EA633_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ___value0, const RuntimeMethod* method) { { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_0 = ___value0; __this->set_U3CItemRequiredU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_m58A325FBB24631FED3600957D5FF1A17A22B6FE7_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___value0, const RuntimeMethod* method) { { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___value0; __this->set_U3CDefaultCreatorU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * JsonContract_get_DefaultCreator_mAC359884E3D6135F81ACCE9FCC8CDE50BC4D7307_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = __this->get_U3CDefaultCreatorU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m0C9C608E85A89198C900A2F7033BB06C02B6A3C9_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_mE8CF73A938D31EE6D74642BAFB18263FAAE478EC_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CReadDataU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_m0569DC3D7CBA298C858F17DF14123A088EDFA1D8_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * ___value0, const RuntimeMethod* method) { { ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * L_0 = ___value0; __this->set_U3CExtensionDataSetterU3Ek__BackingField_30(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m06EB62EA0887666777EEAB325DFDC0183AD29F8B_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWriteDataU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_m0D6330E331D0EA5B70BEFB451A6A754FFA0860FB_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * ___value0, const RuntimeMethod* method) { { ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * L_0 = ___value0; __this->set_U3CExtensionDataGetterU3Ek__BackingField_31(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m81B9C478B7AD414C11B9FE6B92A9992954054A4C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CAttributeProviderU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadableU3Ek__BackingField_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWritableU3Ek__BackingField_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_Converter_mF593A894B88EC9D726FAC393819855A76C44BA71_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CConverterU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_m78DBAB2EDD871626D34E10EC0576E8BE764C6EA6_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_MemberConverter_m0440F83951A37CD6E3011615B58DF2153105D5EF_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CMemberConverterU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_MemberConverter_m0CC95C7001339F065F8E0B4459A5E2978642AE80_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CMemberConverterU3Ek__BackingField_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonProperty_get_IsReference_mFE510C42699FB154AF54E4A01F2FF9B6D29C687B_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_m3287EA93B063AC7B3B881E0DAE3C661F99848617_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF JsonProperty_get_NullValueHandling_m1E5CD9BFF0ECF2BA724A76E76727BC968AD20D21_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_0 = __this->get_U3CNullValueHandlingU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_mFEA55CC4E02A62C553F9F3E8FA30D2ABE38020BE_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___value0, const RuntimeMethod* method) { { Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_0 = ___value0; __this->set_U3CNullValueHandlingU3Ek__BackingField_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_0 = __this->get_U3CDefaultValueHandlingU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___value0, const RuntimeMethod* method) { { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_0 = ___value0; __this->set_U3CDefaultValueHandlingU3Ek__BackingField_21(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 JsonProperty_get_ReferenceLoopHandling_mC496ABEDE0E6A4F529B597DDE618D9699D408E02_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = __this->get_U3CReferenceLoopHandlingU3Ek__BackingField_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_mA35889121950D7FD01B6A122CE9701EC7FFE6D37_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CReferenceLoopHandlingU3Ek__BackingField_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 JsonProperty_get_ObjectCreationHandling_m141D6AAC67FABF3CA6A5D862F03A85B9DDCB4035_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_0 = __this->get_U3CObjectCreationHandlingU3Ek__BackingField_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_mF4120F246285A07FE3A2CE6F848DC68BD57C47C2_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___value0, const RuntimeMethod* method) { { Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_0 = ___value0; __this->set_U3CObjectCreationHandlingU3Ek__BackingField_23(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 JsonProperty_get_TypeNameHandling_m2F9E3B5433A10E4CD72C92202DD1585CAD469CE1_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = __this->get_U3CTypeNameHandlingU3Ek__BackingField_24(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m3FADC60F2285A7ED7DE2E54C0B2494D9769B6818_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CTypeNameHandlingU3Ek__BackingField_24(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_m647AD1AA63A19A316E5952A940375FF683203DD4_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_mD233910F6BE95DC8F61D97C2B5BEB0BE0B817518_inline (DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReference_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m42066557973B76FA60A5C1B169E2E051CA48E67F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_mD6CF59AB4347754DC9CF40B5E815F6279C7E97CE_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CInternalConverterU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__createdType_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_m0FFB3F071DAC8B35694B33BDC7D589512E918018_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m019490E4A2A00A3C8A7D2315AC19031B87FC31BB_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * ___value0, const RuntimeMethod* method) { { Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * L_0 = ___value0; __this->set_U3CDictionaryKeyResolverU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryKeyTypeU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryValueTypeU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m1F1CFE2190BAEF14F221CB7C4D545BCD770B1563_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CUnderlyingTypeU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m273980C81B3AE9E0857B378AD1F0C9BABBF55AD5_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set__overrideCreator_37(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CCollectionItemTypeU3Ek__BackingField_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m80CE10D322AC9BD72426BFCBA0655AC715945CFD_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_m50D5769B5D94DE751572197CED0415AF7BBBB629_inline (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set_U3CISerializableCreatorU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m28404CA32E8F1F00FC98B38EAE0C42D8FE06FF3F_inline (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_m3B9596397413835A0BCBD40EF0D7C13D6DC174AA_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDeclaringTypeU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m6AF812A711E436F0EF86E9440821EB49F8E0F305_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CValueProviderU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_m35D7AD307D8AB77E2FA067D509D301FD53200E8E_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasMemberAttributeU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m08D48F1C2D7C3892184861BFC8F3A1AF21171F65_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = ___value0; __this->set_U3CShouldSerializeU3Ek__BackingField_25(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_mDD706D7EC82D671615F110B8167E2319169FE175_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPropertyNameU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_mB7896BB8772FA242DB9ECA0CF9C68130C40079DD_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_m54B7F3DC51324C6E7E665B4118283524D852F9CF_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CUnderlyingNameU3Ek__BackingField_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Order_mA8B64035411AA95B804E37B0E4B3606C4774A531_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method) { { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = ___value0; __this->set_U3COrderU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_mF7CC60E82900625E383EBAACDCB45E6C649E2DB7_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRequired_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m6276D5139B7020DB7C0D545DC24E6BE287FFF382_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_mFAF0D3A1269ACCAD4A3EF9EA47A2FF6BF1E3AA3B_inline (DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_emitDefaultValue_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m0F180CF7D80EB359016487BEA18E9F410155EA70_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasMemberAttributeU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_mF542BBDAEB126FCEA37EC52BB80A360E4693302F_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoredU3Ek__BackingField_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_mCDD468EA0E2D91F52B5A305D90E89D9F8C9A7AF4_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_30(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonPropertyAttribute_get_ItemConverterType_mAF933B5D8DDA82F16FA6C0C913011F51599225C4_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonPropertyAttribute_get_ItemConverterParameters_m99B1731F2F52670ECF7AC47E89EDFB76FA2DFE06_inline (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_mC6A4177099B43B9E51CEC2A9DFBB1E0E3345D166_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_29(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_m0C489B878D976FFB8D7C9C79ECBFBA4BD1334297_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_mFF4E69972F1A1F9BEE22D8544C95DB776716862C_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_31(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_m5524EC169BCF611A057633E87DBC3C8353F93F49_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = ___value0; __this->set_U3CGetIsSpecifiedU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_mA3076D9595079E61942368A41AF0985C51B2BA60_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method) { { Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = ___value0; __this->set_U3CSetIsSpecifiedU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_OriginalObject_m4CA8303766288428B25A40D3B1BB22A43A42BBAB_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3COriginalObjectU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Member_m1634A9D7F1819AD9369EEEB299B9006C2C5DBE8C_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CMemberU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Error_m75DF55A3439C3DEB05C71A542D23B3E8C3129E0E_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, Exception_t * ___value0, const RuntimeMethod* method) { { Exception_t * L_0 = ___value0; __this->set_U3CErrorU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorContext_set_Path_m19C423B7C393619E551184BA867D3F04187922C6_inline (ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorEventArgs_set_CurrentObject_mD942DD678863D48DB12217E473F0DEA7D8B31AFD_inline (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CCurrentObjectU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ErrorEventArgs_set_ErrorContext_mFCF9E619D2E91651CE1C1CC9C9DC504C8E75BD14_inline (ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * __this, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___value0, const RuntimeMethod* method) { { ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * L_0 = ___value0; __this->set_U3CErrorContextU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___value0, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___value0; __this->set__parent_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; __this->set__previous_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; __this->set__next_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__commentHandling_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_m8CDAF2FF5DA636B056CCB155AE6E6BF964017ED8_inline (AddingNewEventArgs_tE3CC6D89AE8420D3459C15C01FECE15156C9FB93 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CNewObjectU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )__this->get_value_0(); return (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } }