#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template 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); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tB208591972F0701E7095A8C8277EF0099B952997; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF6FE9E9005FA9DDCF3FB0D7A65D3F6D0CAE582F6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDDE97F4B1F5CCF200FCAA220F329933EA034D506; // System.EventHandler`1 struct EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A; // System.Func`1 struct Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`2 struct Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180; // System.Func`2 struct Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C; // System.Func`2 struct Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE; // System.Func`2 struct Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF; // System.Func`2 struct Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F; // System.Func`2> struct Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66; // System.Func`2 struct Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198; // System.Func`2 struct Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9; // System.Collections.Generic.ICollection`1 struct ICollection_1_tD2BB8A348BBFE72EF32F082FC2C73D956494F812; // System.Collections.Generic.ICollection`1 struct ICollection_1_t35488BE070734B4C5D136DC1A68CBC9CE507D488; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB2F17DA50C19E2D17FF7A834F41A69235D175625; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t373B947B94D8F4BC9BE54680F65DDE1E8248EE2D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF3AA0C5A090210CE9F4B0531EC1D6C898B5937B3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t95FA6F2545E4B529565364A2F48515FE4B80AD31; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC59259B47D9471B8536841275870E734976448FF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50; // 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_t7893F3E646CA021CE48865708B04C4CDA68D7388; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tB4F4A6EFD4950033CCAA8CCFC21AA9D447EC68ED; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tD70F1F8A055E4C430F02E84FEFA79A4AB50C1B35; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t21FD747F2BF1B215864956D166D3B2DA85207214; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IList`1 struct IList_1_t52E4CE6A2808933DF561E8BD1A816878E4ED6EF1; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_t6693D0BDDE20F7D4158435694F9F015581D786B4; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tE94459E785555E5DA275CE0423CF5DCFB3250089; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t262F6A956D443814F0B30C4FD6BFE7A56517A39B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B; // System.Collections.Generic.List`1 struct List_1_t74A1330085B8247FB17128749F92AD552C221D8B; // System.Collections.Generic.List`1 struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC; // 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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tDC7BB541CBA8ACE1B936F17F2A6628C100E3D1BD; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t0B2C0DA0A721C12C52C9A0A6EB1C698A5226D48F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE74DDA68EE3E207D3F4D75C4AFA700297A8527E0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Xml.Linq.XHashtable`1 struct XHashtable_1_tADB9EC257A4C5D4BA119F82D8518A518A69352BD; // System.Xml.Linq.XHashtable`1 struct XHashtable_1_tED019C524F9D180B656801A9DA06DAE1BBF0E49F; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tBFD58B43C8D6C4D96EDAAC20E3F9696A2D47F215; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t257258B472276E8C3AE7B6FD2393A51C330EE558; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // Newtonsoft.Json.Converters.IXmlNode[] struct IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // Newtonsoft.Json.JsonWriter/State[] struct StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Assembly struct Assembly_t; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // Newtonsoft.Json.Bson.BsonToken struct BsonToken_tA2631B48C100842BC1EFA072CF420304EA796D60; // Newtonsoft.Json.Bson.BsonWriter struct BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Security.CodeAccessPermission struct CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // 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; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_tA219AC3FC72F78746D43EA0801F6F3D8A08DA2C0; // System.IConvertible struct IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdInfo struct IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t49ED9B9BFD755B76031610A8B0DF90FCD3514427; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA; // Newtonsoft.Json.Converters.IXmlDocument struct IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371; // Newtonsoft.Json.Converters.IXmlElement struct IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9; // Newtonsoft.Json.Converters.IXmlNode struct IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242; // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598; // Newtonsoft.Json.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340; // Newtonsoft.Json.JsonReader struct JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD; // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7; // Newtonsoft.Json.JsonWriter struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94; // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9; // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory struct LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // Newtonsoft.Json.Serialization.MemoryTraceWriter struct MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728; // System.ComponentModel.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A; // System.ComponentModel.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_tC4E318FB1FEC9F09924576A7A00145A2C6BBED81; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // Newtonsoft.Json.Serialization.OnErrorAttribute struct OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE; // Newtonsoft.Json.Shims.PreserveAttribute struct PreserveAttribute_t1A6643C950366605223D21A16A65034EA1E34E53; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B; // System.Reflection.PropertyInfo struct PropertyInfo_t; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A; // Newtonsoft.Json.Linq.JsonPath.QueryExpression struct QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E; // Newtonsoft.Json.Linq.JsonPath.QueryFilter struct QueryFilter_t5841080C0AEB55B97DCEC7F1033E257D87AE6D8D; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9; // Newtonsoft.Json.Utilities.ReflectionMember struct ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B; // 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; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Newtonsoft.Json.Linq.JsonPath.ScanFilter struct ScanFilter_tD5677F977FBB0CEE184DA209F2DE031559DC1B05; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Security.Permissions.SecurityPermission struct SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315; // System.SerializableAttribute struct SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // Newtonsoft.Json.Converters.StringEnumConverter struct StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946; // System.IO.StringWriter struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759; // System.Text.UnicodeEncoding struct UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // Newtonsoft.Json.Converters.VectorConverter struct VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // Newtonsoft.Json.Converters.VersionConverter struct VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Xml.Linq.XAttribute struct XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7; // Newtonsoft.Json.Converters.XAttributeWrapper struct XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365; // System.Xml.Linq.XCData struct XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF; // System.Xml.Linq.XComment struct XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9; // Newtonsoft.Json.Converters.XCommentWrapper struct XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223; // System.Xml.Linq.XContainer struct XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525; // Newtonsoft.Json.Converters.XContainerWrapper struct XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587; // System.Xml.Linq.XDeclaration struct XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090; // Newtonsoft.Json.Converters.XDeclarationWrapper struct XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB; // System.Xml.Linq.XDocument struct XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF; // System.Xml.Linq.XDocumentType struct XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892; // Newtonsoft.Json.Converters.XDocumentTypeWrapper struct XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2; // Newtonsoft.Json.Converters.XDocumentWrapper struct XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB; // System.Xml.Linq.XElement struct XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5; // Newtonsoft.Json.Converters.XElementWrapper struct XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81; // System.Xml.Linq.XName struct XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956; // System.Xml.Linq.XNamespace struct XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7; // System.Xml.Linq.XNode struct XNode_tB88EE59443DF799686825ED2168D47C857C8CA99; // System.Xml.Linq.XObject struct XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6; // Newtonsoft.Json.Converters.XObjectWrapper struct XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142; // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75; // Newtonsoft.Json.Converters.XProcessingInstructionWrapper struct XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3; // System.Xml.Linq.XText struct XText_t14C82CC828138F000842E6611CBE05281260A3FC; // Newtonsoft.Json.Converters.XTextWrapper struct XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3; // System.Xml.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC; // Newtonsoft.Json.Converters.XmlDeclarationWrapper struct XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F; // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper struct XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26; // Newtonsoft.Json.Converters.XmlDocumentWrapper struct XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // Newtonsoft.Json.Converters.XmlElementWrapper struct XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65; // Newtonsoft.Json.Converters.XmlNodeWrapper struct XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F; // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry struct Entry_tD42BECCBE255C43533FE588B543794E909F9598C; // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264; // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1 struct U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63; // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2 struct U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008; // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0 struct U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D_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* Assembly_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedAttributeGetter_1_t16E6960312EB590035435696536C9BBAF9BABF3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedAttributeGetter_1_t5D3EC27E0D6047C6EC78C81830A95C4A661F2163_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* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_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* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_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* DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Entry_tD42BECCBE255C43533FE588B543794E909F9598C_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* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t1B05B3A52ABE519AAB1C234BD6B6D6655DCB6E8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t9ED8428D049366B5F60B7A89F7AAE46ECA503E30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t21FD747F2BF1B215864956D166D3B2DA85207214_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t373B947B94D8F4BC9BE54680F65DDE1E8248EE2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tC1469845CEBD36D92E7FE77DA40BA86D0F5DD295_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tD70F1F8A055E4C430F02E84FEFA79A4AB50C1B35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t0CA6655C26A8660228FD91E02AC462F2FC66A180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t0EB06B71D3A5651429398C327E9E99BFAACB3F8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t556F6E5384E7EA0D2E211524A603938CEA2CFDAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5C4FADAE1CD0985640B2EDB887FE74A475EDEEDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tBF0A4C0309DD6C17E06E972B1CC2A4715F9AB2E6_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_t6693D0BDDE20F7D4158435694F9F015581D786B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_tDA1FACADA2EBD1F518087EF8A99C23BD8BE068DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_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* JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_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* JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t74A1330085B8247FB17128749F92AD552C221D8B_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* MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_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* Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_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* U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720; IL2CPP_EXTERN_C String_t* _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E; IL2CPP_EXTERN_C String_t* _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075; IL2CPP_EXTERN_C String_t* _stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B; IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46; IL2CPP_EXTERN_C String_t* _stringLiteral1613296BA787F8ADE0D3584C042EB5CB7EE8B9EC; IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E; IL2CPP_EXTERN_C String_t* _stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71; IL2CPP_EXTERN_C String_t* _stringLiteral1F4D219C936F7DB413B4CEB44F4A08C41F37F504; IL2CPP_EXTERN_C String_t* _stringLiteral22DA2AE2AAC47006D97A25A98C6CDC909DE59894; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2591BC727921C9B6A5E095E0888D3483EAE15E1C; IL2CPP_EXTERN_C String_t* _stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0; IL2CPP_EXTERN_C String_t* _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2F62B3631B3843128CF8C3FF2A6EB6BB8DA4B062; IL2CPP_EXTERN_C String_t* _stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6; IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018; IL2CPP_EXTERN_C String_t* _stringLiteral34AC5C40D830EF0A8EF122F54B008863A6142239; IL2CPP_EXTERN_C String_t* _stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2; IL2CPP_EXTERN_C String_t* _stringLiteral353387D238AB271DB188C48D7B97628BE513D749; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393; IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84; IL2CPP_EXTERN_C String_t* _stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47464D6F4499EB8E220AD741CB115980E89554E2; IL2CPP_EXTERN_C String_t* _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4; IL2CPP_EXTERN_C String_t* _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074; IL2CPP_EXTERN_C String_t* _stringLiteral47ADD84A5895853127FD08122B323A32CA8ED602; IL2CPP_EXTERN_C String_t* _stringLiteral4D0001210B9175FF22174F0EBEB5F7BB39B0C5FF; IL2CPP_EXTERN_C String_t* _stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7; IL2CPP_EXTERN_C String_t* _stringLiteral539E31D9C32242C0883451A9A8DE262A8C813564; IL2CPP_EXTERN_C String_t* _stringLiteral559483D7AFD5E146A0FF903862BA9AB05FE01692; IL2CPP_EXTERN_C String_t* _stringLiteral568E852BDA9DFECC46D2B85B19C5E6609D353EB8; IL2CPP_EXTERN_C String_t* _stringLiteral5CA9455F82225506E9807EBEA47D2D77C4B0357C; IL2CPP_EXTERN_C String_t* _stringLiteral5EE58BA1E5ECB5C3AED8D32D9B6DA7CB39BB4E47; IL2CPP_EXTERN_C String_t* _stringLiteral6139809F8F5889653A693440ECEF2DFD4FDCDD94; IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; IL2CPP_EXTERN_C String_t* _stringLiteral6F1CFAF88CAD676D520A75DE5C20759B9CAD4830; IL2CPP_EXTERN_C String_t* _stringLiteral714AD7AD1A548A14B5B4F984B3D5AABDCF5C2733; IL2CPP_EXTERN_C String_t* _stringLiteral72D07D1C82E1B7A92C7AB6D9C01CD4050846760F; IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900; IL2CPP_EXTERN_C String_t* _stringLiteral75842F038DF44EADD0CCA67D4F35D7BA0B0D7A4D; IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA; IL2CPP_EXTERN_C String_t* _stringLiteral76EE5B8D032C95BE563A920FDFAD51C49E21E8AA; IL2CPP_EXTERN_C String_t* _stringLiteral77A2BCDF7833AAF3267F008AEBA7BF1544830032; IL2CPP_EXTERN_C String_t* _stringLiteral810C723B6D33105E6B3277736A780EFDA0438806; IL2CPP_EXTERN_C String_t* _stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD; IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF; IL2CPP_EXTERN_C String_t* _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C; IL2CPP_EXTERN_C String_t* _stringLiteral847BDE321BACE58C20EACA226ABC5487CBF50A05; IL2CPP_EXTERN_C String_t* _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88795AB13DE909B0C1686FB8EF79E69E5C7468DD; IL2CPP_EXTERN_C String_t* _stringLiteral8B1F87BF4C64319A8AA1DA5423C987A720C3CFF0; IL2CPP_EXTERN_C String_t* _stringLiteral8CD217E7BE4DABC0AB52B3661A45AF8DB008E8C1; IL2CPP_EXTERN_C String_t* _stringLiteral8D1D2D945693CD525D0A8B33864CE6DE9C583278; IL2CPP_EXTERN_C String_t* _stringLiteral8F520303D59E86AC4C7A7D3637D6BFB77BF0A90F; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteral95C8A5370D26D671D01AC2995934B40AF9E59DB1; IL2CPP_EXTERN_C String_t* _stringLiteral96E8BF0E5DDD81FBBF5598805554859ED641E1E2; IL2CPP_EXTERN_C String_t* _stringLiteral97904970B3A68365EC4C5BC81CD8B049D3A81ECD; IL2CPP_EXTERN_C String_t* _stringLiteral9A514EDAC534931C94A111265660666E05658496; IL2CPP_EXTERN_C String_t* _stringLiteral9B3B25A57D6AF3D9D10CF6BE85BAF5E750310D57; IL2CPP_EXTERN_C String_t* _stringLiteral9BF3B27ED4B30446D57C1D67F48C33F813074AB2; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1; IL2CPP_EXTERN_C String_t* _stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF; IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; IL2CPP_EXTERN_C String_t* _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655; IL2CPP_EXTERN_C String_t* _stringLiteralA3EAA0F339183241CBE940583DB6DF3E8447B751; IL2CPP_EXTERN_C String_t* _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907; IL2CPP_EXTERN_C String_t* _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E; IL2CPP_EXTERN_C String_t* _stringLiteralB317A491A918E5501692248F501D9DF2AFAA2426; IL2CPP_EXTERN_C String_t* _stringLiteralB5F971C21F0E429CC592BBB1C93532F72EFFC873; IL2CPP_EXTERN_C String_t* _stringLiteralB62AA2CC6BFDA437017A321F61AE9B5B2FF52ADE; IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58; IL2CPP_EXTERN_C String_t* _stringLiteralB6FEE3D4E67CA183A789224E46967A517687086A; IL2CPP_EXTERN_C String_t* _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; IL2CPP_EXTERN_C String_t* _stringLiteralB7A18C1F56396A57EB62B09AB5FB3C5ADC904FF0; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB8D09BA37DB38A684B017E8CED6F9340176EF3C7; IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476; IL2CPP_EXTERN_C String_t* _stringLiteralBEC1B25E3E42C42165FD24BA61715FD024A24168; IL2CPP_EXTERN_C String_t* _stringLiteralC17346629BDD1E4B02DEDA10A4D5C04D452E3078; IL2CPP_EXTERN_C String_t* _stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302; IL2CPP_EXTERN_C String_t* _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581; IL2CPP_EXTERN_C String_t* _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A; IL2CPP_EXTERN_C String_t* _stringLiteralC52E12F4ABFFA5AB694751EDEC80FD182CE14145; IL2CPP_EXTERN_C String_t* _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC9159179D678574C69291BCB3CFA5FAC9393D0C8; IL2CPP_EXTERN_C String_t* _stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A; IL2CPP_EXTERN_C String_t* _stringLiteralCEEC121DF59708320D4D7FB4422A2E39CA9FED36; IL2CPP_EXTERN_C String_t* _stringLiteralCEFE08E0E22F0F2F83881114AA953EB6602998C0; IL2CPP_EXTERN_C String_t* _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B; IL2CPP_EXTERN_C String_t* _stringLiteralD1545CFDAAF7A5965985B205CE1C592FF9780059; IL2CPP_EXTERN_C String_t* _stringLiteralD372CCFC3C301AA5EC25EDCDE56A31E9545CDA18; IL2CPP_EXTERN_C String_t* _stringLiteralD462B8D5192FB7491E85A3C2A4B22B91C958EE73; IL2CPP_EXTERN_C String_t* _stringLiteralD5885752D9D9B9AFDCC103ACBDA8549090AABA45; IL2CPP_EXTERN_C String_t* _stringLiteralD991C5CB8D30264A4B7C13F9D30CB637A4DA768D; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901; IL2CPP_EXTERN_C String_t* _stringLiteralDC831E4287EDA3A3A9B5B37A3194AA566D49E6CF; IL2CPP_EXTERN_C String_t* _stringLiteralDE691340A62551B7980DCA7D2D7EB4C65FFF808D; IL2CPP_EXTERN_C String_t* _stringLiteralE277CFF9C0F40D8AD278F095111F17D2F24BD7EA; IL2CPP_EXTERN_C String_t* _stringLiteralE7CCD8078E8A58A921106F3AF064603AB958A11A; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE85CB44294D0585D0CDB553EE58583455F665F3B; IL2CPP_EXTERN_C String_t* _stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA; IL2CPP_EXTERN_C String_t* _stringLiteralEB970001F19051B486F81469B35F4DBB22AAD54E; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralF2EB0B21A975739F9285B24F45AC110ADD74337E; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1; IL2CPP_EXTERN_C String_t* _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520; IL2CPP_EXTERN_C String_t* _stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382; IL2CPP_EXTERN_C String_t* _stringLiteralFA907C752DA7A119FC04A8B82054F826CAD16505; IL2CPP_EXTERN_C String_t* _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4; IL2CPP_EXTERN_C String_t* _stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438; IL2CPP_EXTERN_C String_t* _stringLiteralFD8BB0CC6B07724F6757D69FDD97957C3B3A67A8; IL2CPP_EXTERN_C String_t* _stringLiteralFDE19EF7EBB97E368AFBF9A1B8DC90708B67C9A4; IL2CPP_EXTERN_C String_t* _stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5; IL2CPP_EXTERN_C String_t* _stringLiteralFF51AE1F9006774EB05DFE9C7EE8CC7B1AAA1446; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CachedAttributeGetter_1_GetAttribute_mF509F3616A4255CD9B6C282CDE4EFBD833D84709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IsNullOrEmpty_TisIXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_m8135E11473068917F7578FFCAF6F23B7ED81E154_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB47A25DD5DFE9067E6E1BA22728510131F647240_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m99462FD95A811068FBA964A97213B4CA59FF8A31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m9D697ED382D56A9AAF3D625D89C6ADD2F7130993_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m096A9BC8864734F83C3A9C07511B3DEF6AC32E76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m204D5B362F4E18E4EFF21456FF4571F1D276E61F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m682FF32165596C2296609F82ACA63213D93E16F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB189AA19034330B493FA4DB791D65F328F38EBD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisFieldInfo_t_m48E3F2E12B48D24AC0F5608FFBB7BD40E33B221F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisMemberInfo_t_m5F47F3C40739EDCA15A2E8F73D49E5C72A93844F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisMemberInfo_t_mC79AE1754AB682F7F7B1DD6923719CB2949BEE72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisMemberInfo_t_m5C9073761641B6015C14E7E11944B09A8BC79C57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_GroupBy_TisMemberInfo_t_TisString_t_mB4DB316781864DF3A8F618E731F80D0D407277A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_TisType_t_mA02A6E6FB3478DEA86948285CC94705C535286D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m0816341157E4156CEE1A46CB8E0C4CEAD53F64CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisMemberInfo_t_m797EDA1E78CDEA4734BE59CD36E95323C0F1FC34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemberInfo_t_mFBF095F6EE47CAD15F8E7F4A5FD76CB2566DD3B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisStateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_mC638DD1FB672BD0EE34B6348D8D4E919D8601D4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Union_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB7EBD8A45E5AC85DB715C4F6E7F3237EC63B472A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m793FD88817B6E5712ECACD72A394B18BD95E3F21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mFF215AB10F631C857B5D3116DDDDEFAED1AE4941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m11642E9FFBE397DAD4CB2523C64A2CB4A54EA112_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD4FE73734D436ABA18F19E087A503ACBAF7DB9ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0E89F960CC17EAEBA38A57A632911BB4A6D9EAFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7E244604611C2B0753591CC5E330A4C1D49B3E0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA9606B8779BC6ECEAA5F1C51C3F1EE42F8639D31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m07855F36EFF7717014368385F596EDDC9001D1F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m5D1EEBAE08E8E3B26A04280CC4DB3623FC16B0E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m71E3F4F9A595B7D863AE6E2BA4D530CD520ADC6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m8F954B42109B70467701CD9118FB948F19467A09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mBA736F454E4A4FA67FEF9867E22F9F2B8DA4B57B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mFEE173F2E6F13D352AE7E8F0A74C3FD0230256D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_Deserialize_TisRegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_mF7645CAEC059FA11CF930CEFD7492B505ADB872D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTextWriter_WriteEnd_m492C5EA658E05A68346AA13C4C85563D813E80ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4FE6AE750C505BD0B3DCBC2C3078B0AC8F685E8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4_mAA3BBB6DAC6C1A3A7CE58937599DDC952AF889AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_mD291D0D1A58024960AE20ADAF54A00D1DA125160_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetJsonConverterCreator_m06E11E39875F4321EBD0CC6D135D494A26C9B009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_GetCloseTokenForType_mB09609832B8A3BFCA123BFDC6FDA53B419AE5941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_WriteEnd_m04DD651F7158F913327B4B44A83E6398E464049C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_WriteToken_m0E530768DEFE81C78F8A96746254BF1926FFB7F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_get_WriteState_m23CD3D22D1976D61D92BF6729EB6353ACB9A6CA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePairConverter_InitializeReflectionObject_mE2CA953A6A57FF72CCFEFBC3AE8A859EF0D3E458_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePairConverter_ReadJson_mA3DBFAADBAB55A0405350CC98809DC8C0876C961_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m8C66368EC4BDB879F366D510C6CB7F50BA11490D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mE21E5AB56FBE8C41D81597F6EBF488496AF84B9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m18D92D12AF17EA406F915ACF0FBB396047AB2FAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m35FFC6AB4637EF4D4523983E261F6BEB5DFDFDC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_mAA9354381DAD7FD919A385370369AD4BB6A6FC05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m5EEDD8B9ADC70CA74CCCB235A981AB8D76973D88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6C73BE1646B29DE6DB80F5DDF9D9C612D23BE5F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBC38750EE166255F494D8184811A8EBCCA3F6F92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF480C917701985B0A82E7E869FBA8E45E315202E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m25C0863EA5EE5E5A8EB4B4CDDBCCB772DC2DDACD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9109FF334C7C55B482F5490237A40A503AA78DBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCAEA1EE8853594506435D323C3CEED01B210B708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m62533558C3E1C7FE2A726D2C35EAC0E040C574F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m9C612DBE933D7B951026680B66B3BB35B774FAD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mE1833EAAFEE91DB2E3CC19436126BFC1E5AA413B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m9AE46749832C5A696908DF76BBCA8CCF030018F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_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_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD96C04C8C19EAB83BB1DFF566EABF26350631691_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyNameTable_Add_mB12AEDC24D9C264E460A8C2AFB6FBE759070E18C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m7468E0BEC088B58256FA3D00A82B4C2B5E9A9FA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_GetEnumerator_m03D7A2629BCC3D60F8EBD347E87BD19240313848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mD7C8C22580B59BE7F224C7E5AC3C079592F54D58_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* ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_GetTypeName_mAE9186A1EE728CB6DD3A5CD54597C908BFFE5BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionUtils_SetMemberValue_m2932AB649EE9B56618E6EDEF9C49C6E89560777A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionValueProvider_GetValue_mD11A35EE4B765069DE2034CBCED9C98B36F29B7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionValueProvider_SetValue_m2E6A426BC3002D958D06C377276BFFA666D94E63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexConverter_ReadJson_m24F1018312CB0087B2FB302211CD9C5B7673B76B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m399075A2B5C284FEB7C9F83ACF22CAABDE52BE05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_m67AF107559EEDEA5F7BA05C28F842E584AAE7360_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_m982549EA7BF26E59109D7045E879E0787277C63F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadSafeStore_2__ctor_mA86CE22C792902CB93EA516988B5126B0C6B585E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__39_0_m8AC377D32B6BAC80570452D84F2D48EB9E7BE7DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetDefaultConstructorU3Eb__10_0_m17815478D5DCADBBD2A6AA34250EDF5A111E5B78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__29_0_m916E1FDF7C53DFA1D4BD32052B264443CE1E94CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__37_0_m06E1B0E80F071C82CF50F5817F9AAF8FD3A56E8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CCreateU3Eb__0_m94CD2B6E95976B8BB1C937BBAF665334662288FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_1_U3CCreateU3Eb__1_mA4CEB8DCDB87B0B62F376E8761712FA105337E9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_2_U3CCreateU3Eb__2_m1AD4537D3CE56E60192F194146C0DFF6CF9F0A26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m10158FA5080CF58CD0869216D25D4EA37301748D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m3CAAE331CBBB15539A0E2A2AA6410252DD05844C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__0_m39CF962B54FA7C2F29532D4648AA7C5B39F1BED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__1_m6AB570883720965760F59B80DD4EB93F25C2329D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__2_mD5D8631346ECB05F7F0494A567ADDC31ABE42E70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VersionConverter_ReadJson_mAE54D606E8F4FC9BCBB8CD41F84254B5F9A69BC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VersionConverter_WriteJson_mFA1B84F54D2D945FA43710BA8D407863CE3269E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XObjectWrapper_AppendChild_m14A2F44F8DDFC2F9AB76683E88A8390A3675BA30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_CreateDocumentType_m2E978CCD06BAA7BA15D46ED2FB7AE16EAC53EC48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_CreateInstruction_mD86936DAEF4F1C1E8A7060FB2AC6F2DA69CF4BDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNodeConverter_WrapXml_m9238ECF3CD30390AC439D19AB9C2196A50DCC958_RuntimeMethod_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* JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_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; IL2CPP_EXTERN_C const RuntimeType* XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_pinvoke; 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 StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597; struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9; struct EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 : 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_tBFD58B43C8D6C4D96EDAAC20E3F9696A2D47F215* ___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_tE94459E785555E5DA275CE0423CF5DCFB3250089 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0B2C0DA0A721C12C52C9A0A6EB1C698A5226D48F * ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___entries_1)); } inline EntryU5BU5D_tBFD58B43C8D6C4D96EDAAC20E3F9696A2D47F215* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tBFD58B43C8D6C4D96EDAAC20E3F9696A2D47F215** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tBFD58B43C8D6C4D96EDAAC20E3F9696A2D47F215* 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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___keys_7)); } inline KeyCollection_tE94459E785555E5DA275CE0423CF5DCFB3250089 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE94459E785555E5DA275CE0423CF5DCFB3250089 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE94459E785555E5DA275CE0423CF5DCFB3250089 * 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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ___values_8)); } inline ValueCollection_t0B2C0DA0A721C12C52C9A0A6EB1C698A5226D48F * get_values_8() const { return ___values_8; } inline ValueCollection_t0B2C0DA0A721C12C52C9A0A6EB1C698A5226D48F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0B2C0DA0A721C12C52C9A0A6EB1C698A5226D48F * 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_t719DDA86FA6298C14259CE9B1661E4693F29CCA2, ____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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92 : 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_t257258B472276E8C3AE7B6FD2393A51C330EE558* ___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_t262F6A956D443814F0B30C4FD6BFE7A56517A39B * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tE74DDA68EE3E207D3F4D75C4AFA700297A8527E0 * ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___entries_1)); } inline EntryU5BU5D_t257258B472276E8C3AE7B6FD2393A51C330EE558* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t257258B472276E8C3AE7B6FD2393A51C330EE558** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t257258B472276E8C3AE7B6FD2393A51C330EE558* 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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___keys_7)); } inline KeyCollection_t262F6A956D443814F0B30C4FD6BFE7A56517A39B * get_keys_7() const { return ___keys_7; } inline KeyCollection_t262F6A956D443814F0B30C4FD6BFE7A56517A39B ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t262F6A956D443814F0B30C4FD6BFE7A56517A39B * 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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ___values_8)); } inline ValueCollection_tE74DDA68EE3E207D3F4D75C4AFA700297A8527E0 * get_values_8() const { return ___values_8; } inline ValueCollection_tE74DDA68EE3E207D3F4D75C4AFA700297A8527E0 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tE74DDA68EE3E207D3F4D75C4AFA700297A8527E0 * 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_tC8D2345BB286EB195F7FE2571D4CDEB633968B92, ____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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ____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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B, ____items_1)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get__items_1() const { return ____items_1; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* 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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B, ____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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B, ____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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B, ____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_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B_StaticFields, ____emptyArray_5)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get__emptyArray_5() const { return ____emptyArray_5; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t74A1330085B8247FB17128749F92AD552C221D8B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* ____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_t74A1330085B8247FB17128749F92AD552C221D8B, ____items_1)); } inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* get__items_1() const { return ____items_1; } inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* 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_t74A1330085B8247FB17128749F92AD552C221D8B, ____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_t74A1330085B8247FB17128749F92AD552C221D8B, ____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_t74A1330085B8247FB17128749F92AD552C221D8B, ____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_t74A1330085B8247FB17128749F92AD552C221D8B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_StaticFields, ____emptyArray_5)); } inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* get__emptyArray_5() const { return ____emptyArray_5; } inline IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IXmlNodeU5BU5D_t98060B2ECE89C6A5DF25EB1467142B69282E662E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* ____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_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____items_1)); } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* get__items_1() const { return ____items_1; } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* 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_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____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_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____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_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____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_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_StaticFields, ____emptyArray_5)); } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* get__emptyArray_5() const { return ____emptyArray_5; } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* 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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* ____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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521, ____items_1)); } inline PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* get__items_1() const { return ____items_1; } inline PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* 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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521, ____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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521, ____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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521, ____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_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521_StaticFields, ____emptyArray_5)); } inline PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* get__emptyArray_5() const { return ____emptyArray_5; } inline PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____array_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__array_0() const { return ____array_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 : 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_tB208591972F0701E7095A8C8277EF0099B952997 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094, ____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_tC1E1331CC66EC43561318B3A5A3EBA17B9953094, ____store_1)); } inline Dictionary_2_tB208591972F0701E7095A8C8277EF0099B952997 * get__store_1() const { return ____store_1; } inline Dictionary_2_tB208591972F0701E7095A8C8277EF0099B952997 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_tB208591972F0701E7095A8C8277EF0099B952997 * 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_tC1E1331CC66EC43561318B3A5A3EBA17B9953094, ____creator_2)); } inline Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * get__creator_2() const { return ____creator_2; } inline Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B : 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_tF6FE9E9005FA9DDCF3FB0D7A65D3F6D0CAE582F6 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B, ____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_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B, ____store_1)); } inline Dictionary_2_tF6FE9E9005FA9DDCF3FB0D7A65D3F6D0CAE582F6 * get__store_1() const { return ____store_1; } inline Dictionary_2_tF6FE9E9005FA9DDCF3FB0D7A65D3F6D0CAE582F6 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_tF6FE9E9005FA9DDCF3FB0D7A65D3F6D0CAE582F6 * 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_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B, ____creator_2)); } inline Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * get__creator_2() const { return ____creator_2; } inline Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC : 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_tDDE97F4B1F5CCF200FCAA220F329933EA034D506 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC, ____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_t21C856850697731C2D052925EA76EE1137BC7FEC, ____store_1)); } inline Dictionary_2_tDDE97F4B1F5CCF200FCAA220F329933EA034D506 * get__store_1() const { return ____store_1; } inline Dictionary_2_tDDE97F4B1F5CCF200FCAA220F329933EA034D506 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_tDDE97F4B1F5CCF200FCAA220F329933EA034D506 * 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_t21C856850697731C2D052925EA76EE1137BC7FEC, ____creator_2)); } inline Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * get__creator_2() const { return ____creator_2; } inline Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____creator_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // 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.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.Security.CodeAccessPermission struct CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 : public RuntimeObject { public: public: }; // 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; }; // 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); } }; // 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.JsonConvert struct JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87 : public RuntimeObject { public: public: }; struct JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields { public: // System.Func`1 Newtonsoft.Json.JsonConvert::k__BackingField Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * ___U3CDefaultSettingsU3Ek__BackingField_0; // System.String Newtonsoft.Json.JsonConvert::True String_t* ___True_1; // System.String Newtonsoft.Json.JsonConvert::False String_t* ___False_2; // System.String Newtonsoft.Json.JsonConvert::Null String_t* ___Null_3; // System.String Newtonsoft.Json.JsonConvert::Undefined String_t* ___Undefined_4; // System.String Newtonsoft.Json.JsonConvert::PositiveInfinity String_t* ___PositiveInfinity_5; // System.String Newtonsoft.Json.JsonConvert::NegativeInfinity String_t* ___NegativeInfinity_6; // System.String Newtonsoft.Json.JsonConvert::NaN String_t* ___NaN_7; // Newtonsoft.Json.JsonSerializerSettings Newtonsoft.Json.JsonConvert::InitialSerializerSettings JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___InitialSerializerSettings_8; public: inline static int32_t get_offset_of_U3CDefaultSettingsU3Ek__BackingField_0() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___U3CDefaultSettingsU3Ek__BackingField_0)); } inline Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * get_U3CDefaultSettingsU3Ek__BackingField_0() const { return ___U3CDefaultSettingsU3Ek__BackingField_0; } inline Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A ** get_address_of_U3CDefaultSettingsU3Ek__BackingField_0() { return &___U3CDefaultSettingsU3Ek__BackingField_0; } inline void set_U3CDefaultSettingsU3Ek__BackingField_0(Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * value) { ___U3CDefaultSettingsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultSettingsU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_True_1() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___True_1)); } inline String_t* get_True_1() const { return ___True_1; } inline String_t** get_address_of_True_1() { return &___True_1; } inline void set_True_1(String_t* value) { ___True_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___True_1), (void*)value); } inline static int32_t get_offset_of_False_2() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___False_2)); } inline String_t* get_False_2() const { return ___False_2; } inline String_t** get_address_of_False_2() { return &___False_2; } inline void set_False_2(String_t* value) { ___False_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___False_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___Null_3)); } inline String_t* get_Null_3() const { return ___Null_3; } inline String_t** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(String_t* value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } inline static int32_t get_offset_of_Undefined_4() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___Undefined_4)); } inline String_t* get_Undefined_4() const { return ___Undefined_4; } inline String_t** get_address_of_Undefined_4() { return &___Undefined_4; } inline void set_Undefined_4(String_t* value) { ___Undefined_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Undefined_4), (void*)value); } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___PositiveInfinity_5)); } inline String_t* get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline String_t** get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(String_t* value) { ___PositiveInfinity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PositiveInfinity_5), (void*)value); } inline static int32_t get_offset_of_NegativeInfinity_6() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___NegativeInfinity_6)); } inline String_t* get_NegativeInfinity_6() const { return ___NegativeInfinity_6; } inline String_t** get_address_of_NegativeInfinity_6() { return &___NegativeInfinity_6; } inline void set_NegativeInfinity_6(String_t* value) { ___NegativeInfinity_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___NegativeInfinity_6), (void*)value); } inline static int32_t get_offset_of_NaN_7() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___NaN_7)); } inline String_t* get_NaN_7() const { return ___NaN_7; } inline String_t** get_address_of_NaN_7() { return &___NaN_7; } inline void set_NaN_7(String_t* value) { ___NaN_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___NaN_7), (void*)value); } inline static int32_t get_offset_of_InitialSerializerSettings_8() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___InitialSerializerSettings_8)); } inline JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * get_InitialSerializerSettings_8() const { return ___InitialSerializerSettings_8; } inline JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE ** get_address_of_InitialSerializerSettings_8() { return &___InitialSerializerSettings_8; } inline void set_InitialSerializerSettings_8(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * value) { ___InitialSerializerSettings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___InitialSerializerSettings_8), (void*)value); } }; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.JsonTokenUtils struct JsonTokenUtils_tD3E0F7D3DAC551F78A2C4E9CB0AE7191EE42D4AF : public RuntimeObject { public: public: }; // 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; }; // Newtonsoft.Json.Utilities.MathUtils struct MathUtils_t67AB2C04F086429E8FDBA532C553E0FC248C9357 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.MiscellaneousUtils struct MiscellaneousUtils_t643575630FDDDF82B2FDE6477F4A4F1203FBEF4A : public RuntimeObject { public: public: }; // System.ComponentModel.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A : public RuntimeObject { public: public: }; // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE : public RuntimeObject { public: public: }; // 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.ReflectionMember struct ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B : public RuntimeObject { public: // System.Type Newtonsoft.Json.Utilities.ReflectionMember::k__BackingField Type_t * ___U3CMemberTypeU3Ek__BackingField_0; // System.Func`2 Newtonsoft.Json.Utilities.ReflectionMember::k__BackingField Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___U3CGetterU3Ek__BackingField_1; // System.Action`2 Newtonsoft.Json.Utilities.ReflectionMember::k__BackingField Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___U3CSetterU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CMemberTypeU3Ek__BackingField_0() { return static_cast(offsetof(ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B, ___U3CMemberTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CMemberTypeU3Ek__BackingField_0() const { return ___U3CMemberTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CMemberTypeU3Ek__BackingField_0() { return &___U3CMemberTypeU3Ek__BackingField_0; } inline void set_U3CMemberTypeU3Ek__BackingField_0(Type_t * value) { ___U3CMemberTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CGetterU3Ek__BackingField_1() { return static_cast(offsetof(ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B, ___U3CGetterU3Ek__BackingField_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_U3CGetterU3Ek__BackingField_1() const { return ___U3CGetterU3Ek__BackingField_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_U3CGetterU3Ek__BackingField_1() { return &___U3CGetterU3Ek__BackingField_1; } inline void set_U3CGetterU3Ek__BackingField_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___U3CGetterU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGetterU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CSetterU3Ek__BackingField_2() { return static_cast(offsetof(ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B, ___U3CSetterU3Ek__BackingField_2)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_U3CSetterU3Ek__BackingField_2() const { return ___U3CSetterU3Ek__BackingField_2; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_U3CSetterU3Ek__BackingField_2() { return &___U3CSetterU3Ek__BackingField_2; } inline void set_U3CSetterU3Ek__BackingField_2(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___U3CSetterU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSetterU3Ek__BackingField_2), (void*)value); } }; // 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.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.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; } }; // Newtonsoft.Json.Utilities.StringReferenceExtensions struct StringReferenceExtensions_tA8F8A5A2D00FB2FB90DFA709C917876F4E838A50 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.StringUtils struct StringUtils_tE16A6464092C401A755273C8DA04744F58FBA28E : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.TypeExtensions struct TypeExtensions_t69956A424158298018E8372DC99857F428252A35 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.ValidationUtils struct ValidationUtils_t9CCEA472C49A746003F3755EF8C4D8074DB9660F : public RuntimeObject { public: public: }; // 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); } }; // System.Xml.Linq.XDeclaration struct XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 : public RuntimeObject { public: // System.String System.Xml.Linq.XDeclaration::version String_t* ___version_0; // System.String System.Xml.Linq.XDeclaration::encoding String_t* ___encoding_1; // System.String System.Xml.Linq.XDeclaration::standalone String_t* ___standalone_2; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090, ___version_0)); } inline String_t* get_version_0() const { return ___version_0; } inline String_t** get_address_of_version_0() { return &___version_0; } inline void set_version_0(String_t* value) { ___version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_0), (void*)value); } inline static int32_t get_offset_of_encoding_1() { return static_cast(offsetof(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090, ___encoding_1)); } inline String_t* get_encoding_1() const { return ___encoding_1; } inline String_t** get_address_of_encoding_1() { return &___encoding_1; } inline void set_encoding_1(String_t* value) { ___encoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_1), (void*)value); } inline static int32_t get_offset_of_standalone_2() { return static_cast(offsetof(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090, ___standalone_2)); } inline String_t* get_standalone_2() const { return ___standalone_2; } inline String_t** get_address_of_standalone_2() { return &___standalone_2; } inline void set_standalone_2(String_t* value) { ___standalone_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___standalone_2), (void*)value); } }; // System.Xml.Linq.XName struct XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 : public RuntimeObject { public: // System.Xml.Linq.XNamespace System.Xml.Linq.XName::ns XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * ___ns_0; // System.String System.Xml.Linq.XName::localName String_t* ___localName_1; // System.Int32 System.Xml.Linq.XName::hashCode int32_t ___hashCode_2; public: inline static int32_t get_offset_of_ns_0() { return static_cast(offsetof(XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956, ___ns_0)); } inline XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * get_ns_0() const { return ___ns_0; } inline XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 ** get_address_of_ns_0() { return &___ns_0; } inline void set_ns_0(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * value) { ___ns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_0), (void*)value); } inline static int32_t get_offset_of_localName_1() { return static_cast(offsetof(XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956, ___localName_1)); } inline String_t* get_localName_1() const { return ___localName_1; } inline String_t** get_address_of_localName_1() { return &___localName_1; } inline void set_localName_1(String_t* value) { ___localName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_1), (void*)value); } inline static int32_t get_offset_of_hashCode_2() { return static_cast(offsetof(XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956, ___hashCode_2)); } inline int32_t get_hashCode_2() const { return ___hashCode_2; } inline int32_t* get_address_of_hashCode_2() { return &___hashCode_2; } inline void set_hashCode_2(int32_t value) { ___hashCode_2 = value; } }; // System.Xml.Linq.XNamespace struct XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 : public RuntimeObject { public: // System.String System.Xml.Linq.XNamespace::namespaceName String_t* ___namespaceName_4; // System.Int32 System.Xml.Linq.XNamespace::hashCode int32_t ___hashCode_5; // System.Xml.Linq.XHashtable`1 System.Xml.Linq.XNamespace::names XHashtable_1_tED019C524F9D180B656801A9DA06DAE1BBF0E49F * ___names_6; public: inline static int32_t get_offset_of_namespaceName_4() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7, ___namespaceName_4)); } inline String_t* get_namespaceName_4() const { return ___namespaceName_4; } inline String_t** get_address_of_namespaceName_4() { return &___namespaceName_4; } inline void set_namespaceName_4(String_t* value) { ___namespaceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceName_4), (void*)value); } inline static int32_t get_offset_of_hashCode_5() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7, ___hashCode_5)); } inline int32_t get_hashCode_5() const { return ___hashCode_5; } inline int32_t* get_address_of_hashCode_5() { return &___hashCode_5; } inline void set_hashCode_5(int32_t value) { ___hashCode_5 = value; } inline static int32_t get_offset_of_names_6() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7, ___names_6)); } inline XHashtable_1_tED019C524F9D180B656801A9DA06DAE1BBF0E49F * get_names_6() const { return ___names_6; } inline XHashtable_1_tED019C524F9D180B656801A9DA06DAE1BBF0E49F ** get_address_of_names_6() { return &___names_6; } inline void set_names_6(XHashtable_1_tED019C524F9D180B656801A9DA06DAE1BBF0E49F * value) { ___names_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_6), (void*)value); } }; struct XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7_StaticFields { public: // System.Xml.Linq.XHashtable`1 System.Xml.Linq.XNamespace::namespaces XHashtable_1_tADB9EC257A4C5D4BA119F82D8518A518A69352BD * ___namespaces_0; // System.WeakReference System.Xml.Linq.XNamespace::refNone WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___refNone_1; // System.WeakReference System.Xml.Linq.XNamespace::refXml WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___refXml_2; // System.WeakReference System.Xml.Linq.XNamespace::refXmlns WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ___refXmlns_3; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7_StaticFields, ___namespaces_0)); } inline XHashtable_1_tADB9EC257A4C5D4BA119F82D8518A518A69352BD * get_namespaces_0() const { return ___namespaces_0; } inline XHashtable_1_tADB9EC257A4C5D4BA119F82D8518A518A69352BD ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(XHashtable_1_tADB9EC257A4C5D4BA119F82D8518A518A69352BD * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaces_0), (void*)value); } inline static int32_t get_offset_of_refNone_1() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7_StaticFields, ___refNone_1)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get_refNone_1() const { return ___refNone_1; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of_refNone_1() { return &___refNone_1; } inline void set_refNone_1(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ___refNone_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___refNone_1), (void*)value); } inline static int32_t get_offset_of_refXml_2() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7_StaticFields, ___refXml_2)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get_refXml_2() const { return ___refXml_2; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of_refXml_2() { return &___refXml_2; } inline void set_refXml_2(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ___refXml_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___refXml_2), (void*)value); } inline static int32_t get_offset_of_refXmlns_3() { return static_cast(offsetof(XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7_StaticFields, ___refXmlns_3)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get_refXmlns_3() const { return ___refXmlns_3; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of_refXmlns_3() { return &___refXmlns_3; } inline void set_refXmlns_3(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ___refXmlns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___refXmlns_3), (void*)value); } }; // System.Xml.Linq.XObject struct XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 : public RuntimeObject { public: // System.Xml.Linq.XContainer System.Xml.Linq.XObject::parent XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * ___parent_0; // System.Object System.Xml.Linq.XObject::annotations RuntimeObject * ___annotations_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6, ___parent_0)); } inline XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * get_parent_0() const { return ___parent_0; } inline XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_annotations_1() { return static_cast(offsetof(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6, ___annotations_1)); } inline RuntimeObject * get_annotations_1() const { return ___annotations_1; } inline RuntimeObject ** get_address_of_annotations_1() { return &___annotations_1; } inline void set_annotations_1(RuntimeObject * value) { ___annotations_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___annotations_1), (void*)value); } }; // Newtonsoft.Json.Converters.XObjectWrapper struct XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 : public RuntimeObject { public: // System.Xml.Linq.XObject Newtonsoft.Json.Converters.XObjectWrapper::_xmlObject XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ____xmlObject_1; public: inline static int32_t get_offset_of__xmlObject_1() { return static_cast(offsetof(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142, ____xmlObject_1)); } inline XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * get__xmlObject_1() const { return ____xmlObject_1; } inline XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 ** get_address_of__xmlObject_1() { return &____xmlObject_1; } inline void set__xmlObject_1(XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * value) { ____xmlObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlObject_1), (void*)value); } }; struct XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_StaticFields { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::EmptyChildNodes List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___EmptyChildNodes_0; public: inline static int32_t get_offset_of_EmptyChildNodes_0() { return static_cast(offsetof(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_StaticFields, ___EmptyChildNodes_0)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get_EmptyChildNodes_0() const { return ___EmptyChildNodes_0; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of_EmptyChildNodes_0() { return &___EmptyChildNodes_0; } inline void set_EmptyChildNodes_0(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ___EmptyChildNodes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyChildNodes_0), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___lastDecl_1)); } inline int32_t get_lastDecl_1() const { return ___lastDecl_1; } inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; } inline void set_lastDecl_1(int32_t value) { ___lastDecl_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nameTable_2)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___hashTable_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashTable_4), (void*)value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xml_6), (void*)value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNs_7), (void*)value); } }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // Newtonsoft.Json.Converters.XmlNodeWrapper struct XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 : public RuntimeObject { public: // System.Xml.XmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::_node XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ____node_0; // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::_childNodes List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____childNodes_1; // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::_attributes List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____attributes_2; public: inline static int32_t get_offset_of__node_0() { return static_cast(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____node_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get__node_0() const { return ____node_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of__node_0() { return &____node_0; } inline void set__node_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ____node_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____node_0), (void*)value); } inline static int32_t get_offset_of__childNodes_1() { return static_cast(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____childNodes_1)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__childNodes_1() const { return ____childNodes_1; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__childNodes_1() { return &____childNodes_1; } inline void set__childNodes_1(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ____childNodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____childNodes_1), (void*)value); } inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87, ____attributes_2)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__attributes_2() const { return ____attributes_2; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } }; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D : public RuntimeObject { public: // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::converterType Type_t * ___converterType_0; // System.Func`1 Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::defaultConstructor Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___defaultConstructor_1; public: inline static int32_t get_offset_of_converterType_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D, ___converterType_0)); } inline Type_t * get_converterType_0() const { return ___converterType_0; } inline Type_t ** get_address_of_converterType_0() { return &___converterType_0; } inline void set_converterType_0(Type_t * value) { ___converterType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___converterType_0), (void*)value); } inline static int32_t get_offset_of_defaultConstructor_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D, ___defaultConstructor_1)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_defaultConstructor_1() const { return ___defaultConstructor_1; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_defaultConstructor_1() { return &___defaultConstructor_1; } inline void set_defaultConstructor_1(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___defaultConstructor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultConstructor_1), (void*)value); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 : public RuntimeObject { public: // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::c ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___c_0; // System.Reflection.MethodBase Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::method MethodBase_t * ___method_1; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70, ___c_0)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_c_0() const { return ___c_0; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_method_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70, ___method_1)); } inline MethodBase_t * get_method_1() const { return ___method_1; } inline MethodBase_t ** get_address_of_method_1() { return &___method_1; } inline void set_method_1(MethodBase_t * value) { ___method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_1), (void*)value); } }; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry struct Entry_tD42BECCBE255C43533FE588B543794E909F9598C : public RuntimeObject { public: // System.String Newtonsoft.Json.Utilities.PropertyNameTable/Entry::Value String_t* ___Value_0; // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable/Entry::HashCode int32_t ___HashCode_1; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry Newtonsoft.Json.Utilities.PropertyNameTable/Entry::Next Entry_tD42BECCBE255C43533FE588B543794E909F9598C * ___Next_2; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___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); } inline static int32_t get_offset_of_HashCode_1() { return static_cast(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___HashCode_1)); } inline int32_t get_HashCode_1() const { return ___HashCode_1; } inline int32_t* get_address_of_HashCode_1() { return &___HashCode_1; } inline void set_HashCode_1(int32_t value) { ___HashCode_1 = value; } inline static int32_t get_offset_of_Next_2() { return static_cast(offsetof(Entry_tD42BECCBE255C43533FE588B543794E909F9598C, ___Next_2)); } inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C * get_Next_2() const { return ___Next_2; } inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C ** get_address_of_Next_2() { return &___Next_2; } inline void set_Next_2(Entry_tD42BECCBE255C43533FE588B543794E909F9598C * value) { ___Next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value); } }; // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 : public RuntimeObject { public: // System.Func`1 Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0::ctor Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ctor_0; public: inline static int32_t get_offset_of_ctor_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264, ___ctor_0)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_ctor_0() const { return ___ctor_0; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_ctor_0() { return &___ctor_0; } inline void set_ctor_0(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___ctor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctor_0), (void*)value); } }; // Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1 struct U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1::call MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0; public: inline static int32_t get_offset_of_call_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63, ___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.Utilities.ReflectionObject/<>c__DisplayClass13_2 struct U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2::call MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * ___call_0; public: inline static int32_t get_offset_of_call_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008, ___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.Utilities.ReflectionUtils/<>c struct U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 : public RuntimeObject { public: public: }; struct U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields { public: // Newtonsoft.Json.Utilities.ReflectionUtils/<>c Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9 U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__10_0 Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___U3CU3E9__10_0_1; // System.Func`2 Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__29_0 Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * ___U3CU3E9__29_0_2; // System.Func`2 Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__37_0 Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * ___U3CU3E9__37_0_3; // System.Func`2 Newtonsoft.Json.Utilities.ReflectionUtils/<>c::<>9__39_0 Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * ___U3CU3E9__39_0_4; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_0_1() { return static_cast(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__10_0_1)); } inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * get_U3CU3E9__10_0_1() const { return ___U3CU3E9__10_0_1; } inline Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C ** get_address_of_U3CU3E9__10_0_1() { return &___U3CU3E9__10_0_1; } inline void set_U3CU3E9__10_0_1(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * value) { ___U3CU3E9__10_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__29_0_2() { return static_cast(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__29_0_2)); } inline Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * get_U3CU3E9__29_0_2() const { return ___U3CU3E9__29_0_2; } inline Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 ** get_address_of_U3CU3E9__29_0_2() { return &___U3CU3E9__29_0_2; } inline void set_U3CU3E9__29_0_2(Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * value) { ___U3CU3E9__29_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__29_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__37_0_3() { return static_cast(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__37_0_3)); } inline Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * get_U3CU3E9__37_0_3() const { return ___U3CU3E9__37_0_3; } inline Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF ** get_address_of_U3CU3E9__37_0_3() { return &___U3CU3E9__37_0_3; } inline void set_U3CU3E9__37_0_3(Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * value) { ___U3CU3E9__37_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__37_0_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__39_0_4() { return static_cast(offsetof(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields, ___U3CU3E9__39_0_4)); } inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * get_U3CU3E9__39_0_4() const { return ___U3CU3E9__39_0_4; } inline Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE ** get_address_of_U3CU3E9__39_0_4() { return &___U3CU3E9__39_0_4; } inline void set_U3CU3E9__39_0_4(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * value) { ___U3CU3E9__39_0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__39_0_4), (void*)value); } }; // Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0 struct U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::subTypeProperty PropertyInfo_t * ___subTypeProperty_0; public: inline static int32_t get_offset_of_subTypeProperty_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572, ___subTypeProperty_0)); } inline PropertyInfo_t * get_subTypeProperty_0() const { return ___subTypeProperty_0; } inline PropertyInfo_t ** get_address_of_subTypeProperty_0() { return &___subTypeProperty_0; } inline void set_subTypeProperty_0(PropertyInfo_t * value) { ___subTypeProperty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___subTypeProperty_0), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___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_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19, ___list_0)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get_list_0() const { return ___list_0; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19, ___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_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19, ___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_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19, ___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_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.Queue`1/Enumerator struct Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement RuntimeObject * ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____q_0)); } inline Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * get__q_0() const { return ____q_0; } inline Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C, ____currentElement_3)); } inline RuntimeObject * get__currentElement_3() const { return ____currentElement_3; } inline RuntimeObject ** get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(RuntimeObject * value) { ____currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentElement_3), (void*)value); } }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement String_t* ____currentElement_3; public: inline static int32_t get_offset_of__q_0() { return static_cast(offsetof(Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601, ____q_0)); } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * get__q_0() const { return ____q_0; } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D ** get_address_of__q_0() { return &____q_0; } inline void set__q_0(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * value) { ____q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__currentElement_3() { return static_cast(offsetof(Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601, ____currentElement_3)); } inline String_t* get__currentElement_3() const { return ____currentElement_3; } inline String_t** get_address_of__currentElement_3() { return &____currentElement_3; } inline void set__currentElement_3(String_t* value) { ____currentElement_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentElement_3), (void*)value); } }; // 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_t826AB14356E574648DAE6690997888C7D0047C3B { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B, ___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_t826AB14356E574648DAE6690997888C7D0047C3B, ___value_1)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get_value_1() const { return ___value_1; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___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_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)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_tB8731C5376343A257B20238BFA4DB19FB85B8C9A { public: // T System.Nullable`1::value uint8_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_tB8731C5376343A257B20238BFA4DB19FB85B8C9A, ___value_0)); } inline uint8_t get_value_0() const { return ___value_0; } inline uint8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A, ___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_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 { public: // T System.Nullable`1::value Il2CppChar ___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_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___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_t75730434CAD4E48A4EE117588CFD586FFBCAC209 { public: // T System.Nullable`1::value double ___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_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___value_0)); } inline double get_value_0() const { return ___value_0; } inline double* get_address_of_value_0() { return &___value_0; } inline void set_value_0(double value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___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_tE5272D71CB92726F263FDE89B177492523CA87B7 { public: // T System.Nullable`1::value int16_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_tE5272D71CB92726F263FDE89B177492523CA87B7, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7, ___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; } }; // System.Nullable`1 struct Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F { public: // T System.Nullable`1::value int64_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_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___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_t04E213ABB2426B928CDB26C0F69042DDF053BE50 { public: // T System.Nullable`1::value int8_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_t04E213ABB2426B928CDB26C0F69042DDF053BE50, ___value_0)); } inline int8_t get_value_0() const { return ___value_0; } inline int8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50, ___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_t0C4AC2E457C437FA106160547FD9BA5B50B1888A { public: // T System.Nullable`1::value float ___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_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___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_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE { public: // T System.Nullable`1::value uint16_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_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE, ___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_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 { public: // T System.Nullable`1::value uint32_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_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9, ___value_0)); } inline uint32_t get_value_0() const { return ___value_0; } inline uint32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9, ___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_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C { public: // T System.Nullable`1::value uint64_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_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___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.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); } }; // 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); } }; // 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; } }; // 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; } }; // 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.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)value); } }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.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); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_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.JsonConverterAttribute struct JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type Newtonsoft.Json.JsonConverterAttribute::_converterType Type_t * ____converterType_0; // System.Object[] Newtonsoft.Json.JsonConverterAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CConverterParametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of__converterType_0() { return static_cast(offsetof(JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4, ____converterType_0)); } inline Type_t * get__converterType_0() const { return ____converterType_0; } inline Type_t ** get_address_of__converterType_0() { return &____converterType_0; } inline void set__converterType_0(Type_t * value) { ____converterType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____converterType_0), (void*)value); } inline static int32_t get_offset_of_U3CConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4, ___U3CConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CConverterParametersU3Ek__BackingField_1() const { return ___U3CConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CConverterParametersU3Ek__BackingField_1() { return &___U3CConverterParametersU3Ek__BackingField_1; } inline void set_U3CConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterParametersU3Ek__BackingField_1), (void*)value); } }; // 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); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory struct LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC : public ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 { public: public: }; struct LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_StaticFields { public: // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::_instance LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_StaticFields, ____instance_0)); } inline LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * get__instance_0() const { return ____instance_0; } inline LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____instance_0), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 : public XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 { public: // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___entries_0)); } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* get_entries_0() const { return ___entries_0; } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___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_mask_2() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_hashCodeRandomizer_3() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___hashCodeRandomizer_3)); } inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; } inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; } inline void set_hashCodeRandomizer_3(int32_t value) { ___hashCodeRandomizer_3 = value; } }; // Newtonsoft.Json.Serialization.OnErrorAttribute struct OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF : 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; }; // Newtonsoft.Json.Shims.PreserveAttribute struct PreserveAttribute_t1A6643C950366605223D21A16A65034EA1E34E53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // Newtonsoft.Json.Linq.JsonPath.QueryFilter struct QueryFilter_t5841080C0AEB55B97DCEC7F1033E257D87AE6D8D : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { 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.Linq.JsonPath.ScanFilter struct ScanFilter_tD5677F977FBB0CEE184DA209F2DE031559DC1B05 : public PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE { public: public: }; // System.SerializableAttribute struct SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // 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.Converters.StringEnumConverter struct StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::k__BackingField bool ___U3CCamelCaseTextU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::k__BackingField bool ___U3CAllowIntegerValuesU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCamelCaseTextU3Ek__BackingField_0() { return static_cast(offsetof(StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946, ___U3CCamelCaseTextU3Ek__BackingField_0)); } inline bool get_U3CCamelCaseTextU3Ek__BackingField_0() const { return ___U3CCamelCaseTextU3Ek__BackingField_0; } inline bool* get_address_of_U3CCamelCaseTextU3Ek__BackingField_0() { return &___U3CCamelCaseTextU3Ek__BackingField_0; } inline void set_U3CCamelCaseTextU3Ek__BackingField_0(bool value) { ___U3CCamelCaseTextU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CAllowIntegerValuesU3Ek__BackingField_1() { return static_cast(offsetof(StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946, ___U3CAllowIntegerValuesU3Ek__BackingField_1)); } inline bool get_U3CAllowIntegerValuesU3Ek__BackingField_1() const { return ___U3CAllowIntegerValuesU3Ek__BackingField_1; } inline bool* get_address_of_U3CAllowIntegerValuesU3Ek__BackingField_1() { return &___U3CAllowIntegerValuesU3Ek__BackingField_1; } inline void set_U3CAllowIntegerValuesU3Ek__BackingField_1(bool value) { ___U3CAllowIntegerValuesU3Ek__BackingField_1 = value; } }; // 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.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.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // Newtonsoft.Json.Converters.VectorConverter struct VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector2U3Ek__BackingField_3; // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector3U3Ek__BackingField_4; // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector4U3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CEnableVector2U3Ek__BackingField_3() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB, ___U3CEnableVector2U3Ek__BackingField_3)); } inline bool get_U3CEnableVector2U3Ek__BackingField_3() const { return ___U3CEnableVector2U3Ek__BackingField_3; } inline bool* get_address_of_U3CEnableVector2U3Ek__BackingField_3() { return &___U3CEnableVector2U3Ek__BackingField_3; } inline void set_U3CEnableVector2U3Ek__BackingField_3(bool value) { ___U3CEnableVector2U3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CEnableVector3U3Ek__BackingField_4() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB, ___U3CEnableVector3U3Ek__BackingField_4)); } inline bool get_U3CEnableVector3U3Ek__BackingField_4() const { return ___U3CEnableVector3U3Ek__BackingField_4; } inline bool* get_address_of_U3CEnableVector3U3Ek__BackingField_4() { return &___U3CEnableVector3U3Ek__BackingField_4; } inline void set_U3CEnableVector3U3Ek__BackingField_4(bool value) { ___U3CEnableVector3U3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CEnableVector4U3Ek__BackingField_5() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB, ___U3CEnableVector4U3Ek__BackingField_5)); } inline bool get_U3CEnableVector4U3Ek__BackingField_5() const { return ___U3CEnableVector4U3Ek__BackingField_5; } inline bool* get_address_of_U3CEnableVector4U3Ek__BackingField_5() { return &___U3CEnableVector4U3Ek__BackingField_5; } inline void set_U3CEnableVector4U3Ek__BackingField_5(bool value) { ___U3CEnableVector4U3Ek__BackingField_5 = value; } }; struct VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields { public: // System.Type Newtonsoft.Json.Converters.VectorConverter::V2 Type_t * ___V2_0; // System.Type Newtonsoft.Json.Converters.VectorConverter::V3 Type_t * ___V3_1; // System.Type Newtonsoft.Json.Converters.VectorConverter::V4 Type_t * ___V4_2; public: inline static int32_t get_offset_of_V2_0() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields, ___V2_0)); } inline Type_t * get_V2_0() const { return ___V2_0; } inline Type_t ** get_address_of_V2_0() { return &___V2_0; } inline void set_V2_0(Type_t * value) { ___V2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___V2_0), (void*)value); } inline static int32_t get_offset_of_V3_1() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields, ___V3_1)); } inline Type_t * get_V3_1() const { return ___V3_1; } inline Type_t ** get_address_of_V3_1() { return &___V3_1; } inline void set_V3_1(Type_t * value) { ___V3_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___V3_1), (void*)value); } inline static int32_t get_offset_of_V4_2() { return static_cast(offsetof(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields, ___V4_2)); } inline Type_t * get_V4_2() const { return ___V4_2; } inline Type_t ** get_address_of_V4_2() { return &___V4_2; } inline void set_V4_2(Type_t * value) { ___V4_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___V4_2), (void*)value); } }; // Newtonsoft.Json.Converters.VersionConverter struct VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.Linq.XAttribute struct XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 : public XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 { public: // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::next XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * ___next_2; // System.Xml.Linq.XName System.Xml.Linq.XAttribute::name XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * ___name_3; // System.String System.Xml.Linq.XAttribute::value String_t* ___value_4; public: inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7, ___next_2)); } inline XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * get_next_2() const { return ___next_2; } inline XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7, ___name_3)); } inline XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * get_name_3() const { return ___name_3; } inline XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 ** get_address_of_name_3() { return &___name_3; } inline void set_name_3(XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_value_4() { return static_cast(offsetof(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7, ___value_4)); } inline String_t* get_value_4() const { return ___value_4; } inline String_t** get_address_of_value_4() { return &___value_4; } inline void set_value_4(String_t* value) { ___value_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_4), (void*)value); } }; // Newtonsoft.Json.Converters.XAttributeWrapper struct XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: public: }; // Newtonsoft.Json.Converters.XCommentWrapper struct XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: public: }; // Newtonsoft.Json.Converters.XContainerWrapper struct XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::_childNodes List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____childNodes_2; public: inline static int32_t get_offset_of__childNodes_2() { return static_cast(offsetof(XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587, ____childNodes_2)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__childNodes_2() const { return ____childNodes_2; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__childNodes_2() { return &____childNodes_2; } inline void set__childNodes_2(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ____childNodes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____childNodes_2), (void*)value); } }; // Newtonsoft.Json.Converters.XDeclarationWrapper struct XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::k__BackingField XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___U3CDeclarationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeclarationU3Ek__BackingField_2() { return static_cast(offsetof(XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB, ___U3CDeclarationU3Ek__BackingField_2)); } inline XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * get_U3CDeclarationU3Ek__BackingField_2() const { return ___U3CDeclarationU3Ek__BackingField_2; } inline XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 ** get_address_of_U3CDeclarationU3Ek__BackingField_2() { return &___U3CDeclarationU3Ek__BackingField_2; } inline void set_U3CDeclarationU3Ek__BackingField_2(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * value) { ___U3CDeclarationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeclarationU3Ek__BackingField_2), (void*)value); } }; // Newtonsoft.Json.Converters.XDocumentTypeWrapper struct XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: // System.Xml.Linq.XDocumentType Newtonsoft.Json.Converters.XDocumentTypeWrapper::_documentType XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * ____documentType_2; public: inline static int32_t get_offset_of__documentType_2() { return static_cast(offsetof(XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2, ____documentType_2)); } inline XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * get__documentType_2() const { return ____documentType_2; } inline XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 ** get_address_of__documentType_2() { return &____documentType_2; } inline void set__documentType_2(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * value) { ____documentType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____documentType_2), (void*)value); } }; // System.Xml.Linq.XNode struct XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 : public XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 { public: // System.Xml.Linq.XNode System.Xml.Linq.XNode::next XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * ___next_2; public: inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(XNode_tB88EE59443DF799686825ED2168D47C857C8CA99, ___next_2)); } inline XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * get_next_2() const { return ___next_2; } inline XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } }; // Newtonsoft.Json.Converters.XProcessingInstructionWrapper struct XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: public: }; // Newtonsoft.Json.Converters.XTextWrapper struct XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E : public XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 { public: public: }; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // Newtonsoft.Json.Converters.XmlDeclarationWrapper struct XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 { public: // System.Xml.XmlDeclaration Newtonsoft.Json.Converters.XmlDeclarationWrapper::_declaration XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * ____declaration_3; public: inline static int32_t get_offset_of__declaration_3() { return static_cast(offsetof(XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D, ____declaration_3)); } inline XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * get__declaration_3() const { return ____declaration_3; } inline XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC ** get_address_of__declaration_3() { return &____declaration_3; } inline void set__declaration_3(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * value) { ____declaration_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____declaration_3), (void*)value); } }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; // System.Xml.XmlAttribute System.Xml.XmlDocument::namespaceXml XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___namespaceXml_41; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } inline static int32_t get_offset_of_namespaceXml_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___namespaceXml_41)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_namespaceXml_41() const { return ___namespaceXml_41; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_namespaceXml_41() { return &___namespaceXml_41; } inline void set_namespaceXml_41(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___namespaceXml_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceXml_41), (void*)value); } }; struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_44; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_45; public: inline static int32_t get_offset_of_EmptyEnumerator_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_42)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_42() const { return ___EmptyEnumerator_42; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_42() { return &___EmptyEnumerator_42; } inline void set_EmptyEnumerator_42(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_42), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_43)); } inline RuntimeObject* get_NotKnownSchemaInfo_43() const { return ___NotKnownSchemaInfo_43; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_43() { return &___NotKnownSchemaInfo_43; } inline void set_NotKnownSchemaInfo_43(RuntimeObject* value) { ___NotKnownSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_44)); } inline RuntimeObject* get_ValidSchemaInfo_44() const { return ___ValidSchemaInfo_44; } inline RuntimeObject** get_address_of_ValidSchemaInfo_44() { return &___ValidSchemaInfo_44; } inline void set_ValidSchemaInfo_44(RuntimeObject* value) { ___ValidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_44), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_45() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_45)); } inline RuntimeObject* get_InvalidSchemaInfo_45() const { return ___InvalidSchemaInfo_45; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_45() { return &___InvalidSchemaInfo_45; } inline void set_InvalidSchemaInfo_45(RuntimeObject* value) { ___InvalidSchemaInfo_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_45), (void*)value); } }; // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper struct XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 { public: // System.Xml.XmlDocumentType Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::_documentType XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ____documentType_3; public: inline static int32_t get_offset_of__documentType_3() { return static_cast(offsetof(XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26, ____documentType_3)); } inline XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * get__documentType_3() const { return ____documentType_3; } inline XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F ** get_address_of__documentType_3() { return &____documentType_3; } inline void set__documentType_3(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * value) { ____documentType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____documentType_3), (void*)value); } }; // Newtonsoft.Json.Converters.XmlDocumentWrapper struct XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 { public: // System.Xml.XmlDocument Newtonsoft.Json.Converters.XmlDocumentWrapper::_document XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ____document_3; public: inline static int32_t get_offset_of__document_3() { return static_cast(offsetof(XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F, ____document_3)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get__document_3() const { return ____document_3; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of__document_3() { return &____document_3; } inline void set__document_3(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ____document_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____document_3), (void*)value); } }; // Newtonsoft.Json.Converters.XmlElementWrapper struct XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC : public XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 { public: // System.Xml.XmlElement Newtonsoft.Json.Converters.XmlElementWrapper::_element XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ____element_3; public: inline static int32_t get_offset_of__element_3() { return static_cast(offsetof(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC, ____element_3)); } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * get__element_3() const { return ____element_3; } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF ** get_address_of__element_3() { return &____element_3; } inline void set__element_3(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * value) { ____element_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____element_3), (void*)value); } }; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // 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; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator> struct Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8, ___dictionary_0)); } inline Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8, ___current_3)); } inline KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B get_current_3() const { return ___current_3; } inline KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___current_3)); } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC get_current_3() const { return ___current_3; } inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___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_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E { public: // T System.Nullable`1::value Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___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_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E, ___value_0)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_value_0() const { return ___value_0; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E, ___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_t8491EC19F037EC6CA76E82707D7605A42E102EFE { public: // T System.Nullable`1::value Guid_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_t8491EC19F037EC6CA76E82707D7605A42E102EFE, ___value_0)); } inline Guid_t get_value_0() const { return ___value_0; } inline Guid_t * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Guid_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE, ___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.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.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; } }; // 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.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.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.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.Serialization.JsonTypeReflector struct JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76 : public RuntimeObject { public: public: }; struct JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonTypeReflector::_fullyTrusted Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____fullyTrusted_0; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Serialization.JsonTypeReflector::JsonConverterCreatorCache ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * ___JsonConverterCreatorCache_1; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.JsonTypeReflector::AssociatedMetadataTypesCache ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * ___AssociatedMetadataTypesCache_2; // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Serialization.JsonTypeReflector::_metadataTypeAttributeReflectionObject ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ____metadataTypeAttributeReflectionObject_3; public: inline static int32_t get_offset_of__fullyTrusted_0() { return static_cast(offsetof(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields, ____fullyTrusted_0)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__fullyTrusted_0() const { return ____fullyTrusted_0; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__fullyTrusted_0() { return &____fullyTrusted_0; } inline void set__fullyTrusted_0(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____fullyTrusted_0 = value; } inline static int32_t get_offset_of_JsonConverterCreatorCache_1() { return static_cast(offsetof(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields, ___JsonConverterCreatorCache_1)); } inline ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * get_JsonConverterCreatorCache_1() const { return ___JsonConverterCreatorCache_1; } inline ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 ** get_address_of_JsonConverterCreatorCache_1() { return &___JsonConverterCreatorCache_1; } inline void set_JsonConverterCreatorCache_1(ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * value) { ___JsonConverterCreatorCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___JsonConverterCreatorCache_1), (void*)value); } inline static int32_t get_offset_of_AssociatedMetadataTypesCache_2() { return static_cast(offsetof(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields, ___AssociatedMetadataTypesCache_2)); } inline ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * get_AssociatedMetadataTypesCache_2() const { return ___AssociatedMetadataTypesCache_2; } inline ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC ** get_address_of_AssociatedMetadataTypesCache_2() { return &___AssociatedMetadataTypesCache_2; } inline void set_AssociatedMetadataTypesCache_2(ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * value) { ___AssociatedMetadataTypesCache_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssociatedMetadataTypesCache_2), (void*)value); } inline static int32_t get_offset_of__metadataTypeAttributeReflectionObject_3() { return static_cast(offsetof(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields, ____metadataTypeAttributeReflectionObject_3)); } inline ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * get__metadataTypeAttributeReflectionObject_3() const { return ____metadataTypeAttributeReflectionObject_3; } inline ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E ** get_address_of__metadataTypeAttributeReflectionObject_3() { return &____metadataTypeAttributeReflectionObject_3; } inline void set__metadataTypeAttributeReflectionObject_3(ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * value) { ____metadataTypeAttributeReflectionObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____metadataTypeAttributeReflectionObject_3), (void*)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; } }; // 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.Linq.MergeArrayHandling struct MergeArrayHandling_tEF267B7FD572617497A08BBFB7CCBCD5E6F5B38F { public: // System.Int32 Newtonsoft.Json.Linq.MergeArrayHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MergeArrayHandling_tEF267B7FD572617497A08BBFB7CCBCD5E6F5B38F, ___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.MergeNullValueHandling struct MergeNullValueHandling_tF99F0BC772DA6C9BD8FD2A3A293C14E01CDC8374 { public: // System.Int32 Newtonsoft.Json.Linq.MergeNullValueHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MergeNullValueHandling_tF99F0BC772DA6C9BD8FD2A3A293C14E01CDC8374, ___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; } }; // System.ComponentModel.NotifyCollectionChangedAction struct NotifyCollectionChangedAction_tFC75A0E90322720380E75AB70011B72C99D344A3 { public: // System.Int32 System.ComponentModel.NotifyCollectionChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NotifyCollectionChangedAction_tFC75A0E90322720380E75AB70011B72C99D344A3, ___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; } }; // System.Security.Permissions.PermissionState struct PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PermissionState_t8992AD46805E92D07E3BB37657F9E2C75302D4D9, ___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.Linq.JsonPath.QueryOperator struct QueryOperator_t20949C535705BDFDD06C9F26F4324387A0A4EB3E { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.QueryOperator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(QueryOperator_t20949C535705BDFDD06C9F26F4324387A0A4EB3E, ___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.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.Security.Permissions.SecurityPermissionFlag struct SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19 { public: // System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityPermissionFlag_t71422F8124CB8E8CCDB0559BC3A517794D712C19, ___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.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.StringWriter struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.Text.StringBuilder System.IO.StringWriter::_sb StringBuilder_t * ____sb_12; // System.Boolean System.IO.StringWriter::_isOpen bool ____isOpen_13; public: inline static int32_t get_offset_of__sb_12() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839, ____sb_12)); } inline StringBuilder_t * get__sb_12() const { return ____sb_12; } inline StringBuilder_t ** get_address_of__sb_12() { return &____sb_12; } inline void set__sb_12(StringBuilder_t * value) { ____sb_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____sb_12), (void*)value); } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } }; struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_StaticFields { public: // System.Text.UnicodeEncoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StringWriter::m_encoding UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * ___m_encoding_11; public: inline static int32_t get_offset_of_m_encoding_11() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_StaticFields, ___m_encoding_11)); } inline UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * get_m_encoding_11() const { return ___m_encoding_11; } inline UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 ** get_address_of_m_encoding_11() { return &___m_encoding_11; } inline void set_m_encoding_11(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * value) { ___m_encoding_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_11), (void*)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.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.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; } }; // Newtonsoft.Json.WriteState struct WriteState_tEA0441D6F3560C45EBAD59B24E916932FA96A056 { public: // System.Int32 Newtonsoft.Json.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_tEA0441D6F3560C45EBAD59B24E916932FA96A056, ___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.Linq.XComment struct XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 : public XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 { public: // System.String System.Xml.Linq.XComment::value String_t* ___value_3; public: inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9, ___value_3)); } inline String_t* get_value_3() const { return ___value_3; } inline String_t** get_address_of_value_3() { return &___value_3; } inline void set_value_3(String_t* value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Xml.Linq.XContainer struct XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 : public XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 { public: // System.Object System.Xml.Linq.XContainer::content RuntimeObject * ___content_3; public: inline static int32_t get_offset_of_content_3() { return static_cast(offsetof(XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525, ___content_3)); } inline RuntimeObject * get_content_3() const { return ___content_3; } inline RuntimeObject ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(RuntimeObject * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // System.Xml.Linq.XDocumentType struct XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 : public XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 { public: // System.String System.Xml.Linq.XDocumentType::name String_t* ___name_3; // System.String System.Xml.Linq.XDocumentType::publicId String_t* ___publicId_4; // System.String System.Xml.Linq.XDocumentType::systemId String_t* ___systemId_5; // System.String System.Xml.Linq.XDocumentType::internalSubset String_t* ___internalSubset_6; // System.Xml.IDtdInfo System.Xml.Linq.XDocumentType::dtdInfo RuntimeObject* ___dtdInfo_7; public: inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_publicId_4() { return static_cast(offsetof(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892, ___publicId_4)); } inline String_t* get_publicId_4() const { return ___publicId_4; } inline String_t** get_address_of_publicId_4() { return &___publicId_4; } inline void set_publicId_4(String_t* value) { ___publicId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_4), (void*)value); } inline static int32_t get_offset_of_systemId_5() { return static_cast(offsetof(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892, ___systemId_5)); } inline String_t* get_systemId_5() const { return ___systemId_5; } inline String_t** get_address_of_systemId_5() { return &___systemId_5; } inline void set_systemId_5(String_t* value) { ___systemId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_5), (void*)value); } inline static int32_t get_offset_of_internalSubset_6() { return static_cast(offsetof(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892, ___internalSubset_6)); } inline String_t* get_internalSubset_6() const { return ___internalSubset_6; } inline String_t** get_address_of_internalSubset_6() { return &___internalSubset_6; } inline void set_internalSubset_6(String_t* value) { ___internalSubset_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_6), (void*)value); } inline static int32_t get_offset_of_dtdInfo_7() { return static_cast(offsetof(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892, ___dtdInfo_7)); } inline RuntimeObject* get_dtdInfo_7() const { return ___dtdInfo_7; } inline RuntimeObject** get_address_of_dtdInfo_7() { return &___dtdInfo_7; } inline void set_dtdInfo_7(RuntimeObject* value) { ___dtdInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dtdInfo_7), (void*)value); } }; // Newtonsoft.Json.Converters.XDocumentWrapper struct XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB : public XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 { public: public: }; // Newtonsoft.Json.Converters.XElementWrapper struct XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 : public XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XElementWrapper::_attributes List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ____attributes_3; public: inline static int32_t get_offset_of__attributes_3() { return static_cast(offsetof(XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81, ____attributes_3)); } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * get__attributes_3() const { return ____attributes_3; } inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** get_address_of__attributes_3() { return &____attributes_3; } inline void set__attributes_3(List_1_t74A1330085B8247FB17128749F92AD552C221D8B * value) { ____attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_3), (void*)value); } }; // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 : public XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 { public: // System.String System.Xml.Linq.XProcessingInstruction::target String_t* ___target_3; // System.String System.Xml.Linq.XProcessingInstruction::data String_t* ___data_4; public: inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75, ___data_4)); } inline String_t* get_data_4() const { return ___data_4; } inline String_t** get_address_of_data_4() { return &___data_4; } inline void set_data_4(String_t* value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } }; // System.Xml.Linq.XText struct XText_t14C82CC828138F000842E6611CBE05281260A3FC : public XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 { public: // System.String System.Xml.Linq.XText::text String_t* ___text_3; public: inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(XText_t14C82CC828138F000842E6611CBE05281260A3FC, ___text_3)); } inline String_t* get_text_3() const { return ___text_3; } inline String_t** get_address_of_text_3() { return &___text_3; } inline void set_text_3(String_t* value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_3), (void*)value); } }; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)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; } }; // System.Xml.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDeclaration::version String_t* ___version_2; // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_3; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___encoding_3)); } inline String_t* get_encoding_3() const { return ___encoding_3; } inline String_t** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(String_t* value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_standalone_4() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___standalone_4)); } inline String_t* get_standalone_4() const { return ___standalone_4; } inline String_t** get_address_of_standalone_4() { return &___standalone_4; } inline void set_standalone_4(String_t* value) { ___standalone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___standalone_4), (void*)value); } }; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDocumentType::name String_t* ___name_2; // System.String System.Xml.XmlDocumentType::publicId String_t* ___publicId_3; // System.String System.Xml.XmlDocumentType::systemId String_t* ___systemId_4; // System.String System.Xml.XmlDocumentType::internalSubset String_t* ___internalSubset_5; // System.Boolean System.Xml.XmlDocumentType::namespaces bool ___namespaces_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___notations_8; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_9; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_publicId_3() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___publicId_3)); } inline String_t* get_publicId_3() const { return ___publicId_3; } inline String_t** get_address_of_publicId_3() { return &___publicId_3; } inline void set_publicId_3(String_t* value) { ___publicId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_3), (void*)value); } inline static int32_t get_offset_of_systemId_4() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___systemId_4)); } inline String_t* get_systemId_4() const { return ___systemId_4; } inline String_t** get_address_of_systemId_4() { return &___systemId_4; } inline void set_systemId_4(String_t* value) { ___systemId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_4), (void*)value); } inline static int32_t get_offset_of_internalSubset_5() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___internalSubset_5)); } inline String_t* get_internalSubset_5() const { return ___internalSubset_5; } inline String_t** get_address_of_internalSubset_5() { return &___internalSubset_5; } inline void set_internalSubset_5(String_t* value) { ___internalSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_5), (void*)value); } inline static int32_t get_offset_of_namespaces_6() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___namespaces_6)); } inline bool get_namespaces_6() const { return ___namespaces_6; } inline bool* get_address_of_namespaces_6() { return &___namespaces_6; } inline void set_namespaces_6(bool value) { ___namespaces_6 = value; } inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___entities_7)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___notations_8)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___schemaInfo_9)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_9() const { return ___schemaInfo_9; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlNodeType struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___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.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_2; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_3; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___target_2)); } inline String_t* get_target_2() const { return ___target_2; } inline String_t** get_address_of_target_2() { return &___target_2; } inline void set_target_2(String_t* value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___data_3)); } inline String_t* get_data_3() const { return ___data_3; } inline String_t** get_address_of_data_3() { return &___data_3; } inline void set_data_3(String_t* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_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_t862AD0841486B81E2FD6C56B0467C57F00E804C7 { public: // T System.Nullable`1::value DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___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_t862AD0841486B81E2FD6C56B0467C57F00E804C7, ___value_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_value_0() const { return ___value_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7, ___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_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_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_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F { 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_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F, ___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_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F, ___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; } }; // System.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // 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.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 : public Exception_t { public: public: }; // 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; }; // Newtonsoft.Json.Serialization.MemoryTraceWriter struct MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F : public RuntimeObject { public: // System.Collections.Generic.Queue`1 Newtonsoft.Json.Serialization.MemoryTraceWriter::_traceMessages Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * ____traceMessages_0; // System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.MemoryTraceWriter::k__BackingField int32_t ___U3CLevelFilterU3Ek__BackingField_1; public: inline static int32_t get_offset_of__traceMessages_0() { return static_cast(offsetof(MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F, ____traceMessages_0)); } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * get__traceMessages_0() const { return ____traceMessages_0; } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D ** get_address_of__traceMessages_0() { return &____traceMessages_0; } inline void set__traceMessages_0(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * value) { ____traceMessages_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____traceMessages_0), (void*)value); } inline static int32_t get_offset_of_U3CLevelFilterU3Ek__BackingField_1() { return static_cast(offsetof(MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F, ___U3CLevelFilterU3Ek__BackingField_1)); } inline int32_t get_U3CLevelFilterU3Ek__BackingField_1() const { return ___U3CLevelFilterU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CLevelFilterU3Ek__BackingField_1() { return &___U3CLevelFilterU3Ek__BackingField_1; } inline void set_U3CLevelFilterU3Ek__BackingField_1(int32_t value) { ___U3CLevelFilterU3Ek__BackingField_1 = value; } }; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // System.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.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.Security.Permissions.SecurityPermission struct SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 : public CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 { public: // System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = 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.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); } }; // System.Xml.Linq.XCData struct XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF : public XText_t14C82CC828138F000842E6611CBE05281260A3FC { public: public: }; // System.Xml.Linq.XDocument struct XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF : public XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 { public: // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::declaration XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___declaration_4; public: inline static int32_t get_offset_of_declaration_4() { return static_cast(offsetof(XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF, ___declaration_4)); } inline XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * get_declaration_4() const { return ___declaration_4; } inline XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 ** get_address_of_declaration_4() { return &___declaration_4; } inline void set_declaration_4(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * value) { ___declaration_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaration_4), (void*)value); } }; // System.Xml.Linq.XElement struct XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 : public XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 { public: // System.Xml.Linq.XName System.Xml.Linq.XElement::name XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * ___name_4; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement::lastAttr XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * ___lastAttr_5; public: inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5, ___name_4)); } inline XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * get_name_4() const { return ___name_4; } inline XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 ** get_address_of_name_4() { return &___name_4; } inline void set_name_4(XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value); } inline static int32_t get_offset_of_lastAttr_5() { return static_cast(offsetof(XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5, ___lastAttr_5)); } inline XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * get_lastAttr_5() const { return ___lastAttr_5; } inline XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 ** get_address_of_lastAttr_5() { return &___lastAttr_5; } inline void set_lastAttr_5(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * value) { ___lastAttr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastAttr_5), (void*)value); } }; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // 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_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F : public MulticastDelegate_t { public: public: }; // System.Nullable`1 struct Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C { public: // T System.Nullable`1::value JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___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_tF003FFFF2067ED645FC3379AC2EF3B46006F245C, ___value_0)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get_value_0() const { return ___value_0; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of_value_0() { return &___value_0; } inline void set_value_0(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C, ___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.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 : 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); } }; // 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.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.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.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_tC4E318FB1FEC9F09924576A7A00145A2C6BBED81 : 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.Reflection.TargetParameterCountException struct TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { 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.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); } }; // 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.JsonTextWriter struct JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // System.IO.TextWriter Newtonsoft.Json.JsonTextWriter::_writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ____writer_13; // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::_base64Encoder Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * ____base64Encoder_14; // System.Char Newtonsoft.Json.JsonTextWriter::_indentChar Il2CppChar ____indentChar_15; // System.Int32 Newtonsoft.Json.JsonTextWriter::_indentation int32_t ____indentation_16; // System.Char Newtonsoft.Json.JsonTextWriter::_quoteChar Il2CppChar ____quoteChar_17; // System.Boolean Newtonsoft.Json.JsonTextWriter::_quoteName bool ____quoteName_18; // System.Boolean[] Newtonsoft.Json.JsonTextWriter::_charEscapeFlags BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____charEscapeFlags_19; // System.Char[] Newtonsoft.Json.JsonTextWriter::_writeBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____writeBuffer_20; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextWriter::_arrayPool RuntimeObject* ____arrayPool_21; // System.Char[] Newtonsoft.Json.JsonTextWriter::_indentChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____indentChars_22; public: inline static int32_t get_offset_of__writer_13() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____writer_13)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get__writer_13() const { return ____writer_13; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of__writer_13() { return &____writer_13; } inline void set__writer_13(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ____writer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____writer_13), (void*)value); } inline static int32_t get_offset_of__base64Encoder_14() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____base64Encoder_14)); } inline Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * get__base64Encoder_14() const { return ____base64Encoder_14; } inline Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 ** get_address_of__base64Encoder_14() { return &____base64Encoder_14; } inline void set__base64Encoder_14(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * value) { ____base64Encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____base64Encoder_14), (void*)value); } inline static int32_t get_offset_of__indentChar_15() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentChar_15)); } inline Il2CppChar get__indentChar_15() const { return ____indentChar_15; } inline Il2CppChar* get_address_of__indentChar_15() { return &____indentChar_15; } inline void set__indentChar_15(Il2CppChar value) { ____indentChar_15 = value; } inline static int32_t get_offset_of__indentation_16() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentation_16)); } inline int32_t get__indentation_16() const { return ____indentation_16; } inline int32_t* get_address_of__indentation_16() { return &____indentation_16; } inline void set__indentation_16(int32_t value) { ____indentation_16 = value; } inline static int32_t get_offset_of__quoteChar_17() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____quoteChar_17)); } inline Il2CppChar get__quoteChar_17() const { return ____quoteChar_17; } inline Il2CppChar* get_address_of__quoteChar_17() { return &____quoteChar_17; } inline void set__quoteChar_17(Il2CppChar value) { ____quoteChar_17 = value; } inline static int32_t get_offset_of__quoteName_18() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____quoteName_18)); } inline bool get__quoteName_18() const { return ____quoteName_18; } inline bool* get_address_of__quoteName_18() { return &____quoteName_18; } inline void set__quoteName_18(bool value) { ____quoteName_18 = value; } inline static int32_t get_offset_of__charEscapeFlags_19() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____charEscapeFlags_19)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__charEscapeFlags_19() const { return ____charEscapeFlags_19; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__charEscapeFlags_19() { return &____charEscapeFlags_19; } inline void set__charEscapeFlags_19(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____charEscapeFlags_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____charEscapeFlags_19), (void*)value); } inline static int32_t get_offset_of__writeBuffer_20() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____writeBuffer_20)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__writeBuffer_20() const { return ____writeBuffer_20; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__writeBuffer_20() { return &____writeBuffer_20; } inline void set__writeBuffer_20(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____writeBuffer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____writeBuffer_20), (void*)value); } inline static int32_t get_offset_of__arrayPool_21() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____arrayPool_21)); } inline RuntimeObject* get__arrayPool_21() const { return ____arrayPool_21; } inline RuntimeObject** get_address_of__arrayPool_21() { return &____arrayPool_21; } inline void set__arrayPool_21(RuntimeObject* value) { ____arrayPool_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____arrayPool_21), (void*)value); } inline static int32_t get_offset_of__indentChars_22() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentChars_22)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__indentChars_22() const { return ____indentChars_22; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__indentChars_22() { return &____indentChars_22; } inline void set__indentChars_22(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____indentChars_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____indentChars_22), (void*)value); } }; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // Newtonsoft.Json.JsonReader Newtonsoft.Json.Serialization.TraceJsonReader::_innerReader JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ____innerReader_15; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonReader::_textWriter JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * ____textWriter_16; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonReader::_sw StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * ____sw_17; public: inline static int32_t get_offset_of__innerReader_15() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____innerReader_15)); } inline JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * get__innerReader_15() const { return ____innerReader_15; } inline JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 ** get_address_of__innerReader_15() { return &____innerReader_15; } inline void set__innerReader_15(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * value) { ____innerReader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerReader_15), (void*)value); } inline static int32_t get_offset_of__textWriter_16() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____textWriter_16)); } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * get__textWriter_16() const { return ____textWriter_16; } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 ** get_address_of__textWriter_16() { return &____textWriter_16; } inline void set__textWriter_16(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * value) { ____textWriter_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____textWriter_16), (void*)value); } inline static int32_t get_offset_of__sw_17() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____sw_17)); } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * get__sw_17() const { return ____sw_17; } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 ** get_address_of__sw_17() { return &____sw_17; } inline void set__sw_17(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * value) { ____sw_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____sw_17), (void*)value); } }; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // Newtonsoft.Json.JsonWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_innerWriter JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ____innerWriter_13; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_textWriter JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * ____textWriter_14; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_sw StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * ____sw_15; public: inline static int32_t get_offset_of__innerWriter_13() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____innerWriter_13)); } inline JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * get__innerWriter_13() const { return ____innerWriter_13; } inline JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 ** get_address_of__innerWriter_13() { return &____innerWriter_13; } inline void set__innerWriter_13(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * value) { ____innerWriter_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerWriter_13), (void*)value); } inline static int32_t get_offset_of__textWriter_14() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____textWriter_14)); } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * get__textWriter_14() const { return ____textWriter_14; } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 ** get_address_of__textWriter_14() { return &____textWriter_14; } inline void set__textWriter_14(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * value) { ____textWriter_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____textWriter_14), (void*)value); } inline static int32_t get_offset_of__sw_15() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____sw_15)); } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * get__sw_15() const { return ____sw_15; } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 ** get_address_of__sw_15() { return &____sw_15; } inline void set__sw_15(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * value) { ____sw_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____sw_15), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // 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.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.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.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); } }; // Newtonsoft.Json.JsonWriter/State[] struct StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9 : 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.JsonWriter/State[][] struct StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D : public RuntimeArray { public: ALIGN_FIELD (8) StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* m_Items[1]; public: inline StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9** 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, StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.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); } }; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tD42BECCBE255C43533FE588B543794E909F9598C * m_Items[1]; public: inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C ** 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, Entry_tD42BECCBE255C43533FE588B543794E909F9598C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tD42BECCBE255C43533FE588B543794E909F9598C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tD42BECCBE255C43533FE588B543794E909F9598C * 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.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.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.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); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597 : public RuntimeArray { public: ALIGN_FIELD (8) JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A m_Items[1]; public: inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * 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, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL); } }; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_gshared_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_gshared_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __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); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CachedAttributeGetter_1_GetAttribute_mDC985388A670AFE753534535E90138B0F1C066C7_gshared (RuntimeObject * ___type0, 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); // 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); // !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.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); // 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); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, 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.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); // 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::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_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_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_gshared (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_gshared_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_gshared_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_gshared_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_gshared_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_gshared_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_gshared_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_gshared_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_gshared_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_gshared_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_gshared_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_gshared_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_gshared_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_gshared_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_gshared_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_gshared_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_gshared_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, 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_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_gshared (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_gshared (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_gshared (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, uint16_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.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_gshared (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_gshared (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_gshared (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_gshared (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_gshared (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, float ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_gshared (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_gshared (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_gshared (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, Guid_t ___value0, const RuntimeMethod* method); // 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 Newtonsoft.Json.Serialization.ObjectConstructor`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_gshared (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C Queue_1_GetEnumerator_m0A2D0CB499E67870A0F7049947F958A7C8B7F4D3_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2735F03B97A5F6B6933BE5DDF1C9D458A0EE3AD2_gshared (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m021EA477154DFEF16C293069BAA564C75FE058BA_gshared (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAC863B8783E18A16FEAE03EF6B53E216A0D8A154_gshared (Enumerator_t7AA6AE94A0D53334AA15EFC74FE63FF525189B8C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::Single(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_Single_TisRuntimeObject_mC4D6D526C2A02CA1E0319EEE3D00B87C751DA28D_gshared (RuntimeObject* ___source0, 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); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, 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); // !!0 System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_SingleOrDefault_TisRuntimeObject_m06657F8361B1F19CDF32406B0F0B9CE8385383A6_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, 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.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m49D29881775571C0B6EF88CDB6A1DFFA8FFCBFA6_gshared (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_m4AE019F86C164741F0973F57128CD692F03BB475_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, const RuntimeMethod* method); // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_gshared (RuntimeObject* ___source0, 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.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, 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); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Enumerable_ToArray_TisRuntimeObject_mEB06425105813A21FC826C4144F8456EAE2304DE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Union(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Union_TisRuntimeObject_mE99DFD31A2DD0394AE3524CECB22B60C956336EF_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, 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); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, 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.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); // !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::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOf(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOf_TisRuntimeObject_mFB97DA9BBB89630F2A740783260326AE5602162A_gshared (RuntimeObject* ___collection0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // T Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_Deserialize_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mA0FEF9A31683BD882A91543644A4871FB19E4940_gshared (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, 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.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); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB_gshared (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___array0, Il2CppChar ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_gshared (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method); // U Newtonsoft.Json.Linq.Extensions::Value(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_gshared (RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___item1, 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); // !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/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 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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __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); // !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); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mD72EDFB59ECB69FA4CF022CF5B9E518CD2050F25_gshared (RuntimeObject* ___collection0, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.JsonWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, 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 Newtonsoft.Json.JsonTextWriter::UpdateCharEscapeFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_UpdateCharEscapeFlags_mE255E5131169B0ED48002B3AE564A3C37FE15243 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // 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); // System.Boolean Newtonsoft.Json.JsonWriter::get_CloseOutput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonWriter_get_CloseOutput_m35735FF8248038300093B2107F3CF2B9DFECE1F5_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteStart(Newtonsoft.Json.JsonToken,Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, int32_t ___container1, 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); // 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::InternalWritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWritePropertyName_mA5078374DB3E45D9C2360AA3F6613310578990DA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteEscapedString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___value0, bool ___quote1, const RuntimeMethod* method); // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::GetCharEscapeFlags(Newtonsoft.Json.StringEscapeHandling,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* JavaScriptUtils_GetCharEscapeFlags_mF11B28D71DA1AEC43670A3D0380FF6151BD7E134 (int32_t ___stringEscapeHandling0, Il2CppChar ___quoteChar1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonWriter::get_Top() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Top_mE9BB5BDB5A64540B7C1108AF30401F89AF772D79 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m4CBF2A74FB65655B0BB1452CA748E9CF78D974ED (String_t* __this, Il2CppChar ___c0, int32_t ___count1, 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.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteValue(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteValueInternal(System.String,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___value0, int32_t ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteRaw_m4B4503688B7FFAF1A1D38C66BE1C0E591682D843 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::EnsureWriteBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean,System.Boolean[],Newtonsoft.Json.StringEscapeHandling,Newtonsoft.Json.IArrayPool`1,System.Char[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_mF996F5B009DFE5F76A8F966BF531C9B1045A718B (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, String_t* ___s1, Il2CppChar ___delimiter2, bool ___appendDelimiters3, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___charEscapeFlags4, int32_t ___stringEscapeHandling5, RuntimeObject* ___bufferPool6, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** ___writeBuffer7, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_mED385338B08D18ECC16577A5C36EB6817057FC2C (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint64_t ___uvalue0, const RuntimeMethod* method); // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::get_FloatFormatHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Char Newtonsoft.Json.JsonTextWriter::get_QuoteChar() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Single,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m36C5B34B7B524EEB5090F5633F11BC41AA73D8BD (float ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *, const RuntimeMethod*))Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline float Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method) { return (( float (*) (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_gshared_inline)(__this, method); } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Double,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1D2BB94ABF6D69865A24C2C2D1A6F3038C6BA800 (double ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, const RuntimeMethod*))Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { return (( double (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline)(__this, method); } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m7DCA3A15EA44561ED4ADADBB35765CA716CC336F (bool ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBE9774F36AB274A978D11A232C8579CF5F86CFDC (Il2CppChar ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3FC09486E5A8EE6ECB029D0555F8AF30F82F237D (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, 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.String Newtonsoft.Json.JsonWriter::get_DateFormatString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, 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.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::get_DateFormatHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __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.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, 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); // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::get_Base64Encoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * JsonTextWriter_get_Base64Encoder_mDFA6C2C7D165D830AA5D436E3C08098DC8D9AF23 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Flush_mB4309CBAD0328D6923932E117E4EF1AAD01A8AF3 (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * __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.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Guid::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mBCB2F0909063D31F882078DA4E8AF6B9FF95D1FF (Guid_t * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteComment_m27747B82A2A11FF906A29C8339FBE933A07E8CBC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // 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); // System.Int32 Newtonsoft.Json.Utilities.MathUtils::IntLength(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MathUtils_IntLength_m3CA8B0EF3B9D2007346BB2F1199B4B689B241AE4 (uint64_t ___i0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) inline DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * CachedAttributeGetter_1_GetAttribute_mF509F3616A4255CD9B6C282CDE4EFBD833D84709 (RuntimeObject * ___type0, const RuntimeMethod* method) { return (( DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * (*) (RuntimeObject *, const RuntimeMethod*))CachedAttributeGetter_1_GetAttribute_mDC985388A670AFE753534535E90138B0F1C066C7_gshared)(___type0, 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.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); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) inline DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14 (RuntimeObject * ___type0, const RuntimeMethod* method) { return (( DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * (*) (RuntimeObject *, const RuntimeMethod*))CachedAttributeGetter_1_GetAttribute_mDC985388A670AFE753534535E90138B0F1C066C7_gshared)(___type0, method); } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsVirtual(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9 (PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method); // System.Reflection.MemberInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberInfoFromType(System.Type,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * ReflectionUtils_GetMemberInfoFromType_m67086420E1ED4E5848D76D1DAA6EB1D5EDDF26B3 (Type_t * ___targetType0, MemberInfo_t * ___memberInfo1, const RuntimeMethod* 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); } // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::get_MemberSerialization() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_mC1251A664FD1EFFB430AE5935E20DEFC5B01543A_inline (JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * __this, const RuntimeMethod* 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); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) inline SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 * JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_mD291D0D1A58024960AE20ADAF54A00D1DA125160 (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared)(___attributeProvider0, method); } // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) inline JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4_mAA3BBB6DAC6C1A3A7CE58937599DDC952AF889AC (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared)(___attributeProvider0, method); } // System.Type Newtonsoft.Json.JsonConverterAttribute::get_ConverterType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonConverterAttribute_get_ConverterType_m4493352ECD33A4991AEA2B90BE9B1A8A397A90EC_inline (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2>::Get(TKey) inline Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9 (ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * __this, Type_t * ___key0, const RuntimeMethod* method) { return (( Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * (*) (ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_mF3E6A4B1A67B6CF60D0A92D208FA18801F38A691_gshared)(__this, ___key0, method); } // System.Object[] Newtonsoft.Json.JsonConverterAttribute::get_ConverterParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonConverterAttribute_get_ConverterParameters_mC2C4BD4D4E90D3646D571C7B0F2D6EFFB93C95DA_inline (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7 (Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arg0, const RuntimeMethod* method) { return (( JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * (*) (Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared)(__this, ___arg0, method); } // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_m891E1B133F71FB2FD7A7A98E7322328B3B1BA7B5 (U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * __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); // 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_m07855F36EFF7717014368385F596EDDC9001D1F8 (Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3 (Type_t * ___type0, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) inline Type_t * ThreadSafeStore_2_Get_m399075A2B5C284FEB7C9F83ACF22CAABDE52BE05 (ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * __this, Type_t * ___key0, const RuntimeMethod* method) { return (( Type_t * (*) (ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_mF3E6A4B1A67B6CF60D0A92D208FA18801F38A691_gshared)(__this, ___key0, method); } // System.Attribute[] Newtonsoft.Json.Utilities.ReflectionUtils::GetAttributes(System.Object,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectionUtils_GetAttributes_m83F5A3C879E6FCB9CEA8A7C258D8CEE723D72224 (RuntimeObject * ___attributeProvider0, Type_t * ___attributeType1, bool ___inherit2, 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 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); // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Utilities.ReflectionObject::Create(System.Type,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ReflectionObject_Create_mD57686249D5EB10C492E55F70C03381DDF4942DD (Type_t * ___t0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames1, 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.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 System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.PermissionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m492094564D7A1A6206FAE5D224846029EF425EE9 (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::Demand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodeAccessPermission_Demand_m9D69AFC4576C2FF37BC8178D125D6A96891BBBA1 (CodeAccessPermission_t7C1071DF7520461EC0D3DC70980DADFFCE5701D3 * __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); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline)(__this, method); } // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * LateBoundReflectionDelegateFactory_get_Instance_m92BBB285AD2E4C07E1E23F84EE40A04E39208EF0_inline (const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m71E3F4F9A595B7D863AE6E2BA4D530CD520ADC6B (Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 *, 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_m67AF107559EEDEA5F7BA05C28F842E584AAE7360 (ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * __this, Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 *, Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m637EFAC52FA1213C61EA0FBFF12D342FA876D695_gshared)(__this, ___creator0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mBA736F454E4A4FA67FEF9867E22F9F2B8DA4B57B (Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 *, 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_m982549EA7BF26E59109D7045E879E0787277C63F (ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * __this, Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC *, Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m637EFAC52FA1213C61EA0FBFF12D342FA876D695_gshared)(__this, ___creator0, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * Enumerable_ToList_TisStateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_mC638DD1FB672BD0EE34B6348D8D4E919D8601D4A (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m3AB0AB30DAC385C2DF8A16D5CB8D3D41F62C751F_gshared)(___source0, 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.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); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m9109FF334C7C55B482F5490237A40A503AA78DBC_inline (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8 (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * __this, StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B *, StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* List_1_ToArray_m5EEDD8B9ADC70CA74CCCB235A981AB8D76973D88 (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * __this, const RuntimeMethod* method) { return (( StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* (*) (List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared)(__this, method); } // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::BuildStateArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* JsonWriter_BuildStateArray_mA0E6E0810E8CB4591CF04BDFF536E021072DA424 (const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline)(__this, method); } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_Peek_m5D92719BB030AA19751F29364F134D2F3350E602 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::BuildPath(System.Collections.Generic.List`1,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ___positions0, Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C ___currentPosition1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*))Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_gshared)(__this, ___value0, 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.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_CloseOutput(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_CloseOutput_m4FA46ECC4D7B67D37299F937FD7CF1819D505706_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*))List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_gshared)(__this, ___item0, method); } // System.Void Newtonsoft.Json.JsonPosition::.ctor(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, int32_t ___type0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, int32_t, const RuntimeMethod*))List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_gshared)(__this, ___index0, method); } // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteAll_m90BB40B1F249CDEF9FE9393E85483F21B90F58D2 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteEnd(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteEnd_mA7DE12A8EB6FA11CBAA51A69C050620C8846A56A (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m04DD651F7158F913327B4B44A83E6398E464049C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m73D08B2FBC9DBC4027C9BF986BBDDA44FCC8C926 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, bool ___writeChildren1, 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.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07 (RuntimeObject * ___value0, RuntimeObject* ___provider1, 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.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsStartToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486 (int32_t ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteConstructorDate(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m0E530768DEFE81C78F8A96746254BF1926FFB7F7 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsEndToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsEndToken_m77818736EF8F5E9FBC2CE1AF4EAB6AE7DF1FCA7A (int32_t ___token0, 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); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_Pop_m6E215C64A1DDFDFABFD23A49F1B4507ACBB2D8E4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonWriter::GetCloseTokenForType(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_GetCloseTokenForType_mB09609832B8A3BFCA123BFDC6FDA53B419AE5941 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* 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 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.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *, const RuntimeMethod*))Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline uint32_t Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method) { return (( uint32_t (*) (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, const RuntimeMethod*))Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int64_t Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { return (( int64_t (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, const RuntimeMethod*))Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline uint64_t Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { return (( uint64_t (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *, const RuntimeMethod*))Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int16_t Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method) { return (( int16_t (*) (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *, const RuntimeMethod*))Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline uint16_t Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method) { return (( uint16_t (*) (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, const RuntimeMethod*))Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline Il2CppChar Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { return (( Il2CppChar (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *, const RuntimeMethod*))Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline uint8_t Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method) { return (( uint8_t (*) (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *, const RuntimeMethod*))Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int8_t Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method) { return (( int8_t (*) (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *, const RuntimeMethod*))Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method) { return (( Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 (*) (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, const RuntimeMethod*))Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { return (( DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *, const RuntimeMethod*))Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method) { return (( DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 (*) (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *, const RuntimeMethod*))Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline Guid_t Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, const RuntimeMethod* method) { return (( Guid_t (*) (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_gshared_inline)(__this, 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); } // 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.Void Newtonsoft.Json.JsonWriter::WriteValue(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Utilities.PrimitiveTypeCode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, int32_t ___typeCode1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8 (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, int8_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *, int8_t, const RuntimeMethod*))Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230 (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, int16_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *, int16_t, const RuntimeMethod*))Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9 (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, uint16_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *, uint16_t, const RuntimeMethod*))Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_gshared)(__this, ___value0, 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.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8 (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, uint8_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *, uint8_t, const RuntimeMethod*))Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6 (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, uint32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *, uint32_t, const RuntimeMethod*))Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8 (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, int64_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, int64_t, const RuntimeMethod*))Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702 (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, uint64_t, const RuntimeMethod*))Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, float ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *, float, const RuntimeMethod*))Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3 (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, double, const RuntimeMethod*))Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3 (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763 (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4 (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, Guid_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *, Guid_t , const RuntimeMethod*))Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_gshared)(__this, ___value0, method); } // 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); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.TypeInformation::get_TypeCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.TypeInformation::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeInformation_get_Type_m101C4515BF4ECD310CDF20BC2C059D112341D2FF_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriter::CreateUnsupportedTypeException(Newtonsoft.Json.JsonWriter,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * JsonWriter_CreateUnsupportedTypeException_m1AECC8B9FEAA0021A41B59EDD0ADA56914076E25 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, 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.JsonWriter::AutoCompleteClose(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Push(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Push_m1F88E3CC8E95814572800A4D4C2711583C8DA614 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriterException::set_Path(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriterException_set_Path_m7730DE4BEE3E03B961C923F211E0400903ED55F5_inline (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonWriter::get_ContainerPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonWriter_get_ContainerPath_mADC497503051A4C9B6EC6078215DB4E107D54FDD (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * JsonWriterException_Create_m84A38EFC0C4066A1DE5C6736BB7910633DF11679 (String_t* ___path0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_m67B75B828B5C6B8607C660494A4E03746A7E49C7 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriterException::.ctor(System.String,System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m2BE8EB30C7FB5E93CC76E8F071B976DC9690D1E5 (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, 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); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) inline ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E (ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * __this, Type_t * ___key0, const RuntimeMethod* method) { return (( ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * (*) (ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_mF3E6A4B1A67B6CF60D0A92D208FA18801F38A691_gshared)(__this, ___key0, method); } // 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); // System.Type Newtonsoft.Json.Utilities.ReflectionObject::GetType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, String_t* ___member0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, 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); // 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.Void Newtonsoft.Json.JsonReader::ReadAndAssert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, 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); // 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.Void Newtonsoft.Json.JsonReader::Skip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, 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.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.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.Void Newtonsoft.Json.JsonConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m5D1EEBAE08E8E3B26A04280CC4DB3623FC16B0E8 (Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 *, 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_mA86CE22C792902CB93EA516988B5126B0C6B585E (ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * __this, Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * ___creator0, const RuntimeMethod* method) { (( void (*) (ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B *, Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m637EFAC52FA1213C61EA0FBFF12D342FA876D695_gshared)(__this, ___creator0, method); } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m284ADEC97F298D777146D5B676D3E4E2DF017CB1 (U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ObjectConstructor`1::.ctor(System.Object,System.IntPtr) inline void ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionDelegateFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionDelegateFactory__ctor_mEFA41B73330DF9F63BB3E43AD2781A2F65A6957E (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__ctor_m7AC46404AA17DECE59248DE0994B7A2987A059E0 (LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::set_LevelFilter(System.Diagnostics.TraceLevel) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryTraceWriter_set_LevelFilter_mFDD4C8ECCC1F3EA622509414E2D76338B27B731A_inline (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared)(__this, method); } // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mD7C8C22580B59BE7F224C7E5AC3C079592F54D58_inline (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Queue`1::Dequeue() inline String_t* Queue_1_Dequeue_m7468E0BEC088B58256FA3D00A82B4C2B5E9A9FA1 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { return (( String_t* (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared)(__this, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Enum::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m4F8C0882A819B1D1E3286920D14CC649200F24A1 (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, String_t*, const RuntimeMethod*))Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared)(__this, ___item0, method); } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() inline Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 Queue_1_GetEnumerator_m03D7A2629BCC3D60F8EBD347E87BD19240313848 (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * __this, const RuntimeMethod* method) { return (( Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 (*) (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *, const RuntimeMethod*))Queue_1_GetEnumerator_m0A2D0CB499E67870A0F7049947F958A7C8B7F4D3_gshared)(__this, method); } // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() inline String_t* Enumerator_get_Current_mA9606B8779BC6ECEAA5F1C51C3F1EE42F8639D31 (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 * __this, const RuntimeMethod* method) { return (( String_t* (*) (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *, const RuntimeMethod*))Enumerator_get_Current_m2735F03B97A5F6B6933BE5DDF1C9D458A0EE3AD2_gshared)(__this, method); } // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD4FE73734D436ABA18F19E087A503ACBAF7DB9ED (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *, const RuntimeMethod*))Enumerator_MoveNext_m021EA477154DFEF16C293069BAA564C75FE058BA_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() inline void Enumerator_Dispose_mFF215AB10F631C857B5D3116DDDDEFAED1AE4941 (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *, const RuntimeMethod*))Enumerator_Dispose_mAC863B8783E18A16FEAE03EF6B53E216A0D8A154_gshared)(__this, 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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (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.Boolean System.Decimal::Equals(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_Equals_mD9FCB26297704AB1EFED6FBA1856121B801FD745 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.MathUtils::ApproxEquals(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_mB0A475E4963DE685D914DE0AF9992A6456863989 (double ___d10, double ___d21, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* 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.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.Int32 System.Int32::CompareTo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m9B9F61F5B96CED94E4848B71CECBF02F495BDB88 (uint8_t* __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.MiscellaneousUtils::GetQualifiedNameParts(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscellaneousUtils_GetQualifiedNameParts_m4FD35EE1420185E2AC8A3FC5224FFE9D2F8C7742 (String_t* ___qualifiedName0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* 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.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.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, 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.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.PropertyNameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyNameTable_TextEquals_m68A66BFD455B3C6D459F3EFB5977CB2313A5ADEA (String_t* ___str10, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, 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::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.PropertyNameTable::AddEntry(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyNameTable_AddEntry_m94844BDDC50C0A1583128A65D17B63B50251FFC4 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.PropertyNameTable/Entry::.ctor(System.String,System.Int32,Newtonsoft.Json.Utilities.PropertyNameTable/Entry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_mD29E897D893C91A2933F87A8F1CC9D6BE8DF16D6 (Entry_tD42BECCBE255C43533FE588B543794E909F9598C * __this, String_t* ___value0, int32_t ___hashCode1, Entry_tD42BECCBE255C43533FE588B543794E909F9598C * ___next2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.PropertyNameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNameTable_Grow_m83701A60E86FDA9E76229DA1927BC3E433BD8D45 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __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 System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m682FF32165596C2296609F82ACA63213D93E16F5 (Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionObject::set_Members(System.Collections.Generic.IDictionary`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionObject_set_Members_m51F84C609F669FBAF384A240340AEB2DCADDD09E_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.ReflectionObject::get_Members() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method); // System.Func`2 Newtonsoft.Json.Utilities.ReflectionMember::get_Getter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ReflectionMember_get_Getter_m8C14F3F9760AF6EB89E9644C042D7049187D9E65_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* 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.Type Newtonsoft.Json.Utilities.ReflectionMember::get_MemberType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ReflectionMember_get_MemberType_mAB2177907FD7B4A95EA3A38F2C1F96596F7C2BEB_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject__ctor_m82D4F7F06E74932622484FCD77F3E99DDBA29732 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionObject::set_Creator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionObject_set_Creator_m1162363E03BF9F1667F813FE749F2BA4E36FBB45_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m5BEC8931A7CFA6F2562DF252E1D0557042E856D7 (U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * __this, 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); // !!0 System.Linq.Enumerable::Single(System.Collections.Generic.IEnumerable`1) inline MemberInfo_t * Enumerable_Single_TisMemberInfo_t_mFBF095F6EE47CAD15F8E7F4A5FD76CB2566DD3B8 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( MemberInfo_t * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Single_TisRuntimeObject_mC4D6D526C2A02CA1E0319EEE3D00B87C751DA28D_gshared)(___source0, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionMember::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember__ctor_mAE0A1EF86EDC37BAFB1CFAA6C520ABDCB5C28D51 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, 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.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.Void Newtonsoft.Json.Utilities.ReflectionMember::set_Getter(System.Func`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___value0, 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.Utilities.ReflectionMember::set_Setter(System.Action`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_mE629E8AA7BF56EEEF814F151A65A4B1D6AFA7806 (U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * __this, 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); } // System.Void Newtonsoft.Json.Utilities.ReflectionObject/<>c__DisplayClass13_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_2__ctor_m7942108C02C4C534B2E24DFCAF50C1365918A8FD (U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1 (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, 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.Void Newtonsoft.Json.Utilities.ReflectionMember::set_MemberType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m3CED73888761B9A9C936E74EF0539C2D4C6C8788_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00 (PropertyInfo_t * __this, 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.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.ReflectionUtils::RemoveAssemblyDetails(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_RemoveAssemblyDetails_m3408042C07101E511DB26E006F5FFFFD154DE033 (String_t* ___fullyQualifiedTypeName0, 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.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultConstructor(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ReflectionUtils_GetDefaultConstructor_m4C6572BA56D0BC153622364430A50457316A8E00 (Type_t * ___t0, bool ___nonPublic1, 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); } // !!0 System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Enumerable_SingleOrDefault_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m0816341157E4156CEE1A46CB8E0C4CEAD53F64CB (RuntimeObject* ___source0, Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * ___predicate1, const RuntimeMethod* method) { return (( ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * (*) (RuntimeObject*, Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C *, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_m06657F8361B1F19CDF32406B0F0B9CE8385383A6_gshared)(___source0, ___predicate1, 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.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.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A (Type_t * ___type0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsClass(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_m9D47CA72372812118E70511BD72FE982B3BC893B (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinitionInternal(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinitionInternal_mE86B1B9669D7240D201F35EB6D7791A246EE44E0 (Type_t * ___currentType0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, 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 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.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsIndexedProperty(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_m5D2A51E91596925FA727A58741B95B65866E8162 (PropertyInfo_t * ___property0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsPublic_mA7FB5E40024835CA07195F3E1BFCBD41E9E013BD (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsLiteral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_mF2657F6BAB384894EB2C861D51093179E3EE77D9 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsInitOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsInitOnly_mA279E731A1097E83BACAF9F53612CFA9428E806B (FieldInfo_t * __this, const RuntimeMethod* 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.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetFields(System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetFields_mCDB38A13357C9B711FC579D3F667C42082F1834C (Type_t * ___targetType0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.IEnumerable) inline void CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0 (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m49D29881775571C0B6EF88CDB6A1DFFA8FFCBFA6_gshared)(___initial0, ___collection1, method); } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetProperties(System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetProperties_mFEDD991ABAD2CCDF09676FCC70B49522C42DE5F2 (Type_t * ___targetType0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCAEA1EE8853594506435D323C3CEED01B210B708_inline (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m6C73BE1646B29DE6DB80F5DDF9D9C612D23BE5F0 (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m8F954B42109B70467701CD9118FB948F19467A09 (Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_GroupBy_TisMemberInfo_t_TisString_t_mB4DB316781864DF3A8F618E731F80D0D407277A6 (RuntimeObject* ___source0, Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * ___keySelector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 *, const RuntimeMethod*))Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_m4AE019F86C164741F0973F57128CD692F03BB475_gshared)(___source0, ___keySelector1, method); } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) inline int32_t Enumerable_Count_TisMemberInfo_t_mC79AE1754AB682F7F7B1DD6923719CB2949BEE72 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Count_TisRuntimeObject_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_gshared)(___source0, 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); } // !!0 System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) inline MemberInfo_t * Enumerable_First_TisMemberInfo_t_m5C9073761641B6015C14E7E11944B09A8BC79C57 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( MemberInfo_t * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_gshared)(___source0, 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); } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsOverridenGenericMember(System.Reflection.MemberInfo,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsOverridenGenericMember_m8169762CBFAA28B9D10A92E2AA9CA5D01152AD1B (MemberInfo_t * ___memberInfo0, int32_t ___bindingAttr1, 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 System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m35FFC6AB4637EF4D4523983E261F6BEB5DFDFDC7 (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared)(__this, ___collection0, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) inline RuntimeObject* Enumerable_Cast_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB189AA19034330B493FA4DB791D65F328F38EBD6 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_gshared)(___source0, method); } // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mEB06425105813A21FC826C4144F8456EAE2304DE_gshared)(___source0, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Union(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) inline RuntimeObject* Enumerable_Union_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB7EBD8A45E5AC85DB715C4F6E7F3237EC63B472A (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Union_TisRuntimeObject_mE99DFD31A2DD0394AE3524CECB22B60C956336EF_gshared)(___first0, ___second1, method); } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_mD83F4099FB01CE6AECC93A15C301D4557C8EF47E (Assembly_t * ___element0, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_mBCD98562D318197A565B785F1F7AC5CBC4E1C722 (Assembly_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_m21D6A630B0D6BCA5C68E51FBEFB8FD891AAC395E (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_m779A1A9D7DB629D53A45F5A9F2289F0EECAF1B25 (MemberInfo_t * ___element0, Type_t * ___type1, bool ___inherit2, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Module,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_mBEE3B26E62E95C37080557ACA225C9210AC75B0B (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___element0, bool ___inherit1, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_m5D0C6530017EC86F8FB909914C3A83A7DE3C95A7 (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_mE815BA890D1F17E1FA0B28644412915FC8455EA7 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___element0, bool ___inherit1, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* Attribute_GetCustomAttributes_m30C1C086FF413A7DA72108C9AAB8ACAC45446E39 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetAssemblyDelimiterIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ReflectionUtils_GetAssemblyDelimiterIndex_m14990078E824FFB48C3BFD9C2840EFA8C5CE6944 (String_t* ___fullyQualifiedTypeName0, 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.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mFEE173F2E6F13D352AE7E8F0A74C3FD0230256D0 (Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF *, 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_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_TisType_t_mA02A6E6FB3478DEA86948285CC94705C535286D4 (RuntimeObject* ___source0, Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_gshared)(___source0, ___selector1, method); } // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mEB06425105813A21FC826C4144F8456EAE2304DE_gshared)(___source0, method); } // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types4, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers5, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1) inline MemberInfo_t * Enumerable_SingleOrDefault_TisMemberInfo_t_m797EDA1E78CDEA4734BE59CD36E95323C0F1FC34 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( MemberInfo_t * (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_SingleOrDefault_TisRuntimeObject_m8152886AE249C38E9173B0C4CF19BCCC12ACB014_gshared)(___source0, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mF480C917701985B0A82E7E869FBA8E45E315202E (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared)(__this, ___collection0, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetChildPrivateFields(System.Collections.Generic.IList`1,System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateFields_m7EF77F114CD7B4B236983F281B96DD0D731C1F8F (RuntimeObject* ___initialFields0, Type_t * ___targetType1, int32_t ___bindingAttr2, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) inline RuntimeObject* Enumerable_Cast_TisFieldInfo_t_m48E3F2E12B48D24AC0F5608FFBB7BD40E33B221F (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_gshared)(___source0, method); } // System.Reflection.BindingFlags Newtonsoft.Json.Utilities.ReflectionUtils::RemoveFlag(System.Reflection.BindingFlags,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionUtils_RemoveFlag_m36A4700E23561A8CED0621777255A9667DCE79FA (int32_t ___bindingAttr0, int32_t ___flag1, const RuntimeMethod* 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.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) inline RuntimeObject* Enumerable_Cast_TisMemberInfo_t_m5F47F3C40739EDCA15A2E8F73D49E5C72A93844F (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_gshared)(___source0, method); } // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) inline void CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared)(___initial0, ___collection1, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mBC38750EE166255F494D8184811A8EBCCA3F6F92 (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared)(__this, ___collection0, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m18D92D12AF17EA406F915ACF0FBB396047AB2FAD (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared)(__this, ___collection0, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetChildPrivateProperties(System.Collections.Generic.IList`1,System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateProperties_mB9506DBA4650528387181DD7E43AFB706CA21AA3 (RuntimeObject* ___initialProperties0, Type_t * ___targetType1, int32_t ___bindingAttr2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline PropertyInfo_t * List_1_get_Item_m62533558C3E1C7FE2A726D2C35EAC0E040C574F9_inline (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( PropertyInfo_t * (*) (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m9C612DBE933D7B951026680B66B3BB35B774FAD7 (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * __this, int32_t ___index0, PropertyInfo_t * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *, int32_t, PropertyInfo_t *, const RuntimeMethod*))List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared)(__this, ___index0, ___value1, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m25C0863EA5EE5E5A8EB4B4CDDBCCB772DC2DDACD_inline (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils/<>c__DisplayClass42_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass42_0__ctor_mEF8413C4DF73A6067FF49DE2D7778969478194EE (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsPublic(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsPublic_m2C0A4E6CA4D843C494B93AEB4F2B5B22E40A028F (PropertyInfo_t * ___property0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7 (Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOf(System.Collections.Generic.IEnumerable`1,System.Func`2) inline int32_t CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164 (RuntimeObject* ___collection0, Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F * ___predicate1, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F *, const RuntimeMethod*))CollectionUtils_IndexOf_TisRuntimeObject_mFB97DA9BBB89630F2A740783260326AE5602162A_gshared)(___collection0, ___predicate1, 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); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_SetMemberValue_m2932AB649EE9B56618E6EDEF9C49C6E89560777A (MemberInfo_t * ___member0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5 (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberValue(System.Reflection.MemberInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6 (MemberInfo_t * ___member0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteBson(Newtonsoft.Json.Bson.BsonWriter,System.Text.RegularExpressions.Regex) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter_WriteBson_mC113074297DA92E102D0941D6E0B8316009F329F (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * ___writer0, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Text.RegularExpressions.Regex,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_mA392D25972731EA22F09CE5DFFF72DEBBA7CCEFF (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.RegexConverter::HasFlag(System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, int32_t ___options0, int32_t ___flag1, 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 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); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9EA64D9079D4A2844D377A556D7D815B301BBC1D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.RegularExpressions.Regex Newtonsoft.Json.Converters.RegexConverter::ReadRegexObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadRegexString(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadRegexString_m2C4DFF0D61B6FAA0636D859545CE9DDBEE64D722 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // T Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader) inline int32_t JsonSerializer_Deserialize_TisRegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_mF7645CAEC059FA11CF930CEFD7492B505ADB872D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { return (( int32_t (*) (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD *, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, const RuntimeMethod*))JsonSerializer_Deserialize_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mA0FEF9A31683BD882A91543644A4871FB19E4940_gshared)(__this, ___reader0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m9AE46749832C5A696908DF76BBCA8CCF030018F7 (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mD96C04C8C19EAB83BB1DFF566EABF26350631691_inline (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mE1833EAAFEE91DB2E3CC19436126BFC1E5AA413B_inline (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, 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.Int32 Newtonsoft.Json.Serialization.ResolverContractKey::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResolverContractKey_GetHashCode_mD441ABBFA2338FEDF3997A3AA948F21BD49F42F2 (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(Newtonsoft.Json.Serialization.ResolverContractKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m46DB921C8C1F68636C1726443195B8525F686A86 (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m0E63CED51A9B59D23AA8EDFD3B968923D925D8FE (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::get_Position() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m50180D85B49F259316CFFA19E69FAC2DFEE07E1A_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::set_Position(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m9EAB48EB3E1072B0C51957B5B57534A47936B6F0_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringBuffer::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_mA9327C7B60B8C4EABD2FA9855F915B21B3E1826A (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m44E883E835181DBEF9FA86E3294D91042A914544 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m08F0B2D8BB62799D7A9F96A04B8B558A8C870BF7 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, int32_t ___initalSize1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::EnsureSize(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, int32_t ___appendLength1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mEB587A612A423C0EEA858CF2F855623B6CFAAD6C (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, Il2CppChar ___value1, 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.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mB7D099F26B74FF44D0062E65145EC09AAA68C582 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::Clear(Newtonsoft.Json.IArrayPool`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Clear_m16AE9943CA16BE8D3F273FF14AAAF90DA2333DC6 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringBuffer::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mE358A765D39BC6A53424A5E24CFC95B0E1440A0F (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringBuffer::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mB30A25624FBAFD98074B4A62E17FF44026FB6A2F (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, 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.Char[] Newtonsoft.Json.Utilities.StringBuffer::get_InternalBuffer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringBuffer_get_InternalBuffer_mF2FB70B40A70E2D2ABE71242031EE4AB957D41C1_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.StringEnumConverter::set_AllowIntegerValues(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringEnumConverter_set_AllowIntegerValues_m20B36927219B91130DCA4FEC27962DAE5CDEDB40_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Char::IsNumber(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_m1575CB90219C78EABADD70B3E53D53522CB0BB9D (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_CamelCaseText() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StringEnumConverter_get_CamelCaseText_m72B0E3D8BB94E5E9812BC9D8E41896F14F17D405_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method); // 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); // 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); // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_AllowIntegerValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StringEnumConverter_get_AllowIntegerValues_m92EC9554D97999DC94F53E86E9E16EBBD6D59C06_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method); // 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); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::FormatValueForPrint(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_FormatValueForPrint_m4A7E1EBA219444902294E98F427D5EB44B599C0F (RuntimeObject * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* 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.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.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.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.String Newtonsoft.Json.Utilities.StringReference::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___array0, Il2CppChar ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { return (( int32_t (*) (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, Il2CppChar, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB_gshared)(___array0, ___value1, ___startIndex2, ___count3, method); } // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A (String_t* ___format0, RuntimeObject* ___provider1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, 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.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.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mB18BB8248DA5C0677EF9312B26C16D06898E9165 (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * __this, StringBuilder_t * ___sb0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Char Newtonsoft.Json.Utilities.MathUtils::IntToHex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D (int32_t ___n0, const RuntimeMethod* method); // System.Boolean System.Char::IsUpper(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE (Il2CppChar ___c0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Boolean System.Char::IsHighSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m7BECD1C98C902946F069D8936F8A557F1F7DFF01 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLowSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m44FA7AA923FDA925E1D536F3DA0A7E1E049E936E (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_mD15B973149B223A450420E1E3EC7C5648FF3070D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD5F5DD5F9A475E329A9F63DF6E2610C9E4CA5E47 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mA6C47BFFF0A3BD4367BAC58A59711A873F44B2D8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCA89BB907A0514BB3C7CF72A3B5DBEB80B601D8B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC02EF217E1C8832B4F6A67B213156AF0398973C3 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3E13762ABAA97E3B6E5512719A9C20110690867B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD3F58DE13B6A261C21A09EDAF057E80B2B465239 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m88A4103C8515DDFFBFAD5F2C27CAC3192CDAA667 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m33E9E1916850836BA29C86ADE3FECA716729AB60 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC64B161E67A79957FE19EE209CA9543F3CB02267 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, double ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE37191ACB24107E7C88B4EBDA034418AAF7E7A71 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, float ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m9191D561BCBFD43DDEE7E237191C20371C411DC8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3272CDA2D49600CEDC28BCA9655D967F0F2A58F8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m56B6607C1D74A21FB75945C92B57D83FD4419E1C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFB2A849F1CB5FDC6B1A0228F0DCB93CE92F6A974 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7573324F0A6837B35CA08BD12695B59BDAF319A0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCEEBA5B0C394500340F6C32E24FEBD327ED85006 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD4355674521311D84F4B8CBC86DA96C39C338622 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mAA9CA5579DEB1985F70702C9D714A208977CCD63 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7307E600DEE61DC628FE0A25124E55635AE81B31 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFA34221E6FC1DAA2AEB96B267A29701DF84A4593 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m86E02F18462B68408F56664160AA8EE14FBCB847 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteComment_m0D55F7EE368A992D6BB35051A3FACD07708FF2A8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m55F6DCD1D2575341B2A76BCDFA8527221C10EC4D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndArray_mA517593618A52B60BF52B928EF5C960B9034353F (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartConstructor_m20481E29ACCAE010A24BA2926E18E52D09A3727F (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndConstructor_m1EEE40EE365CB194329A6B648B5F32F79FD9485B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartObject_mA8E43167628604D813212CAFF32D9B7CD3EB4913 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndObject_mCF63E3221040461984DC7DBDFD106CDB920171C4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteRaw_mEB4130437F7C7FFDAD095A67CB948524A7F651B5 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___json0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsClass_m2D39ED0DAFC534D527F8B019DA8B90859A7CA787 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSealed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m688591A832F192E584223CFA48F37EA06C0C0AA5 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsAbstract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_mB16DB56FCABF55740019D32C5286F38E30CAA19F (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB (Type_t * __this, const RuntimeMethod* 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 Newtonsoft.Json.Utilities.TypeExtensions::ImplementInterface(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3 (Type_t * ___type0, Type_t * ___interfaceType1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector2(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector2_m409003102FC0044C9B52F2DFD0507A8FE8E74A81_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector3(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector3_m30CD6BC592FA653D043005941F1C590E465B598C_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector4(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector4_m3B4BC98CEECCA0BB68ACCE5E061AC3FEC277B04E_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteVector(Newtonsoft.Json.JsonWriter,System.Single,System.Single,System.Nullable`1,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_WriteVector_mDEC4986F19D964C354640871E6F9C3DA09F89E1E (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, float ___x1, float ___y2, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___z3, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___w4, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() inline float Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1 (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method) { return (( float (*) (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *, const RuntimeMethod*))Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_gshared)(__this, method); } // UnityEngine.Vector2 Newtonsoft.Json.Converters.VectorConverter::PopulateVector2(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 VectorConverter_PopulateVector2_m82A6E79318A30940335C292F9D09DE7F42DEF652 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // UnityEngine.Vector3 Newtonsoft.Json.Converters.VectorConverter::PopulateVector3(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VectorConverter_PopulateVector3_m32ECB66A24CB95E260025ED9F19729143F8F725A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // UnityEngine.Vector4 Newtonsoft.Json.Converters.VectorConverter::PopulateVector4(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 VectorConverter_PopulateVector4_mA9E68ECC439F9BB47400DB64A8A084D22755B142 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector2_m9F0D5CAB38093848EDE67465ED5CE3A00FAA4EEB_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector3() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector3_m0FDCE51268D06675E3E79977D7D29C3E8881F6D7_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector4_m367A193107A5E1E279A844A7B04BD89D08D959FA_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method); // 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); // 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); // U Newtonsoft.Json.Linq.Extensions::Value(System.Collections.Generic.IEnumerable`1) inline float Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE (RuntimeObject* ___value0, const RuntimeMethod* method) { return (( float (*) (RuntimeObject*, const RuntimeMethod*))Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_gshared)(___value0, 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.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.Object Newtonsoft.Json.Converters.XObjectWrapper::get_WrappedNode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XObjectWrapper::.ctor(System.Xml.Linq.XObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ___xmlObject0, const RuntimeMethod* method); // System.Xml.Linq.XAttribute Newtonsoft.Json.Converters.XAttributeWrapper::get_Attribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XAttribute::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XAttribute_get_Value_m2458D145A9C0231EE71816040601199252F53A84_inline (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XAttribute_get_Name_m89A65BCA2C1D25349F1B814F823208D897CA79FB_inline (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_LocalName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XName_get_LocalName_m696497ACA70F6707FAF6DDC7B0FB4297D7F4A007_inline (XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_NamespaceName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XName_get_NamespaceName_m48B792158467825280622E60E7222C565B3BDB20 (XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * __this, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XObject::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1 (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::WrapNode(System.Xml.Linq.XObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858 (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ___node0, const RuntimeMethod* method); // System.Xml.Linq.XComment Newtonsoft.Json.Converters.XCommentWrapper::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * XCommentWrapper_get_Text_m6C168F8D8C3061B0B25AE417A4142EABC1AB2F6D (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XComment::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XComment_get_Value_mA7E894839128338EB9E902993EF632F88ED96762_inline (XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, const RuntimeMethod* method) { (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Xml.Linq.XContainer Newtonsoft.Json.Converters.XContainerWrapper::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer::Nodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainer_Nodes_m632C45E4BEDC295DD4F44DE68CB9B9F5385F4E54 (XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7 (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void Newtonsoft.Json.Converters.XDocumentWrapper::.ctor(System.Xml.Linq.XDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocumentWrapper__ctor_mA40162DE79076210B0763CA5CDD39B659106DF94 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * ___document0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XElementWrapper::.ctor(System.Xml.Linq.XElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * ___element0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XContainerWrapper::.ctor(System.Xml.Linq.XContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XContainerWrapper__ctor_m0ADFCE10024526AFA62F73D498ADCAA302BF8832 (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XProcessingInstructionWrapper::.ctor(System.Xml.Linq.XProcessingInstruction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProcessingInstructionWrapper__ctor_m87935CB1DC84DCDB5234365EE1B470EA363793F0 (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * ___processingInstruction0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XTextWrapper::.ctor(System.Xml.Linq.XText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XTextWrapper__ctor_mA04D7C89E83FB85B01CA8A2411408841939FE577 (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, XText_t14C82CC828138F000842E6611CBE05281260A3FC * ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XCommentWrapper::.ctor(System.Xml.Linq.XComment) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XCommentWrapper__ctor_mD4DF06F04148974F33593A10FBB4F1C0C32F5630 (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XAttributeWrapper::.ctor(System.Xml.Linq.XAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * ___attribute0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XDocumentTypeWrapper::.ctor(System.Xml.Linq.XDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocumentTypeWrapper__ctor_mF9F9FC996AB634DBF2EFE7A0ACBA6AA999BDEE43 (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * ___documentType0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XContainer_Add_m5FBA597F4E81D576BA717343AFC8DCB2C1404680 (XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::set_Declaration(System.Xml.Linq.XDeclaration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XDeclarationWrapper_set_Declaration_m5305289F2ADC283784668A45EBC7913CFE934E7C_inline (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___value0, const RuntimeMethod* method); // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::get_Declaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Version_mDDED237A915B204AE4457A8A79AF21EC3B900BCB_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Encoding_mC688E2726A699007C9C7B3EEE8C7398EE276E92C_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Standalone_m15EF1F74D2226D5CAE08BB9847949FBD2F63D967_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_Name_m04C91428C8855ADAB40835A90052855A047018AE_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_SystemId_mB1375770572FE85EEB70E7B9E5D7BFD70197589C_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_PublicId_mB921F6E459C9B1C858D3DE85A9D2504A99BA0A7C_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_InternalSubset_m11B53A99D2308E042E737F455BC83B7E28B8A02E_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XContainerWrapper_get_ChildNodes_m8777D68C8963F8EBD3BB056BB2242271099C8B2E (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, const RuntimeMethod* method); // System.Xml.Linq.XDocument Newtonsoft.Json.Converters.XDocumentWrapper::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, const RuntimeMethod* method); // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::get_Declaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * XDocument_get_Declaration_m79EEF06C46AFAB498402C2D1D34140A0E06ABCA3_inline (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject* List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::.ctor(System.Xml.Linq.XDeclaration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDeclarationWrapper__ctor_m5476337823DCEF6C0D1DCC41BA6C786135E72990 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___declaration0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) inline void List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, int32_t ___index0, RuntimeObject* ___item1, const RuntimeMethod* method) { (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared)(__this, ___index0, ___item1, method); } // System.Void System.Xml.Linq.XComment::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XComment__ctor_mD1594490E6706E752D9A5C9B748CF84AEC2B9B22 (XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XText::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XText__ctor_m68D7A7EBA4977B7FC8570D10E60B34EDC4D8CA5B (XText_t14C82CC828138F000842E6611CBE05281260A3FC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XCData::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XCData__ctor_m9FA9F20CF152A7C7EEC9320F2FCD3F2F036C8F2E (XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDeclaration::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDeclaration__ctor_mAC7E1D3714CCD045D87DAF9F6C9EEAECAE66F650 (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocumentType::.ctor(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocumentType__ctor_m8DD9AEBE8CA7BEE73B9AE7D221DA238FB47724C3 (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method); // System.Void System.Xml.Linq.XProcessingInstruction::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProcessingInstruction__ctor_m49A9FD814CED60CDF313649D7529DBE0AC8D4A7B (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XName_op_Implicit_mC9F588EE5257A3A259D5CF52E9EBCC36B46C01C6 (String_t* ___expandedName0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement::.ctor(System.Xml.Linq.XName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XElement__ctor_m7C010BE83763396D50EB4E51C1B21A1DDDE258B2 (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * ___name0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetLocalName_m937BEFD1B1D5E23441DED4A9FD78F10D83176F73 (String_t* ___qualifiedName0, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XName_Get_m156EF1F2EE51A933D4606C3D36849511F104E16F (String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::.ctor(System.Xml.Linq.XName,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XAttribute__ctor_m40547774AADEFD8633306215AA57995F4BA4470F (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * __this, XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XDocument::get_Root() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * XDocument_get_Root_mAE2F3525990D542B2614A8CCA6F42C45A0F4302F (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocument::set_Declaration(System.Xml.Linq.XDeclaration) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XDocument_set_Declaration_m972A42B67962FBA050E91864F7056AD03FB7ECA0_inline (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_AppendChild_m5970EF8979BC3561C2350E5A812DEFB6198AFDEA (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method); // System.Xml.Linq.XElement Newtonsoft.Json.Converters.XElementWrapper::get_Element() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XElement_Attributes_m6EEF7C26CF58974068C62663F5A3AD6192327AEB (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __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.String Newtonsoft.Json.Converters.XElementWrapper::GetPrefixOfNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElementWrapper_GetPrefixOfNamespace_m8FC08AD41E95D9FE7E2AFD89E6E2E37C26778B47 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0 (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, const RuntimeMethod* method) { return (( Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline RuntimeObject* Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2 (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8 (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.String System.Xml.Linq.XElement::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElement_get_Value_mBD9F8869BF4F3865FEDED418854020E9AFF031FA (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XElement::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XElement_get_Name_m1154DCAA063C86BB056B2A49FF9C4FA65CEEAD3D_inline (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * XNamespace_op_Implicit_mFD01E59059149272C9710886353E8236CAA97AE5 (String_t* ___namespaceName0, const RuntimeMethod* method); // System.String System.Xml.Linq.XElement::GetPrefixOfNamespace(System.Xml.Linq.XNamespace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElement_GetPrefixOfNamespace_mF9843F62F43762B9E43BBAF8DA634CFBBA393C8E (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * ___ns0, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XElement_get_IsEmpty_m31AB831470DCE26259DFB025072DA39737FAFDFE (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Xml.Linq.XProcessingInstruction Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_ProcessingInstruction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * XProcessingInstructionWrapper_get_ProcessingInstruction_m3EF82506DA30263EDCA9D7BE137A94F61521A916 (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Target() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Target_mB3D008E1EEB616F60FD7C8BE667DEB18C68B0C63_inline (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Data_m2CEF9219706D7BC50ABA55C80C7628369643F79F_inline (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * __this, const RuntimeMethod* method); // System.Xml.Linq.XText Newtonsoft.Json.Converters.XTextWrapper::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XText_t14C82CC828138F000842E6611CBE05281260A3FC * XTextWrapper_get_Text_m5152221B428C9A12FEF884ED78118A3138761F8C (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XText::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XText_get_Value_m9597869DABAA9D2BF8275CEDB4A6A85D46FF6BE5_inline (XText_t14C82CC828138F000842E6611CBE05281260A3FC * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696 (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDeclarationWrapper::.ctor(System.Xml.XmlDeclaration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclarationWrapper__ctor_mF51839B7636CC91F7B4CD908F24712F5913A91B4 (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * ___declaration0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::.ctor(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentTypeWrapper__ctor_m675661950897A7EF2E7EC820E79E337D2B6A307A (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___documentType0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m0A4CAC9A0218E6FAE67787EFDAEAA2651B049DDE (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::.ctor(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___element0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_CreateElement_m937DC55AC935342B42C528241D4E252E2247A1EC (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m51F756B45CC5EF6596C7B7D780C9BDD9C2700736 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeWrapper_set_Value_mCD70A93D6BB065E22E5B95C595760B1016F50B2B (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlDocument_CreateAttribute_m5410111FECB6F73FCB5DC4A1E4CC8A480D3FD71B (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Converters.XmlNodeWrapper::get_WrappedNode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeWrapper_get_WrappedNode_m468BF37D91C283502A22F72F9E3350069CAC6E2F_inline (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeConverter::WrapXml(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_WrapXml_m9238ECF3CD30390AC439D19AB9C2196A50DCC958 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::PushParentNamespaces(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_PushParentNamespaces_m25F988DD210146A905B2FA5956E59EE40690BF54 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_OmitRootObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeNode(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::WrapNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() inline void List_1_Reverse_mAA9354381DAD7FD919A385370369AD4BB6A6FC05 (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, const RuntimeMethod* method) { (( void (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, const RuntimeMethod*))List_1_Reverse_mB2258A4FA2E91ECE197E099A7E914964C2C4D333_gshared)(__this, method); } // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_mE33CE18DC04D39E21D5FBA3AE9EF6BB92FF83991 (String_t* ___name0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ResolveFullName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m204D5B362F4E18E4EFF21456FF4571F1D276E61F (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::GetPropertyName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m096A9BC8864734F83C3A9C07511B3DEF6AC32E76 (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * __this, String_t* ___key0, List_1_t74A1330085B8247FB17128749F92AD552C221D8B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 *, String_t*, List_1_t74A1330085B8247FB17128749F92AD552C221D8B **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_mB47A25DD5DFE9067E6E1BA22728510131F647240 (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * __this, String_t* ___key0, List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 *, String_t*, List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline (List_1_t74A1330085B8247FB17128749F92AD552C221D8B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() inline Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 Dictionary_2_GetEnumerator_m9D697ED382D56A9AAF3D625D89C6ADD2F7130993 (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * __this, const RuntimeMethod* method) { return (( Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 (*) (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() inline KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B Enumerator_get_Current_m7E244604611C2B0753591CC5E330A4C1D49B3E0F_inline (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B (*) (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() inline List_1_t74A1330085B8247FB17128749F92AD552C221D8B * KeyValuePair_2_get_Value_mE21E5AB56FBE8C41D81597F6EBF488496AF84B9E_inline (KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B * __this, const RuntimeMethod* method) { return (( List_1_t74A1330085B8247FB17128749F92AD552C221D8B * (*) (KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsArray(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsArray_m93723C11D532EF6336B23994E93716222F62F1B2 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2>::get_Key() inline String_t* KeyValuePair_2_get_Key_m8C66368EC4BDB879F366D510C6CB7F50BA11490D_inline (KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_m11642E9FFBE397DAD4CB2523C64A2CB4A54EA112 (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() inline void Enumerator_Dispose_m793FD88817B6E5712ECACD72A394B18BD95E3F21 (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeGroupedNodes(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeGroupedNodes_m7D23D156820BED141CACCDAD5E023E341E58D01F (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::AllSameName(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_AllSameName_mDA7292F44F9990C0BCDB3C6F7AD52B361BB00F5A (RuntimeObject* ___node0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::ValueAttributes(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_ValueAttributes_m186E6DC3376890B15F11882CEE0B5227966B1764 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) inline bool CollectionUtils_IsNullOrEmpty_TisIXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_m8135E11473068917F7578FFCAF6F23B7ED81E154 (RuntimeObject* ___collection0, const RuntimeMethod* method) { return (( bool (*) (RuntimeObject*, const RuntimeMethod*))CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mD72EDFB59ECB69FA4CF022CF5B9E518CD2050F25_gshared)(___collection0, method); } // System.Void System.Xml.Linq.XDocument::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocument__ctor_m450D739400B3456C2DF8FF011DE91994776D506A (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1E5403972A058DD1EBEE531962F862BBBB08BAB1 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDocumentWrapper::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentWrapper__ctor_mDADE4126D5921651DDAA3FBBE23F52C5F6BF209C (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Converters.XmlNodeConverter::get_DeserializeRootElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_get_DeserializeRootElementName_mDA30476EE8892D07632EA2F0F539C3ADCFA6941B_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeNode(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, RuntimeObject* ___currentNode3, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNode::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XNode_Remove_m6CB2143CFECACE50E2378F5D0FB7CCA08F35EBD9 (XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateInstruction(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateInstruction_mD86936DAEF4F1C1E8A7060FB2AC6F2DA69CF4BDB (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateDocumentType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateDocumentType_m2E978CCD06BAA7BA15D46ED2FB7AE16EAC53EC48 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadArrayElements(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.String,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadArrayElements_m9235C29CFD056C5F4B009894EF2079B0D56B0F4C (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, String_t* ___propertyName2, RuntimeObject* ___currentNode3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Converters.XmlNodeConverter::ReadAttributeElements(Newtonsoft.Json.JsonReader,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337 (String_t* ___qualifiedName0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::StartsWith(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddAttribute(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_AddAttribute_m08696847E6BA459979494E83D903610C8C6A1001 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___attributeName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, String_t* ___attributePrefix5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateElement_m7B2ECDAC03912A479C0825975BE1E70980B96476 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___elementName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, String_t* ___elementPrefix5, Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___attributeNameValues6, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(System.String,Newtonsoft.Json.Converters.IXmlDocument,System.String,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_CreateElement_mE4370B24C648A67DC66876B51D023A6BD5F504DF (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, String_t* ___elementName0, RuntimeObject* ___document1, String_t* ___elementPrefix2, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager3, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB Dictionary_2_GetEnumerator_m99462FD95A811068FBA964A97213B4CA59FF8A31 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC Enumerator_get_Current_m0E89F960CC17EAEBA38A57A632911BB4A6D9EAFF_inline (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // System.String System.Xml.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_mC56DC7735E549788FA842E44C2879B9BDEA0CD92 (String_t* ___name0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22 (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ConvertTokenToXmlValue(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B (int64_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC (float ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F (double ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671 (bool ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m66654A257CAF79B16B3D1F8DA454DD585E0C3C2F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // 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); // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1139F2A62832E0EF1D7C214ED15D614988F5FD3F (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___dateTimeOption1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeValue(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,System.String,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, String_t* ___propertyName3, RuntimeObject* ___currentNode4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_WriteArrayAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddJsonArrayAttribute(Newtonsoft.Json.Converters.IXmlElement,Newtonsoft.Json.Converters.IXmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_AddJsonArrayAttribute_m9923000AAA706CC8E084166834FDD52BBBC517AA (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___element0, RuntimeObject* ___document1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsNamespaceAttribute(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsNamespaceAttribute_mB7B15524CE1CEF49989BEAC2FBAB12030D788F33 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, String_t* ___attributeName0, String_t** ___prefix1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsPrimitiveToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m4396C2BB487CEC938F4EEC59C53C0BDF8F72EB0F (int32_t ___token0, 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.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 // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::get_Base64Encoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * JsonTextWriter_get_Base64Encoder_mDFA6C2C7D165D830AA5D436E3C08098DC8D9AF23 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * L_0 = __this->get__base64Encoder_14(); if (L_0) { goto IL_0019; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * L_2 = (Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 *)il2cpp_codegen_object_new(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0_il2cpp_TypeInfo_var); Base64Encoder__ctor_m8CC7CF4E7999D8752CB981EE5D88B015112B70E5(L_2, L_1, /*hidden argument*/NULL); __this->set__base64Encoder_14(L_2); } IL_0019: { Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * L_3 = __this->get__base64Encoder_14(); return L_3; } } // System.Char Newtonsoft.Json.JsonTextWriter::get_QuoteChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__quoteChar_17(); return L_0; } } // System.Void Newtonsoft.Json.JsonTextWriter::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___textWriter0; if (L_0) { goto IL_0014; } } { 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*)&_stringLiteralE85CB44294D0585D0CDB553EE58583455F665F3B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A_RuntimeMethod_var))); } IL_0014: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = ___textWriter0; __this->set__writer_13(L_2); __this->set__quoteChar_17(((int32_t)34)); __this->set__quoteName_18((bool)1); __this->set__indentChar_15(((int32_t)32)); __this->set__indentation_16(2); JsonTextWriter_UpdateCharEscapeFlags_mE255E5131169B0ED48002B3AE564A3C37FE15243(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_Close_m786614F24E99BD26BA8A6DB88593547ED5FE5781 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904(__this, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__writeBuffer_20(); if (!L_0) { goto IL_0026; } } { RuntimeObject* L_1 = __this->get__arrayPool_21(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__writeBuffer_20(); BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494(L_1, L_2, /*hidden argument*/NULL); __this->set__writeBuffer_20((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL); } IL_0026: { bool L_3; L_3 = JsonWriter_get_CloseOutput_m35735FF8248038300093B2107F3CF2B9DFECE1F5_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_4 = __this->get__writer_13(); if (!L_4) { goto IL_0041; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_5 = __this->get__writer_13(); NullCheck(L_5); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_5); } IL_0041: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartObject_mC2528B9248DF7491103F098A9A5A71192C35AC79 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 1, 1, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)123)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartArray_mF0DDF658F69DD3F081729B6CE36AB173D8EA6152 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 2, 2, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)91)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartConstructor_m4DA15F20CD8A962085BCF4C4DABD7C3478A5A3B6 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 3, 3, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, _stringLiteral34DF6A8E243A634C5B2054C0F4E5D270F942B6F2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); String_t* L_2 = ___name0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)40)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteEnd(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEnd_m492C5EA658E05A68346AA13C4C85563D813E80ED (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)13)))) { case 0: { goto IL_0017; } case 1: { goto IL_0025; } case 2: { goto IL_0033; } } } { goto IL_0041; } IL_0017: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)125)); return; } IL_0025: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = __this->get__writer_13(); NullCheck(L_2); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, ((int32_t)93)); return; } IL_0033: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)41)); return; } IL_0041: { int32_t L_4 = ___token0; 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 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8D09BA37DB38A684B017E8CED6F9340176EF3C7)), L_6, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_8; L_8 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_7, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextWriter_WriteEnd_m492C5EA658E05A68346AA13C4C85563D813E80ED_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonTextWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WritePropertyName_mABFC4B1E03233FD192636DCB32B5A062DEBCDA20 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_mA5078374DB3E45D9C2360AA3F6613310578990DA(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; bool L_2 = __this->get__quoteName_18(); JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41(__this, L_1, L_2, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)58)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WritePropertyName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WritePropertyName_m6186077E4ADB40A6B81C50C77581BCFD95BBB991 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_mA5078374DB3E45D9C2360AA3F6613310578990DA(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___escape1; if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___name0; bool L_3 = __this->get__quoteName_18(); JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41(__this, L_2, L_3, /*hidden argument*/NULL); goto IL_0057; } IL_0019: { bool L_4 = __this->get__quoteName_18(); if (!L_4) { goto IL_0032; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_5 = __this->get__writer_13(); Il2CppChar L_6 = __this->get__quoteChar_17(); NullCheck(L_5); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, L_6); } IL_0032: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_7 = __this->get__writer_13(); String_t* L_8 = ___name0; NullCheck(L_7); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); bool L_9 = __this->get__quoteName_18(); if (!L_9) { goto IL_0057; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_10 = __this->get__writer_13(); Il2CppChar L_11 = __this->get__quoteChar_17(); NullCheck(L_10); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_10, L_11); } IL_0057: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_12 = __this->get__writer_13(); NullCheck(L_12); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_12, ((int32_t)58)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::OnStringEscapeHandlingChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_OnStringEscapeHandlingChanged_m92AE9564120DF80AAD7B9B20C8B32B9F4BFD95A2 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { JsonTextWriter_UpdateCharEscapeFlags_mE255E5131169B0ED48002B3AE564A3C37FE15243(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::UpdateCharEscapeFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_UpdateCharEscapeFlags_mE255E5131169B0ED48002B3AE564A3C37FE15243 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline(__this, /*hidden argument*/NULL); Il2CppChar L_1 = __this->get__quoteChar_17(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2; L_2 = JavaScriptUtils_GetCharEscapeFlags_mF11B28D71DA1AEC43670A3D0380FF6151BD7E134(L_0, L_1, /*hidden argument*/NULL); __this->set__charEscapeFlags_19(L_2); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIndent_mBD11CBAFE1C28AE89580CDE3D4F48EA6D1E0B530 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker0::Invoke(16 /* System.Void System.IO.TextWriter::WriteLine() */, L_0); int32_t L_1; L_1 = JsonWriter_get_Top_mE9BB5BDB5A64540B7C1108AF30401F89AF772D79(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get__indentation_16(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0063; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get__indentChars_22(); if (L_4) { goto IL_005f; } } { Il2CppChar L_5 = __this->get__indentChar_15(); String_t* L_6; L_6 = String_CreateString_m4CBF2A74FB65655B0BB1452CA748E9CF78D974ED(NULL, L_5, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_6); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7; L_7 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_6, /*hidden argument*/NULL); __this->set__indentChars_22(L_7); goto IL_005f; } IL_003f: { int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_8, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_9; TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_10 = __this->get__writer_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get__indentChars_22(); int32_t L_12 = V_1; NullCheck(L_10); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_10, L_11, 0, L_12); int32_t L_13 = V_0; int32_t L_14 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); } IL_005f: { int32_t L_15 = V_0; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_003f; } } IL_0063: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValueDelimiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueDelimiter_mF7949EEB7A978E2EB2E5C3799BB069428B7F0D01 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)44)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIndentSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIndentSpace_m9F1FB356F35F766D088B61DE700F0CB5D4FFDCD2 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)32)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValueInternal(System.String,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___value0, int32_t ___token1, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); String_t* L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mB294E00A9164EC218D4AE79C3A17C8802A814FD4 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteNull_m4C142F71CBBAFD920F2163CF6B75CA5B2BCCAAB6 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)11), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_0 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_Null_3(); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_0, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteUndefined_mD9FF7667F45E7F251B28F09420D81768BE5E1A0F (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)12), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_0 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_Undefined_4(); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_0, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteRaw_m4F2463662FB06513FF2443E858A4DCCB6474DB88 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonWriter_InternalWriteRaw_m4B4503688B7FFAF1A1D38C66BE1C0E591682D843(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); String_t* L_1 = ___json0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m7B5E8E789B1988179BB5316ABA12E613EBD11F51 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); String_t* L_0 = ___value0; if (L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_Null_3(); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_1, ((int32_t)11), /*hidden argument*/NULL); return; } IL_0019: { String_t* L_2 = ___value0; JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41(__this, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteEscapedString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___value0, bool ___quote1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); String_t* L_1 = ___value0; Il2CppChar L_2 = __this->get__quoteChar_17(); bool L_3 = ___quote1; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_4 = __this->get__charEscapeFlags_19(); int32_t L_5; L_5 = JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline(__this, /*hidden argument*/NULL); RuntimeObject* L_6 = __this->get__arrayPool_21(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_7 = __this->get_address_of__writeBuffer_20(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); JavaScriptUtils_WriteEscapedJavaScriptString_mF996F5B009DFE5F76A8F966BF531C9B1045A718B(L_0, L_1, L_2, L_3, L_4, L_5, L_6, (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mE62C8256B429832C4B881507B19F42CF1CD9C108 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); int32_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3981F870E8AAE30E7AF1ECED246145F064A241C8 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); uint32_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((uint64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1BCF99B171CFD1DF066955A7905CE0163174529C (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); int64_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mE2BF2C318D26E13AC0E2CCFB2C7EDEE972DE0450 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); uint64_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_mED385338B08D18ECC16577A5C36EB6817057FC2C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m8FD356BDDB595FA685BA219ECA78F3A5935BEB85 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); float L_0 = ___value0; int32_t L_1; L_1 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(__this, /*hidden argument*/NULL); Il2CppChar L_2; L_2 = JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_3; L_3 = JsonConvert_ToString_m36C5B34B7B524EEB5090F5633F11BC41AA73D8BD(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mD9013751FD25BC0F0F771BFFDA7765C2701B4ED8 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); float L_1; L_1 = Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_RuntimeMethod_var); int32_t L_2; L_2 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(__this, /*hidden argument*/NULL); Il2CppChar L_3; L_3 = JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_4; L_4 = JsonConvert_ToString_m36C5B34B7B524EEB5090F5633F11BC41AA73D8BD(L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_4, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m77176BA4ABE844C5C729729C825CD7098204279A (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); double L_0 = ___value0; int32_t L_1; L_1 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(__this, /*hidden argument*/NULL); Il2CppChar L_2; L_2 = JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_3; L_3 = JsonConvert_ToString_m1D2BB94ABF6D69865A24C2C2D1A6F3038C6BA800(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mF9BC04F3F3C701AC0BBA369FC1671DBDD257B9CF (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); double L_1; L_1 = Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); int32_t L_2; L_2 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(__this, /*hidden argument*/NULL); Il2CppChar L_3; L_3 = JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_4; L_4 = JsonConvert_ToString_m1D2BB94ABF6D69865A24C2C2D1A6F3038C6BA800(L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_4, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mAE38412EA7638942449BA9DEA0901FBA480A67B1 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)10), /*hidden argument*/NULL); bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1; L_1 = JsonConvert_ToString_m7DCA3A15EA44561ED4ADADBB35765CA716CC336F(L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_1, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1E85C44C806CA469F47AA9DEAE7C40B71E3FAC9C (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); int16_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m665A93E51A94D73D6C977F1FE7D87AE86A7EDDF4 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); uint16_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((uint64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3E64AFA11A5C90F459A7975D590E25BF7CC25E3C (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); Il2CppChar L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1; L_1 = JsonConvert_ToString_mBE9774F36AB274A978D11A232C8579CF5F86CFDC(L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m8EB07EE36B82AFD42EF9C9C6D44CF747497572BC (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); uint8_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((uint64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m589E9409A9A6FA78B00CF0B4F5905269AE59C6D6 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); int8_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4(__this, ((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_mECD5873984F2C1A6BED51DA62FA05C0C9029E2B6 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1; L_1 = JsonConvert_ToString_m3FC09486E5A8EE6ECB029D0555F8AF30F82F237D(L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_mFD5B4BF541B85770C7A072BC610FEA5DAEFCE2B9(__this, L_1, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3032AF39DBB5E7305229E381599F5472372A2B1D (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_1; memset((&V_1), 0, sizeof(V_1)); { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)16), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; int32_t L_1; L_1 = JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_0, L_1, /*hidden argument*/NULL); ___value0 = L_2; String_t* L_3; L_3 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0087; } } { JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71(__this, /*hidden argument*/NULL); V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get__writeBuffer_20(); int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); Il2CppChar L_8 = __this->get__quoteChar_17(); NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (Il2CppChar)L_8); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get__writeBuffer_20(); int32_t L_10 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = ___value0; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_12 = V_1; int32_t L_13; L_13 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), /*hidden argument*/NULL); int32_t L_14; L_14 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_15; L_15 = DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F(L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get__writeBuffer_20(); int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); Il2CppChar L_19 = __this->get__quoteChar_17(); NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (Il2CppChar)L_19); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_20 = __this->get__writer_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get__writeBuffer_20(); int32_t L_22 = V_0; NullCheck(L_20); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_20, L_21, 0, L_22); return; } IL_0087: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_23 = __this->get__writer_13(); Il2CppChar L_24 = __this->get__quoteChar_17(); NullCheck(L_23); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_23, L_24); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_25 = __this->get__writer_13(); String_t* L_26; L_26 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27; L_27 = JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4(__this, /*hidden argument*/NULL); String_t* L_28; L_28 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___value0), L_26, L_27, /*hidden argument*/NULL); NullCheck(L_25); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_25, L_28); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_29 = __this->get__writer_13(); Il2CppChar L_30 = __this->get__quoteChar_17(); NullCheck(L_29); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_29, L_30); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m658AF7AB1CBB224B0C8DB53F4AC40DC7530BEEA2 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)17), /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); Il2CppChar L_2 = __this->get__quoteChar_17(); NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * L_3; L_3 = JsonTextWriter_get_Base64Encoder_mDFA6C2C7D165D830AA5D436E3C08098DC8D9AF23(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___value0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___value0; NullCheck(L_5); NullCheck(L_3); Base64Encoder_Encode_m1F2E3887264627B5EE46962BF692449C3BB79D3F(L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * L_6; L_6 = JsonTextWriter_get_Base64Encoder_mDFA6C2C7D165D830AA5D436E3C08098DC8D9AF23(__this, /*hidden argument*/NULL); NullCheck(L_6); Base64Encoder_Flush_mB4309CBAD0328D6923932E117E4EF1AAD01A8AF3(L_6, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_7 = __this->get__writer_13(); Il2CppChar L_8 = __this->get__quoteChar_17(); NullCheck(L_7); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_7, L_8); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m5C7E5225F586609EF7B2A4731E40782F922DDD24 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, 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*)&Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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; { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)16), /*hidden argument*/NULL); String_t* L_0; L_0 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_008d; } } { JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71(__this, /*hidden argument*/NULL); V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__writeBuffer_20(); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Il2CppChar L_5 = __this->get__quoteChar_17(); NullCheck(L_2); (L_2)->SetAt(static_cast(L_4), (Il2CppChar)L_5); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get__writeBuffer_20(); int32_t L_7 = V_0; int32_t L_8; L_8 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(__this, /*hidden argument*/NULL); G_B2_0 = L_7; G_B2_1 = L_6; if (!L_8) { G_B3_0 = L_7; G_B3_1 = L_6; goto IL_0047; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTimeOffset_get_UtcDateTime_m262924656B3DD43C1E51E4C5B2BEB8EC8AAB6833((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), /*hidden argument*/NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_004e; } IL_0047: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), /*hidden argument*/NULL); G_B4_0 = L_10; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_004e: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; L_11 = DateTimeOffset_get_Offset_mD7CD6BE8256492AAF195B631CE3DCA7B47860065((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), /*hidden argument*/NULL); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_12; memset((&L_12), 0, sizeof(L_12)); Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392((&L_12), L_11, /*hidden argument*/Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); int32_t L_13; L_13 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_14; L_14 = DateTimeUtils_WriteDateTimeString_mC9D544EB5C0D8E491CFCB28FA4D148BB91A49A0F(G_B4_2, G_B4_1, G_B4_0, L_12, 2, L_13, /*hidden argument*/NULL); V_0 = L_14; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get__writeBuffer_20(); int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Il2CppChar L_18 = __this->get__quoteChar_17(); NullCheck(L_15); (L_15)->SetAt(static_cast(L_17), (Il2CppChar)L_18); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_19 = __this->get__writer_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = __this->get__writeBuffer_20(); int32_t L_21 = V_0; NullCheck(L_19); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21); return; } IL_008d: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_22 = __this->get__writer_13(); Il2CppChar L_23 = __this->get__quoteChar_17(); NullCheck(L_22); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_22, L_23); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_24 = __this->get__writer_13(); String_t* L_25; L_25 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4(__this, /*hidden argument*/NULL); String_t* L_27; L_27 = DateTimeOffset_ToString_m6F59F045A0B1063335C1BC88DBD80C1868B9E6AF((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&___value0), L_25, L_26, /*hidden argument*/NULL); NullCheck(L_24); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_24, L_27); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_28 = __this->get__writer_13(); Il2CppChar L_29 = __this->get__quoteChar_17(); NullCheck(L_28); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_28, L_29); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m14B06DA1BE50AF4AE3A0CCE7A2AEF49C76F56F88 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Guid_t ___value0, 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*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); V_0 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1; L_1 = Guid_ToString_mBCB2F0909063D31F882078DA4E8AF6B9FF95D1FF((Guid_t *)(&___value0), _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, L_0, /*hidden argument*/NULL); V_0 = L_1; TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = __this->get__writer_13(); Il2CppChar L_3 = __this->get__quoteChar_17(); NullCheck(L_2); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, L_3); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_4 = __this->get__writer_13(); String_t* L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_4, L_5); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_6 = __this->get__writer_13(); Il2CppChar L_7 = __this->get__quoteChar_17(); NullCheck(L_6); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_6, L_7); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m881F2B43CDD9B5ED27CAADE54945B6F51667AC9A (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); String_t* L_0; L_0 = TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); Il2CppChar L_2 = __this->get__quoteChar_17(); NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get__writer_13(); String_t* L_4 = V_0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_4); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_5 = __this->get__writer_13(); Il2CppChar L_6 = __this->get__quoteChar_17(); NullCheck(L_5); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, L_6); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m6E2706D9D1A808E7E484152642ED0596B5A85DCA (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___value0; NullCheck(L_2); String_t* L_3; L_3 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_2, /*hidden argument*/NULL); JsonTextWriter_WriteEscapedString_m6F65B51628AE4DE30FB87B6DD90010EAD90F6E41(__this, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteComment_m0D21CD3970ED60CC6672A89209BD602EDA1D50AD (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97904970B3A68365EC4C5BC81CD8B049D3A81ECD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEC1B25E3E42C42165FD24BA61715FD024A24168); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteComment_m27747B82A2A11FF906A29C8339FBE933A07E8CBC(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, _stringLiteralBEC1B25E3E42C42165FD24BA61715FD024A24168); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); String_t* L_2 = ___text0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, _stringLiteral97904970B3A68365EC4C5BC81CD8B049D3A81ECD); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::EnsureWriteBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__writeBuffer_20(); if (L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get__arrayPool_21(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2; L_2 = BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF(L_1, ((int32_t)35), /*hidden argument*/NULL); __this->set__writeBuffer_20(L_2); } IL_001b: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m36FA103CCF2F839CD6A5158E31F02D606BADDEE4 (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, int64_t ___value0, const RuntimeMethod* method) { uint64_t V_0 = 0; int64_t G_B6_0 = 0; { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001d; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) > ((int64_t)((int64_t)((int64_t)((int32_t)9)))))) { goto IL_001d; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = __this->get__writer_13(); int64_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, ((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_3))))); return; } IL_001d: { int64_t L_4 = ___value0; if ((((int64_t)L_4) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0025; } } { int64_t L_5 = ___value0; G_B6_0 = L_5; goto IL_0027; } IL_0025: { int64_t L_6 = ___value0; G_B6_0 = ((-L_6)); } IL_0027: { V_0 = G_B6_0; int64_t L_7 = ___value0; if ((((int64_t)L_7) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_003a; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_8 = __this->get__writer_13(); NullCheck(L_8); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)45)); } IL_003a: { uint64_t L_9 = V_0; JsonTextWriter_WriteIntegerValue_mED385338B08D18ECC16577A5C36EB6817057FC2C(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_mED385338B08D18ECC16577A5C36EB6817057FC2C (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, uint64_t ___uvalue0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { uint64_t L_0 = ___uvalue0; if ((!(((uint64_t)L_0) <= ((uint64_t)((int64_t)((int64_t)((int32_t)9))))))) { goto IL_0018; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get__writer_13(); uint64_t L_2 = ___uvalue0; NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_2))))); return; } IL_0018: { JsonTextWriter_EnsureWriteBuffer_m4EA17A57A99A1E9CDF311FC215B9ECC366B28E71(__this, /*hidden argument*/NULL); uint64_t L_3 = ___uvalue0; int32_t L_4; L_4 = MathUtils_IntLength_m3CA8B0EF3B9D2007346BB2F1199B4B689B241AE4(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; } IL_0027: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get__writeBuffer_20(); int32_t L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_1 = L_8; uint64_t L_9 = ___uvalue0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8))), (Il2CppChar)((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10)))))))))); uint64_t L_10 = ___uvalue0; ___uvalue0 = ((int64_t)((uint64_t)(int64_t)L_10/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10))))); uint64_t L_11 = ___uvalue0; if (L_11) { goto IL_0027; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_12 = __this->get__writer_13(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get__writeBuffer_20(); int32_t L_14 = V_1; NullCheck(L_12); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_12, L_13, 0, L_14); 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.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsEndToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsEndToken_m77818736EF8F5E9FBC2CE1AF4EAB6AE7DF1FCA7A (int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)13)))) { case 0: { goto IL_0017; } case 1: { goto IL_0017; } case 2: { goto IL_0017; } } } { goto IL_0019; } IL_0017: { return (bool)1; } IL_0019: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsStartToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486 (int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0016; } case 1: { goto IL_0016; } case 2: { goto IL_0016; } } } { goto IL_0018; } IL_0016: { return (bool)1; } IL_0018: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsPrimitiveToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m4396C2BB487CEC938F4EEC59C53C0BDF8F72EB0F (int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)7))) { case 0: { goto IL_0036; } case 1: { goto IL_0036; } case 2: { goto IL_0036; } case 3: { goto IL_0036; } case 4: { goto IL_0036; } case 5: { goto IL_0036; } case 6: { goto IL_0038; } case 7: { goto IL_0038; } case 8: { goto IL_0038; } case 9: { goto IL_0036; } case 10: { goto IL_0036; } } } { goto IL_0038; } IL_0036: { return (bool)1; } IL_0038: { 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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedAttributeGetter_1_GetAttribute_mF509F3616A4255CD9B6C282CDE4EFBD833D84709_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedAttributeGetter_1_t16E6960312EB590035435696536C9BBAF9BABF3F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * V_1 = NULL; { Type_t * L_0 = ___type0; V_0 = L_0; goto IL_0017; } IL_0004: { Type_t * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CachedAttributeGetter_1_t16E6960312EB590035435696536C9BBAF9BABF3F_il2cpp_TypeInfo_var); DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_2; L_2 = CachedAttributeGetter_1_GetAttribute_mF509F3616A4255CD9B6C282CDE4EFBD833D84709(L_1, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_mF509F3616A4255CD9B6C282CDE4EFBD833D84709_RuntimeMethod_var); V_1 = L_2; DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_3 = V_1; if (!L_3) { goto IL_0010; } } { DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_4 = V_1; return L_4; } IL_0010: { Type_t * L_5 = V_0; Type_t * L_6; L_6 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0017: { Type_t * L_7 = V_0; if (L_7) { goto IL_0004; } } { return (DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedAttributeGetter_1_t5D3EC27E0D6047C6EC78C81830A95C4A661F2163_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * V_1 = NULL; Type_t * V_2 = NULL; PropertyInfo_t * V_3 = NULL; { MemberInfo_t * L_0 = ___memberInfo0; int32_t L_1; L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0010; } } { MemberInfo_t * L_2 = ___memberInfo0; IL2CPP_RUNTIME_CLASS_INIT(CachedAttributeGetter_1_t5D3EC27E0D6047C6EC78C81830A95C4A661F2163_il2cpp_TypeInfo_var); DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_3; L_3 = CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14(L_2, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14_RuntimeMethod_var); return L_3; } IL_0010: { MemberInfo_t * L_4 = ___memberInfo0; V_0 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CachedAttributeGetter_1_t5D3EC27E0D6047C6EC78C81830A95C4A661F2163_il2cpp_TypeInfo_var); DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_6; L_6 = CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14(L_5, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14_RuntimeMethod_var); V_1 = L_6; DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_7 = V_1; if (L_7) { goto IL_005e; } } { PropertyInfo_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_9; L_9 = ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { PropertyInfo_t * L_10 = V_0; NullCheck(L_10); Type_t * L_11; L_11 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_10); V_2 = L_11; goto IL_0058; } IL_0032: { Type_t * L_12 = V_2; PropertyInfo_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); MemberInfo_t * L_14; L_14 = ReflectionUtils_GetMemberInfoFromType_m67086420E1ED4E5848D76D1DAA6EB1D5EDDF26B3(L_12, L_13, /*hidden argument*/NULL); V_3 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_14, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_15 = V_3; if (!L_15) { goto IL_0051; } } { PropertyInfo_t * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_17; L_17 = ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0051; } } { PropertyInfo_t * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CachedAttributeGetter_1_t5D3EC27E0D6047C6EC78C81830A95C4A661F2163_il2cpp_TypeInfo_var); DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_19; L_19 = CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14(L_18, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m4C12B6DE7D2D048D5A6DB19B8C66A412C3C65F14_RuntimeMethod_var); V_1 = L_19; } IL_0051: { Type_t * L_20 = V_2; Type_t * L_21; L_21 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_20, /*hidden argument*/NULL); V_2 = L_21; } IL_0058: { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_22 = V_1; if (L_22) { goto IL_005e; } } { Type_t * L_23 = V_2; if (L_23) { goto IL_0032; } } IL_005e: { DataMemberAttribute_t12ACC483BA0D5675A8D631023C465C5D750ED390 * L_24 = V_1; return L_24; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_mD291D0D1A58024960AE20ADAF54A00D1DA125160_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * V_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_1; L_1 = JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7(L_0, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340_mFD007B01E2B8EDD38D8FF33B44133F80053A24F7_RuntimeMethod_var); V_0 = L_1; JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_2 = V_0; if (!L_2) { goto IL_0011; } } { JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = JsonObjectAttribute_get_MemberSerialization_mC1251A664FD1EFFB430AE5935E20DEFC5B01543A_inline(L_3, /*hidden argument*/NULL); return L_4; } IL_0011: { Type_t * L_5 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); DataContractAttribute_t1B695C6A76E9F1B5C71E049087059719B4A79F5C * L_6; L_6 = JsonTypeReflector_GetDataContractAttribute_m48F91A6D2BD1F8C2A6D7463A79F9E6446578483F(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001b; } } { return (int32_t)(1); } IL_001b: { bool L_7 = ___ignoreSerializableAttribute1; if (L_7) { goto IL_0028; } } { Type_t * L_8 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); SerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052 * L_9; L_9 = JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_mD291D0D1A58024960AE20ADAF54A00D1DA125160(L_8, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t80789FFA2FC65374560ADA1CE7D29F3849AE9052_mD291D0D1A58024960AE20ADAF54A00D1DA125160_RuntimeMethod_var); if (!L_9) { goto IL_0028; } } { return (int32_t)(2); } IL_0028: { return (int32_t)(0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4_mAA3BBB6DAC6C1A3A7CE58937599DDC952AF889AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * V_0 = NULL; Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * V_1 = NULL; { RuntimeObject * L_0 = ___attributeProvider0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * L_1; L_1 = JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4_mAA3BBB6DAC6C1A3A7CE58937599DDC952AF889AC(L_0, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4_mAA3BBB6DAC6C1A3A7CE58937599DDC952AF889AC_RuntimeMethod_var); V_0 = L_1; JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * L_2 = V_0; if (!L_2) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * L_3 = ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get_JsonConverterCreatorCache_1(); JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * L_4 = V_0; NullCheck(L_4); Type_t * L_5; L_5 = JsonConverterAttribute_get_ConverterType_m4493352ECD33A4991AEA2B90BE9B1A8A397A90EC_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * L_6; L_6 = ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9(L_3, L_5, /*hidden argument*/ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9_RuntimeMethod_var); V_1 = L_6; Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * L_7 = V_1; if (!L_7) { goto IL_002b; } } { Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * L_8 = V_1; JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * L_9 = V_0; NullCheck(L_9); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10; L_10 = JsonConverterAttribute_get_ConverterParameters_mC2C4BD4D4E90D3646D571C7B0F2D6EFFB93C95DA_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_11; L_11 = Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7(L_8, L_10, /*hidden argument*/Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7_RuntimeMethod_var); return L_11; } IL_002b: { return (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * L_0 = ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get_JsonConverterCreatorCache_1(); Type_t * L_1 = ___converterType0; NullCheck(L_0); Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * L_2; L_2 = ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9(L_0, L_1, /*hidden argument*/ThreadSafeStore_2_Get_m2E37A7F6349B71DB78669C6FCA0B35FE9FB7C2C9_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___converterArgs1; NullCheck(L_2); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_4; L_4 = Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7(L_2, L_3, /*hidden argument*/Func_2_Invoke_m25FB56562FB1468145FA58370BEB77B098FD02B7_RuntimeMethod_var); return L_4; } } // System.Func`2 Newtonsoft.Json.Serialization.JsonTypeReflector::GetJsonConverterCreator(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * JsonTypeReflector_GetJsonConverterCreator_m06E11E39875F4321EBD0CC6D135D494A26C9B009 (Type_t * ___converterType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m07855F36EFF7717014368385F596EDDC9001D1F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180_il2cpp_TypeInfo_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*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * V_0 = NULL; U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * G_B2_0 = NULL; U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * G_B1_0 = NULL; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * G_B3_0 = NULL; U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * G_B3_1 = NULL; { U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_0 = (U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass18_0__ctor_m891E1B133F71FB2FD7A7A98E7322328B3B1BA7B5(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_1 = V_0; Type_t * L_2 = ___converterType0; NullCheck(L_1); L_1->set_converterType_0(L_2); U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_3 = V_0; U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = L_4->get_converterType_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_6; L_6 = ReflectionUtils_HasDefaultConstructor_mEE25FD0D3849116D9A71E3119522AF925FA3DDA2(L_5, (bool)0, /*hidden argument*/NULL); G_B1_0 = L_3; if (L_6) { G_B2_0 = L_3; goto IL_001f; } } { G_B3_0 = ((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)(NULL)); G_B3_1 = G_B1_0; goto IL_002f; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_7; L_7 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = L_8->get_converterType_0(); NullCheck(L_7); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_10; L_10 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_7, L_9); G_B3_0 = L_10; G_B3_1 = G_B2_0; } IL_002f: { NullCheck(G_B3_1); G_B3_1->set_defaultConstructor_1(G_B3_0); U3CU3Ec__DisplayClass18_0_t081A0CF4049F36F3B43EB38201C9D0BBE992FC4D * L_11 = V_0; Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 * L_12 = (Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180 *)il2cpp_codegen_object_new(Func_2_t93B6ECBF1E7EA475B3CA2375B4988FD57416C180_il2cpp_TypeInfo_var); Func_2__ctor_m07855F36EFF7717014368385F596EDDC9001D1F8(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m5DBE4619CA16BD48EF1F50A1E2A83F922159BEA6_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m07855F36EFF7717014368385F596EDDC9001D1F8_RuntimeMethod_var); return L_12; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector::GetAssociatedMetadataType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonTypeReflector_GetAssociatedMetadataType_m39210AE48FC3D02B20B519C0EC4F12AD644D3196 (Type_t * ___type0, 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*)&ThreadSafeStore_2_Get_m399075A2B5C284FEB7C9F83ACF22CAABDE52BE05_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * L_0 = ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get_AssociatedMetadataTypesCache_2(); Type_t * L_1 = ___type0; NullCheck(L_0); Type_t * L_2; L_2 = ThreadSafeStore_2_Get_m399075A2B5C284FEB7C9F83ACF22CAABDE52BE05(L_0, L_1, /*hidden argument*/ThreadSafeStore_2_Get_m399075A2B5C284FEB7C9F83ACF22CAABDE52BE05_RuntimeMethod_var); return L_2; } } // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector::GetAssociateMetadataTypeFromAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4FE6AE750C505BD0B3DCBC2C3078B0AC8F685E8A (Type_t * ___type0, 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*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47ADD84A5895853127FD08122B323A32CA8ED602); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7A18C1F56396A57EB62B09AB5FB3C5ADC904FF0); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; int32_t V_1 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_2 = NULL; Type_t * V_3 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1; L_1 = ReflectionUtils_GetAttributes_m83F5A3C879E6FCB9CEA8A7C258D8CEE723D72224(L_0, (Type_t *)NULL, (bool)1, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0065; } IL_000d: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_6 = V_2; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); V_3 = L_7; Type_t * L_8 = V_3; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_8); bool L_10; L_10 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_9, _stringLiteral47ADD84A5895853127FD08122B323A32CA8ED602, 4, /*hidden argument*/NULL); if (!L_10) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_11 = ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get__metadataTypeAttributeReflectionObject_3(); if (L_11) { goto IL_004b; } } { Type_t * L_12 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralB7A18C1F56396A57EB62B09AB5FB3C5ADC904FF0); (L_14)->SetAt(static_cast(0), (String_t*)_stringLiteralB7A18C1F56396A57EB62B09AB5FB3C5ADC904FF0); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_15; L_15 = ReflectionObject_Create_mD57686249D5EB10C492E55F70C03381DDF4942DD(L_12, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->set__metadataTypeAttributeReflectionObject_3(L_15); } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_16 = ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get__metadataTypeAttributeReflectionObject_3(); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_17 = V_2; NullCheck(L_16); RuntimeObject * L_18; L_18 = ReflectionObject_GetValue_mA0ADA6BB26A0AC4EF2B50FCDCA02E558B54AE764(L_16, L_17, _stringLiteralB7A18C1F56396A57EB62B09AB5FB3C5ADC904FF0, /*hidden argument*/NULL); return ((Type_t *)CastclassClass((RuntimeObject*)L_18, Type_t_il2cpp_TypeInfo_var)); } IL_0061: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0065: { int32_t L_20 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_21 = V_0; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_000d; } } { return (Type_t *)NULL; } } // System.Boolean Newtonsoft.Json.Serialization.JsonTypeReflector::get_FullyTrusted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_m76F5CED9C892E1A74F1AE15DEA44F251E6B44EE7 (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*)&Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); bool L_0; L_0 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get_address_of__fullyTrusted_0()), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_0) { goto IL_0032; } } IL_000c: try {// begin try (depth: 1) SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 * L_1 = (SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315 *)il2cpp_codegen_object_new(SecurityPermission_tD6FAEE1AC655D213023011C51B465B0AA1D8D315_il2cpp_TypeInfo_var); SecurityPermission__ctor_m492094564D7A1A6206FAE5D224846029EF425EE9(L_1, 1, /*hidden argument*/NULL); NullCheck(L_1); CodeAccessPermission_Demand_m9D69AFC4576C2FF37BC8178D125D6A96891BBBA1(L_1, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2; memset((&L_2), 0, sizeof(L_2)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_2), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->set__fullyTrusted_0(L_2); goto IL_0032; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: {// begin catch(System.Exception) Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_3), (bool)0, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))); ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))))->set__fullyTrusted_0(L_3); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0032; }// end catch (depth: 1) IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); bool L_4; L_4 = Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->get_address_of__fullyTrusted_0()), /*hidden argument*/Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_0; L_0 = LateBoundReflectionDelegateFactory_get_Instance_m92BBB285AD2E4C07E1E23F84EE40A04E39208EF0_inline(/*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTypeReflector__cctor_mB7E3E6770A52D24A0FB4A3259622873E8EFB250D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m71E3F4F9A595B7D863AE6E2BA4D530CD520ADC6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mBA736F454E4A4FA67FEF9867E22F9F2B8DA4B57B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4FE6AE750C505BD0B3DCBC2C3078B0AC8F685E8A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetJsonConverterCreator_m06E11E39875F4321EBD0CC6D135D494A26C9B009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_m67AF107559EEDEA5F7BA05C28F842E584AAE7360_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_m982549EA7BF26E59109D7045E879E0787277C63F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 * L_0 = (Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66 *)il2cpp_codegen_object_new(Func_2_tBCA7F31358BA0E5113E0ABFD090D5C84E9F6AD66_il2cpp_TypeInfo_var); Func_2__ctor_m71E3F4F9A595B7D863AE6E2BA4D530CD520ADC6B(L_0, NULL, (intptr_t)((intptr_t)JsonTypeReflector_GetJsonConverterCreator_m06E11E39875F4321EBD0CC6D135D494A26C9B009_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m71E3F4F9A595B7D863AE6E2BA4D530CD520ADC6B_RuntimeMethod_var); ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 * L_1 = (ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094 *)il2cpp_codegen_object_new(ThreadSafeStore_2_tC1E1331CC66EC43561318B3A5A3EBA17B9953094_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m67AF107559EEDEA5F7BA05C28F842E584AAE7360(L_1, L_0, /*hidden argument*/ThreadSafeStore_2__ctor_m67AF107559EEDEA5F7BA05C28F842E584AAE7360_RuntimeMethod_var); ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->set_JsonConverterCreatorCache_1(L_1); Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 * L_2 = (Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193 *)il2cpp_codegen_object_new(Func_2_tF32568F0FAFF6B343F96F570F626FBF6C43F3193_il2cpp_TypeInfo_var); Func_2__ctor_mBA736F454E4A4FA67FEF9867E22F9F2B8DA4B57B(L_2, NULL, (intptr_t)((intptr_t)JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4FE6AE750C505BD0B3DCBC2C3078B0AC8F685E8A_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mBA736F454E4A4FA67FEF9867E22F9F2B8DA4B57B_RuntimeMethod_var); ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC * L_3 = (ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC *)il2cpp_codegen_object_new(ThreadSafeStore_2_t21C856850697731C2D052925EA76EE1137BC7FEC_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m982549EA7BF26E59109D7045E879E0787277C63F(L_3, L_2, /*hidden argument*/ThreadSafeStore_2__ctor_m982549EA7BF26E59109D7045E879E0787277C63F_RuntimeMethod_var); ((JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var))->set_AssociatedMetadataTypesCache_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 // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::BuildStateArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* JsonWriter_BuildStateArray_mA0E6E0810E8CB4591CF04BDFF536E021072DA424 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisStateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_mC638DD1FB672BD0EE34B6348D8D4E919D8601D4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m5EEDD8B9ADC70CA74CCCB235A981AB8D76973D88_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9109FF334C7C55B482F5490237A40A503AA78DBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * V_0 = NULL; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* V_1 = NULL; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_0 = ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * L_1; L_1 = Enumerable_ToList_TisStateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_mC638DD1FB672BD0EE34B6348D8D4E919D8601D4A((RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/Enumerable_ToList_TisStateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_mC638DD1FB672BD0EE34B6348D8D4E919D8601D4A_RuntimeMethod_var); V_0 = L_1; StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_2 = ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); NullCheck(L_2); int32_t L_3 = 0; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_4 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(L_2)->GetAt(static_cast(L_3)); V_1 = L_4; StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_5 = ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); NullCheck(L_5); int32_t L_6 = 7; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_7 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(L_5)->GetAt(static_cast(L_6)); V_2 = L_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_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); IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = EnumUtils_GetValues_m0B62C0CEF1CAE80FC9F722D84F1D7D5AA56C7D58(L_9, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D_il2cpp_TypeInfo_var, L_10); V_3 = L_11; } IL_0030: try {// begin try (depth: 1) { goto IL_0090; } IL_0032: { RuntimeObject* L_12 = V_3; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E_il2cpp_TypeInfo_var, L_12); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_13, JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)))); List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m9109FF334C7C55B482F5490237A40A503AA78DBC_inline(L_14, /*hidden argument*/List_1_get_Count_m9109FF334C7C55B482F5490237A40A503AA78DBC_RuntimeMethod_var); int32_t L_16 = V_4; if ((((int32_t)L_15) > ((int32_t)L_16))) { goto IL_0090; } } IL_0049: { int32_t L_17 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)7))) { case 0: { goto IL_0080; } case 1: { goto IL_0080; } case 2: { goto IL_0080; } case 3: { goto IL_0080; } case 4: { goto IL_0080; } case 5: { goto IL_0080; } case 6: { goto IL_0089; } case 7: { goto IL_0089; } case 8: { goto IL_0089; } case 9: { goto IL_0080; } case 10: { goto IL_0080; } } } IL_007e: { goto IL_0089; } IL_0080: { List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * L_18 = V_0; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_19 = V_2; NullCheck(L_18); List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8(L_18, L_19, /*hidden argument*/List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8_RuntimeMethod_var); goto IL_0090; } IL_0089: { List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * L_20 = V_0; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_21 = V_1; NullCheck(L_20); List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8(L_20, L_21, /*hidden argument*/List_1_Add_m1A81448FE19992767FE29E61F1638C4E927D92C8_RuntimeMethod_var); } IL_0090: { RuntimeObject* L_22 = V_3; 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_0032; } } IL_0098: { IL2CPP_LEAVE(0xA4, FINALLY_009a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009a; } FINALLY_009a: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_3; if (!L_24) { goto IL_00a3; } } IL_009d: { RuntimeObject* L_25 = V_3; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_00a3: { IL2CPP_END_FINALLY(154) } }// end finally (depth: 1) IL2CPP_CLEANUP(154) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA4, IL_00a4) } IL_00a4: { List_1_t5C9C36BD5EE6C78390A46C5826137BE150F9E37B * L_26 = V_0; NullCheck(L_26); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_27; L_27 = List_1_ToArray_m5EEDD8B9ADC70CA74CCCB235A981AB8D76973D88(L_26, /*hidden argument*/List_1_ToArray_m5EEDD8B9ADC70CA74CCCB235A981AB8D76973D88_RuntimeMethod_var); return L_27; } } // System.Void Newtonsoft.Json.JsonWriter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter__cctor_m0163CA97BDB66CB3988DCE7D5B2DE35A4DA1D96E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_0 = (StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D*)(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D*)SZArrayNew(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D_il2cpp_TypeInfo_var, (uint32_t)8); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_1 = L_0; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_2 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(4), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(5), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(6), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(7), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_12); (L_1)->SetAt(static_cast(0), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_12); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_13 = L_1; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_14 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(4), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(5), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(6), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(static_cast(7), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_23 = L_22; NullCheck(L_23); (L_23)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_24); (L_13)->SetAt(static_cast(1), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_24); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_25 = L_13; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_26 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(static_cast(0), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(static_cast(1), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(static_cast(5), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(static_cast(6), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(static_cast(7), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_36); (L_25)->SetAt(static_cast(2), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_36); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_37 = L_25; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_38 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(static_cast(0), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(1), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(static_cast(4), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(static_cast(5), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(static_cast(6), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(static_cast(7), (int32_t)6); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_48); (L_37)->SetAt(static_cast(3), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_48); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_49 = L_37; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_50 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(static_cast(0), (int32_t)1); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(static_cast(1), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_53 = L_52; NullCheck(L_53); (L_53)->SetAt(static_cast(2), (int32_t)1); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(static_cast(3), (int32_t)1); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_55 = L_54; NullCheck(L_55); (L_55)->SetAt(static_cast(4), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_56 = L_55; NullCheck(L_56); (L_56)->SetAt(static_cast(5), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(static_cast(6), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(static_cast(7), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_59 = L_58; NullCheck(L_59); (L_59)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_60 = L_59; NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_60); (L_49)->SetAt(static_cast(4), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_60); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_61 = L_49; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_62 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_63 = L_62; NullCheck(L_63); (L_63)->SetAt(static_cast(1), (int32_t)1); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_64 = L_63; NullCheck(L_64); (L_64)->SetAt(static_cast(2), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_65 = L_64; NullCheck(L_65); (L_65)->SetAt(static_cast(3), (int32_t)3); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_66 = L_65; NullCheck(L_66); (L_66)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_67 = L_66; NullCheck(L_67); (L_67)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_68 = L_67; NullCheck(L_68); (L_68)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_69 = L_68; NullCheck(L_69); (L_69)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_70 = L_69; NullCheck(L_70); (L_70)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_71 = L_70; NullCheck(L_71); (L_71)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_71); (L_61)->SetAt(static_cast(5), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_71); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_72 = L_61; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_73 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_74 = L_73; NullCheck(L_74); (L_74)->SetAt(static_cast(1), (int32_t)1); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_75 = L_74; NullCheck(L_75); (L_75)->SetAt(static_cast(2), (int32_t)2); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_76 = L_75; NullCheck(L_76); (L_76)->SetAt(static_cast(3), (int32_t)3); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_77 = L_76; NullCheck(L_77); (L_77)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_78 = L_77; NullCheck(L_78); (L_78)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_79 = L_78; NullCheck(L_79); (L_79)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_80 = L_79; NullCheck(L_80); (L_80)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_81 = L_80; NullCheck(L_81); (L_81)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_82 = L_81; NullCheck(L_82); (L_82)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_82); (L_72)->SetAt(static_cast(6), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_82); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_83 = L_72; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_84 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)SZArrayNew(StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_85 = L_84; NullCheck(L_85); (L_85)->SetAt(static_cast(1), (int32_t)3); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_86 = L_85; NullCheck(L_86); (L_86)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_87 = L_86; NullCheck(L_87); (L_87)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_88 = L_87; NullCheck(L_88); (L_88)->SetAt(static_cast(4), (int32_t)5); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_89 = L_88; NullCheck(L_89); (L_89)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_90 = L_89; NullCheck(L_90); (L_90)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_91 = L_90; NullCheck(L_91); (L_91)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_92 = L_91; NullCheck(L_92); (L_92)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_93 = L_92; NullCheck(L_93); (L_93)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_83); ArrayElementTypeCheck (L_83, L_93); (L_83)->SetAt(static_cast(7), (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)L_93); ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->set_StateArrayTempate_1(L_83); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_94; L_94 = JsonWriter_BuildStateArray_mA0E6E0810E8CB4591CF04BDFF536E021072DA424(/*hidden argument*/NULL); ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->set_StateArray_0(L_94); return; } } // System.Boolean Newtonsoft.Json.JsonWriter::get_CloseOutput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonWriter_get_CloseOutput_m35735FF8248038300093B2107F3CF2B9DFECE1F5 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCloseOutputU3Ek__BackingField_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_CloseOutput(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_CloseOutput_m4FA46ECC4D7B67D37299F937FD7CF1819D505706 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseOutputU3Ek__BackingField_6(L_0); return; } } // System.Int32 Newtonsoft.Json.JsonWriter::get_Top() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Top_mE9BB5BDB5A64540B7C1108AF30401F89AF772D79 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_0 = __this->get__stack_2(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_1 = __this->get__stack_2(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_1, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); G_B3_0 = L_2; } IL_0016: { V_0 = G_B3_0; int32_t L_3; L_3 = JsonWriter_Peek_m5D92719BB030AA19751F29364F134D2F3350E602(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0023: { int32_t L_5 = V_0; return L_5; } } // Newtonsoft.Json.WriteState Newtonsoft.Json.JsonWriter::get_WriteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_WriteState_m23CD3D22D1976D61D92BF6729EB6353ACB9A6CA3 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__currentState_4(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0043; } case 1: { goto IL_0041; } case 2: { goto IL_003b; } case 3: { goto IL_003b; } case 4: { goto IL_003d; } case 5: { goto IL_003d; } case 6: { goto IL_003f; } case 7: { goto IL_003f; } case 8: { goto IL_0039; } case 9: { goto IL_0037; } } } { goto IL_0045; } IL_0037: { return (int32_t)(0); } IL_0039: { return (int32_t)(1); } IL_003b: { return (int32_t)(2); } IL_003d: { return (int32_t)(3); } IL_003f: { return (int32_t)(4); } IL_0041: { return (int32_t)(5); } IL_0043: { return (int32_t)(6); } IL_0045: { int32_t L_2 = __this->get__currentState_4(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA907C752DA7A119FC04A8B82054F826CAD16505)), L_4, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_6; L_6 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_5, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_get_WriteState_m23CD3D22D1976D61D92BF6729EB6353ACB9A6CA3_RuntimeMethod_var))); } } // System.String Newtonsoft.Json.JsonWriter::get_ContainerPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonWriter_get_ContainerPath_mADC497503051A4C9B6EC6078215DB4E107D54FDD (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_0; memset((&V_0), 0, sizeof(V_0)); { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (!L_1) { goto IL_0015; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = __this->get__stack_2(); if (L_2) { goto IL_001b; } } IL_0015: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_001b: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_2(); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C )); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_6; L_6 = JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String Newtonsoft.Json.JsonWriter::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonWriter_get_Path_m7796CF0B7E28CD378C10E70351798A442084BAAE (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B6_0 = 0; Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (L_1) { goto IL_0013; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0013: { int32_t L_3 = __this->get__currentState_4(); if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_0033; } } { int32_t L_4 = __this->get__currentState_4(); if ((((int32_t)L_4) == ((int32_t)6))) { goto IL_0033; } } { int32_t L_5 = __this->get__currentState_4(); G_B6_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0034; } IL_0033: { G_B6_0 = 0; } IL_0034: { if (G_B6_0) { goto IL_0041; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C )); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_6 = V_1; G_B9_0 = L_6; goto IL_004c; } IL_0041: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7 = __this->get__currentPosition_3(); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_8; memset((&L_8), 0, sizeof(L_8)); Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var); G_B9_0 = L_8; } IL_004c: { V_0 = G_B9_0; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_9 = __this->get__stack_2(); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_11; L_11 = JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::get_Formatting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_mC18D9155ED938AFD5F1DCEF125118019457CD544 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__formatting_5(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((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*)&JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__formatting_5(L_3); return; } } // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::get_DateFormatHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateFormatHandling_7(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((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*)&JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateFormatHandling_7(L_3); return; } } // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_8(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0013; } } IL_0008: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((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*)&JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateTimeZoneHandling_8(L_3); return; } } // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__stringEscapeHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((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*)&JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__stringEscapeHandling_9(L_3); VirtualActionInvoker0::Invoke(5 /* System.Void Newtonsoft.Json.JsonWriter::OnStringEscapeHandlingChanged() */, __this); return; } } // System.Void Newtonsoft.Json.JsonWriter::OnStringEscapeHandlingChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_OnStringEscapeHandlingChanged_m26130642889FB5535577206D1B42F98E150C1600 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { return; } } // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::get_FloatFormatHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatFormatHandling_10(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((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*)&JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__floatFormatHandling_10(L_3); return; } } // System.String Newtonsoft.Json.JsonWriter::get_DateFormatString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __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_12(); 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_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___value0; __this->set__culture_12(L_0); return; } } // System.Void Newtonsoft.Json.JsonWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__currentState_4(0); __this->set__formatting_5(0); __this->set__dateTimeZoneHandling_8(3); JsonWriter_set_CloseOutput_m4FA46ECC4D7B67D37299F937FD7CF1819D505706_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::UpdateScopeWithFinishedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); bool L_1 = L_0->get_HasIndex_4(); if (!L_1) { goto IL_001d; } } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_2 = __this->get_address_of__currentPosition_3(); int32_t* L_3 = L_2->get_address_of_Position_2(); int32_t* L_4 = L_3; int32_t L_5 = *((int32_t*)L_4); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001d: { return; } } // System.Void Newtonsoft.Json.JsonWriter::Push(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Push_m1F88E3CC8E95814572800A4D4C2711583C8DA614 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (!L_1) { goto IL_0031; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = __this->get__stack_2(); if (L_2) { goto IL_0020; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_3 = (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *)il2cpp_codegen_object_new(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E(L_3, /*hidden argument*/List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); __this->set__stack_2(L_3); } IL_0020: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_2(); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_5 = __this->get__currentPosition_3(); NullCheck(L_4); List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1(L_4, L_5, /*hidden argument*/List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); } IL_0031: { int32_t L_6 = ___value0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7; memset((&L_7), 0, sizeof(L_7)); JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676((&L_7), L_6, /*hidden argument*/NULL); __this->set__currentPosition_3(L_7); return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_Pop_m6E215C64A1DDFDFABFD23A49F1B4507ACBB2D8E4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_0 = __this->get__currentPosition_3(); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_1 = __this->get__stack_2(); G_B1_0 = L_0; if (!L_1) { G_B3_0 = L_0; goto IL_0054; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = __this->get__stack_2(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_2, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); G_B2_0 = G_B1_0; if ((((int32_t)L_3) <= ((int32_t)0))) { G_B3_0 = G_B1_0; goto IL_0054; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_2(); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_5 = __this->get__stack_2(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_5, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); NullCheck(L_4); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7; L_7 = List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); __this->set__currentPosition_3(L_7); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_8 = __this->get__stack_2(); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_9 = __this->get__stack_2(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_9, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); NullCheck(L_8); List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var); G_B4_0 = G_B2_0; goto IL_0060; } IL_0054: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_11 = __this->get_address_of__currentPosition_3(); il2cpp_codegen_initobj(L_11, sizeof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )); G_B4_0 = G_B3_0; } IL_0060: { int32_t L_12 = G_B4_0.get_Type_1(); return L_12; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_Peek_m5D92719BB030AA19751F29364F134D2F3350E602 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); return L_1; } } // System.Void Newtonsoft.Json.JsonWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_AutoCompleteAll_m90BB40B1F249CDEF9FE9393E85483F21B90F58D2(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartObject_mA8E43167628604D813212CAFF32D9B7CD3EB4913 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 1, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndObject_mCF63E3221040461984DC7DBDFD106CDB920171C4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_mA7DE12A8EB6FA11CBAA51A69C050620C8846A56A(__this, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m55F6DCD1D2575341B2A76BCDFA8527221C10EC4D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 2, 2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndArray_mA517593618A52B60BF52B928EF5C960B9034353F (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_mA7DE12A8EB6FA11CBAA51A69C050620C8846A56A(__this, 2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartConstructor_m20481E29ACCAE010A24BA2926E18E52D09A3727F (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC(__this, 3, 3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEndConstructor_m1EEE40EE365CB194329A6B648B5F32F79FD9485B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_mA7DE12A8EB6FA11CBAA51A69C050620C8846A56A(__this, 3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_mA5078374DB3E45D9C2360AA3F6613310578990DA(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m9C734C9BC2A017692CCCA600DC3E206B8D3D1C19 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m925144DAE6F6588B557AE52E1F5E48A266464CAA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = JsonWriter_Peek_m5D92719BB030AA19751F29364F134D2F3350E602(__this, /*hidden argument*/NULL); JsonWriter_WriteEnd_m04DD651F7158F913327B4B44A83E6398E464049C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_mDB4120EA9CDDE4A793B0EC6CC00A0C2AA539258D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JsonWriter_WriteToken_m73D08B2FBC9DBC4027C9BF986BBDDA44FCC8C926(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m73D08B2FBC9DBC4027C9BF986BBDDA44FCC8C926 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, bool ___writeChildren1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; bool L_2 = ___writeChildren1; VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, __this, L_1, L_2, (bool)1, (bool)1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m0E530768DEFE81C78F8A96746254BF1926FFB7F7 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, RuntimeObject * ___value1, 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); 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*)&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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B8_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B9_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B30_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B29_0 = NULL; String_t* G_B31_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B31_1 = NULL; { int32_t L_0 = ___token0; switch (L_0) { case 0: { goto IL_01fd; } case 1: { goto IL_0053; } case 2: { goto IL_005a; } case 3: { goto IL_0061; } case 4: { goto IL_0079; } case 5: { goto IL_0091; } case 6: { goto IL_01a7; } case 7: { goto IL_00a4; } case 8: { goto IL_00c1; } case 9: { goto IL_011d; } case 10: { goto IL_0135; } case 11: { goto IL_0152; } case 12: { goto IL_0159; } case 13: { goto IL_0160; } case 14: { goto IL_0167; } case 15: { goto IL_016e; } case 16: { goto IL_0175; } case 17: { goto IL_01ba; } } } { goto IL_01e7; } IL_0053: { VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, __this); return; } IL_005a: { VirtualActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, __this); return; } IL_0061: { RuntimeObject * L_1 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, __this, L_3); return; } IL_0079: { RuntimeObject * L_4 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_4, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_5 = ___value1; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, __this, L_6); return; } IL_0091: { RuntimeObject * L_7 = ___value1; G_B7_0 = __this; if (L_7) { G_B8_0 = __this; goto IL_0098; } } { G_B9_0 = ((String_t*)(NULL)); G_B9_1 = G_B7_0; goto IL_009e; } IL_0098: { RuntimeObject * L_8 = ___value1; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); G_B9_0 = L_9; G_B9_1 = G_B8_0; } IL_009e: { NullCheck(G_B9_1); VirtualActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, G_B9_1, G_B9_0); return; } IL_00a4: { RuntimeObject * L_10 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_10, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_11 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_13; L_13 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_11, L_12, /*hidden argument*/NULL); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, __this, L_13); return; } IL_00c1: { RuntimeObject * L_14 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_14, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_15 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_15, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_00e1; } } { RuntimeObject * L_16 = ___value1; VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, __this, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_16, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))))); return; } IL_00e1: { RuntimeObject * L_17 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_00f6; } } { RuntimeObject * L_18 = ___value1; VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, ((*(double*)((double*)UnBox(L_18, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return; } IL_00f6: { RuntimeObject * L_19 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_010b; } } { RuntimeObject * L_20 = ___value1; VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, __this, ((*(float*)((float*)UnBox(L_20, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); return; } IL_010b: { RuntimeObject * L_21 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22; L_22 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_23; L_23 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_21, L_22, /*hidden argument*/NULL); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, L_23); return; } IL_011d: { RuntimeObject * L_24 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_24, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_25 = ___value1; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, __this, L_26); return; } IL_0135: { RuntimeObject * L_27 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_27, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_28 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29; L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_30; L_30 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_28, L_29, /*hidden argument*/NULL); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, __this, L_30); return; } IL_0152: { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0159: { VirtualActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, __this); return; } IL_0160: { VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, __this); return; } IL_0167: { VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, __this); return; } IL_016e: { VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, __this); return; } IL_0175: { RuntimeObject * L_31 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_31, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_32 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0195; } } { RuntimeObject * L_33 = ___value1; VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_33, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return; } IL_0195: { RuntimeObject * L_34 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35; L_35 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_36; L_36 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_34, L_35, /*hidden argument*/NULL); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_36); return; } IL_01a7: { RuntimeObject * L_37 = ___value1; G_B29_0 = __this; if (L_37) { G_B30_0 = __this; goto IL_01ae; } } { G_B31_0 = ((String_t*)(NULL)); G_B31_1 = G_B29_0; goto IL_01b4; } IL_01ae: { RuntimeObject * L_38 = ___value1; NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); G_B31_0 = L_39; G_B31_1 = G_B30_0; } IL_01b4: { NullCheck(G_B31_1); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, G_B31_1, G_B31_0); return; } IL_01ba: { RuntimeObject * L_40 = ___value1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_40, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_41 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, Guid_t_il2cpp_TypeInfo_var))) { goto IL_01da; } } { RuntimeObject * L_42 = ___value1; VirtualActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, __this, ((*(Guid_t *)((Guid_t *)UnBox(L_42, Guid_t_il2cpp_TypeInfo_var))))); return; } IL_01da: { RuntimeObject * L_43 = ___value1; VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, __this, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_43, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } IL_01e7: { int32_t L_44 = ___token0; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_45); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_47; L_47 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306)), L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB317A491A918E5501692248F501D9DF2AFAA2426)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteToken_m0E530768DEFE81C78F8A96746254BF1926FFB7F7_RuntimeMethod_var))); } IL_01fd: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_mE0EE772566A273EB906D47F9FA1A6221DFB14DFA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; int32_t G_B15_0 = 0; int32_t G_B15_1 = 0; int32_t G_B15_2 = 0; { 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_000c; } } { V_0 = (-1); goto IL_002b; } IL_000c: { 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); bool L_4; L_4 = JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_5); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_002b; } IL_0024: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_7); V_0 = L_8; } IL_002b: { bool L_9 = ___writeDateConstructorAsDate2; if (!L_9) { goto IL_0058; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_0058; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; NullCheck(L_12); RuntimeObject * L_13; L_13 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); bool L_15; L_15 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_14, _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03, 4, /*hidden argument*/NULL); if (!L_15) { goto IL_0058; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D(__this, L_16, /*hidden argument*/NULL); goto IL_0077; } IL_0058: { bool L_17 = ___writeComments3; if (L_17) { goto IL_0065; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_18); if ((((int32_t)L_19) == ((int32_t)5))) { goto IL_0077; } } IL_0065: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_20 = ___reader0; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_20); 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); JsonWriter_WriteToken_m0E530768DEFE81C78F8A96746254BF1926FFB7F7(__this, L_21, L_23, /*hidden argument*/NULL); } IL_0077: { int32_t L_24 = V_0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_25 = ___reader0; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_25); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_27 = ___reader0; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_27); bool L_29; L_29 = JsonTokenUtils_IsEndToken_m77818736EF8F5E9FBC2CE1AF4EAB6AE7DF1FCA7A(L_28, /*hidden argument*/NULL); G_B13_0 = L_26; G_B13_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); if (L_29) { G_B14_0 = L_26; G_B14_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); goto IL_0090; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; goto IL_0091; } IL_0090: { G_B15_0 = 1; G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; } IL_0091: { bool L_30 = ___writeChildren1; if (!((int32_t)((int32_t)((((int32_t)G_B15_2) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)G_B15_1, (int32_t)G_B15_0))))? 1 : 0)&(int32_t)L_30))) { goto IL_00a0; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_31); if (L_32) { goto IL_002b; } } IL_00a0: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteConstructorDate(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, 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*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_0); if (L_1) { goto IL_0015; } } { JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_2; L_2 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393)), (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D_RuntimeMethod_var))); } IL_0015: { 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); if ((((int32_t)L_4) == ((int32_t)7))) { goto IL_003b; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76EE5B8D032C95BE563A920FDFAD51C49E21E8AA)), L_8, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_10; L_10 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_9, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D_RuntimeMethod_var))); } IL_003b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5(((*(int64_t*)((int64_t*)UnBox(L_12, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_13; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_14 = ___reader0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_14); if (L_15) { goto IL_0061; } } { JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_16; L_16 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430C3C837CDA74A5A4A5D54034073F1C15382393)), (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D_RuntimeMethod_var))); } IL_0061: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_17); if ((((int32_t)L_18) == ((int32_t)((int32_t)15)))) { goto IL_0088; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_19 = ___reader0; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_21); String_t* L_23; L_23 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B3B25A57D6AF3D9D10CF6BE85BAF5E750310D57)), L_22, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_24; L_24 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_23, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteConstructorDate_m0F9E70D5BD8696F65EBCEF119E92BCB238DAC03D_RuntimeMethod_var))); } IL_0088: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = V_0; VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_25); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m04DD651F7158F913327B4B44A83E6398E464049C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0016; } case 1: { goto IL_001d; } case 2: { goto IL_0024; } } } { goto IL_002b; } IL_0016: { VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, __this); return; } IL_001d: { VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, __this); return; } IL_0024: { VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, __this); return; } IL_002b: { int32_t L_1 = ___type0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var)), &L_2); String_t* L_4; L_4 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D0001210B9175FF22174F0EBEB5F7BB39B0C5FF)), L_3, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_5; L_5 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteEnd_m04DD651F7158F913327B4B44A83E6398E464049C_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteAll_m90BB40B1F249CDEF9FE9393E85483F21B90F58D2 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { goto IL_0008; } IL_0002: { VirtualActionInvoker0::Invoke(15 /* System.Void Newtonsoft.Json.JsonWriter::WriteEnd() */, __this); } IL_0008: { int32_t L_0; L_0 = JsonWriter_get_Top_mE9BB5BDB5A64540B7C1108AF30401F89AF772D79(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0002; } } { return; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonWriter::GetCloseTokenForType(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonWriter_GetCloseTokenForType_mB09609832B8A3BFCA123BFDC6FDA53B419AE5941 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0016; } case 1: { goto IL_0019; } case 2: { goto IL_001c; } } } { goto IL_001f; } IL_0016: { return (int32_t)(((int32_t)13)); } IL_0019: { return (int32_t)(((int32_t)14)); } IL_001c: { return (int32_t)(((int32_t)15)); } IL_001f: { int32_t L_1 = ___type0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var)), &L_2); String_t* L_4; L_4 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD991C5CB8D30264A4B7C13F9D30CB637A4DA768D)), L_3, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_5; L_5 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_GetCloseTokenForType_mB09609832B8A3BFCA123BFDC6FDA53B419AE5941_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteClose(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_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; int32_t V_6 = 0; { V_0 = 0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); int32_t L_2 = ___type0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0014; } } { V_0 = 1; goto IL_0047; } IL_0014: { int32_t L_3; L_3 = JsonWriter_get_Top_mE9BB5BDB5A64540B7C1108AF30401F89AF772D79(__this, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); int32_t L_4 = V_1; V_2 = L_4; goto IL_0043; } IL_0021: { int32_t L_5 = V_1; int32_t L_6 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_7 = __this->get__stack_2(); int32_t L_8 = V_3; NullCheck(L_7); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_9; L_9 = List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); int32_t L_10 = L_9.get_Type_1(); int32_t L_11 = ___type0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_003f; } } { int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); goto IL_0047; } IL_003f: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0043: { int32_t L_14 = V_2; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0021; } } IL_0047: { int32_t L_15 = V_0; if (L_15) { goto IL_0057; } } { JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_16; L_16 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F1CFAF88CAD676D520A75DE5C20759B9CAD4830)), (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC_RuntimeMethod_var))); } IL_0057: { V_4 = 0; goto IL_0109; } IL_005f: { int32_t L_17; L_17 = JsonWriter_Pop_m6E215C64A1DDFDFABFD23A49F1B4507ACBB2D8E4(__this, /*hidden argument*/NULL); int32_t L_18; L_18 = JsonWriter_GetCloseTokenForType_mB09609832B8A3BFCA123BFDC6FDA53B419AE5941(__this, L_17, /*hidden argument*/NULL); V_5 = L_18; int32_t L_19 = __this->get__currentState_4(); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_007c; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); } IL_007c: { int32_t L_20 = __this->get__formatting_5(); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_009d; } } { int32_t L_21 = __this->get__currentState_4(); if ((((int32_t)L_21) == ((int32_t)2))) { goto IL_009d; } } { int32_t L_22 = __this->get__currentState_4(); if ((((int32_t)L_22) == ((int32_t)4))) { goto IL_009d; } } { VirtualActionInvoker0::Invoke(18 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndent() */, __this); } IL_009d: { int32_t L_23 = V_5; VirtualActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonToken) */, __this, L_23); int32_t L_24; L_24 = JsonWriter_Peek_m5D92719BB030AA19751F29364F134D2F3350E602(__this, /*hidden argument*/NULL); V_6 = L_24; int32_t L_25 = V_6; switch (L_25) { case 0: { goto IL_00e1; } case 1: { goto IL_00c6; } case 2: { goto IL_00cf; } case 3: { goto IL_00d8; } } } { goto IL_00ea; } IL_00c6: { __this->set__currentState_4(3); goto IL_0103; } IL_00cf: { __this->set__currentState_4(5); goto IL_0103; } IL_00d8: { __this->set__currentState_4(5); goto IL_0103; } IL_00e1: { __this->set__currentState_4(0); goto IL_0103; } IL_00ea: { int32_t L_26 = V_6; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var)), &L_27); String_t* L_29; L_29 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral714AD7AD1A548A14B5B4F984B3D5AABDCF5C2733)), L_28, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_30; L_30 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_29, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC_RuntimeMethod_var))); } IL_0103: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0109: { int32_t L_32 = V_4; int32_t L_33 = V_0; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_005f; } } { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m30634EF8F195AAC954C12ECDFB5DC751B4F08AA2 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteIndent_mA92BE774008482499674A340FB09F165D42536E1 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValueDelimiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValueDelimiter_m1ACB4AB5AF4658B61F6EF01CD2AF4755BE9A8C2E (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteIndentSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteIndentSpace_m151F9160694A7EC803A54B7D3B3A808DFDFFB899 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* L_0 = ((JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))->get_StateArray_0(); int32_t L_1 = ___tokenBeingWritten0; NullCheck(L_0); int32_t L_2 = L_1; StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9* L_3 = (StateU5BU5D_t413EE03B77434A1102F0587B5E3ACD1E49ED15F9*)(L_0)->GetAt(static_cast(L_2)); int32_t L_4 = __this->get__currentState_4(); NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (int32_t)(L_3)->GetAt(static_cast(L_5)); V_0 = L_6; int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)9))))) { goto IL_0049; } } { 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 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), (&___tokenBeingWritten0)); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); ___tokenBeingWritten0 = *(int32_t*)UnBox(L_9); int32_t* L_11 = __this->get_address_of__currentState_4(); RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E_il2cpp_TypeInfo_var)), L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); *L_11 = *(int32_t*)UnBox(L_12); String_t* L_14; L_14 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFD8BB0CC6B07724F6757D69FDD97957C3B3A67A8)), L_8, L_10, L_13, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_15; L_15 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(__this, L_14, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B_RuntimeMethod_var))); } IL_0049: { int32_t L_16 = __this->get__currentState_4(); if ((((int32_t)L_16) == ((int32_t)3))) { goto IL_0064; } } { int32_t L_17 = __this->get__currentState_4(); if ((((int32_t)L_17) == ((int32_t)5))) { goto IL_0064; } } { int32_t L_18 = __this->get__currentState_4(); if ((!(((uint32_t)L_18) == ((uint32_t)7)))) { goto IL_006e; } } IL_0064: { int32_t L_19 = ___tokenBeingWritten0; if ((((int32_t)L_19) == ((int32_t)5))) { goto IL_006e; } } { VirtualActionInvoker0::Invoke(19 /* System.Void Newtonsoft.Json.JsonWriter::WriteValueDelimiter() */, __this); } IL_006e: { int32_t L_20 = __this->get__formatting_5(); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_00bc; } } { int32_t L_21 = __this->get__currentState_4(); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0086; } } { VirtualActionInvoker0::Invoke(20 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndentSpace() */, __this); } IL_0086: { int32_t L_22 = __this->get__currentState_4(); if ((((int32_t)L_22) == ((int32_t)5))) { goto IL_00b6; } } { int32_t L_23 = __this->get__currentState_4(); if ((((int32_t)L_23) == ((int32_t)4))) { goto IL_00b6; } } { int32_t L_24 = __this->get__currentState_4(); if ((((int32_t)L_24) == ((int32_t)7))) { goto IL_00b6; } } { int32_t L_25 = __this->get__currentState_4(); if ((((int32_t)L_25) == ((int32_t)6))) { goto IL_00b6; } } { int32_t L_26 = ___tokenBeingWritten0; if ((!(((uint32_t)L_26) == ((uint32_t)4)))) { goto IL_00bc; } } { int32_t L_27 = __this->get__currentState_4(); if (!L_27) { goto IL_00bc; } } IL_00b6: { VirtualActionInvoker0::Invoke(18 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndent() */, __this); } IL_00bc: { int32_t L_28 = V_0; __this->set__currentState_4(L_28); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteNull_m5C6B7A818F167C7AD5846C0B66634444624C7294 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteRaw_mEB4130437F7C7FFDAD095A67CB948524A7F651B5 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonWriter_InternalWriteRaw_m4B4503688B7FFAF1A1D38C66BE1C0E591682D843(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteRawValue_m0EA2A8A5E6BEC2DFA260294AECBAF730784A103C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, ((int32_t)12), /*hidden argument*/NULL); String_t* L_0 = ___json0; VirtualActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCEEBA5B0C394500340F6C32E24FEBD327ED85006 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3272CDA2D49600CEDC28BCA9655D967F0F2A58F8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mAA9CA5579DEB1985F70702C9D714A208977CCD63 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m56B6607C1D74A21FB75945C92B57D83FD4419E1C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7307E600DEE61DC628FE0A25124E55635AE81B31 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE37191ACB24107E7C88B4EBDA034418AAF7E7A71 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, float ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC64B161E67A79957FE19EE209CA9543F3CB02267 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, double ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mA6C47BFFF0A3BD4367BAC58A59711A873F44B2D8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7573324F0A6837B35CA08BD12695B59BDAF319A0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m86E02F18462B68408F56664160AA8EE14FBCB847 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3E13762ABAA97E3B6E5512719A9C20110690867B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCA89BB907A0514BB3C7CF72A3B5DBEB80B601D8B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFB2A849F1CB5FDC6B1A0228F0DCB93CE92F6A974 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD5F5DD5F9A475E329A9F63DF6E2610C9E4CA5E47 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m88A4103C8515DDFFBFAD5F2C27CAC3192CDAA667 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m33E9E1916850836BA29C86ADE3FECA716729AB60 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m9191D561BCBFD43DDEE7E237191C20371C411DC8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Guid_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD4355674521311D84F4B8CBC86DA96C39C338622 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mA60C1255513DC8ADED8E8C8054E8B65D4989966A (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int32_t L_1; L_1 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE2F23E05460ECD9C167A95F653416EAC59A3A60D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_inline((Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint32_t L_1; L_1 = Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_inline((Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_RuntimeMethod_var); VirtualActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m31E9729AA9DDB1D9FA29C50F81C05ADFA5DCCFA9 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int64_t L_1; L_1 = Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_RuntimeMethod_var); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC1E14DAA2E451C20365DA9B843028DE31DFBF746 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_inline((Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint64_t L_1; L_1 = Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_inline((Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_RuntimeMethod_var); VirtualActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mA661A9CDC990E9966FBCE44F70943E217DA8AA50 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { float L_1; L_1 = Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_RuntimeMethod_var); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m983831AD6DB0B35FDC8C8FB61A8BB5986607D5DA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { double L_1; L_1 = Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_inline((Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_RuntimeMethod_var); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mF416DE127062CE8485646744B9BE46BB033B49CA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { bool L_1; L_1 = Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m9B2CD4BB01AA1840AA6C17A8C5FA56E1AB65292C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_inline((Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int16_t L_1; L_1 = Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_inline((Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_RuntimeMethod_var); VirtualActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3EC3F0E59E9BD3B73EE85482D51855361343DD80 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_inline((Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint16_t L_1; L_1 = Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_inline((Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_RuntimeMethod_var); VirtualActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m6221D7393F33F9BC3B8A783447F0D5FF5FA35F09 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Il2CppChar L_1; L_1 = Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); VirtualActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC02EF217E1C8832B4F6A67B213156AF0398973C3 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_inline((Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint8_t L_1; L_1 = Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_inline((Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_RuntimeMethod_var); VirtualActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE04452BF49A47378258A35FF00A77269EEF3E962 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_inline((Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int8_t L_1; L_1 = Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_inline((Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_RuntimeMethod_var); VirtualActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD3BAB76446972CAA116D03A3967878D10F8EA515 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_inline((Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_inline((Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_RuntimeMethod_var); VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m52B4702F2349167842323A92E98838E6FDCBA052 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_inline((Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_inline((Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE669D41AD0EAB18DD1538DD834F5509BAAC028C3 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_inline((Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1; L_1 = Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_inline((Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_RuntimeMethod_var); VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m44CD9A8BFF0E498FDEB595A40578EA4E4F802C28 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_inline((Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Guid_t L_1; L_1 = Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_inline((Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_RuntimeMethod_var); VirtualActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE6CC066FF91E81E7CBD9AD7D578907944EDD8602 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&___value0), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); VirtualActionInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD3F58DE13B6A261C21A09EDAF057E80B2B465239 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)17), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFA34221E6FC1DAA2AEB96B267A29701DF84A4593 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, RuntimeObject * ___value0, 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*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_3; L_3 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteComment_m0D55F7EE368A992D6BB35051A3FACD07708FF2A8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___text0, const RuntimeMethod* method) { { JsonWriter_InternalWriteComment_m27747B82A2A11FF906A29C8339FBE933A07E8CBC(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_System_IDisposable_Dispose_m30B5028E55E62884E68B69C596B7A727D2F4D5E0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(64 /* System.Void Newtonsoft.Json.JsonWriter::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Dispose_m72432FEC60AAAAB0979A13B09A46243C6C93A627 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___disposing0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_4(); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_0) == ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0016; } } { VirtualActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, __this); } IL_0016: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Utilities.PrimitiveTypeCode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, int32_t ___typeCode1, RuntimeObject * ___value2, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_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*)&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*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_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_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_5; memset((&V_5), 0, sizeof(V_5)); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 V_7; memset((&V_7), 0, sizeof(V_7)); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_8; memset((&V_8), 0, sizeof(V_8)); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C V_9; memset((&V_9), 0, sizeof(V_9)); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A V_10; memset((&V_10), 0, sizeof(V_10)); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_11; memset((&V_11), 0, sizeof(V_11)); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D V_12; memset((&V_12), 0, sizeof(V_12)); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 V_13; memset((&V_13), 0, sizeof(V_13)); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E V_14; memset((&V_14), 0, sizeof(V_14)); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE V_15; memset((&V_15), 0, sizeof(V_15)); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_16; memset((&V_16), 0, sizeof(V_16)); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * V_17 = NULL; int32_t V_18 = 0; Type_t * V_19 = NULL; RuntimeObject * V_20 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B5_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B4_0 = NULL; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B6_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B10_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B9_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 G_B11_0; memset((&G_B11_0), 0, sizeof(G_B11_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B11_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B15_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B14_0 = NULL; Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 G_B16_0; memset((&G_B16_0), 0, sizeof(G_B16_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B16_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B20_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B19_0 = NULL; Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 G_B21_0; memset((&G_B21_0), 0, sizeof(G_B21_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B21_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B25_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B24_0 = NULL; Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE G_B26_0; memset((&G_B26_0), 0, sizeof(G_B26_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B26_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B30_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B29_0 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B31_0; memset((&G_B31_0), 0, sizeof(G_B31_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B31_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B35_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B34_0 = NULL; Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A G_B36_0; memset((&G_B36_0), 0, sizeof(G_B36_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B36_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B40_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B39_0 = NULL; Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 G_B41_0; memset((&G_B41_0), 0, sizeof(G_B41_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B41_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B45_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B44_0 = NULL; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F G_B46_0; memset((&G_B46_0), 0, sizeof(G_B46_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B46_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B50_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B49_0 = NULL; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C G_B51_0; memset((&G_B51_0), 0, sizeof(G_B51_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B51_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B55_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B54_0 = NULL; Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A G_B56_0; memset((&G_B56_0), 0, sizeof(G_B56_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B56_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B60_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B59_0 = NULL; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 G_B61_0; memset((&G_B61_0), 0, sizeof(G_B61_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B61_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B65_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B64_0 = NULL; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D G_B66_0; memset((&G_B66_0), 0, sizeof(G_B66_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B66_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B70_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B69_0 = NULL; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 G_B71_0; memset((&G_B71_0), 0, sizeof(G_B71_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B71_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B75_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B74_0 = NULL; Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E G_B76_0; memset((&G_B76_0), 0, sizeof(G_B76_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B76_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B80_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B79_0 = NULL; Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE G_B81_0; memset((&G_B81_0), 0, sizeof(G_B81_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B81_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B85_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B84_0 = NULL; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F G_B86_0; memset((&G_B86_0), 0, sizeof(G_B86_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B86_1 = NULL; RuntimeObject* G_B94_0 = NULL; RuntimeObject* G_B93_0 = NULL; int32_t G_B95_0 = 0; RuntimeObject* G_B95_1 = NULL; RuntimeObject* G_B97_0 = NULL; RuntimeObject* G_B96_0 = NULL; Type_t * G_B98_0 = NULL; RuntimeObject* G_B98_1 = NULL; { int32_t L_0 = ___typeCode1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2))) { case 0: { goto IL_00ad; } case 1: { goto IL_00ba; } case 2: { goto IL_00da; } case 3: { goto IL_00e7; } case 4: { goto IL_0107; } case 5: { goto IL_0114; } case 6: { goto IL_0134; } case 7: { goto IL_0141; } case 8: { goto IL_0161; } case 9: { goto IL_016e; } case 10: { goto IL_018f; } case 11: { goto IL_019c; } case 12: { goto IL_01bd; } case 13: { goto IL_01ca; } case 14: { goto IL_01eb; } case 15: { goto IL_01f8; } case 16: { goto IL_0219; } case 17: { goto IL_0226; } case 18: { goto IL_0247; } case 19: { goto IL_0254; } case 20: { goto IL_0275; } case 21: { goto IL_0282; } case 22: { goto IL_02a3; } case 23: { goto IL_02b0; } case 24: { goto IL_02d1; } case 25: { goto IL_02de; } case 26: { goto IL_02ff; } case 27: { goto IL_030c; } case 28: { goto IL_032d; } case 29: { goto IL_033a; } case 30: { goto IL_035b; } case 31: { goto IL_0368; } case 32: { goto IL_0389; } case 33: { goto IL_0396; } case 34: { goto IL_03e5; } case 35: { goto IL_03e5; } case 36: { goto IL_03b7; } case 37: { goto IL_03c4; } case 38: { goto IL_03d1; } case 39: { goto IL_03de; } } } { goto IL_03e5; } IL_00ad: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = ___writer0; RuntimeObject * L_2 = ___value2; NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_1, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_2, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var))))); return; } IL_00ba: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___writer0; RuntimeObject * L_4 = ___value2; G_B4_0 = L_3; if (!L_4) { G_B5_0 = L_3; goto IL_00cb; } } { RuntimeObject * L_5 = ___value2; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_6; memset((&L_6), 0, sizeof(L_6)); Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE((&L_6), ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_5, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_00d4; } IL_00cb: { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 )); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_7 = V_0; G_B6_0 = L_7; G_B6_1 = G_B5_0; } IL_00d4: { NullCheck(G_B6_1); VirtualActionInvoker1< Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 >::Invoke(52 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B6_1, G_B6_0); return; } IL_00da: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_8 = ___writer0; RuntimeObject * L_9 = ___value2; NullCheck(L_8); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_8, ((*(bool*)((bool*)UnBox(L_9, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))); return; } IL_00e7: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; RuntimeObject * L_11 = ___value2; G_B9_0 = L_10; if (!L_11) { G_B10_0 = L_10; goto IL_00f8; } } { RuntimeObject * L_12 = ___value2; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_13; memset((&L_13), 0, sizeof(L_13)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_13), ((*(bool*)((bool*)UnBox(L_12, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); G_B11_0 = L_13; G_B11_1 = G_B9_0; goto IL_0101; } IL_00f8: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_14 = V_1; G_B11_0 = L_14; G_B11_1 = G_B10_0; } IL_0101: { NullCheck(G_B11_1); VirtualActionInvoker1< Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 >::Invoke(49 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B11_1, G_B11_0); return; } IL_0107: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_15 = ___writer0; RuntimeObject * L_16 = ___value2; NullCheck(L_15); VirtualActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_15, ((*(int8_t*)((int8_t*)UnBox(L_16, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); return; } IL_0114: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_17 = ___writer0; RuntimeObject * L_18 = ___value2; G_B14_0 = L_17; if (!L_18) { G_B15_0 = L_17; goto IL_0125; } } { RuntimeObject * L_19 = ___value2; Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8((&L_20), ((*(int8_t*)((int8_t*)UnBox(L_19, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var); G_B16_0 = L_20; G_B16_1 = G_B14_0; goto IL_012e; } IL_0125: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 )); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_21 = V_2; G_B16_0 = L_21; G_B16_1 = G_B15_0; } IL_012e: { NullCheck(G_B16_1); VirtualActionInvoker1< Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 >::Invoke(54 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B16_1, G_B16_0); return; } IL_0134: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_22 = ___writer0; RuntimeObject * L_23 = ___value2; NullCheck(L_22); VirtualActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_22, ((*(int16_t*)((int16_t*)UnBox(L_23, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); return; } IL_0141: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_24 = ___writer0; RuntimeObject * L_25 = ___value2; G_B19_0 = L_24; if (!L_25) { G_B20_0 = L_24; goto IL_0152; } } { RuntimeObject * L_26 = ___value2; Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_27; memset((&L_27), 0, sizeof(L_27)); Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230((&L_27), ((*(int16_t*)((int16_t*)UnBox(L_26, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var); G_B21_0 = L_27; G_B21_1 = G_B19_0; goto IL_015b; } IL_0152: { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 )); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_28 = V_3; G_B21_0 = L_28; G_B21_1 = G_B20_0; } IL_015b: { NullCheck(G_B21_1); VirtualActionInvoker1< Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 >::Invoke(50 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B21_1, G_B21_0); return; } IL_0161: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_29 = ___writer0; RuntimeObject * L_30 = ___value2; NullCheck(L_29); VirtualActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_29, ((*(uint16_t*)((uint16_t*)UnBox(L_30, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); return; } IL_016e: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_31 = ___writer0; RuntimeObject * L_32 = ___value2; G_B24_0 = L_31; if (!L_32) { G_B25_0 = L_31; goto IL_017f; } } { RuntimeObject * L_33 = ___value2; Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_34; memset((&L_34), 0, sizeof(L_34)); Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9((&L_34), ((*(uint16_t*)((uint16_t*)UnBox(L_33, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var); G_B26_0 = L_34; G_B26_1 = G_B24_0; goto IL_0189; } IL_017f: { il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE )); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_35 = V_4; G_B26_0 = L_35; G_B26_1 = G_B25_0; } IL_0189: { NullCheck(G_B26_1); VirtualActionInvoker1< Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE >::Invoke(51 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B26_1, G_B26_0); return; } IL_018f: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_36 = ___writer0; RuntimeObject * L_37 = ___value2; NullCheck(L_36); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_36, ((*(int32_t*)((int32_t*)UnBox(L_37, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); return; } IL_019c: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_38 = ___writer0; RuntimeObject * L_39 = ___value2; G_B29_0 = L_38; if (!L_39) { G_B30_0 = L_38; goto IL_01ad; } } { RuntimeObject * L_40 = ___value2; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_41; memset((&L_41), 0, sizeof(L_41)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_41), ((*(int32_t*)((int32_t*)UnBox(L_40, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B31_0 = L_41; G_B31_1 = G_B29_0; goto IL_01b7; } IL_01ad: { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_42 = V_5; G_B31_0 = L_42; G_B31_1 = G_B30_0; } IL_01b7: { NullCheck(G_B31_1); VirtualActionInvoker1< Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 >::Invoke(43 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B31_1, G_B31_0); return; } IL_01bd: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_43 = ___writer0; RuntimeObject * L_44 = ___value2; NullCheck(L_43); VirtualActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_43, ((*(uint8_t*)((uint8_t*)UnBox(L_44, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); return; } IL_01ca: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_45 = ___writer0; RuntimeObject * L_46 = ___value2; G_B34_0 = L_45; if (!L_46) { G_B35_0 = L_45; goto IL_01db; } } { RuntimeObject * L_47 = ___value2; Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_48; memset((&L_48), 0, sizeof(L_48)); Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8((&L_48), ((*(uint8_t*)((uint8_t*)UnBox(L_47, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var); G_B36_0 = L_48; G_B36_1 = G_B34_0; goto IL_01e5; } IL_01db: { il2cpp_codegen_initobj((&V_6), sizeof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A )); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_49 = V_6; G_B36_0 = L_49; G_B36_1 = G_B35_0; } IL_01e5: { NullCheck(G_B36_1); VirtualActionInvoker1< Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B36_1, G_B36_0); return; } IL_01eb: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_50 = ___writer0; RuntimeObject * L_51 = ___value2; NullCheck(L_50); VirtualActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_50, ((*(uint32_t*)((uint32_t*)UnBox(L_51, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))); return; } IL_01f8: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_52 = ___writer0; RuntimeObject * L_53 = ___value2; G_B39_0 = L_52; if (!L_53) { G_B40_0 = L_52; goto IL_0209; } } { RuntimeObject * L_54 = ___value2; Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_55; memset((&L_55), 0, sizeof(L_55)); Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6((&L_55), ((*(uint32_t*)((uint32_t*)UnBox(L_54, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var); G_B41_0 = L_55; G_B41_1 = G_B39_0; goto IL_0213; } IL_0209: { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 )); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_56 = V_7; G_B41_0 = L_56; G_B41_1 = G_B40_0; } IL_0213: { NullCheck(G_B41_1); VirtualActionInvoker1< Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 >::Invoke(44 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B41_1, G_B41_0); return; } IL_0219: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_57 = ___writer0; RuntimeObject * L_58 = ___value2; NullCheck(L_57); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_57, ((*(int64_t*)((int64_t*)UnBox(L_58, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))); return; } IL_0226: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_59 = ___writer0; RuntimeObject * L_60 = ___value2; G_B44_0 = L_59; if (!L_60) { G_B45_0 = L_59; goto IL_0237; } } { RuntimeObject * L_61 = ___value2; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_62; memset((&L_62), 0, sizeof(L_62)); Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8((&L_62), ((*(int64_t*)((int64_t*)UnBox(L_61, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var); G_B46_0 = L_62; G_B46_1 = G_B44_0; goto IL_0241; } IL_0237: { il2cpp_codegen_initobj((&V_8), sizeof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_63 = V_8; G_B46_0 = L_63; G_B46_1 = G_B45_0; } IL_0241: { NullCheck(G_B46_1); VirtualActionInvoker1< Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F >::Invoke(45 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B46_1, G_B46_0); return; } IL_0247: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_64 = ___writer0; RuntimeObject * L_65 = ___value2; NullCheck(L_64); VirtualActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_64, ((*(uint64_t*)((uint64_t*)UnBox(L_65, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))); return; } IL_0254: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_66 = ___writer0; RuntimeObject * L_67 = ___value2; G_B49_0 = L_66; if (!L_67) { G_B50_0 = L_66; goto IL_0265; } } { RuntimeObject * L_68 = ___value2; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_69; memset((&L_69), 0, sizeof(L_69)); Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702((&L_69), ((*(uint64_t*)((uint64_t*)UnBox(L_68, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var); G_B51_0 = L_69; G_B51_1 = G_B49_0; goto IL_026f; } IL_0265: { il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C )); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_70 = V_9; G_B51_0 = L_70; G_B51_1 = G_B50_0; } IL_026f: { NullCheck(G_B51_1); VirtualActionInvoker1< Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C >::Invoke(46 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B51_1, G_B51_0); return; } IL_0275: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_71 = ___writer0; RuntimeObject * L_72 = ___value2; NullCheck(L_71); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_71, ((*(float*)((float*)UnBox(L_72, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); return; } IL_0282: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_73 = ___writer0; RuntimeObject * L_74 = ___value2; G_B54_0 = L_73; if (!L_74) { G_B55_0 = L_73; goto IL_0293; } } { RuntimeObject * L_75 = ___value2; Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_76; memset((&L_76), 0, sizeof(L_76)); Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F((&L_76), ((*(float*)((float*)UnBox(L_75, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); G_B56_0 = L_76; G_B56_1 = G_B54_0; goto IL_029d; } IL_0293: { il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_77 = V_10; G_B56_0 = L_77; G_B56_1 = G_B55_0; } IL_029d: { NullCheck(G_B56_1); VirtualActionInvoker1< Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A >::Invoke(47 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B56_1, G_B56_0); return; } IL_02a3: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_78 = ___writer0; RuntimeObject * L_79 = ___value2; NullCheck(L_78); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_78, ((*(double*)((double*)UnBox(L_79, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return; } IL_02b0: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_80 = ___writer0; RuntimeObject * L_81 = ___value2; G_B59_0 = L_80; if (!L_81) { G_B60_0 = L_80; goto IL_02c1; } } { RuntimeObject * L_82 = ___value2; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_83; memset((&L_83), 0, sizeof(L_83)); Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3((&L_83), ((*(double*)((double*)UnBox(L_82, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); G_B61_0 = L_83; G_B61_1 = G_B59_0; goto IL_02cb; } IL_02c1: { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_84 = V_11; G_B61_0 = L_84; G_B61_1 = G_B60_0; } IL_02cb: { NullCheck(G_B61_1); VirtualActionInvoker1< Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 >::Invoke(48 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B61_1, G_B61_0); return; } IL_02d1: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_85 = ___writer0; RuntimeObject * L_86 = ___value2; NullCheck(L_85); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_85, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_86, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))))); return; } IL_02de: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_87 = ___writer0; RuntimeObject * L_88 = ___value2; G_B64_0 = L_87; if (!L_88) { G_B65_0 = L_87; goto IL_02ef; } } { RuntimeObject * L_89 = ___value2; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_90; memset((&L_90), 0, sizeof(L_90)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_90), ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_89, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); G_B66_0 = L_90; G_B66_1 = G_B64_0; goto IL_02f9; } IL_02ef: { il2cpp_codegen_initobj((&V_12), sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_91 = V_12; G_B66_0 = L_91; G_B66_1 = G_B65_0; } IL_02f9: { NullCheck(G_B66_1); VirtualActionInvoker1< Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D >::Invoke(56 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B66_1, G_B66_0); return; } IL_02ff: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_92 = ___writer0; RuntimeObject * L_93 = ___value2; NullCheck(L_92); VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_92, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_93, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return; } IL_030c: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_94 = ___writer0; RuntimeObject * L_95 = ___value2; G_B69_0 = L_94; if (!L_95) { G_B70_0 = L_94; goto IL_031d; } } { RuntimeObject * L_96 = ___value2; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_97; memset((&L_97), 0, sizeof(L_97)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_97), ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_96, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); G_B71_0 = L_97; G_B71_1 = G_B69_0; goto IL_0327; } IL_031d: { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_98 = V_13; G_B71_0 = L_98; G_B71_1 = G_B70_0; } IL_0327: { NullCheck(G_B71_1); VirtualActionInvoker1< Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 >::Invoke(57 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B71_1, G_B71_0); return; } IL_032d: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_99 = ___writer0; RuntimeObject * L_100 = ___value2; NullCheck(L_99); VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_99, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_100, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))))); return; } IL_033a: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_101 = ___writer0; RuntimeObject * L_102 = ___value2; G_B74_0 = L_101; if (!L_102) { G_B75_0 = L_101; goto IL_034b; } } { RuntimeObject * L_103 = ___value2; Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_104; memset((&L_104), 0, sizeof(L_104)); Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4((&L_104), ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_103, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); G_B76_0 = L_104; G_B76_1 = G_B74_0; goto IL_0355; } IL_034b: { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E )); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_105 = V_14; G_B76_0 = L_105; G_B76_1 = G_B75_0; } IL_0355: { NullCheck(G_B76_1); VirtualActionInvoker1< Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E >::Invoke(55 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B76_1, G_B76_0); return; } IL_035b: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_106 = ___writer0; RuntimeObject * L_107 = ___value2; NullCheck(L_106); VirtualActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_106, ((*(Guid_t *)((Guid_t *)UnBox(L_107, Guid_t_il2cpp_TypeInfo_var))))); return; } IL_0368: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_108 = ___writer0; RuntimeObject * L_109 = ___value2; G_B79_0 = L_108; if (!L_109) { G_B80_0 = L_108; goto IL_0379; } } { RuntimeObject * L_110 = ___value2; Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_111; memset((&L_111), 0, sizeof(L_111)); Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE((&L_111), ((*(Guid_t *)((Guid_t *)UnBox(L_110, Guid_t_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var); G_B81_0 = L_111; G_B81_1 = G_B79_0; goto IL_0383; } IL_0379: { il2cpp_codegen_initobj((&V_15), sizeof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE )); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_112 = V_15; G_B81_0 = L_112; G_B81_1 = G_B80_0; } IL_0383: { NullCheck(G_B81_1); VirtualActionInvoker1< Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE >::Invoke(58 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B81_1, G_B81_0); return; } IL_0389: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_113 = ___writer0; RuntimeObject * L_114 = ___value2; NullCheck(L_113); VirtualActionInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_113, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_114, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))))); return; } IL_0396: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_115 = ___writer0; RuntimeObject * L_116 = ___value2; G_B84_0 = L_115; if (!L_116) { G_B85_0 = L_115; goto IL_03a7; } } { RuntimeObject * L_117 = ___value2; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_118; memset((&L_118), 0, sizeof(L_118)); Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392((&L_118), ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_117, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); G_B86_0 = L_118; G_B86_1 = G_B84_0; goto IL_03b1; } IL_03a7: { il2cpp_codegen_initobj((&V_16), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_119 = V_16; G_B86_0 = L_119; G_B86_1 = G_B85_0; } IL_03b1: { NullCheck(G_B86_1); VirtualActionInvoker1< Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F >::Invoke(59 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B86_1, G_B86_0); return; } IL_03b7: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_120 = ___writer0; RuntimeObject * L_121 = ___value2; NullCheck(L_120); VirtualActionInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_120, ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_121, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); return; } IL_03c4: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_122 = ___writer0; RuntimeObject * L_123 = ___value2; NullCheck(L_122); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_122, ((String_t*)CastclassSealed((RuntimeObject*)L_123, String_t_il2cpp_TypeInfo_var))); return; } IL_03d1: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_124 = ___writer0; RuntimeObject * L_125 = ___value2; NullCheck(L_124); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_124, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_125, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } IL_03de: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_126 = ___writer0; NullCheck(L_126); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_126); return; } IL_03e5: { RuntimeObject * L_127 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_127, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))) { goto IL_044a; } } { RuntimeObject * L_128 = ___value2; RuntimeObject* L_129 = ((RuntimeObject*)Castclass((RuntimeObject*)L_128, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_130; L_130 = ConvertUtils_GetTypeInformation_mDC1A3965113C58B39741350A98D3444A1B4832D3(L_129, /*hidden argument*/NULL); V_17 = L_130; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_131 = V_17; NullCheck(L_131); int32_t L_132; L_132 = TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E_inline(L_131, /*hidden argument*/NULL); G_B93_0 = L_129; if ((((int32_t)L_132) == ((int32_t)1))) { G_B94_0 = L_129; goto IL_040e; } } { TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_133 = V_17; NullCheck(L_133); int32_t L_134; L_134 = TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E_inline(L_133, /*hidden argument*/NULL); G_B95_0 = ((int32_t)(L_134)); G_B95_1 = G_B93_0; goto IL_0410; } IL_040e: { G_B95_0 = ((int32_t)39); G_B95_1 = G_B94_0; } IL_0410: { V_18 = G_B95_0; TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_135 = V_17; NullCheck(L_135); int32_t L_136; L_136 = TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E_inline(L_135, /*hidden argument*/NULL); G_B96_0 = G_B95_1; if ((((int32_t)L_136) == ((int32_t)1))) { G_B97_0 = G_B95_1; goto IL_0425; } } { TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * L_137 = V_17; NullCheck(L_137); Type_t * L_138; L_138 = TypeInformation_get_Type_m101C4515BF4ECD310CDF20BC2C059D112341D2FF_inline(L_137, /*hidden argument*/NULL); G_B98_0 = L_138; G_B98_1 = G_B96_0; goto IL_042f; } IL_0425: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_139 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_140; L_140 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_139, /*hidden argument*/NULL); G_B98_0 = L_140; G_B98_1 = G_B97_0; } IL_042f: { V_19 = G_B98_0; Type_t * L_141 = V_19; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_142; L_142 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(G_B98_1); RuntimeObject * L_143; L_143 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, G_B98_1, L_141, L_142); V_20 = L_143; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_144 = ___writer0; int32_t L_145 = V_18; RuntimeObject * L_146 = V_20; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0(L_144, L_145, L_146, /*hidden argument*/NULL); return; } IL_044a: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_147 = ___writer0; RuntimeObject * L_148 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var))); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_149; L_149 = JsonWriter_CreateUnsupportedTypeException_m1AECC8B9FEAA0021A41B59EDD0ADA56914076E25(L_147, L_148, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_149, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonWriter_WriteValue_mE301B8283C59CFADB643EC00F82228CAD1D7B5D0_RuntimeMethod_var))); } } // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriter::CreateUnsupportedTypeException(Newtonsoft.Json.JsonWriter,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * JsonWriter_CreateUnsupportedTypeException_m1AECC8B9FEAA0021A41B59EDD0ADA56914076E25 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, 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*)&_stringLiteral2591BC727921C9B6A5E095E0888D3483EAE15E1C); s_Il2CppMethodInitialized = true; } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(_stringLiteral2591BC727921C9B6A5E095E0888D3483EAE15E1C, L_1, L_3, /*hidden argument*/NULL); JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_5; L_5 = JsonWriterException_Create_m75343047EA3BC755156B034B868E1939F4A3ABED(L_0, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); return L_5; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteEnd(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteEnd_mA7DE12A8EB6FA11CBAA51A69C050620C8846A56A (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___container0, const RuntimeMethod* method) { { int32_t L_0 = ___container0; JsonWriter_AutoCompleteClose_m4AD461C15C7A9E77987D0D34F157E2CA9AE196EC(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWritePropertyName_mA5078374DB3E45D9C2360AA3F6613310578990DA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_3(); String_t* L_1 = ___name0; L_0->set_PropertyName_3(L_1); JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, 4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteRaw_m4B4503688B7FFAF1A1D38C66BE1C0E591682D843 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteStart(Newtonsoft.Json.JsonToken,Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteStart_m00F313BA1C3B5EAA4BAE3C4AEEB2496F014DECAC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, int32_t ___container1, const RuntimeMethod* method) { { JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94(__this, /*hidden argument*/NULL); int32_t L_0 = ___token0; JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___container1; JsonWriter_Push_m1F88E3CC8E95814572800A4D4C2711583C8DA614(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteValue(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, const RuntimeMethod* method) { { JsonWriter_UpdateScopeWithFinishedValue_mC963AA612FC5884DD7FB41F8CDE0CF5701614B94(__this, /*hidden argument*/NULL); int32_t L_0 = ___token0; JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteComment_m27747B82A2A11FF906A29C8339FBE933A07E8CBC (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { JsonWriter_AutoComplete_m8BC2E4659CD48CE43093578246520EFA1CE0A21B(__this, 5, /*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.JsonWriterException::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException_set_Path_m7730DE4BEE3E03B961C923F211E0400903ED55F5 (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_17(L_0); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m582E63E220A880E3339B907F1F23E5DF6E6D3794 (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, const RuntimeMethod* method) { { JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m9AD7F0F4F15DE6C01D98F6A5EFFA7025DAFFF955 (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; JsonException__ctor_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor(System.String,System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m2BE8EB30C7FB5E93CC76E8F071B976DC9690D1E5 (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___path2; JsonWriterException_set_Path_m7730DE4BEE3E03B961C923F211E0400903ED55F5_inline(__this, L_2, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; NullCheck(L_0); String_t* L_1; L_1 = JsonWriter_get_ContainerPath_mADC497503051A4C9B6EC6078215DB4E107D54FDD(L_0, /*hidden argument*/NULL); String_t* L_2 = ___message1; Exception_t * L_3 = ___ex2; JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_4; L_4 = JsonWriterException_Create_m84A38EFC0C4066A1DE5C6736BB7910633DF11679(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * JsonWriterException_Create_m84A38EFC0C4066A1DE5C6736BB7910633DF11679 (String_t* ___path0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; String_t* L_1 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_2; L_2 = JsonPosition_FormatMessage_m67B75B828B5C6B8607C660494A4E03746A7E49C7((RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); ___message1 = L_2; String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; String_t* L_5 = ___path0; JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * L_6 = (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 *)il2cpp_codegen_object_new(JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9_il2cpp_TypeInfo_var); JsonWriterException__ctor_m2BE8EB30C7FB5E93CC76E8F071B976DC9690D1E5(L_6, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Converters.KeyValuePairConverter::InitializeReflectionObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * KeyValuePairConverter_InitializeReflectionObject_mE2CA953A6A57FF72CCFEFBC3AE8A859EF0D3E458 (Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tDA1FACADA2EBD1F518087EF8A99C23BD8BE068DD_il2cpp_TypeInfo_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*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { Type_t * L_0 = ___t0; NullCheck(L_0); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1; L_1 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_0); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = L_1; NullCheck((RuntimeObject*)(RuntimeObject*)L_2); Type_t * L_3; L_3 = InterfaceFuncInvoker1< Type_t *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tDA1FACADA2EBD1F518087EF8A99C23BD8BE068DD_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_2, 0); V_0 = L_3; NullCheck((RuntimeObject*)(RuntimeObject*)L_2); Type_t * L_4; L_4 = InterfaceFuncInvoker1< Type_t *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tDA1FACADA2EBD1F518087EF8A99C23BD8BE068DD_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_2, 1); V_1 = L_4; Type_t * L_5 = ___t0; Type_t * L_6 = ___t0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Type_t *)L_9); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = L_8; Type_t * L_11 = V_1; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (Type_t *)L_11); NullCheck(L_6); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_12; L_12 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_6, L_10, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); (L_14)->SetAt(static_cast(0), (String_t*)_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3); (L_15)->SetAt(static_cast(1), (String_t*)_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_16; L_16 = ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534(L_5, L_12, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairConverter_WriteJson_mE12960338B2A89551949855C40B43BCAA9E5B21A (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * __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*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); s_Il2CppMethodInitialized = true; } ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * V_0 = NULL; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * V_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B2_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B3_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B5_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B6_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * L_0 = ((KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var))->get_ReflectionObjectPerType_0(); RuntimeObject * L_1 = ___value1; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); NullCheck(L_0); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_3; L_3 = ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E(L_0, L_2, /*hidden argument*/ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E_RuntimeMethod_var); V_0 = L_3; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_4 = ___serializer2; NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(24 /* Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() */, L_4); V_1 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C *)IsInstClass((RuntimeObject*)L_5, DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_6 = ___writer0; NullCheck(L_6); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_6); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_7 = ___writer0; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_8 = V_1; G_B1_0 = L_7; if (L_8) { G_B2_0 = L_7; goto IL_002e; } } { G_B3_0 = _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; G_B3_1 = G_B1_0; goto IL_0039; } IL_002e: { DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = DefaultContractResolver_GetResolvedPropertyName_mFC2B40EE06D1B0DC9E19FFA91DFC20693F066578(L_9, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); G_B3_0 = L_10; G_B3_1 = G_B2_0; } IL_0039: { NullCheck(G_B3_1); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B3_1, G_B3_0); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_11 = ___serializer2; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_12 = ___writer0; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_13 = V_0; RuntimeObject * L_14 = ___value1; NullCheck(L_13); RuntimeObject * L_15; L_15 = ReflectionObject_GetValue_mA0ADA6BB26A0AC4EF2B50FCDCA02E558B54AE764(L_13, L_14, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_16 = V_0; NullCheck(L_16); Type_t * L_17; L_17 = ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1(L_16, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); NullCheck(L_11); JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1(L_11, L_12, L_15, L_17, /*hidden argument*/NULL); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_18 = ___writer0; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_19 = V_1; G_B4_0 = L_18; if (L_19) { G_B5_0 = L_18; goto IL_0067; } } { G_B6_0 = _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3; G_B6_1 = G_B4_0; goto IL_0072; } IL_0067: { DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = DefaultContractResolver_GetResolvedPropertyName_mFC2B40EE06D1B0DC9E19FFA91DFC20693F066578(L_20, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, /*hidden argument*/NULL); G_B6_0 = L_21; G_B6_1 = G_B5_0; } IL_0072: { NullCheck(G_B6_1); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B6_1, G_B6_0); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_22 = ___serializer2; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_23 = ___writer0; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_24 = V_0; RuntimeObject * L_25 = ___value1; NullCheck(L_24); RuntimeObject * L_26; L_26 = ReflectionObject_GetValue_mA0ADA6BB26A0AC4EF2B50FCDCA02E558B54AE764(L_24, L_25, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, /*hidden argument*/NULL); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_27 = V_0; NullCheck(L_27); Type_t * L_28; L_28 = ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1(L_27, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, /*hidden argument*/NULL); NullCheck(L_22); JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1(L_22, L_23, L_26, L_28, /*hidden argument*/NULL); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_29 = ___writer0; NullCheck(L_29); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_29); return; } } // System.Object Newtonsoft.Json.Converters.KeyValuePairConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePairConverter_ReadJson_mA3DBFAADBAB55A0405350CC98809DC8C0876C961 (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * __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*)&KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_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*)&ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; Type_t * V_2 = NULL; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * V_3 = NULL; String_t* V_4 = NULL; Type_t * G_B7_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_0020; } } { Type_t * L_2 = ___objectType1; 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; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_5; L_5 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCEEC121DF59708320D4D7FB4422A2E39CA9FED36)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyValuePairConverter_ReadJson_mA3DBFAADBAB55A0405350CC98809DC8C0876C961_RuntimeMethod_var))); } IL_001e: { return NULL; } IL_0020: { V_0 = NULL; V_1 = NULL; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325(L_6, /*hidden argument*/NULL); Type_t * L_7 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_8; L_8 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0035; } } { Type_t * L_9 = ___objectType1; G_B7_0 = L_9; goto IL_003b; } IL_0035: { Type_t * L_10 = ___objectType1; Type_t * L_11; L_11 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_10, /*hidden argument*/NULL); G_B7_0 = L_11; } IL_003b: { V_2 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * L_12 = ((KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var))->get_ReflectionObjectPerType_0(); Type_t * L_13 = V_2; NullCheck(L_12); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_14; L_14 = ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E(L_12, L_13, /*hidden argument*/ThreadSafeStore_2_Get_m85F1DCFE2658CD6CF1C6ACBBC8A8A4D3A1E0081E_RuntimeMethod_var); V_3 = L_14; goto IL_00b9; } IL_004a: { 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); V_4 = L_17; String_t* L_18 = V_4; bool L_19; L_19 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_18, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, 5, /*hidden argument*/NULL); if (!L_19) { goto IL_0082; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_20 = ___reader0; NullCheck(L_20); JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325(L_20, /*hidden argument*/NULL); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_21 = ___serializer3; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_23 = V_3; NullCheck(L_23); Type_t * L_24; L_24 = ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1(L_23, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_25; L_25 = JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0(L_21, L_22, L_24, /*hidden argument*/NULL); V_0 = L_25; goto IL_00b3; } IL_0082: { String_t* L_26 = V_4; bool L_27; L_27 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_26, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, 5, /*hidden argument*/NULL); if (!L_27) { goto IL_00ad; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_28 = ___reader0; NullCheck(L_28); JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325(L_28, /*hidden argument*/NULL); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_29 = ___serializer3; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_30 = ___reader0; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_31 = V_3; NullCheck(L_31); Type_t * L_32; L_32 = ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1(L_31, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject * L_33; L_33 = JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0(L_29, L_30, L_32, /*hidden argument*/NULL); V_1 = L_33; goto IL_00b3; } IL_00ad: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_34 = ___reader0; NullCheck(L_34); JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717(L_34, /*hidden argument*/NULL); } IL_00b3: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_35 = ___reader0; NullCheck(L_35); JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325(L_35, /*hidden argument*/NULL); } IL_00b9: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_36 = ___reader0; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_36); if ((((int32_t)L_37) == ((int32_t)4))) { goto IL_004a; } } { ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_38 = V_3; NullCheck(L_38); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_39; L_39 = ReflectionObject_get_Creator_mC785DF954A61E93038A8240F811DF299DACFAB12_inline(L_38, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; RuntimeObject * L_42 = V_0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = L_41; RuntimeObject * L_44 = V_1; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(1), (RuntimeObject *)L_44); NullCheck(L_39); RuntimeObject * L_45; L_45 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_39, L_43, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); return L_45; } } // System.Boolean Newtonsoft.Json.Converters.KeyValuePairConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyValuePairConverter_CanConvert_mEF6F2E364D150AE26ADB3D56CB6DCCE897B06CB3 (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_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; } Type_t * V_0 = NULL; Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_1; L_1 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { Type_t * L_2 = ___objectType0; G_B3_0 = L_2; goto IL_0011; } IL_000b: { Type_t * L_3 = ___objectType0; Type_t * L_4; L_4 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0011: { V_0 = G_B3_0; Type_t * L_5 = V_0; bool L_6; L_6 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { Type_t * L_7 = V_0; bool L_8; L_8 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0035; } } { Type_t * L_9 = V_0; NullCheck(L_9); Type_t * L_10; L_10 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_9); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_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); return (bool)((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12))? 1 : 0); } IL_0035: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairConverter__ctor_mB98645861775B13F0EC9C9FBAADF2A303752B124 (KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairConverter__cctor_m9224B63073E8250E0428872DFB0157DFFB390E1B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m5D1EEBAE08E8E3B26A04280CC4DB3623FC16B0E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairConverter_InitializeReflectionObject_mE2CA953A6A57FF72CCFEFBC3AE8A859EF0D3E458_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2__ctor_mA86CE22C792902CB93EA516988B5126B0C6B585E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 * L_0 = (Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198 *)il2cpp_codegen_object_new(Func_2_t975320356899CFBCA4E72E89F54C51D8E0AC8198_il2cpp_TypeInfo_var); Func_2__ctor_m5D1EEBAE08E8E3B26A04280CC4DB3623FC16B0E8(L_0, NULL, (intptr_t)((intptr_t)KeyValuePairConverter_InitializeReflectionObject_mE2CA953A6A57FF72CCFEFBC3AE8A859EF0D3E458_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m5D1EEBAE08E8E3B26A04280CC4DB3623FC16B0E8_RuntimeMethod_var); ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B * L_1 = (ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B *)il2cpp_codegen_object_new(ThreadSafeStore_2_tE444B38FFE0E0C494C8E10C5AF44AFCCF15F3C7B_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_mA86CE22C792902CB93EA516988B5126B0C6B585E(L_1, L_0, /*hidden argument*/ThreadSafeStore_2__ctor_mA86CE22C792902CB93EA516988B5126B0C6B585E_RuntimeMethod_var); ((KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t82282F489A41632BF0850BB2EAE8C23671521804_il2cpp_TypeInfo_var))->set_ReflectionObjectPerType_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 // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * LateBoundReflectionDelegateFactory_get_Instance_m92BBB285AD2E4C07E1E23F84EE40A04E39208EF0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * L_0 = ((LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var))->get__instance_0(); return L_0; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * LateBoundReflectionDelegateFactory_CreateParameterizedConstructor_mC292138ADFC6A018C3EAB2AEC01F3020F51D3A45 (LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * __this, MethodBase_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m10158FA5080CF58CD0869216D25D4EA37301748D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m3CAAE331CBBB15539A0E2A2AA6410252DD05844C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * V_0 = NULL; { U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_0 = (U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass3_0__ctor_m284ADEC97F298D777146D5B676D3E4E2DF017CB1(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_1 = V_0; MethodBase_t * L_2 = ___method0; NullCheck(L_1); L_1->set_method_1(L_2); U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_3 = V_0; NullCheck(L_3); MethodBase_t * L_4 = L_3->get_method_1(); ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_4, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, /*hidden argument*/NULL); U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_5 = V_0; U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_6 = V_0; NullCheck(L_6); MethodBase_t * L_7 = L_6->get_method_1(); NullCheck(L_5); L_5->set_c_0(((ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)IsInstClass((RuntimeObject*)L_7, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var))); U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_8 = V_0; NullCheck(L_8); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_9 = L_8->get_c_0(); if (!L_9) { goto IL_0043; } } { U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_10 = V_0; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_11 = (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *)il2cpp_codegen_object_new(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_il2cpp_TypeInfo_var); ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__0_m10158FA5080CF58CD0869216D25D4EA37301748D_RuntimeMethod_var), /*hidden argument*/ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var); return L_11; } IL_0043: { U3CU3Ec__DisplayClass3_0_t61861C9A8AEF3220062D193F59063E8638BEDE70 * L_12 = V_0; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_13 = (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *)il2cpp_codegen_object_new(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_il2cpp_TypeInfo_var); ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CCreateParameterizedConstructorU3Eb__1_m3CAAE331CBBB15539A0E2A2AA6410252DD05844C_RuntimeMethod_var), /*hidden argument*/ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var); return L_13; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__ctor_m7AC46404AA17DECE59248DE0994B7A2987A059E0 (LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * __this, const RuntimeMethod* method) { { ReflectionDelegateFactory__ctor_mEFA41B73330DF9F63BB3E43AD2781A2F65A6957E(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LateBoundReflectionDelegateFactory__cctor_mE60B4A6094231063FABC9338F11A4993C24BC9E5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * L_0 = (LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC *)il2cpp_codegen_object_new(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); LateBoundReflectionDelegateFactory__ctor_m7AC46404AA17DECE59248DE0994B7A2987A059E0(L_0, /*hidden argument*/NULL); ((LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_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.Int32 Newtonsoft.Json.Utilities.MathUtils::IntLength(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MathUtils_IntLength_m3CA8B0EF3B9D2007346BB2F1199B4B689B241AE4 (uint64_t ___i0, const RuntimeMethod* method) { { uint64_t L_0 = ___i0; if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)10000000000LL))))) { goto IL_006d; } } { uint64_t L_1 = ___i0; if ((!(((uint64_t)L_1) < ((uint64_t)((int64_t)((int64_t)((int32_t)10))))))) { goto IL_0014; } } { return 1; } IL_0014: { uint64_t L_2 = ___i0; if ((!(((uint64_t)L_2) < ((uint64_t)((int64_t)((int64_t)((int32_t)100))))))) { goto IL_001c; } } { return 2; } IL_001c: { uint64_t L_3 = ___i0; if ((!(((uint64_t)L_3) < ((uint64_t)((int64_t)((int64_t)((int32_t)1000))))))) { goto IL_0027; } } { return 3; } IL_0027: { uint64_t L_4 = ___i0; if ((!(((uint64_t)L_4) < ((uint64_t)((int64_t)((int64_t)((int32_t)10000))))))) { goto IL_0032; } } { return 4; } IL_0032: { uint64_t L_5 = ___i0; if ((!(((uint64_t)L_5) < ((uint64_t)((int64_t)((int64_t)((int32_t)100000))))))) { goto IL_003d; } } { return 5; } IL_003d: { uint64_t L_6 = ___i0; if ((!(((uint64_t)L_6) < ((uint64_t)((int64_t)((int64_t)((int32_t)1000000))))))) { goto IL_0048; } } { return 6; } IL_0048: { uint64_t L_7 = ___i0; if ((!(((uint64_t)L_7) < ((uint64_t)((int64_t)((int64_t)((int32_t)10000000))))))) { goto IL_0053; } } { return 7; } IL_0053: { uint64_t L_8 = ___i0; if ((!(((uint64_t)L_8) < ((uint64_t)((int64_t)((int64_t)((int32_t)100000000))))))) { goto IL_005e; } } { return 8; } IL_005e: { uint64_t L_9 = ___i0; if ((!(((uint64_t)L_9) < ((uint64_t)((int64_t)((int64_t)((int32_t)1000000000))))))) { goto IL_006a; } } { return ((int32_t)9); } IL_006a: { return ((int32_t)10); } IL_006d: { uint64_t L_10 = ___i0; if ((!(((uint64_t)L_10) < ((uint64_t)((int64_t)100000000000LL))))) { goto IL_007c; } } { return ((int32_t)11); } IL_007c: { uint64_t L_11 = ___i0; if ((!(((uint64_t)L_11) < ((uint64_t)((int64_t)1000000000000LL))))) { goto IL_008b; } } { return ((int32_t)12); } IL_008b: { uint64_t L_12 = ___i0; if ((!(((uint64_t)L_12) < ((uint64_t)((int64_t)10000000000000LL))))) { goto IL_009a; } } { return ((int32_t)13); } IL_009a: { uint64_t L_13 = ___i0; if ((!(((uint64_t)L_13) < ((uint64_t)((int64_t)100000000000000LL))))) { goto IL_00a9; } } { return ((int32_t)14); } IL_00a9: { uint64_t L_14 = ___i0; if ((!(((uint64_t)L_14) < ((uint64_t)((int64_t)1000000000000000LL))))) { goto IL_00b8; } } { return ((int32_t)15); } IL_00b8: { uint64_t L_15 = ___i0; if ((!(((uint64_t)L_15) < ((uint64_t)((int64_t)10000000000000000LL))))) { goto IL_00c7; } } { return ((int32_t)16); } IL_00c7: { uint64_t L_16 = ___i0; if ((!(((uint64_t)L_16) < ((uint64_t)((int64_t)100000000000000000LL))))) { goto IL_00d6; } } { return ((int32_t)17); } IL_00d6: { uint64_t L_17 = ___i0; if ((!(((uint64_t)L_17) < ((uint64_t)((int64_t)1000000000000000000LL))))) { goto IL_00e5; } } { return ((int32_t)18); } IL_00e5: { uint64_t L_18 = ___i0; if ((!(((uint64_t)L_18) < ((uint64_t)((int64_t)-8446744073709551616LL))))) { goto IL_00f4; } } { return ((int32_t)19); } IL_00f4: { return ((int32_t)20); } } // System.Char Newtonsoft.Json.Utilities.MathUtils::IntToHex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D (int32_t ___n0, const RuntimeMethod* method) { { int32_t L_0 = ___n0; if ((((int32_t)L_0) > ((int32_t)((int32_t)9)))) { goto IL_000b; } } { int32_t L_1 = ___n0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)48))))); } IL_000b: { int32_t L_2 = ___n0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)10))), (int32_t)((int32_t)97))))); } } // System.Boolean Newtonsoft.Json.Utilities.MathUtils::ApproxEquals(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_mB0A475E4963DE685D914DE0AF9992A6456863989 (double ___d10, double ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { double L_0 = ___d10; double L_1 = ___d21; if ((!(((double)L_0) == ((double)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { double L_2 = ___d10; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_3; L_3 = fabs(L_2); double L_4 = ___d21; double L_5; L_5 = fabs(L_4); V_0 = ((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_add((double)L_3, (double)L_5)), (double)(10.0))), (double)(2.2204460492503131E-16))); double L_6 = ___d10; double L_7 = ___d21; V_1 = ((double)il2cpp_codegen_subtract((double)L_6, (double)L_7)); double L_8 = V_0; double L_9 = V_1; if ((!(((double)((-L_8))) < ((double)L_9)))) { goto IL_0036; } } { double L_10 = V_0; double L_11 = V_1; return (bool)((((double)L_10) > ((double)L_11))? 1 : 0); } IL_0036: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.MemoryTraceWriter::get_LevelFilter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryTraceWriter_get_LevelFilter_mDCC6F41E5C5A65727EA283AD52869B9813D29387 (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLevelFilterU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::set_LevelFilter(System.Diagnostics.TraceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryTraceWriter_set_LevelFilter_mFDD4C8ECCC1F3EA622509414E2D76338B27B731A (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLevelFilterU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryTraceWriter__ctor_mFB09401F4B0613E030840BE78B70238D1C70C616 (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MemoryTraceWriter_set_LevelFilter_mFDD4C8ECCC1F3EA622509414E2D76338B27B731A_inline(__this, 4, /*hidden argument*/NULL); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_0 = (Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D *)il2cpp_codegen_object_new(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D_il2cpp_TypeInfo_var); Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591(L_0, /*hidden argument*/Queue_1__ctor_m3D79180EA2D2D7897016B383AA035A8B0AE08591_RuntimeMethod_var); __this->set__traceMessages_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryTraceWriter_Trace_mF36440FE4D701E06F5A64A3D0A58FA758D857FC8 (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m7468E0BEC088B58256FA3D00A82B4C2B5E9A9FA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mD7C8C22580B59BE7F224C7E5AC3C079592F54D58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC52E12F4ABFFA5AB694751EDEC80FD182CE14145); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_0 = __this->get__traceMessages_0(); NullCheck(L_0); int32_t L_1; L_1 = Queue_1_get_Count_mD7C8C22580B59BE7F224C7E5AC3C079592F54D58_inline(L_0, /*hidden argument*/Queue_1_get_Count_mD7C8C22580B59BE7F224C7E5AC3C079592F54D58_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)((int32_t)1000)))) { goto IL_001e; } } { Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_2 = __this->get__traceMessages_0(); NullCheck(L_2); String_t* L_3; L_3 = Queue_1_Dequeue_m7468E0BEC088B58256FA3D00A82B4C2B5E9A9FA1(L_2, /*hidden argument*/Queue_1_Dequeue_m7468E0BEC088B58256FA3D00A82B4C2B5E9A9FA1_RuntimeMethod_var); } IL_001e: { StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_4, /*hidden argument*/NULL); V_0 = L_4; StringBuilder_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); V_1 = L_6; 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 = DateTime_ToString_mE44033D2750D165DED2A17A927381872EF9FC986((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), _stringLiteralC52E12F4ABFFA5AB694751EDEC80FD182CE14145, L_7, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, L_8, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; int32_t L_13 = ___level0; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6_il2cpp_TypeInfo_var, &L_14); NullCheck((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_15); String_t* L_16; L_16 = Enum_ToString_m4F8C0882A819B1D1E3286920D14CC649200F24A1((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)L_15, _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_17; L_17 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, L_16, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; String_t* L_21 = ___message1; NullCheck(L_20); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_21, /*hidden argument*/NULL); Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_23 = __this->get__traceMessages_0(); StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); NullCheck(L_23); Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086(L_23, L_25, /*hidden argument*/Queue_1_Enqueue_m365022FCF7168BF9C2EA2FDAE4C0EE42B5CA3086_RuntimeMethod_var); return; } } // System.String Newtonsoft.Json.Serialization.MemoryTraceWriter::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemoryTraceWriter_ToString_m5E2C9C7F1475671984844E59C14DFE3404A40524 (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mFF215AB10F631C857B5D3116DDDDEFAED1AE4941_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD4FE73734D436ABA18F19E087A503ACBAF7DB9ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA9606B8779BC6ECEAA5F1C51C3F1EE42F8639D31_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_GetEnumerator_m03D7A2629BCC3D60F8EBD347E87BD19240313848_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 V_1; memset((&V_1), 0, sizeof(V_1)); String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * L_1 = __this->get__traceMessages_0(); NullCheck(L_1); Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 L_2; L_2 = Queue_1_GetEnumerator_m03D7A2629BCC3D60F8EBD347E87BD19240313848(L_1, /*hidden argument*/Queue_1_GetEnumerator_m03D7A2629BCC3D60F8EBD347E87BD19240313848_RuntimeMethod_var); V_1 = L_2; } IL_0012: try {// begin try (depth: 1) { goto IL_0034; } IL_0014: { String_t* L_3; L_3 = Enumerator_get_Current_mA9606B8779BC6ECEAA5F1C51C3F1EE42F8639D31((Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mA9606B8779BC6ECEAA5F1C51C3F1EE42F8639D31_RuntimeMethod_var); V_2 = L_3; StringBuilder_t * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002c; } } IL_0025: { StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_AppendLine_mB5790BC98389118626505708AE683AE9257B91B2(L_6, /*hidden argument*/NULL); } IL_002c: { StringBuilder_t * L_8 = V_0; String_t* L_9 = V_2; NullCheck(L_8); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, L_9, /*hidden argument*/NULL); } IL_0034: { bool L_11; L_11 = Enumerator_MoveNext_mD4FE73734D436ABA18F19E087A503ACBAF7DB9ED((Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mD4FE73734D436ABA18F19E087A503ACBAF7DB9ED_RuntimeMethod_var); if (L_11) { goto IL_0014; } } IL_003d: { IL2CPP_LEAVE(0x4D, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) Enumerator_Dispose_mFF215AB10F631C857B5D3116DDDDEFAED1AE4941((Enumerator_t0DF0FF93D8D90DD7115644D15EE434F751A07601 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mFF215AB10F631C857B5D3116DDDDEFAED1AE4941_RuntimeMethod_var); IL2CPP_END_FINALLY(63) }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Utilities.MiscellaneousUtils::ValueEquals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MiscellaneousUtils_ValueEquals_m8749F7268F821E23B71CFCE98F2F5DD0C1EBE144 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___objA0; if (L_0) { goto IL_0008; } } { RuntimeObject * L_1 = ___objB1; if (L_1) { goto IL_0008; } } { return (bool)1; } IL_0008: { RuntimeObject * L_2 = ___objA0; if (!L_2) { goto IL_0010; } } { RuntimeObject * L_3 = ___objB1; if (L_3) { goto IL_0010; } } { return (bool)0; } IL_0010: { RuntimeObject * L_4 = ___objA0; if (L_4) { goto IL_0018; } } { RuntimeObject * L_5 = ___objB1; if (!L_5) { goto IL_0018; } } { return (bool)0; } IL_0018: { RuntimeObject * L_6 = ___objA0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___objB1; NullCheck(L_8); Type_t * L_9; L_9 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_8, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_00a3; } } { RuntimeObject * L_10 = ___objA0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_11; L_11 = ConvertUtils_IsInteger_m112556CA336C9B7BC658835DCD79DF97C62F0EF0(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { RuntimeObject * L_12 = ___objB1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_13; L_13 = ConvertUtils_IsInteger_m112556CA336C9B7BC658835DCD79DF97C62F0EF0(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0055; } } { RuntimeObject * L_14 = ___objA0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16; L_16 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; RuntimeObject * L_17 = ___objB1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_19; L_19 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_17, L_18, /*hidden argument*/NULL); bool L_20; L_20 = Decimal_Equals_mD9FCB26297704AB1EFED6FBA1856121B801FD745((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_0), L_19, /*hidden argument*/NULL); return L_20; } IL_0055: { RuntimeObject * L_21 = ___objA0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_006d; } } { RuntimeObject * L_22 = ___objA0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_006d; } } { RuntimeObject * L_23 = ___objA0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_23, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_00a1; } } IL_006d: { RuntimeObject * L_24 = ___objB1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_24, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_25 = ___objB1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_25, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_26 = ___objB1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_26, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_00a1; } } IL_0085: { RuntimeObject * L_27 = ___objA0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28; L_28 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_29; L_29 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_27, L_28, /*hidden argument*/NULL); RuntimeObject * L_30 = ___objB1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_31; L_31 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); double L_32; L_32 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_30, L_31, /*hidden argument*/NULL); bool L_33; L_33 = MathUtils_ApproxEquals_mB0A475E4963DE685D914DE0AF9992A6456863989(L_29, L_32, /*hidden argument*/NULL); return L_33; } IL_00a1: { return (bool)0; } IL_00a3: { RuntimeObject * L_34 = ___objA0; RuntimeObject * L_35 = ___objB1; NullCheck(L_34); bool L_36; L_36 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_35); return L_36; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___message2; String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_3 = ___actualValue1; String_t* L_4; L_4 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(_stringLiteralC96B5F218B9F698B4A9CF59FF10289CAFC661C7A, L_2, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___paramName0; String_t* L_7 = V_0; ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // 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) { 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*)&_stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581; } IL_0009: { RuntimeObject * L_1 = ___value0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject * L_2 = ___value0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } IL_0018: { RuntimeObject * L_4 = ___value0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, L_5, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); return L_6; } } // System.Int32 Newtonsoft.Json.Utilities.MiscellaneousUtils::ByteArrayCompare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MiscellaneousUtils_ByteArrayCompare_m8CE377C6213B857025B57C4C46F4B21E49CC77EC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a21, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___a10; NullCheck(L_0); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___a21; NullCheck(L_1); int32_t L_2; L_2 = Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3((int32_t*)(&V_1), ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0014; } } { int32_t L_4 = V_0; return L_4; } IL_0014: { V_2 = 0; goto IL_0031; } IL_0018: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___a10; int32_t L_6 = V_2; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___a21; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11; L_11 = Byte_CompareTo_m9B9F61F5B96CED94E4848B71CECBF02F495BDB88((uint8_t*)((L_5)->GetAddressAt(static_cast(L_6))), L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; if (!L_12) { goto IL_002d; } } { int32_t L_13 = V_3; return L_13; } IL_002d: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0031: { int32_t L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___a10; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_0018; } } { return 0; } } // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337 (String_t* ___qualifiedName0, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___qualifiedName0; MiscellaneousUtils_GetQualifiedNameParts_m4FD35EE1420185E2AC8A3FC5224FFE9D2F8C7742(L_0, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_1 = V_0; return L_1; } } // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetLocalName_m937BEFD1B1D5E23441DED4A9FD78F10D83176F73 (String_t* ___qualifiedName0, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___qualifiedName0; MiscellaneousUtils_GetQualifiedNameParts_m4FD35EE1420185E2AC8A3FC5224FFE9D2F8C7742(L_0, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_1 = V_1; return L_1; } } // System.Void Newtonsoft.Json.Utilities.MiscellaneousUtils::GetQualifiedNameParts(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscellaneousUtils_GetQualifiedNameParts_m4FD35EE1420185E2AC8A3FC5224FFE9D2F8C7742 (String_t* ___qualifiedName0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___qualifiedName0; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001b; } } { int32_t L_3 = V_0; if (!L_3) { goto IL_001b; } } { String_t* L_4 = ___qualifiedName0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) == ((uint32_t)L_6)))) { goto IL_0022; } } IL_001b: { String_t** L_7 = ___prefix1; *((RuntimeObject **)L_7) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)NULL); String_t** L_8 = ___localName2; String_t* L_9 = ___qualifiedName0; *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); return; } IL_0022: { String_t** L_10 = ___prefix1; String_t* L_11 = ___qualifiedName0; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13; L_13 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_11, 0, L_12, /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13); String_t** L_14 = ___localName2; String_t* L_15 = ___qualifiedName0; int32_t L_16 = V_0; NullCheck(L_15); String_t* L_17; L_17 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)L_14) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_17); return; } } // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::FormatValueForPrint(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_FormatValueForPrint_m4A7E1EBA219444902294E98F427D5EB44B599C0F (RuntimeObject * ___value0, 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*)&_stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteralC1BB8AE9BFE937FA87BF5CDF9AAF5F7EF548A581; } IL_0009: { RuntimeObject * L_1 = ___value0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0022; } } { RuntimeObject * L_2 = ___value0; String_t* L_3; L_3 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, L_2, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); return L_3; } IL_0022: { RuntimeObject * L_4 = ___value0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.NotifyCollectionChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler__ctor_mCCA7833B536F236C1DA9D0732E1E38B95B1DB404 (NotifyCollectionChangedEventHandler_tC4E318FB1FEC9F09924576A7A00145A2C6BBED81 * __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.NotifyCollectionChangedEventHandler::Invoke(System.Object,System.ComponentModel.NotifyCollectionChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler_Invoke_mDE4E95A6ABB7C37680CF0605BF9AC94323EFDFA3 (NotifyCollectionChangedEventHandler_tC4E318FB1FEC9F09924576A7A00145A2C6BBED81 * __this, RuntimeObject * ___sender0, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A * ___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 *, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A *, 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< NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, NotifyCollectionChangedEventArgs_t05189EB1A7468C5042D11F40FDABD1A290B0531A *, 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 #ifdef __clang__ #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.Serialization.OnErrorAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorAttribute__ctor_m4AB187448D1BD857D4747F3936DC73B1F722D6B0 (OnErrorAttribute_t0B9ECBD05E2C7144769BE9AC4326E269055196BF * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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.Linq.JsonPath.PathFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathFilter__ctor_m76F162EAECA93E8DFFD31B25F05228D74FBCA235 (PathFilter_tDA729CFA8B6EB80ECD5D60679DF861B4AC8101BE * __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 Newtonsoft.Json.Shims.PreserveAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreserveAttribute__ctor_mB2ECDF8B6BB50A37CF5A535FE2C892A03DF78A41 (PreserveAttribute_t1A6643C950366605223D21A16A65034EA1E34E53 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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 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) { 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); String_t* L_0 = ___propertyName0; VirtualActionInvoker1< String_t* >::Invoke(4 /* System.Void System.ComponentModel.PropertyChangingEventArgs::set_PropertyName(System.String) */, __this, L_0); return; } } // System.Void System.ComponentModel.PropertyChangingEventArgs::set_PropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventArgs_set_PropertyName_m5B47E750B50AF495F1189E8A9581B56D05D1B9F3 (PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPropertyNameU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangingEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler__ctor_m61E1AE21DA242FA953C04BA8BBEAE8343E09F4CB (PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * __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.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) { 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 *, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *, 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< PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangingEventArgs_tB2B9E1B6C1665634EDCA2BBC9146E7186A7C5793 *, 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.Utilities.PropertyNameTable::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNameTable__cctor_m0D68E1A9634F68B0A686F4DE73B5889802A81B1A (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; } { int32_t L_0; L_0 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); ((PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields*)il2cpp_codegen_static_fields_for(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var))->set_HashCodeRandomizer_0(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.PropertyNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNameTable__ctor_m25D60FFF70470EBA0E91683E9B8FC5029B3639E2 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set__mask_3(((int32_t)31)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get__mask_3(); EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_1 = (EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6*)(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6*)SZArrayNew(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); __this->set__entries_2(L_1); return; } } // System.String Newtonsoft.Json.Utilities.PropertyNameTable::Get(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyNameTable_Get_m4B3B6618C297611B46EF6ABA9ABF0ECABEF73342 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___key0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * V_3 = NULL; { int32_t L_0 = ___length2; 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: { int32_t L_2 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); int32_t L_3 = ((PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields*)il2cpp_codegen_static_fields_for(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var))->get_HashCodeRandomizer_0(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = V_0; int32_t L_5 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___key0; int32_t L_7 = ___start1; NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))^(int32_t)L_9)))); 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 = ___start1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0033; } IL_0025: { int32_t L_13 = V_0; int32_t L_14 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = ___key0; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)7))^(int32_t)L_18)))); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0033: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0025; } } { int32_t L_22 = V_0; int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)((int32_t)L_23>>(int32_t)((int32_t)17))))); int32_t L_24 = V_0; int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)((int32_t)L_25>>(int32_t)((int32_t)11))))); int32_t L_26 = V_0; int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27>>(int32_t)5)))); EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_28 = __this->get__entries_2(); int32_t L_29 = V_0; int32_t L_30 = __this->get__mask_3(); NullCheck(L_28); int32_t L_31 = ((int32_t)((int32_t)L_29&(int32_t)L_30)); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_32 = (L_28)->GetAt(static_cast(L_31)); V_3 = L_32; goto IL_0084; } IL_005d: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_33 = V_3; NullCheck(L_33); int32_t L_34 = L_33->get_HashCode_1(); int32_t L_35 = V_0; if ((!(((uint32_t)L_34) == ((uint32_t)L_35)))) { goto IL_007d; } } { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_36 = V_3; NullCheck(L_36); String_t* L_37 = L_36->get_Value_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = ___key0; int32_t L_39 = ___start1; int32_t L_40 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); bool L_41; L_41 = PropertyNameTable_TextEquals_m68A66BFD455B3C6D459F3EFB5977CB2313A5ADEA(L_37, L_38, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_007d; } } { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_42 = V_3; NullCheck(L_42); String_t* L_43 = L_42->get_Value_0(); return L_43; } IL_007d: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_44 = V_3; NullCheck(L_44); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_45 = L_44->get_Next_2(); V_3 = L_45; } IL_0084: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_46 = V_3; if (L_46) { goto IL_005d; } } { return (String_t*)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * V_3 = NULL; { String_t* L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyNameTable_Add_mB12AEDC24D9C264E460A8C2AFB6FBE759070E18C_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___key0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_001e; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_001e: { int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var); int32_t L_7 = ((PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields*)il2cpp_codegen_static_fields_for(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_il2cpp_TypeInfo_var))->get_HashCodeRandomizer_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); V_2 = 0; goto IL_003c; } IL_002a: { int32_t L_8 = V_1; int32_t L_9 = V_1; String_t* L_10 = ___key0; int32_t L_11 = V_2; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)7))^(int32_t)L_12)))); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003c: { int32_t L_14 = V_2; String_t* L_15 = ___key0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_002a; } } { int32_t L_17 = V_1; int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)17))))); int32_t L_19 = V_1; int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)((int32_t)L_20>>(int32_t)((int32_t)11))))); int32_t L_21 = V_1; int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)L_22>>(int32_t)5)))); EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_23 = __this->get__entries_2(); int32_t L_24 = V_1; int32_t L_25 = __this->get__mask_3(); NullCheck(L_23); int32_t L_26 = ((int32_t)((int32_t)L_24&(int32_t)L_25)); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_27 = (L_23)->GetAt(static_cast(L_26)); V_3 = L_27; goto IL_0090; } IL_006b: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_28 = V_3; NullCheck(L_28); int32_t L_29 = L_28->get_HashCode_1(); int32_t L_30 = V_1; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_0089; } } { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_31 = V_3; NullCheck(L_31); String_t* L_32 = L_31->get_Value_0(); String_t* L_33 = ___key0; NullCheck(L_32); bool L_34; L_34 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0089; } } { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_35 = V_3; NullCheck(L_35); String_t* L_36 = L_35->get_Value_0(); return L_36; } IL_0089: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_37 = V_3; NullCheck(L_37); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_38 = L_37->get_Next_2(); V_3 = L_38; } IL_0090: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_39 = V_3; if (L_39) { goto IL_006b; } } { String_t* L_40 = ___key0; int32_t L_41 = V_1; String_t* L_42; L_42 = PropertyNameTable_AddEntry_m94844BDDC50C0A1583128A65D17B63B50251FFC4(__this, L_40, L_41, /*hidden argument*/NULL); return L_42; } } // System.String Newtonsoft.Json.Utilities.PropertyNameTable::AddEntry(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyNameTable_AddEntry_m94844BDDC50C0A1583128A65D17B63B50251FFC4 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Entry_tD42BECCBE255C43533FE588B543794E909F9598C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___hashCode1; int32_t L_1 = __this->get__mask_3(); V_0 = ((int32_t)((int32_t)L_0&(int32_t)L_1)); String_t* L_2 = ___str0; int32_t L_3 = ___hashCode1; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_4 = __this->get__entries_2(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_7 = (L_4)->GetAt(static_cast(L_6)); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_8 = (Entry_tD42BECCBE255C43533FE588B543794E909F9598C *)il2cpp_codegen_object_new(Entry_tD42BECCBE255C43533FE588B543794E909F9598C_il2cpp_TypeInfo_var); Entry__ctor_mD29E897D893C91A2933F87A8F1CC9D6BE8DF16D6(L_8, L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_9 = __this->get__entries_2(); int32_t L_10 = V_0; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_11 = V_1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (Entry_tD42BECCBE255C43533FE588B543794E909F9598C *)L_11); int32_t L_12 = __this->get__count_1(); V_2 = L_12; int32_t L_13 = V_2; __this->set__count_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_2; int32_t L_15 = __this->get__mask_3(); if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0041; } } { PropertyNameTable_Grow_m83701A60E86FDA9E76229DA1927BC3E433BD8D45(__this, /*hidden argument*/NULL); } IL_0041: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_16 = V_1; NullCheck(L_16); String_t* L_17 = L_16->get_Value_0(); return L_17; } } // System.Void Newtonsoft.Json.Utilities.PropertyNameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyNameTable_Grow_m83701A60E86FDA9E76229DA1927BC3E433BD8D45 (PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* V_0 = NULL; int32_t V_1 = 0; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* V_2 = NULL; int32_t V_3 = 0; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * V_4 = NULL; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * V_5 = NULL; int32_t V_6 = 0; { EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_0 = __this->get__entries_2(); V_0 = L_0; int32_t L_1 = __this->get__mask_3(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (int32_t)1)); int32_t L_2 = V_1; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_3 = (EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6*)(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6*)SZArrayNew(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); V_2 = L_3; V_3 = 0; goto IL_0057; } IL_001f: { EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_4 = V_0; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_7 = (L_4)->GetAt(static_cast(L_6)); V_5 = L_7; goto IL_004f; } IL_0026: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_8 = V_5; NullCheck(L_8); int32_t L_9 = L_8->get_HashCode_1(); int32_t L_10 = V_1; V_6 = ((int32_t)((int32_t)L_9&(int32_t)L_10)); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_11 = V_5; NullCheck(L_11); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_12 = L_11->get_Next_2(); V_4 = L_12; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_13 = V_5; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_14 = V_2; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); L_13->set_Next_2(L_17); EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_18 = V_2; int32_t L_19 = V_6; Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_20 = V_5; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (Entry_tD42BECCBE255C43533FE588B543794E909F9598C *)L_20); Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_21 = V_4; V_5 = L_21; } IL_004f: { Entry_tD42BECCBE255C43533FE588B543794E909F9598C * L_22 = V_5; if (L_22) { goto IL_0026; } } { 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; EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_25 = V_0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_001f; } } { EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* L_26 = V_2; __this->set__entries_2(L_26); int32_t L_27 = V_1; __this->set__mask_3(L_27); return; } } // System.Boolean Newtonsoft.Json.Utilities.PropertyNameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyNameTable_TextEquals_m68A66BFD455B3C6D459F3EFB5977CB2313A5ADEA (String_t* ___str10, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str10; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); int32_t L_2 = ___str2Length3; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0023; } IL_000f: { String_t* L_3 = ___str10; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___str21; int32_t L_7 = ___str2Start2; int32_t L_8 = V_0; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); if ((((int32_t)L_5) == ((int32_t)L_10))) { goto IL_001f; } } { return (bool)0; } IL_001f: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0023: { int32_t L_12 = V_0; String_t* L_13 = ___str10; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_000f; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.QueryExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryExpression__ctor_m0A28B0D5FF9C7E7AE0F6A90BB8AE13EC99F21E6E (QueryExpression_t52C3C9768C3029B75111349DE7D4083D856CE02E * __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 Newtonsoft.Json.Linq.JsonPath.QueryFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryFilter__ctor_mC98569973250FD627A6425C01473FF829D7DD7DA (QueryFilter_t5841080C0AEB55B97DCEC7F1033E257D87AE6D8D * __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.Serialization.ReflectionAttributeProvider::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionAttributeProvider__ctor_m3752523B8F38E4663AC689FC3044623D755F3BDE (ReflectionAttributeProvider_t51A14998B8534EF1B93B3E6ACD1CCE4BCF855685 * __this, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___attributeProvider0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___attributeProvider0; __this->set__attributeProvider_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.Utilities.ReflectionDelegateFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionDelegateFactory__ctor_mEFA41B73330DF9F63BB3E43AD2781A2F65A6957E (ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * __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.Utilities.ReflectionMember::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionMember_get_MemberType_mAB2177907FD7B4A95EA3A38F2C1F96596F7C2BEB (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CMemberTypeU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.ReflectionMember::set_MemberType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m3CED73888761B9A9C936E74EF0539C2D4C6C8788 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CMemberTypeU3Ek__BackingField_0(L_0); return; } } // System.Func`2 Newtonsoft.Json.Utilities.ReflectionMember::get_Getter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ReflectionMember_get_Getter_m8C14F3F9760AF6EB89E9644C042D7049187D9E65 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = __this->get_U3CGetterU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.ReflectionMember::set_Getter(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___value0, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = ___value0; __this->set_U3CGetterU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.ReflectionMember::set_Setter(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method) { { Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = ___value0; __this->set_U3CSetterU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.ReflectionMember::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionMember__ctor_mAE0A1EF86EDC37BAFB1CFAA6C520ABDCB5C28D51 (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __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.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::get_Creator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ReflectionObject_get_Creator_mC785DF954A61E93038A8240F811DF299DACFAB12 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get_U3CCreatorU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.ReflectionObject::set_Creator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject_set_Creator_m1162363E03BF9F1667F813FE749F2BA4E36FBB45 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set_U3CCreatorU3Ek__BackingField_0(L_0); return; } } // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.ReflectionObject::get_Members() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CMembersU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.ReflectionObject::set_Members(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject_set_Members_m51F84C609F669FBAF384A240340AEB2DCADDD09E (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CMembersU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.ReflectionObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionObject__ctor_m82D4F7F06E74932622484FCD77F3E99DDBA29732 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m682FF32165596C2296609F82ACA63213D93E16F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92 * L_0 = (Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92 *)il2cpp_codegen_object_new(Dictionary_2_tC8D2345BB286EB195F7FE2571D4CDEB633968B92_il2cpp_TypeInfo_var); Dictionary_2__ctor_m682FF32165596C2296609F82ACA63213D93E16F5(L_0, /*hidden argument*/Dictionary_2__ctor_m682FF32165596C2296609F82ACA63213D93E16F5_RuntimeMethod_var); ReflectionObject_set_Members_m51F84C609F669FBAF384A240340AEB2DCADDD09E_inline(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___member1; NullCheck(L_0); ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_2; L_2 = InterfaceFuncInvoker1< ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B *, String_t* >::Invoke(0 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var, L_0, L_1); NullCheck(L_2); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_3; L_3 = ReflectionMember_get_Getter_m8C14F3F9760AF6EB89E9644C042D7049187D9E65_inline(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___target0; NullCheck(L_3); RuntimeObject * L_5; L_5 = Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6(L_3, L_4, /*hidden argument*/Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_RuntimeMethod_var); return L_5; } } // System.Type Newtonsoft.Json.Utilities.ReflectionObject::GetType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionObject_GetType_m9FDB5E15514D65866CC19EE2CF34898CE61F3FB1 (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, String_t* ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___member0; NullCheck(L_0); ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_2; L_2 = InterfaceFuncInvoker1< ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B *, String_t* >::Invoke(0 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var, L_0, L_1); NullCheck(L_2); Type_t * L_3; L_3 = ReflectionMember_get_MemberType_mAB2177907FD7B4A95EA3A38F2C1F96596F7C2BEB_inline(L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Utilities.ReflectionObject::Create(System.Type,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * ReflectionObject_Create_mD57686249D5EB10C492E55F70C03381DDF4942DD (Type_t * ___t0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames1, const RuntimeMethod* method) { { Type_t * L_0 = ___t0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___memberNames1; ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_2; L_2 = ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534(L_0, (MethodBase_t *)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Single_TisMemberInfo_t_mFBF095F6EE47CAD15F8E7F4A5FD76CB2566DD3B8_RuntimeMethod_var); 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*)&IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_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*)&ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E_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__DisplayClass13_0_U3CCreateU3Eb__0_m94CD2B6E95976B8BB1C937BBAF665334662288FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_1_U3CCreateU3Eb__1_mA4CEB8DCDB87B0B62F376E8761712FA105337E9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_2_U3CCreateU3Eb__2_m1AD4537D3CE56E60192F194146C0DFF6CF9F0A26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); s_Il2CppMethodInitialized = true; } ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * V_0 = NULL; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * V_1 = NULL; U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * V_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; MemberInfo_t * V_6 = NULL; ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * V_7 = NULL; int32_t V_8 = 0; MethodInfo_t * V_9 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_10 = NULL; U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * V_11 = NULL; U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * V_12 = NULL; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* G_B7_0 = NULL; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* G_B6_0 = NULL; { ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_0 = (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E *)il2cpp_codegen_object_new(ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E_il2cpp_TypeInfo_var); ReflectionObject__ctor_m82D4F7F06E74932622484FCD77F3E99DDBA29732(L_0, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_1; L_1 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); V_1 = L_1; MethodBase_t * L_2 = ___creator1; if (!L_2) { goto IL_001e; } } { ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_3 = V_0; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_4 = V_1; MethodBase_t * L_5 = ___creator1; NullCheck(L_4); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_6; L_6 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_4, L_5); NullCheck(L_3); ReflectionObject_set_Creator_m1162363E03BF9F1667F813FE749F2BA4E36FBB45_inline(L_3, L_6, /*hidden argument*/NULL); goto IL_004c; } IL_001e: { Type_t * L_7 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_8; L_8 = ReflectionUtils_HasDefaultConstructor_mEE25FD0D3849116D9A71E3119522AF925FA3DDA2(L_7, (bool)0, /*hidden argument*/NULL); if (!L_8) { goto IL_004c; } } { U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * L_9 = (U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_m5BEC8931A7CFA6F2562DF252E1D0557042E856D7(L_9, /*hidden argument*/NULL); V_2 = L_9; U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * L_10 = V_2; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_11 = V_1; Type_t * L_12 = ___t0; NullCheck(L_11); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_13; L_13 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_11, L_12); NullCheck(L_10); L_10->set_ctor_0(L_13); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_14 = V_0; U3CU3Ec__DisplayClass13_0_tE3DEDBD28EB941194DF86C0B5EA1B4A20DC52264 * L_15 = V_2; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_16 = (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *)il2cpp_codegen_object_new(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3_il2cpp_TypeInfo_var); ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CCreateU3Eb__0_m94CD2B6E95976B8BB1C937BBAF665334662288FA_RuntimeMethod_var), /*hidden argument*/ObjectConstructor_1__ctor_mA2A863EF9DA79A70665BE33355A1851256CED9CD_RuntimeMethod_var); NullCheck(L_14); ReflectionObject_set_Creator_m1162363E03BF9F1667F813FE749F2BA4E36FBB45_inline(L_14, L_16, /*hidden argument*/NULL); } IL_004c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = ___memberNames2; V_3 = L_17; V_4 = 0; goto IL_020e; } IL_0056: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = V_3; int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); V_5 = L_21; Type_t * L_22 = ___t0; String_t* L_23 = V_5; NullCheck(L_22); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_24; L_24 = VirtualFuncInvoker2< MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*, String_t*, int32_t >::Invoke(65 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_22, L_23, ((int32_t)20)); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_25 = L_24; NullCheck(L_25); G_B6_0 = L_25; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))) == ((int32_t)1))) { G_B7_0 = L_25; goto IL_0083; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_27 = V_5; String_t* L_28; L_28 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47464D6F4499EB8E220AD741CB115980E89554E2)), L_26, L_27, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_29 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534_RuntimeMethod_var))); } IL_0083: { MemberInfo_t * L_30; L_30 = Enumerable_Single_TisMemberInfo_t_mFBF095F6EE47CAD15F8E7F4A5FD76CB2566DD3B8((RuntimeObject*)(RuntimeObject*)G_B7_0, /*hidden argument*/Enumerable_Single_TisMemberInfo_t_mFBF095F6EE47CAD15F8E7F4A5FD76CB2566DD3B8_RuntimeMethod_var); V_6 = L_30; ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_31 = (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B *)il2cpp_codegen_object_new(ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B_il2cpp_TypeInfo_var); ReflectionMember__ctor_mAE0A1EF86EDC37BAFB1CFAA6C520ABDCB5C28D51(L_31, /*hidden argument*/NULL); V_7 = L_31; MemberInfo_t * L_32 = V_6; int32_t L_33; L_33 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_32, /*hidden argument*/NULL); V_8 = L_33; int32_t L_34 = V_8; if ((((int32_t)L_34) == ((int32_t)4))) { goto IL_00ad; } } { int32_t L_35 = V_8; if ((((int32_t)L_35) == ((int32_t)8))) { goto IL_00e8; } } { int32_t L_36 = V_8; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16))))) { goto IL_0190; } } IL_00ad: { MemberInfo_t * L_37 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_38; L_38 = ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C(L_37, (bool)0, /*hidden argument*/NULL); if (!L_38) { goto IL_00c6; } } { ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_39 = V_7; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_40 = V_1; MemberInfo_t * L_41 = V_6; NullCheck(L_40); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_42; L_42 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2(L_40, L_41, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); NullCheck(L_39); ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625_inline(L_39, L_42, /*hidden argument*/NULL); } IL_00c6: { MemberInfo_t * L_43 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_44; L_44 = ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087(L_43, (bool)0, (bool)0, /*hidden argument*/NULL); if (!L_44) { goto IL_01b8; } } { ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_45 = V_7; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_46 = V_1; MemberInfo_t * L_47 = V_6; NullCheck(L_46); Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_48; L_48 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09(L_46, L_47, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); NullCheck(L_45); ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7_inline(L_45, L_48, /*hidden argument*/NULL); goto IL_01b8; } IL_00e8: { MemberInfo_t * L_49 = V_6; V_9 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_49, MethodInfo_t_il2cpp_TypeInfo_var)); MethodInfo_t * L_50 = V_9; NullCheck(L_50); bool L_51; L_51 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_01b8; } } { MethodInfo_t * L_52 = V_9; NullCheck(L_52); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_53; L_53 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_52); V_10 = L_53; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_54 = V_10; NullCheck(L_54); if ((((RuntimeArray*)L_54)->max_length)) { goto IL_014a; } } { MethodInfo_t * L_55 = V_9; NullCheck(L_55); Type_t * L_56; L_56 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_55); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_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); if ((((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_58))) { goto IL_014a; } } { U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * L_59 = (U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_1__ctor_mE629E8AA7BF56EEEF814F151A65A4B1D6AFA7806(L_59, /*hidden argument*/NULL); V_11 = L_59; U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * L_60 = V_11; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_61 = V_1; MethodInfo_t * L_62 = V_9; NullCheck(L_61); MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_63; L_63 = GenericVirtualFuncInvoker1< MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var, L_61, L_62); NullCheck(L_60); L_60->set_call_0(L_63); ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_64 = V_7; U3CU3Ec__DisplayClass13_1_t54B62B5B56B71AE77AA2D06E353373B8C476BE63 * L_65 = V_11; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_66 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)il2cpp_codegen_object_new(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436_il2cpp_TypeInfo_var); Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB(L_66, L_65, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_1_U3CCreateU3Eb__1_mA4CEB8DCDB87B0B62F376E8761712FA105337E9B_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_RuntimeMethod_var); NullCheck(L_64); ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625_inline(L_64, L_66, /*hidden argument*/NULL); goto IL_01b8; } IL_014a: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_67 = V_10; NullCheck(L_67); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))) == ((uint32_t)1)))) { goto IL_01b8; } } { MethodInfo_t * L_68 = V_9; NullCheck(L_68); Type_t * L_69; L_69 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_68); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_69) == ((RuntimeObject*)(Type_t *)L_71)))) { goto IL_01b8; } } { U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * L_72 = (U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_2__ctor_m7942108C02C4C534B2E24DFCAF50C1365918A8FD(L_72, /*hidden argument*/NULL); V_12 = L_72; U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * L_73 = V_12; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_74 = V_1; MethodInfo_t * L_75 = V_9; NullCheck(L_74); MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F * L_76; L_76 = GenericVirtualFuncInvoker1< MethodCall_2_tFCEFBCF8E9B9BA4699C72DC3A0DE8B7B053E6F8F *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m40F86FC68257F3CEA3C10603DA55802A0201AEA1_RuntimeMethod_var, L_74, L_75); NullCheck(L_73); L_73->set_call_0(L_76); ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_77 = V_7; U3CU3Ec__DisplayClass13_2_t39EC8C7DE413CBA8E426811A5329D392EAA90008 * L_78 = V_12; Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_79 = (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)il2cpp_codegen_object_new(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D_il2cpp_TypeInfo_var); Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1(L_79, L_78, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_2_U3CCreateU3Eb__2_m1AD4537D3CE56E60192F194146C0DFF6CF9F0A26_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_RuntimeMethod_var); NullCheck(L_77); ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7_inline(L_77, L_79, /*hidden argument*/NULL); goto IL_01b8; } IL_0190: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_80; L_80 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MemberInfo_t * L_81 = V_6; int32_t L_82; L_82 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_81, /*hidden argument*/NULL); int32_t L_83 = L_82; RuntimeObject * L_84 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberTypes_tA4C0F24E8DE2439AA9E716F96FF8D394F26A5EDE_il2cpp_TypeInfo_var)), &L_83); MemberInfo_t * L_85 = V_6; NullCheck(L_85); String_t* L_86; L_86 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_85); String_t* L_87; L_87 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC17346629BDD1E4B02DEDA10A4D5C04D452E3078)), L_80, L_84, L_86, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_88 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_88, L_87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionObject_Create_m75CFA86342B16675373753762F21ABD5E3C9C534_RuntimeMethod_var))); } IL_01b8: { MemberInfo_t * L_89 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_90; L_90 = ReflectionUtils_CanReadMemberValue_m924E5AE82FD3A6F3168CC7A977C329F15D7B8B7C(L_89, (bool)0, /*hidden argument*/NULL); if (!L_90) { goto IL_01d1; } } { ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_91 = V_7; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_92 = V_1; MemberInfo_t * L_93 = V_6; NullCheck(L_92); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_94; L_94 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2(L_92, L_93, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_mED8158051A511AEE04674D53C1124C40ABF21CC2_RuntimeMethod_var); NullCheck(L_91); ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625_inline(L_91, L_94, /*hidden argument*/NULL); } IL_01d1: { MemberInfo_t * L_95 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_96; L_96 = ReflectionUtils_CanSetMemberValue_m767131759A73EBDE5E3E09A71BAB84D1F0BD7087(L_95, (bool)0, (bool)0, /*hidden argument*/NULL); if (!L_96) { goto IL_01eb; } } { ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_97 = V_7; ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_98 = V_1; MemberInfo_t * L_99 = V_6; NullCheck(L_98); Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_100; L_100 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09(L_98, L_99, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m8E30FA03B72F0180718EF89FCAB6DC5E78D66A09_RuntimeMethod_var); NullCheck(L_97); ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7_inline(L_97, L_100, /*hidden argument*/NULL); } IL_01eb: { ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_101 = V_7; MemberInfo_t * L_102 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_103; L_103 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_102, /*hidden argument*/NULL); NullCheck(L_101); ReflectionMember_set_MemberType_m3CED73888761B9A9C936E74EF0539C2D4C6C8788_inline(L_101, L_103, /*hidden argument*/NULL); ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_104 = V_0; NullCheck(L_104); RuntimeObject* L_105; L_105 = ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380_inline(L_104, /*hidden argument*/NULL); String_t* L_106 = V_5; ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * L_107 = V_7; NullCheck(L_105); InterfaceActionInvoker2< String_t*, ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * >::Invoke(1 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IDictionary_2_t29F4115F7D623EAABBE17F0F4CB43F50F8B28BDD_il2cpp_TypeInfo_var, L_105, L_106, L_107); int32_t L_108 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_020e: { int32_t L_109 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_110 = V_3; NullCheck(L_110); if ((((int32_t)L_109) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_110)->max_length)))))) { goto IL_0056; } } { ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * L_111 = V_0; return L_111; } } #ifdef __clang__ #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.ReflectionUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils__cctor_m6818590DEFAD41CF4222277D603049063300049E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); ((ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var))->set_EmptyTypes_0(L_0); return; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsVirtual(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9 (PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { PropertyInfo_t * L_0 = ___propertyInfo0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4, /*hidden argument*/NULL); PropertyInfo_t * L_1 = ___propertyInfo0; NullCheck(L_1); MethodInfo_t * L_2; L_2 = PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00(L_1, /*hidden argument*/NULL); V_0 = L_2; MethodInfo_t * L_3 = V_0; if (!L_3) { goto IL_001f; } } { MethodInfo_t * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = MethodBase_get_IsVirtual_mBE3D374D9C5B088EAEF0C1E5AEC0AFFE11C8EF89(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001f; } } { return (bool)1; } IL_001f: { PropertyInfo_t * L_6 = ___propertyInfo0; NullCheck(L_6); MethodInfo_t * L_7; L_7 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_6, /*hidden argument*/NULL); V_0 = L_7; MethodInfo_t * L_8 = V_0; if (!L_8) { goto IL_0033; } } { MethodInfo_t * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = MethodBase_get_IsVirtual_mBE3D374D9C5B088EAEF0C1E5AEC0AFFE11C8EF89(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0033; } } { return (bool)1; } IL_0033: { return (bool)0; } } // System.Reflection.MethodInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetBaseDefinition(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectionUtils_GetBaseDefinition_m67824E17C1BBD63AB035FB49B76229EC0560677E (PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { PropertyInfo_t * L_0 = ___propertyInfo0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralFBC35FFDE20578F35F7D80AA15EBCB02F42463C4, /*hidden argument*/NULL); PropertyInfo_t * L_1 = ___propertyInfo0; NullCheck(L_1); MethodInfo_t * L_2; L_2 = PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00(L_1, /*hidden argument*/NULL); V_0 = L_2; MethodInfo_t * L_3 = V_0; if (!L_3) { goto IL_001c; } } { MethodInfo_t * L_4 = V_0; NullCheck(L_4); MethodInfo_t * L_5; L_5 = VirtualFuncInvoker0< MethodInfo_t * >::Invoke(43 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseDefinition() */, L_4); return L_5; } IL_001c: { PropertyInfo_t * L_6 = ___propertyInfo0; NullCheck(L_6); MethodInfo_t * L_7; L_7 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_6, /*hidden argument*/NULL); V_0 = L_7; MethodInfo_t * L_8 = V_0; if (!L_8) { goto IL_002d; } } { MethodInfo_t * L_9 = V_0; NullCheck(L_9); MethodInfo_t * L_10; L_10 = VirtualFuncInvoker0< MethodInfo_t * >::Invoke(43 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseDefinition() */, L_9); return L_10; } IL_002d: { return (MethodInfo_t *)NULL; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsPublic(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsPublic_m2C0A4E6CA4D843C494B93AEB4F2B5B22E40A028F (PropertyInfo_t * ___property0, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___property0; NullCheck(L_0); MethodInfo_t * L_1; L_1 = PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { PropertyInfo_t * L_2 = ___property0; NullCheck(L_2); MethodInfo_t * L_3; L_3 = PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0017; } } { return (bool)1; } IL_0017: { PropertyInfo_t * L_5 = ___property0; NullCheck(L_5); MethodInfo_t * L_6; L_6 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { PropertyInfo_t * L_7 = ___property0; NullCheck(L_7); MethodInfo_t * L_8; L_8 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002e; } } { return (bool)1; } IL_002e: { return (bool)0; } } // 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) { { RuntimeObject * L_0 = ___v0; if (L_0) { goto IL_0005; } } { return (Type_t *)NULL; } IL_0005: { RuntimeObject * L_1 = ___v0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Utilities.ReflectionUtils::GetTypeName(System.Type,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.SerializationBinder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_GetTypeName_mAE9186A1EE728CB6DD3A5CD54597C908BFFE5BF3 (Type_t * ___t0, int32_t ___assemblyFormat1, SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ___binder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = ___t0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); V_0 = L_1; int32_t L_2 = ___assemblyFormat1; if (!L_2) { goto IL_0010; } } { int32_t L_3 = ___assemblyFormat1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0017; } } { goto IL_0019; } IL_0010: { String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); String_t* L_5; L_5 = ReflectionUtils_RemoveAssemblyDetails_m3408042C07101E511DB26E006F5FFFFD154DE033(L_4, /*hidden argument*/NULL); return L_5; } IL_0017: { String_t* L_6 = V_0; return L_6; } IL_0019: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetTypeName_mAE9186A1EE728CB6DD3A5CD54597C908BFFE5BF3_RuntimeMethod_var))); } } // System.String Newtonsoft.Json.Utilities.ReflectionUtils::RemoveAssemblyDetails(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectionUtils_RemoveAssemblyDetails_m3408042C07101E511DB26E006F5FFFFD154DE033 (String_t* ___fullyQualifiedTypeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; V_2 = (bool)0; V_3 = 0; goto IL_006d; } IL_000e: { String_t* L_1 = ___fullyQualifiedTypeName0; int32_t L_2 = V_3; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_4 = L_3; Il2CppChar L_4 = V_4; if ((((int32_t)L_4) == ((int32_t)((int32_t)44)))) { goto IL_0049; } } { Il2CppChar L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)91)))) { goto IL_002b; } } { Il2CppChar L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)((int32_t)93)))) { goto IL_003a; } } { goto IL_005d; } IL_002b: { V_1 = (bool)0; V_2 = (bool)0; StringBuilder_t * L_7 = V_0; Il2CppChar L_8 = V_4; NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, L_8, /*hidden argument*/NULL); goto IL_0069; } IL_003a: { V_1 = (bool)0; V_2 = (bool)0; StringBuilder_t * L_10 = V_0; Il2CppChar L_11 = V_4; NullCheck(L_10); StringBuilder_t * L_12; L_12 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_10, L_11, /*hidden argument*/NULL); goto IL_0069; } IL_0049: { bool L_13 = V_1; if (L_13) { goto IL_0059; } } { V_1 = (bool)1; StringBuilder_t * L_14 = V_0; Il2CppChar L_15 = V_4; NullCheck(L_14); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, L_15, /*hidden argument*/NULL); goto IL_0069; } IL_0059: { V_2 = (bool)1; goto IL_0069; } IL_005d: { bool L_17 = V_2; if (L_17) { goto IL_0069; } } { StringBuilder_t * L_18 = V_0; Il2CppChar L_19 = V_4; NullCheck(L_18); StringBuilder_t * L_20; L_20 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_18, L_19, /*hidden argument*/NULL); } IL_0069: { int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_006d: { int32_t L_22 = V_3; String_t* L_23 = ___fullyQualifiedTypeName0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_000e; } } { StringBuilder_t * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); return L_26; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2; L_2 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { return (bool)1; } IL_0015: { Type_t * L_3 = ___t0; bool L_4 = ___nonPublic1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_5; L_5 = ReflectionUtils_GetDefaultConstructor_m4C6572BA56D0BC153622364430A50457316A8E00(L_3, L_4, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_5) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_1; L_1 = ReflectionUtils_GetDefaultConstructor_m4C6572BA56D0BC153622364430A50457316A8E00(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultConstructor(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ReflectionUtils_GetDefaultConstructor_m4C6572BA56D0BC153622364430A50457316A8E00 (Type_t * ___t0, bool ___nonPublic1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m0816341157E4156CEE1A46CB8E0C4CEAD53F64CB_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*)&U3CU3Ec_U3CGetDefaultConstructorU3Eb__10_0_m17815478D5DCADBBD2A6AA34250EDF5A111E5B78_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * G_B4_0 = NULL; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* G_B4_1 = NULL; Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * G_B3_0 = NULL; ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* G_B3_1 = NULL; { V_0 = ((int32_t)20); bool L_0 = ___nonPublic1; if (!L_0) { goto IL_000b; } } { int32_t L_1 = V_0; V_0 = ((int32_t)((int32_t)L_1|(int32_t)((int32_t)32))); } IL_000b: { Type_t * L_2 = ___t0; int32_t L_3 = V_0; NullCheck(L_2); ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498* L_4; L_4 = VirtualFuncInvoker1< ConstructorInfoU5BU5D_t3AD132A16A05A15B043BE275A8822F1872770498*, int32_t >::Invoke(37 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_2, L_3); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_5 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9__10_0_1(); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_6 = L_5; G_B3_0 = L_6; G_B3_1 = L_4; if (L_6) { G_B4_0 = L_6; G_B4_1 = L_4; goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * L_7 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_8 = (Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C *)il2cpp_codegen_object_new(Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C_il2cpp_TypeInfo_var); Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec_U3CGetDefaultConstructorU3Eb__10_0_m17815478D5DCADBBD2A6AA34250EDF5A111E5B78_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m994DBB6B13EA9E618482BA7CBBB125D7714F16DF_RuntimeMethod_var); Func_2_t6D7DD0FE4DA742E557BDCA2D3A8E6D7638B5673C * L_9 = L_8; ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->set_U3CU3E9__10_0_1(L_9); G_B4_0 = L_9; G_B4_1 = G_B3_1; } IL_0031: { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_10; L_10 = Enumerable_SingleOrDefault_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m0816341157E4156CEE1A46CB8E0C4CEAD53F64CB((RuntimeObject*)(RuntimeObject*)G_B4_1, G_B4_0, /*hidden argument*/Enumerable_SingleOrDefault_TisConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_m0816341157E4156CEE1A46CB8E0C4CEAD53F64CB_RuntimeMethod_var); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2; L_2 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Type_t * L_3 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_4; L_4 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2, /*hidden argument*/NULL); Type_t * L_1 = ___t0; bool L_2; L_2 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0026; } } { Type_t * L_3 = ___t0; NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_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); return (bool)((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0); } IL_0026: { return (bool)0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_1; L_1 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { Type_t * L_2 = ___t0; return L_2; } IL_000a: { Type_t * L_3 = ___t0; Type_t * L_4; L_4 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_3, /*hidden argument*/NULL); return L_4; } } // 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) { { Type_t * L_0 = ___type0; bool L_1; L_1 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)0; } IL_000a: { Type_t * L_2 = ___type0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2); Type_t * L_4 = ___genericInterfaceDefinition1; return (bool)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))? 1 : 0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { Type_t * L_0 = ___type0; Type_t * L_1 = ___genericInterfaceDefinition1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_2; L_2 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_0, L_1, (Type_t **)(&V_0), /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; Type_t * V_4 = NULL; { Type_t * L_0 = ___type0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); Type_t * L_1 = ___genericInterfaceDefinition1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteralFC517DF70D3D15D7959A6EE05667F9A868C1B438, /*hidden argument*/NULL); Type_t * L_2 = ___genericInterfaceDefinition1; bool L_3; L_3 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { Type_t * L_4 = ___genericInterfaceDefinition1; bool L_5; L_5 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } IL_0026: { 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); Type_t * L_7 = ___genericInterfaceDefinition1; String_t* L_8; L_8 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BF3B27ED4B30446D57C1D67F48C33F813074AB2)), L_6, L_7, /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8_RuntimeMethod_var))); } IL_003c: { Type_t * L_10 = ___type0; bool L_11; L_11 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005c; } } { Type_t * L_12 = ___type0; bool L_13; L_13 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005c; } } { Type_t * L_14 = ___type0; NullCheck(L_14); Type_t * L_15; L_15 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_14); V_0 = L_15; Type_t * L_16 = ___genericInterfaceDefinition1; Type_t * L_17 = V_0; if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_005c; } } { Type_t ** L_18 = ___implementingType2; Type_t * L_19 = ___type0; *((RuntimeObject **)L_18) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_19); return (bool)1; } IL_005c: { Type_t * L_20 = ___type0; NullCheck(L_20); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21; L_21 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_20); V_1 = L_21; V_2 = 0; goto IL_0089; } IL_0067: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_22 = V_1; int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; Type_t * L_25 = (L_22)->GetAt(static_cast(L_24)); V_3 = L_25; Type_t * L_26 = V_3; bool L_27; L_27 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0085; } } { Type_t * L_28 = V_3; NullCheck(L_28); Type_t * L_29; L_29 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_28); V_4 = L_29; Type_t * L_30 = ___genericInterfaceDefinition1; Type_t * L_31 = V_4; if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_31)))) { goto IL_0085; } } { Type_t ** L_32 = ___implementingType2; Type_t * L_33 = V_3; *((RuntimeObject **)L_32) = (RuntimeObject *)L_33; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_32, (void*)(RuntimeObject *)L_33); return (bool)1; } IL_0085: { int32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0089: { int32_t L_35 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_36 = V_1; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_0067; } } { Type_t ** L_37 = ___implementingType2; *((RuntimeObject **)L_37) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_37, (void*)(RuntimeObject *)NULL); return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_mC48B0831A355520CA35E8A1F92B5E7F2AD6047C3 (Type_t * ___type0, Type_t * ___genericClassDefinition1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { Type_t * L_0 = ___type0; Type_t * L_1 = ___genericClassDefinition1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_2; L_2 = ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A(L_0, L_1, (Type_t **)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A (Type_t * ___type0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); Type_t * L_1 = ___genericClassDefinition1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteralFDF0BD6CCC5C35804BFE83E90FFF2E92AC4FE4B5, /*hidden argument*/NULL); Type_t * L_2 = ___genericClassDefinition1; bool L_3; L_3 = TypeExtensions_IsClass_m9D47CA72372812118E70511BD72FE982B3BC893B(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { Type_t * L_4 = ___genericClassDefinition1; bool L_5; L_5 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } IL_0026: { 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); Type_t * L_7 = ___genericClassDefinition1; String_t* L_8; L_8 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88795AB13DE909B0C1686FB8EF79E69E5C7468DD)), L_6, L_7, /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A_RuntimeMethod_var))); } IL_003c: { Type_t * L_10 = ___type0; Type_t * L_11 = ___genericClassDefinition1; Type_t ** L_12 = ___implementingType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_13; L_13 = ReflectionUtils_InheritsGenericDefinitionInternal_mE86B1B9669D7240D201F35EB6D7791A246EE44E0(L_10, L_11, (Type_t **)L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinitionInternal(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinitionInternal_mE86B1B9669D7240D201F35EB6D7791A246EE44E0 (Type_t * ___currentType0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { Type_t * L_0 = ___currentType0; bool L_1; L_1 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { Type_t * L_2 = ___currentType0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2); V_0 = L_3; Type_t * L_4 = ___genericClassDefinition1; Type_t * L_5 = V_0; if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0018; } } { Type_t ** L_6 = ___implementingType2; Type_t * L_7 = ___currentType0; *((RuntimeObject **)L_6) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_7); return (bool)1; } IL_0018: { Type_t * L_8 = ___currentType0; Type_t * L_9; L_9 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { Type_t ** L_10 = ___implementingType2; *((RuntimeObject **)L_10) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_0025: { Type_t * L_11 = ___currentType0; Type_t * L_12; L_12 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_11, /*hidden argument*/NULL); Type_t * L_13 = ___genericClassDefinition1; Type_t ** L_14 = ___implementingType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_15; L_15 = ReflectionUtils_InheritsGenericDefinitionInternal_mE86B1B9669D7240D201F35EB6D7791A246EE44E0(L_12, L_13, (Type_t **)L_14, /*hidden argument*/NULL); return L_15; } } // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetCollectionItemType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111 (Type_t * ___type0, 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*)&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 * V_0 = NULL; { Type_t * L_0 = ___type0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { Type_t * L_3 = ___type0; NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, L_3); return L_4; } IL_001a: { Type_t * L_5 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_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_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_5, L_7, (Type_t **)(&V_0), /*hidden argument*/NULL); if (!L_8) { goto IL_0055; } } { Type_t * L_9 = V_0; bool L_10; L_10 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004c; } } { 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 = ___type0; String_t* L_13; L_13 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720)), L_11, L_12, /*hidden argument*/NULL); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111_RuntimeMethod_var))); } IL_004c: { Type_t * L_15 = V_0; NullCheck(L_15); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16; L_16 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_15); NullCheck(L_16); int32_t L_17 = 0; Type_t * L_18 = (L_16)->GetAt(static_cast(L_17)); return L_18; } IL_0055: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); Type_t * L_21 = ___type0; NullCheck(L_20); bool L_22; L_22 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_20, L_21); if (!L_22) { goto IL_0069; } } { return (Type_t *)NULL; } IL_0069: { 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); Type_t * L_24 = ___type0; String_t* L_25; L_25 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0704E287A634839C36EEB4FAE5B1B02EF867D720)), L_23, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetDictionaryKeyValueTypes(System.Type,System.Type&,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39 (Type_t * ___dictionaryType0, Type_t ** ___keyType1, Type_t ** ___valueType2, 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*)&_stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; { Type_t * L_0 = ___dictionaryType0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral82E99A9943FE83BB6FF531D461478CFD6B1EB4BD, /*hidden argument*/NULL); Type_t * L_1 = ___dictionaryType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_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); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_4; L_4 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_1, L_3, (Type_t **)(&V_0), /*hidden argument*/NULL); if (!L_4) { goto IL_004f; } } { Type_t * L_5 = V_0; bool L_6; L_6 = TypeExtensions_IsGenericTypeDefinition_m5F8893A76A73A02E94344344537018775AF8342F(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_8 = ___dictionaryType0; String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71)), L_7, L_8, /*hidden argument*/NULL); Exception_t * L_10 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39_RuntimeMethod_var))); } IL_003d: { Type_t * L_11 = V_0; NullCheck(L_11); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12; L_12 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_11); V_1 = L_12; Type_t ** L_13 = ___keyType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = V_1; NullCheck(L_14); int32_t L_15 = 0; Type_t * L_16 = (L_14)->GetAt(static_cast(L_15)); *((RuntimeObject **)L_13) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16); Type_t ** L_17 = ___valueType2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 1; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); *((RuntimeObject **)L_17) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)L_20); return; } IL_004f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_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); Type_t * L_23 = ___dictionaryType0; NullCheck(L_22); bool L_24; L_24 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_22, L_23); if (!L_24) { goto IL_0068; } } { Type_t ** L_25 = ___keyType1; *((RuntimeObject **)L_25) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_25, (void*)(RuntimeObject *)NULL); Type_t ** L_26 = ___valueType2; *((RuntimeObject **)L_26) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_26, (void*)(RuntimeObject *)NULL); return; } IL_0068: { 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); Type_t * L_28 = ___dictionaryType0; String_t* L_29; L_29 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B98E8F57C9C64CD195937A838BC03FCA6DF6A71)), L_27, L_28, /*hidden argument*/NULL); Exception_t * L_30 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39_RuntimeMethod_var))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemberInfo_t * L_0 = ___member0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, /*hidden argument*/NULL); MemberInfo_t * L_1 = ___member0; int32_t L_2; L_2 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)4))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0043; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_002b; } } { goto IL_005b; } IL_0020: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)8))) { goto IL_004f; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)16)))) { goto IL_0037; } } { goto IL_005b; } IL_002b: { MemberInfo_t * L_8 = ___member0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = VirtualFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var))); return L_9; } IL_0037: { MemberInfo_t * L_10 = ___member0; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var))); Type_t * L_11; L_11 = VirtualFuncInvoker0< Type_t * >::Invoke(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var))); return L_11; } IL_0043: { MemberInfo_t * L_12 = ___member0; NullCheck(((EventInfo_t *)CastclassClass((RuntimeObject*)L_12, EventInfo_t_il2cpp_TypeInfo_var))); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.EventInfo::get_EventHandlerType() */, ((EventInfo_t *)CastclassClass((RuntimeObject*)L_12, EventInfo_t_il2cpp_TypeInfo_var))); return L_13; } IL_004f: { MemberInfo_t * L_14 = ___member0; NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_14, MethodInfo_t_il2cpp_TypeInfo_var))); Type_t * L_15; L_15 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_14, MethodInfo_t_il2cpp_TypeInfo_var))); return L_15; } IL_005b: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F4D219C936F7DB413B4CEB44F4A08C41F37F504)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsIndexedProperty(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_m45D58103C9DC9D7A573E63801BBCCF19EFA61BDA (MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; { MemberInfo_t * L_0 = ___member0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, /*hidden argument*/NULL); MemberInfo_t * L_1 = ___member0; V_0 = ((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_1, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_2 = V_0; if (!L_2) { goto IL_001c; } } { PropertyInfo_t * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_4; L_4 = ReflectionUtils_IsIndexedProperty_m5D2A51E91596925FA727A58741B95B65866E8162(L_3, /*hidden argument*/NULL); return L_4; } IL_001c: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsIndexedProperty(System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_m5D2A51E91596925FA727A58741B95B65866E8162 (PropertyInfo_t * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E); s_Il2CppMethodInitialized = true; } { PropertyInfo_t * L_0 = ___property0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralAF09A6BC0279473D57B36A82CF658E854D58181E, /*hidden argument*/NULL); PropertyInfo_t * L_1 = ___property0; NullCheck(L_1); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_2; L_2 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(28 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_1); NullCheck(L_2); return (bool)((!(((uint32_t)(((RuntimeArray*)L_2)->max_length)) <= ((uint32_t)0)))? 1 : 0); } } // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberValue(System.Reflection.MemberInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6 (MemberInfo_t * ___member0, RuntimeObject * ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { MemberInfo_t * L_0 = ___member0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, /*hidden argument*/NULL); RuntimeObject * L_1 = ___target1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___member0; int32_t L_3; L_3 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0028; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_0035; } } { goto IL_0063; } IL_0028: { MemberInfo_t * L_6 = ___member0; RuntimeObject * L_7 = ___target1; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)), L_7); return L_8; } IL_0035: { } IL_0036: try {// begin try (depth: 1) MemberInfo_t * L_9 = ___member0; RuntimeObject * L_10 = ___target1; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_11; L_11 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(31 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); V_1 = L_11; goto IL_0088; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0046; } throw e; } CATCH_0046: {// begin catch(System.Reflection.TargetParameterCountException) V_2 = ((TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC *)IL2CPP_GET_ACTIVE_EXCEPTION(TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC *)); 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); MemberInfo_t * L_13 = ___member0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); String_t* L_15; L_15 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC831E4287EDA3A3A9B5B37A3194AA566D49E6CF)), L_12, L_14, /*hidden argument*/NULL); TargetParameterCountException_tEFEF97CE0A511BDAC6E59DCE1D4E332253A941AC * L_16 = V_2; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_17, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6_RuntimeMethod_var))); }// end catch (depth: 1) IL_0063: { 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); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19; L_19 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); MemberInfo_t * L_20 = ___member0; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_20); String_t* L_22; L_22 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B1F87BF4C64319A8AA1DA5423C987A720C3CFF0)), L_18, L_19, L_21, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_23, L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6_RuntimeMethod_var))); } IL_0088: { RuntimeObject * L_24 = V_1; return L_24; } } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_SetMemberValue_m2932AB649EE9B56618E6EDEF9C49C6E89560777A (MemberInfo_t * ___member0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemberInfo_t * L_0 = ___member0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, /*hidden argument*/NULL); RuntimeObject * L_1 = ___target1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___member0; int32_t L_3; L_3 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0028; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_0036; } } { goto IL_0045; } IL_0028: { MemberInfo_t * L_6 = ___member0; RuntimeObject * L_7 = ___target1; RuntimeObject * L_8 = ___value2; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_6, FieldInfo_t_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL); return; } IL_0036: { MemberInfo_t * L_9 = ___member0; RuntimeObject * L_10 = ___target1; RuntimeObject * L_11 = ___value2; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var))); VirtualActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(33 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); return; } IL_0045: { 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); MemberInfo_t * L_13 = ___member0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); String_t* L_15; L_15 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral847BDE321BACE58C20EACA226ABC5487CBF50A05)), L_12, L_14, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_16, L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionUtils_SetMemberValue_m2932AB649EE9B56618E6EDEF9C49C6E89560777A_RuntimeMethod_var))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FieldInfo_t * V_1 = NULL; PropertyInfo_t * V_2 = NULL; { MemberInfo_t * L_0 = ___member0; int32_t L_1; L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0012; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)16)))) { goto IL_002a; } } { goto IL_004b; } IL_0012: { MemberInfo_t * L_4 = ___member0; V_1 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)); bool L_5 = ___nonPublic1; if (!L_5) { goto IL_001e; } } { return (bool)1; } IL_001e: { FieldInfo_t * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = FieldInfo_get_IsPublic_mA7FB5E40024835CA07195F3E1BFCBD41E9E013BD(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0028; } } { return (bool)1; } IL_0028: { return (bool)0; } IL_002a: { MemberInfo_t * L_8 = ___member0; V_2 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_8, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_9 = V_2; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_9); if (L_10) { goto IL_003b; } } { return (bool)0; } IL_003b: { bool L_11 = ___nonPublic1; if (!L_11) { goto IL_0040; } } { return (bool)1; } IL_0040: { PropertyInfo_t * L_12 = V_2; bool L_13 = ___nonPublic1; NullCheck(L_12); MethodInfo_t * L_14; L_14 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(27 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_12, L_13); return (bool)((!(((RuntimeObject*)(MethodInfo_t *)L_14) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_004b: { return (bool)0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FieldInfo_t * V_1 = NULL; PropertyInfo_t * V_2 = NULL; { MemberInfo_t * L_0 = ___member0; int32_t L_1; L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0012; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)16)))) { goto IL_0041; } } { goto IL_0062; } IL_0012: { MemberInfo_t * L_4 = ___member0; V_1 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_5 = V_1; NullCheck(L_5); bool L_6; L_6 = FieldInfo_get_IsLiteral_mF2657F6BAB384894EB2C861D51093179E3EE77D9(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0023; } } { return (bool)0; } IL_0023: { FieldInfo_t * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = FieldInfo_get_IsInitOnly_mA279E731A1097E83BACAF9F53612CFA9428E806B(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0030; } } { bool L_9 = ___canSetReadOnly2; if (L_9) { goto IL_0030; } } { return (bool)0; } IL_0030: { bool L_10 = ___nonPublic1; if (!L_10) { goto IL_0035; } } { return (bool)1; } IL_0035: { FieldInfo_t * L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = FieldInfo_get_IsPublic_mA7FB5E40024835CA07195F3E1BFCBD41E9E013BD(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003f; } } { return (bool)1; } IL_003f: { return (bool)0; } IL_0041: { MemberInfo_t * L_13 = ___member0; V_2 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_13, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_14); if (L_15) { goto IL_0052; } } { return (bool)0; } IL_0052: { bool L_16 = ___nonPublic1; if (!L_16) { goto IL_0057; } } { return (bool)1; } IL_0057: { PropertyInfo_t * L_17 = V_2; bool L_18 = ___nonPublic1; NullCheck(L_17); MethodInfo_t * L_19; L_19 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(30 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_17, L_18); return (bool)((!(((RuntimeObject*)(MethodInfo_t *)L_19) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0062: { return (bool)0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisMemberInfo_t_mC79AE1754AB682F7F7B1DD6923719CB2949BEE72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_First_TisMemberInfo_t_m5C9073761641B6015C14E7E11944B09A8BC79C57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_GroupBy_TisMemberInfo_t_TisString_t_mB4DB316781864DF3A8F618E731F80D0D407277A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m8F954B42109B70467701CD9118FB948F19467A09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t9ED8428D049366B5F60B7A89F7AAE46ECA503E30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t373B947B94D8F4BC9BE54680F65DDE1E8248EE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tC1469845CEBD36D92E7FE77DA40BA86D0F5DD295_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t0CA6655C26A8660228FD91E02AC462F2FC66A180_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t556F6E5384E7EA0D2E211524A603938CEA2CFDAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m35FFC6AB4637EF4D4523983E261F6BEB5DFDFDC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6C73BE1646B29DE6DB80F5DDF9D9C612D23BE5F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCAEA1EE8853594506435D323C3CEED01B210B708_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*)&U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__29_0_m916E1FDF7C53DFA1D4BD32052B264443CE1E94CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58); s_Il2CppMethodInitialized = true; } List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; MemberInfo_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * G_B2_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B2_1 = NULL; Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * G_B1_0 = NULL; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * G_B1_1 = NULL; { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_0 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334(L_0, /*hidden argument*/List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_1 = L_0; Type_t * L_2 = ___type0; int32_t L_3 = ___bindingAttr1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = ReflectionUtils_GetFields_mCDB38A13357C9B711FC579D3F667C42082F1834C(L_2, L_3, /*hidden argument*/NULL); CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0(L_1, L_4, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_5 = L_1; Type_t * L_6 = ___type0; int32_t L_7 = ___bindingAttr1; RuntimeObject* L_8; L_8 = ReflectionUtils_GetProperties_mFEDD991ABAD2CCDF09676FCC70B49522C42DE5F2(L_6, L_7, /*hidden argument*/NULL); CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0(L_5, L_8, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_mA021EC1C996D4D90A52F0D5D660648166C2B86A0_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_9 = L_5; NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mCAEA1EE8853594506435D323C3CEED01B210B708_inline(L_9, /*hidden argument*/List_1_get_Count_mCAEA1EE8853594506435D323C3CEED01B210B708_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_11 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); List_1__ctor_m6C73BE1646B29DE6DB80F5DDF9D9C612D23BE5F0(L_11, L_10, /*hidden argument*/List_1__ctor_m6C73BE1646B29DE6DB80F5DDF9D9C612D23BE5F0_RuntimeMethod_var); V_0 = L_11; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * L_12 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9__29_0_2(); Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * L_13 = L_12; G_B1_0 = L_13; G_B1_1 = L_9; if (L_13) { G_B2_0 = L_13; G_B2_1 = L_9; goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * L_14 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * L_15 = (Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 *)il2cpp_codegen_object_new(Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329_il2cpp_TypeInfo_var); Func_2__ctor_m8F954B42109B70467701CD9118FB948F19467A09(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec_U3CGetFieldsAndPropertiesU3Eb__29_0_m916E1FDF7C53DFA1D4BD32052B264443CE1E94CA_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m8F954B42109B70467701CD9118FB948F19467A09_RuntimeMethod_var); Func_2_t82BDCCD3F9984E63AFAFFE2E311FD4AA25753329 * L_16 = L_15; ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->set_U3CU3E9__29_0_2(L_16); G_B2_0 = L_16; G_B2_1 = G_B1_1; } IL_004a: { RuntimeObject* L_17; L_17 = Enumerable_GroupBy_TisMemberInfo_t_TisString_t_mB4DB316781864DF3A8F618E731F80D0D407277A6(G_B2_1, G_B2_0, /*hidden argument*/Enumerable_GroupBy_TisMemberInfo_t_TisString_t_mB4DB316781864DF3A8F618E731F80D0D407277A6_RuntimeMethod_var); NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t373B947B94D8F4BC9BE54680F65DDE1E8248EE2D_il2cpp_TypeInfo_var, L_17); V_1 = L_18; } IL_0055: try {// begin try (depth: 1) { goto IL_00f2; } IL_005a: { RuntimeObject* L_19 = V_1; NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t0CA6655C26A8660228FD91E02AC462F2FC66A180_il2cpp_TypeInfo_var, L_19); RuntimeObject* L_21 = L_20; int32_t L_22; L_22 = Enumerable_Count_TisMemberInfo_t_mC79AE1754AB682F7F7B1DD6923719CB2949BEE72(L_21, /*hidden argument*/Enumerable_Count_TisMemberInfo_t_mC79AE1754AB682F7F7B1DD6923719CB2949BEE72_RuntimeMethod_var); V_2 = L_22; List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_23; L_23 = Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5(L_21, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m20684BCA91D650D8AB1F83EF622D608F2D57ADC5_RuntimeMethod_var); V_3 = (RuntimeObject*)L_23; int32_t L_24 = V_2; if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_007f; } } IL_0071: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_25 = V_0; RuntimeObject* L_26 = V_3; MemberInfo_t * L_27; L_27 = Enumerable_First_TisMemberInfo_t_m5C9073761641B6015C14E7E11944B09A8BC79C57(L_26, /*hidden argument*/Enumerable_First_TisMemberInfo_t_m5C9073761641B6015C14E7E11944B09A8BC79C57_RuntimeMethod_var); NullCheck(L_25); List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02(L_25, L_27, /*hidden argument*/List_1_Add_m33AF38A501B9E943578D07AA86E8872477F32A02_RuntimeMethod_var); goto IL_00f2; } IL_007f: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_28 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334(L_28, /*hidden argument*/List_1__ctor_m72D0C29E962FEB94D4A06EB3E3E4E687A5708334_RuntimeMethod_var); V_4 = (RuntimeObject*)L_28; RuntimeObject* L_29 = V_3; NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tC1469845CEBD36D92E7FE77DA40BA86D0F5DD295_il2cpp_TypeInfo_var, L_29); V_5 = L_30; } IL_008e: try {// begin try (depth: 2) { goto IL_00d3; } IL_0090: { RuntimeObject* L_31 = V_5; NullCheck(L_31); MemberInfo_t * L_32; L_32 = InterfaceFuncInvoker0< MemberInfo_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t556F6E5384E7EA0D2E211524A603938CEA2CFDAC_il2cpp_TypeInfo_var, L_31); V_6 = L_32; RuntimeObject* L_33 = V_4; NullCheck(L_33); int32_t L_34; L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t9ED8428D049366B5F60B7A89F7AAE46ECA503E30_il2cpp_TypeInfo_var, L_33); if (L_34) { goto IL_00ad; } } IL_00a2: { RuntimeObject* L_35 = V_4; MemberInfo_t * L_36 = V_6; NullCheck(L_35); InterfaceActionInvoker1< MemberInfo_t * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t9ED8428D049366B5F60B7A89F7AAE46ECA503E30_il2cpp_TypeInfo_var, L_35, L_36); goto IL_00d3; } IL_00ad: { MemberInfo_t * L_37 = V_6; int32_t L_38 = ___bindingAttr1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_39; L_39 = ReflectionUtils_IsOverridenGenericMember_m8169762CBFAA28B9D10A92E2AA9CA5D01152AD1B(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00ca; } } IL_00b7: { MemberInfo_t * L_40 = V_6; NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_40); bool L_42; L_42 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_41, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, /*hidden argument*/NULL); if (!L_42) { goto IL_00d3; } } IL_00ca: { RuntimeObject* L_43 = V_4; MemberInfo_t * L_44 = V_6; NullCheck(L_43); InterfaceActionInvoker1< MemberInfo_t * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t9ED8428D049366B5F60B7A89F7AAE46ECA503E30_il2cpp_TypeInfo_var, L_43, L_44); } IL_00d3: { RuntimeObject* L_45 = V_5; NullCheck(L_45); bool L_46; L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_45); if (L_46) { goto IL_0090; } } IL_00dc: { IL2CPP_LEAVE(0xEA, FINALLY_00de); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: {// begin finally (depth: 2) { RuntimeObject* L_47 = V_5; if (!L_47) { goto IL_00e9; } } IL_00e2: { RuntimeObject* L_48 = V_5; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_48); } IL_00e9: { IL2CPP_END_FINALLY(222) } }// end finally (depth: 2) IL2CPP_CLEANUP(222) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEA, IL_00ea) } IL_00ea: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_49 = V_0; RuntimeObject* L_50 = V_4; NullCheck(L_49); List_1_AddRange_m35FFC6AB4637EF4D4523983E261F6BEB5DFDFDC7(L_49, L_50, /*hidden argument*/List_1_AddRange_m35FFC6AB4637EF4D4523983E261F6BEB5DFDFDC7_RuntimeMethod_var); } IL_00f2: { RuntimeObject* L_51 = V_1; NullCheck(L_51); bool L_52; L_52 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_51); if (L_52) { goto IL_005a; } } IL_00fd: { IL2CPP_LEAVE(0x109, FINALLY_00ff); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ff; } FINALLY_00ff: {// begin finally (depth: 1) { RuntimeObject* L_53 = V_1; if (!L_53) { goto IL_0108; } } IL_0102: { RuntimeObject* L_54 = V_1; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_0108: { IL2CPP_END_FINALLY(255) } }// end finally (depth: 1) IL2CPP_CLEANUP(255) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x109, IL_0109) } IL_0109: { List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_55 = V_0; return L_55; } } // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsOverridenGenericMember(System.Reflection.MemberInfo,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsOverridenGenericMember_m8169762CBFAA28B9D10A92E2AA9CA5D01152AD1B (MemberInfo_t * ___memberInfo0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_3 = NULL; { MemberInfo_t * L_0 = ___memberInfo0; int32_t L_1; L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)16)))) { goto IL_000c; } } { return (bool)0; } IL_000c: { MemberInfo_t * L_2 = ___memberInfo0; V_0 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_2, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_4; L_4 = ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_001d; } } { return (bool)0; } IL_001d: { PropertyInfo_t * L_5 = V_0; NullCheck(L_5); Type_t * L_6; L_6 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); V_1 = L_6; Type_t * L_7 = V_1; bool L_8; L_8 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_002e; } } { return (bool)0; } IL_002e: { Type_t * L_9 = V_1; NullCheck(L_9); Type_t * L_10; L_10 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_9); V_2 = L_10; Type_t * L_11 = V_2; if (L_11) { goto IL_003a; } } { return (bool)0; } IL_003a: { Type_t * L_12 = V_2; PropertyInfo_t * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); int32_t L_15 = ___bindingAttr1; NullCheck(L_12); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_16; L_16 = VirtualFuncInvoker2< MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*, String_t*, int32_t >::Invoke(65 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_12, L_14, L_15); V_3 = L_16; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_17 = V_3; NullCheck(L_17); if ((((RuntimeArray*)L_17)->max_length)) { goto IL_004e; } } { return (bool)0; } IL_004e: { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_18 = V_3; NullCheck(L_18); int32_t L_19 = 0; MemberInfo_t * L_20 = (L_18)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = ReflectionUtils_GetMemberUnderlyingType_m94F1EB793484B7FADC83A1AF36E98862918E00BA(L_20, /*hidden argument*/NULL); NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(87 /* System.Boolean System.Type::get_IsGenericParameter() */, L_21); if (L_22) { goto IL_005f; } } { return (bool)0; } IL_005f: { return (bool)1; } } // System.Attribute[] Newtonsoft.Json.Utilities.ReflectionUtils::GetAttributes(System.Object,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectionUtils_GetAttributes_m83F5A3C879E6FCB9CEA8A7C258D8CEE723D72224 (RuntimeObject * ___attributeProvider0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assembly_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB189AA19034330B493FA4DB791D65F328F38EBD6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Union_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB7EBD8A45E5AC85DB715C4F6E7F3237EC63B472A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_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*)&_stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; Type_t * V_2 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_3 = NULL; Assembly_t * V_4 = NULL; MemberInfo_t * V_5 = NULL; Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * V_6 = NULL; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * V_7 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B4_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B27_0 = NULL; { RuntimeObject * L_0 = ___attributeProvider0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral2FA35785030417D7D0231C7D255A20E8C43DAFD6, /*hidden argument*/NULL); RuntimeObject * L_1 = ___attributeProvider0; V_0 = L_1; RuntimeObject * L_2 = V_0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var))) { goto IL_0061; } } { RuntimeObject * L_3 = V_0; V_2 = ((Type_t *)CastclassClass((RuntimeObject*)L_3, Type_t_il2cpp_TypeInfo_var)); Type_t * L_4 = ___attributeType1; if (L_4) { goto IL_0028; } } { Type_t * L_5 = V_2; bool L_6 = ___inherit2; NullCheck(L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = VirtualFuncInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_5, L_6); G_B4_0 = L_7; goto IL_0030; } IL_0028: { Type_t * L_8 = V_2; Type_t * L_9 = ___attributeType1; bool L_10 = ___inherit2; NullCheck(L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11; L_11 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_8, L_9, L_10); G_B4_0 = L_11; } IL_0030: { RuntimeObject* L_12; L_12 = Enumerable_Cast_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB189AA19034330B493FA4DB791D65F328F38EBD6((RuntimeObject*)(RuntimeObject*)G_B4_0, /*hidden argument*/Enumerable_Cast_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB189AA19034330B493FA4DB791D65F328F38EBD6_RuntimeMethod_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_13; L_13 = Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446(L_12, /*hidden argument*/Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446_RuntimeMethod_var); V_3 = L_13; bool L_14 = ___inherit2; if (!L_14) { goto IL_005f; } } { Type_t * L_15 = V_2; NullCheck(L_15); Type_t * L_16; L_16 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_15); if (!L_16) { goto IL_005f; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = V_3; Type_t * L_18 = V_2; NullCheck(L_18); Type_t * L_19; L_19 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_18); Type_t * L_20 = ___attributeType1; bool L_21 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_22; L_22 = ReflectionUtils_GetAttributes_m83F5A3C879E6FCB9CEA8A7C258D8CEE723D72224(L_19, L_20, L_21, /*hidden argument*/NULL); RuntimeObject* L_23; L_23 = Enumerable_Union_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB7EBD8A45E5AC85DB715C4F6E7F3237EC63B472A((RuntimeObject*)(RuntimeObject*)L_17, (RuntimeObject*)(RuntimeObject*)L_22, /*hidden argument*/Enumerable_Union_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_mB7EBD8A45E5AC85DB715C4F6E7F3237EC63B472A_RuntimeMethod_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_24; L_24 = Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446(L_23, /*hidden argument*/Enumerable_ToArray_TisAttribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_m76308E781F64D3C5F76180D57045919F3B90E446_RuntimeMethod_var); V_3 = L_24; } IL_005f: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_25 = V_3; return L_25; } IL_0061: { RuntimeObject * L_26 = V_0; if (!((Assembly_t *)IsInstClass((RuntimeObject*)L_26, Assembly_t_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_27 = V_0; V_4 = ((Assembly_t *)CastclassClass((RuntimeObject*)L_27, Assembly_t_il2cpp_TypeInfo_var)); Type_t * L_28 = ___attributeType1; if (L_28) { goto IL_007c; } } { Assembly_t * L_29 = V_4; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30; L_30 = Attribute_GetCustomAttributes_mD83F4099FB01CE6AECC93A15C301D4557C8EF47E(L_29, /*hidden argument*/NULL); return L_30; } IL_007c: { Assembly_t * L_31 = V_4; Type_t * L_32 = ___attributeType1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_33; L_33 = Attribute_GetCustomAttributes_mBCD98562D318197A565B785F1F7AC5CBC4E1C722(L_31, L_32, /*hidden argument*/NULL); return L_33; } IL_0085: { RuntimeObject * L_34 = V_0; if (!((MemberInfo_t *)IsInstClass((RuntimeObject*)L_34, MemberInfo_t_il2cpp_TypeInfo_var))) { goto IL_00ab; } } { RuntimeObject * L_35 = V_0; V_5 = ((MemberInfo_t *)CastclassClass((RuntimeObject*)L_35, MemberInfo_t_il2cpp_TypeInfo_var)); Type_t * L_36 = ___attributeType1; if (L_36) { goto IL_00a1; } } { MemberInfo_t * L_37 = V_5; bool L_38 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39; L_39 = Attribute_GetCustomAttributes_m21D6A630B0D6BCA5C68E51FBEFB8FD891AAC395E(L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00a1: { MemberInfo_t * L_40 = V_5; Type_t * L_41 = ___attributeType1; bool L_42 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_43; L_43 = Attribute_GetCustomAttributes_m779A1A9D7DB629D53A45F5A9F2289F0EECAF1B25(L_40, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00ab: { RuntimeObject * L_44 = V_0; if (!((Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 *)IsInstClass((RuntimeObject*)L_44, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var))) { goto IL_00d1; } } { RuntimeObject * L_45 = V_0; V_6 = ((Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 *)CastclassClass((RuntimeObject*)L_45, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var)); Type_t * L_46 = ___attributeType1; if (L_46) { goto IL_00c7; } } { Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_47 = V_6; bool L_48 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49; L_49 = Attribute_GetCustomAttributes_mBEE3B26E62E95C37080557ACA225C9210AC75B0B(L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_00c7: { Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_50 = V_6; Type_t * L_51 = ___attributeType1; bool L_52 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_53; L_53 = Attribute_GetCustomAttributes_m5D0C6530017EC86F8FB909914C3A83A7DE3C95A7(L_50, L_51, L_52, /*hidden argument*/NULL); return L_53; } IL_00d1: { RuntimeObject * L_54 = V_0; if (!((ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 *)IsInstClass((RuntimeObject*)L_54, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_il2cpp_TypeInfo_var))) { goto IL_00f7; } } { RuntimeObject * L_55 = V_0; V_7 = ((ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 *)CastclassClass((RuntimeObject*)L_55, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_il2cpp_TypeInfo_var)); Type_t * L_56 = ___attributeType1; if (L_56) { goto IL_00ed; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_57 = V_7; bool L_58 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_59; L_59 = Attribute_GetCustomAttributes_mE815BA890D1F17E1FA0B28644412915FC8455EA7(L_57, L_58, /*hidden argument*/NULL); return L_59; } IL_00ed: { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_60 = V_7; Type_t * L_61 = ___attributeType1; bool L_62 = ___inherit2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_63; L_63 = Attribute_GetCustomAttributes_m30C1C086FF413A7DA72108C9AAB8ACAC45446E39(L_60, L_61, L_62, /*hidden argument*/NULL); return L_63; } IL_00f7: { RuntimeObject * L_64 = ___attributeProvider0; V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_64, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var)); Type_t * L_65 = ___attributeType1; if (L_65) { goto IL_010a; } } { RuntimeObject* L_66 = V_1; bool L_67 = ___inherit2; NullCheck(L_66); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_68; L_68 = InterfaceFuncInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, bool >::Invoke(1 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Boolean) */, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var, L_66, L_67); G_B27_0 = L_68; goto IL_0112; } IL_010a: { RuntimeObject* L_69 = V_1; Type_t * L_70 = ___attributeType1; bool L_71 = ___inherit2; NullCheck(L_69); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72; L_72 = InterfaceFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(0 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492_il2cpp_TypeInfo_var, L_69, L_70, L_71); G_B27_0 = L_72; } IL_0112: { return ((AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)Castclass((RuntimeObject*)G_B27_0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::SplitFullyQualifiedTypeName(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_SplitFullyQualifiedTypeName_m92BD778731848AE37C27FB4AFFFBFD7536FE2FEB (String_t* ___fullyQualifiedTypeName0, String_t** ___typeName1, String_t** ___assemblyName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___fullyQualifiedTypeName0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_1; L_1 = ReflectionUtils_GetAssemblyDelimiterIndex_m14990078E824FFB48C3BFD9C2840EFA8C5CE6944(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2; L_2 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_2) { goto IL_004c; } } { String_t** L_3 = ___typeName1; String_t* L_4 = ___fullyQualifiedTypeName0; int32_t L_5; L_5 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); NullCheck(L_4); String_t* L_6; L_6 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 0, L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_6, /*hidden argument*/NULL); *((RuntimeObject **)L_3) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_7); String_t** L_8 = ___assemblyName2; String_t* L_9 = ___fullyQualifiedTypeName0; int32_t L_10; L_10 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); String_t* L_11 = ___fullyQualifiedTypeName0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); NullCheck(L_9); String_t* L_14; L_14 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15; L_15 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_14, /*hidden argument*/NULL); *((RuntimeObject **)L_8) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_15); return; } IL_004c: { String_t** L_16 = ___typeName1; String_t* L_17 = ___fullyQualifiedTypeName0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); String_t** L_18 = ___assemblyName2; *((RuntimeObject **)L_18) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)NULL); return; } } // System.Nullable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetAssemblyDelimiterIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ReflectionUtils_GetAssemblyDelimiterIndex_m14990078E824FFB48C3BFD9C2840EFA8C5CE6944 (String_t* ___fullyQualifiedTypeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_3; memset((&V_3), 0, sizeof(V_3)); { V_0 = 0; V_1 = 0; goto IL_0039; } IL_0006: { String_t* L_0 = ___fullyQualifiedTypeName0; int32_t L_1 = V_1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); V_2 = L_2; Il2CppChar L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)44)))) { goto IL_002b; } } { Il2CppChar L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)91)))) { goto IL_001f; } } { Il2CppChar L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_0025; } } { goto IL_0035; } IL_001f: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0035; } IL_0025: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0035; } IL_002b: { int32_t L_8 = V_0; if (L_8) { goto IL_0035; } } { int32_t L_9 = V_1; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); return L_10; } IL_0035: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0039: { int32_t L_12 = V_1; String_t* L_13 = ___fullyQualifiedTypeName0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0006; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_15 = V_3; return L_15; } } // System.Reflection.MemberInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberInfoFromType(System.Type,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * ReflectionUtils_GetMemberInfoFromType_m67086420E1ED4E5848D76D1DAA6EB1D5EDDF26B3 (Type_t * ___targetType0, MemberInfo_t * ___memberInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_TisType_t_mA02A6E6FB3478DEA86948285CC94705C535286D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisMemberInfo_t_m797EDA1E78CDEA4734BE59CD36E95323C0F1FC34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mFEE173F2E6F13D352AE7E8F0A74C3FD0230256D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__37_0_m06E1B0E80F071C82CF50F5817F9AAF8FD3A56E8A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PropertyInfo_t * V_1 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_2 = NULL; Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * G_B3_0 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* G_B3_1 = NULL; Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * G_B2_0 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* G_B2_1 = NULL; { MemberInfo_t * L_0 = ___memberInfo1; int32_t L_1; L_1 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16))))) { goto IL_005b; } } { MemberInfo_t * L_3 = ___memberInfo1; V_1 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_4 = V_1; NullCheck(L_4); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_5; L_5 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(28 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * L_6 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9__37_0_3(); Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * L_7 = L_6; G_B2_0 = L_7; G_B2_1 = L_5; if (L_7) { G_B3_0 = L_7; G_B3_1 = L_5; goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * L_8 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * L_9 = (Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF *)il2cpp_codegen_object_new(Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF_il2cpp_TypeInfo_var); Func_2__ctor_mFEE173F2E6F13D352AE7E8F0A74C3FD0230256D0(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CGetMemberInfoFromTypeU3Eb__37_0_m06E1B0E80F071C82CF50F5817F9AAF8FD3A56E8A_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mFEE173F2E6F13D352AE7E8F0A74C3FD0230256D0_RuntimeMethod_var); Func_2_t5938BB484083AB6B9B4C4F0DBAD54A7F51611EBF * L_10 = L_9; ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->set_U3CU3E9__37_0_3(L_10); G_B3_0 = L_10; G_B3_1 = G_B2_1; } IL_0038: { RuntimeObject* L_11; L_11 = Enumerable_Select_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_TisType_t_mA02A6E6FB3478DEA86948285CC94705C535286D4((RuntimeObject*)(RuntimeObject*)G_B3_1, G_B3_0, /*hidden argument*/Enumerable_Select_TisParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_TisType_t_mA02A6E6FB3478DEA86948285CC94705C535286D4_RuntimeMethod_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12; L_12 = Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C(L_11, /*hidden argument*/Enumerable_ToArray_TisType_t_m2D290ECDFF6249D4CD701F1E3E6D5760E3AD2F2C_RuntimeMethod_var); V_2 = L_12; Type_t * L_13 = ___targetType0; PropertyInfo_t * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14); PropertyInfo_t * L_16 = V_1; NullCheck(L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_16); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18 = V_2; NullCheck(L_13); PropertyInfo_t * L_19; L_19 = Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF(L_13, L_15, ((int32_t)60), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_17, L_18, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); return L_19; } IL_005b: { Type_t * L_20 = ___targetType0; MemberInfo_t * L_21 = ___memberInfo1; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21); MemberInfo_t * L_23 = ___memberInfo1; int32_t L_24; L_24 = TypeExtensions_MemberType_m6169F34B91C472E863D8B0040EC001B9B7A8300A(L_23, /*hidden argument*/NULL); NullCheck(L_20); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_25; L_25 = VirtualFuncInvoker3< MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*, String_t*, int32_t, int32_t >::Invoke(66 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_20, L_22, L_24, ((int32_t)60)); MemberInfo_t * L_26; L_26 = Enumerable_SingleOrDefault_TisMemberInfo_t_m797EDA1E78CDEA4734BE59CD36E95323C0F1FC34((RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/Enumerable_SingleOrDefault_TisMemberInfo_t_m797EDA1E78CDEA4734BE59CD36E95323C0F1FC34_RuntimeMethod_var); return L_26; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetFields(System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetFields_mCDB38A13357C9B711FC579D3F667C42082F1834C (Type_t * ___targetType0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisFieldInfo_t_m48E3F2E12B48D24AC0F5608FFBB7BD40E33B221F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF480C917701985B0A82E7E869FBA8E45E315202E_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*)&_stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5, /*hidden argument*/NULL); Type_t * L_1 = ___targetType0; int32_t L_2 = ___bindingAttr1; NullCheck(L_1); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_3; L_3 = VirtualFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(48 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_1, L_2); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_4 = (List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 *)il2cpp_codegen_object_new(List_1_t1E053584366104694FDDFF723CE187EAD7F857B0_il2cpp_TypeInfo_var); List_1__ctor_mF480C917701985B0A82E7E869FBA8E45E315202E(L_4, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/List_1__ctor_mF480C917701985B0A82E7E869FBA8E45E315202E_RuntimeMethod_var); List_1_t1E053584366104694FDDFF723CE187EAD7F857B0 * L_5 = L_4; Type_t * L_6 = ___targetType0; int32_t L_7 = ___bindingAttr1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ReflectionUtils_GetChildPrivateFields_m7EF77F114CD7B4B236983F281B96DD0D731C1F8F(L_5, L_6, L_7, /*hidden argument*/NULL); RuntimeObject* L_8; L_8 = Enumerable_Cast_TisFieldInfo_t_m48E3F2E12B48D24AC0F5608FFBB7BD40E33B221F(L_5, /*hidden argument*/Enumerable_Cast_TisFieldInfo_t_m48E3F2E12B48D24AC0F5608FFBB7BD40E33B221F_RuntimeMethod_var); return L_8; } } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetChildPrivateFields(System.Collections.Generic.IList`1,System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateFields_m7EF77F114CD7B4B236983F281B96DD0D731C1F8F (RuntimeObject* ___initialFields0, Type_t * ___targetType1, int32_t ___bindingAttr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Cast_TisMemberInfo_t_m5F47F3C40739EDCA15A2E8F73D49E5C72A93844F_RuntimeMethod_var); 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*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__39_0_m8AC377D32B6BAC80570452D84F2D48EB9E7BE7DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; 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; { int32_t L_0 = ___bindingAttr2; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) { goto IL_0054; } } { int32_t L_1 = ___bindingAttr2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); int32_t L_2; L_2 = ReflectionUtils_RemoveFlag_m36A4700E23561A8CED0621777255A9667DCE79FA(L_1, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_2; goto IL_0049; } IL_0011: { Type_t * L_3 = ___targetType1; int32_t L_4 = V_0; NullCheck(L_3); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_5; L_5 = VirtualFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(48 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_3, L_4); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_6 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9__39_0_4(); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_7 = L_6; G_B3_0 = L_7; G_B3_1 = L_5; if (L_7) { G_B4_0 = L_7; G_B4_1 = L_5; goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var); U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27 * L_8 = ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_9 = (Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE *)il2cpp_codegen_object_new(Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE_il2cpp_TypeInfo_var); Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3CGetChildPrivateFieldsU3Eb__39_0_m8AC377D32B6BAC80570452D84F2D48EB9E7BE7DD_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mFFB0CFE94865B467357269DE5CB83D5EDD01443E_RuntimeMethod_var); Func_2_t0BE5B54DD65017DAF1DC5DEC5A896A2B0550F8AE * L_10 = L_9; ((U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t72C8CF4781F1FAF90057083FC9DA410CE4AC2A27_il2cpp_TypeInfo_var))->set_U3CU3E9__39_0_4(L_10); G_B4_0 = L_10; G_B4_1 = G_B3_1; } IL_0037: { RuntimeObject* L_11; L_11 = Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98((RuntimeObject*)(RuntimeObject*)G_B4_1, G_B4_0, /*hidden argument*/Enumerable_Where_TisFieldInfo_t_m8396E78A58604797863E7A3442EE695949BA2A98_RuntimeMethod_var); RuntimeObject* L_12; L_12 = Enumerable_Cast_TisMemberInfo_t_m5F47F3C40739EDCA15A2E8F73D49E5C72A93844F(L_11, /*hidden argument*/Enumerable_Cast_TisMemberInfo_t_m5F47F3C40739EDCA15A2E8F73D49E5C72A93844F_RuntimeMethod_var); V_1 = L_12; RuntimeObject* L_13 = ___initialFields0; RuntimeObject* L_14 = V_1; CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E(L_13, L_14, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_mFDF5AFEEF07A3F4A47BDC20BB7222D918AF4084E_RuntimeMethod_var); } IL_0049: { Type_t * L_15 = ___targetType1; Type_t * L_16; L_16 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_15, /*hidden argument*/NULL); Type_t * L_17 = L_16; ___targetType1 = L_17; if (L_17) { goto IL_0011; } } IL_0054: { return; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetProperties(System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectionUtils_GetProperties_mFEDD991ABAD2CCDF09676FCC70B49522C42DE5F2 (Type_t * ___targetType0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m18D92D12AF17EA406F915ACF0FBB396047AB2FAD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBC38750EE166255F494D8184811A8EBCCA3F6F92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m25C0863EA5EE5E5A8EB4B4CDDBCCB772DC2DDACD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62533558C3E1C7FE2A726D2C35EAC0E040C574F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m9C612DBE933D7B951026680B66B3BB35B774FAD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5); s_Il2CppMethodInitialized = true; } List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; int32_t V_4 = 0; PropertyInfo_t * V_5 = NULL; PropertyInfo_t * V_6 = NULL; { Type_t * L_0 = ___targetType0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralC53E63D0484C54FA447F4E687330E5946C7E09F5, /*hidden argument*/NULL); Type_t * L_1 = ___targetType0; int32_t L_2 = ___bindingAttr1; NullCheck(L_1); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_3; L_3 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(61 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_1, L_2); List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_4 = (List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 *)il2cpp_codegen_object_new(List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521_il2cpp_TypeInfo_var); List_1__ctor_mBC38750EE166255F494D8184811A8EBCCA3F6F92(L_4, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/List_1__ctor_mBC38750EE166255F494D8184811A8EBCCA3F6F92_RuntimeMethod_var); V_0 = L_4; Type_t * L_5 = ___targetType0; bool L_6; L_6 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0046; } } { Type_t * L_7 = ___targetType0; NullCheck(L_7); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8; L_8 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_7); V_1 = L_8; V_2 = 0; goto IL_0040; } IL_002b: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_13 = V_0; Type_t * L_14 = V_3; int32_t L_15 = ___bindingAttr1; NullCheck(L_14); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_16; L_16 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(61 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_14, L_15); NullCheck(L_13); List_1_AddRange_m18D92D12AF17EA406F915ACF0FBB396047AB2FAD(L_13, (RuntimeObject*)(RuntimeObject*)L_16, /*hidden argument*/List_1_AddRange_m18D92D12AF17EA406F915ACF0FBB396047AB2FAD_RuntimeMethod_var); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0040: { int32_t L_18 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = V_1; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002b; } } IL_0046: { List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_20 = V_0; Type_t * L_21 = ___targetType0; int32_t L_22 = ___bindingAttr1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ReflectionUtils_GetChildPrivateProperties_mB9506DBA4650528387181DD7E43AFB706CA21AA3(L_20, L_21, L_22, /*hidden argument*/NULL); V_4 = 0; goto IL_008c; } IL_0053: { List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_23 = V_0; int32_t L_24 = V_4; NullCheck(L_23); PropertyInfo_t * L_25; L_25 = List_1_get_Item_m62533558C3E1C7FE2A726D2C35EAC0E040C574F9_inline(L_23, L_24, /*hidden argument*/List_1_get_Item_m62533558C3E1C7FE2A726D2C35EAC0E040C574F9_RuntimeMethod_var); V_5 = L_25; PropertyInfo_t * L_26 = V_5; NullCheck(L_26); Type_t * L_27; L_27 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_26); Type_t * L_28 = ___targetType0; if ((((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_28))) { goto IL_0086; } } { PropertyInfo_t * L_29 = V_5; NullCheck(L_29); Type_t * L_30; L_30 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_29); PropertyInfo_t * L_31 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); MemberInfo_t * L_32; L_32 = ReflectionUtils_GetMemberInfoFromType_m67086420E1ED4E5848D76D1DAA6EB1D5EDDF26B3(L_30, L_31, /*hidden argument*/NULL); V_6 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_32, PropertyInfo_t_il2cpp_TypeInfo_var)); List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_33 = V_0; int32_t L_34 = V_4; PropertyInfo_t * L_35 = V_6; NullCheck(L_33); List_1_set_Item_m9C612DBE933D7B951026680B66B3BB35B774FAD7(L_33, L_34, L_35, /*hidden argument*/List_1_set_Item_m9C612DBE933D7B951026680B66B3BB35B774FAD7_RuntimeMethod_var); } IL_0086: { int32_t L_36 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_008c: { int32_t L_37 = V_4; List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_38 = V_0; NullCheck(L_38); int32_t L_39; L_39 = List_1_get_Count_m25C0863EA5EE5E5A8EB4B4CDDBCCB772DC2DDACD_inline(L_38, /*hidden argument*/List_1_get_Count_m25C0863EA5EE5E5A8EB4B4CDDBCCB772DC2DDACD_RuntimeMethod_var); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_0053; } } { List_1_t6D217E5C7E8FD2DA6CE90941A9E364AEFB622521 * L_40 = V_0; return L_40; } } // System.Reflection.BindingFlags Newtonsoft.Json.Utilities.ReflectionUtils::RemoveFlag(System.Reflection.BindingFlags,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionUtils_RemoveFlag_m36A4700E23561A8CED0621777255A9667DCE79FA (int32_t ___bindingAttr0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; int32_t L_1 = ___flag1; int32_t L_2 = ___flag1; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))) { goto IL_0008; } } { int32_t L_3 = ___bindingAttr0; return L_3; } IL_0008: { int32_t L_4 = ___bindingAttr0; int32_t L_5 = ___flag1; return (int32_t)(((int32_t)((int32_t)L_4^(int32_t)L_5))); } } // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetChildPrivateProperties(System.Collections.Generic.IList`1,System.Type,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetChildPrivateProperties_mB9506DBA4650528387181DD7E43AFB706CA21AA3 (RuntimeObject* ___initialProperties0, Type_t * ___targetType1, int32_t ___bindingAttr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t1B05B3A52ABE519AAB1C234BD6B6D6655DCB6E8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t6693D0BDDE20F7D4158435694F9F015581D786B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__0_m39CF962B54FA7C2F29532D4648AA7C5B39F1BED0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__1_m6AB570883720965760F59B80DD4EB93F25C2329D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__2_mD5D8631346ECB05F7F0494A567ADDC31ABE42E70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* V_0 = NULL; int32_t V_1 = 0; PropertyInfo_t * V_2 = NULL; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * V_3 = NULL; int32_t V_4 = 0; { goto IL_00d6; } IL_0005: { Type_t * L_0 = ___targetType1; int32_t L_1 = ___bindingAttr2; NullCheck(L_0); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_2; L_2 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(61 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_0, L_1); V_0 = L_2; V_1 = 0; goto IL_00cd; } IL_0014: { PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; PropertyInfo_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_2 = L_6; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_7 = (U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass42_0__ctor_mEF8413C4DF73A6067FF49DE2D7778969478194EE(L_7, /*hidden argument*/NULL); V_3 = L_7; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_8 = V_3; PropertyInfo_t * L_9 = V_2; NullCheck(L_8); L_8->set_subTypeProperty_0(L_9); U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_10 = V_3; NullCheck(L_10); PropertyInfo_t * L_11 = L_10->get_subTypeProperty_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_12; L_12 = ReflectionUtils_IsPublic_m2C0A4E6CA4D843C494B93AEB4F2B5B22E40A028F(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0078; } } { RuntimeObject* L_13 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_14 = V_3; Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F * L_15 = (Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F *)il2cpp_codegen_object_new(Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F_il2cpp_TypeInfo_var); Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__0_m39CF962B54FA7C2F29532D4648AA7C5B39F1BED0_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7_RuntimeMethod_var); int32_t L_16; L_16 = CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164(L_13, L_15, /*hidden argument*/CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164_RuntimeMethod_var); V_4 = L_16; int32_t L_17 = V_4; if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_0059; } } { RuntimeObject* L_18 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_19 = V_3; NullCheck(L_19); PropertyInfo_t * L_20 = L_19->get_subTypeProperty_0(); NullCheck(L_18); InterfaceActionInvoker1< PropertyInfo_t * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1B05B3A52ABE519AAB1C234BD6B6D6655DCB6E8B_il2cpp_TypeInfo_var, L_18, L_20); goto IL_00c9; } IL_0059: { RuntimeObject* L_21 = ___initialProperties0; int32_t L_22 = V_4; NullCheck(L_21); PropertyInfo_t * L_23; L_23 = InterfaceFuncInvoker1< PropertyInfo_t *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t6693D0BDDE20F7D4158435694F9F015581D786B4_il2cpp_TypeInfo_var, L_21, L_22); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_24; L_24 = ReflectionUtils_IsPublic_m2C0A4E6CA4D843C494B93AEB4F2B5B22E40A028F(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00c9; } } { RuntimeObject* L_25 = ___initialProperties0; int32_t L_26 = V_4; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_27 = V_3; NullCheck(L_27); PropertyInfo_t * L_28 = L_27->get_subTypeProperty_0(); NullCheck(L_25); InterfaceActionInvoker2< int32_t, PropertyInfo_t * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IList_1_t6693D0BDDE20F7D4158435694F9F015581D786B4_il2cpp_TypeInfo_var, L_25, L_26, L_28); goto IL_00c9; } IL_0078: { U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_29 = V_3; NullCheck(L_29); PropertyInfo_t * L_30 = L_29->get_subTypeProperty_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_31; L_31 = ReflectionUtils_IsVirtual_m5E3C3F5E5935BFE21832F5B3445C3AC12F3855E9(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00a8; } } { RuntimeObject* L_32 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_33 = V_3; Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F * L_34 = (Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F *)il2cpp_codegen_object_new(Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F_il2cpp_TypeInfo_var); Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7(L_34, L_33, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__1_m6AB570883720965760F59B80DD4EB93F25C2329D_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7_RuntimeMethod_var); int32_t L_35; L_35 = CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164(L_32, L_34, /*hidden argument*/CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164_RuntimeMethod_var); if ((!(((uint32_t)L_35) == ((uint32_t)(-1))))) { goto IL_00c9; } } { RuntimeObject* L_36 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_37 = V_3; NullCheck(L_37); PropertyInfo_t * L_38 = L_37->get_subTypeProperty_0(); NullCheck(L_36); InterfaceActionInvoker1< PropertyInfo_t * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1B05B3A52ABE519AAB1C234BD6B6D6655DCB6E8B_il2cpp_TypeInfo_var, L_36, L_38); goto IL_00c9; } IL_00a8: { RuntimeObject* L_39 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_40 = V_3; Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F * L_41 = (Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F *)il2cpp_codegen_object_new(Func_2_tAD7A316C25C061D1F5777D769694D48EED05C24F_il2cpp_TypeInfo_var); Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7(L_41, L_40, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass42_0_U3CGetChildPrivatePropertiesU3Eb__2_mD5D8631346ECB05F7F0494A567ADDC31ABE42E70_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mA11B0A156FCF79F47317C321ADB340D81B8C65D7_RuntimeMethod_var); int32_t L_42; L_42 = CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164(L_39, L_41, /*hidden argument*/CollectionUtils_IndexOf_TisPropertyInfo_t_m82A11EB39B622B2F1CC2222C46E62FF15991B164_RuntimeMethod_var); if ((!(((uint32_t)L_42) == ((uint32_t)(-1))))) { goto IL_00c9; } } { RuntimeObject* L_43 = ___initialProperties0; U3CU3Ec__DisplayClass42_0_t222B93EC4AC40AABD71FAAA8675B9DA0161DE572 * L_44 = V_3; NullCheck(L_44); PropertyInfo_t * L_45 = L_44->get_subTypeProperty_0(); NullCheck(L_43); InterfaceActionInvoker1< PropertyInfo_t * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1B05B3A52ABE519AAB1C234BD6B6D6655DCB6E8B_il2cpp_TypeInfo_var, L_43, L_45); } IL_00c9: { int32_t L_46 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00cd: { int32_t L_47 = V_1; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_48 = V_0; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_0014; } } IL_00d6: { Type_t * L_49 = ___targetType1; Type_t * L_50; L_50 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_49, /*hidden argument*/NULL); Type_t * L_51 = L_50; ___targetType1 = L_51; if (L_51) { goto IL_0005; } } { return; } } // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetDefaultValue_mBDDA7D5EB81537EE3840C3B1867D35C442E72927 (Type_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*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_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*)&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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); Guid_t V_2; memset((&V_2), 0, sizeof(V_2)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_3; memset((&V_3), 0, sizeof(V_3)); { Type_t * L_0 = ___type0; bool L_1; L_1 = TypeExtensions_IsValueType_mA1E9908F63522A14D50D62ABA662EF4763BF5C9A(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return NULL; } IL_000a: { Type_t * L_2 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_3; L_3 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)2))) { case 0: { goto IL_009e; } case 1: { goto IL_00ff; } case 2: { goto IL_0097; } case 3: { goto IL_00ff; } case 4: { goto IL_009e; } case 5: { goto IL_00ff; } case 6: { goto IL_009e; } case 7: { goto IL_00ff; } case 8: { goto IL_009e; } case 9: { goto IL_00ff; } case 10: { goto IL_009e; } case 11: { goto IL_00ff; } case 12: { goto IL_009e; } case 13: { goto IL_00ff; } case 14: { goto IL_009e; } case 15: { goto IL_00ff; } case 16: { goto IL_00a5; } case 17: { goto IL_00ff; } case 18: { goto IL_00a5; } case 19: { goto IL_00ff; } case 20: { goto IL_00ad; } case 21: { goto IL_00ff; } case 22: { goto IL_00b8; } case 23: { goto IL_00ff; } case 24: { goto IL_00d2; } case 25: { goto IL_00ff; } case 26: { goto IL_00f0; } case 27: { goto IL_00ff; } case 28: { goto IL_00c7; } case 29: { goto IL_00ff; } case 30: { goto IL_00e1; } } } { goto IL_00ff; } IL_0097: { bool L_5 = ((bool)0); RuntimeObject * L_6 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_5); return L_6; } IL_009e: { int32_t L_7 = 0; RuntimeObject * L_8 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_7); return L_8; } IL_00a5: { int64_t L_9 = ((int64_t)((int64_t)0)); RuntimeObject * L_10 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_9); return L_10; } IL_00ad: { float L_11 = (0.0f); RuntimeObject * L_12 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_00b8: { double L_13 = (0.0); RuntimeObject * L_14 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_00c7: { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_15 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = L_15; RuntimeObject * L_17 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_00d2: { il2cpp_codegen_initobj((&V_1), sizeof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = L_18; RuntimeObject * L_20 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_00e1: { il2cpp_codegen_initobj((&V_2), sizeof(Guid_t )); Guid_t L_21 = V_2; Guid_t L_22 = L_21; RuntimeObject * L_23 = Box(Guid_t_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_00f0: { il2cpp_codegen_initobj((&V_3), sizeof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_24 = V_3; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_25 = L_24; RuntimeObject * L_26 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_00ff: { Type_t * L_27 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_28; L_28 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0109; } } { return NULL; } IL_0109: { Type_t * L_29 = ___type0; RuntimeObject * L_30; L_30 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(L_29, /*hidden argument*/NULL); return L_30; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral568E852BDA9DFECC46D2B85B19C5E6609D353EB8); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MemberInfo_t * L_0 = ___memberInfo0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral568E852BDA9DFECC46D2B85B19C5E6609D353EB8, /*hidden argument*/NULL); MemberInfo_t * L_1 = ___memberInfo0; __this->set__memberInfo_0(L_1); return; } } // System.Void Newtonsoft.Json.Serialization.ReflectionValueProvider::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionValueProvider_SetValue_m2E6A426BC3002D958D06C377276BFFA666D94E63 (ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF * __this, RuntimeObject * ___target0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) MemberInfo_t * L_0 = __this->get__memberInfo_0(); RuntimeObject * L_1 = ___target0; RuntimeObject * L_2 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ReflectionUtils_SetMemberValue_m2932AB649EE9B56618E6EDEF9C49C6E89560777A(L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_0037; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000f: {// begin catch(System.Exception) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); 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); MemberInfo_t * L_4 = __this->get__memberInfo_0(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); RuntimeObject * L_6 = ___target0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE691340A62551B7980DCA7D2D7EB4C65FFF808D)), L_3, L_5, L_7, /*hidden argument*/NULL); Exception_t * L_9 = V_0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_10 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionValueProvider_SetValue_m2E6A426BC3002D958D06C377276BFFA666D94E63_RuntimeMethod_var))); }// end catch (depth: 1) IL_0037: { return; } } // System.Object Newtonsoft.Json.Serialization.ReflectionValueProvider::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionValueProvider_GetValue_mD11A35EE4B765069DE2034CBCED9C98B36F29B7E (ReflectionValueProvider_tAB7FDA5E8384C6CA006C624FB15F89B2C99B65AF * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) MemberInfo_t * L_0 = __this->get__memberInfo_0(); RuntimeObject * L_1 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = ReflectionUtils_GetMemberValue_m75D69FFAC261AFBE7EE8F952FD828B41E131BFD6(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0037; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000f; } throw e; } CATCH_000f: {// begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); 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); MemberInfo_t * L_4 = __this->get__memberInfo_0(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); RuntimeObject * L_6 = ___target0; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A2BCDF7833AAF3267F008AEBA7BF1544830032)), L_3, L_5, L_7, /*hidden argument*/NULL); Exception_t * L_9 = V_1; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_10 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionValueProvider_GetValue_mD11A35EE4B765069DE2034CBCED9C98B36F29B7E_RuntimeMethod_var))); }// end catch (depth: 1) IL_0037: { RuntimeObject * L_11 = V_0; return L_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.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_m5BE9641D61A3042EC9BC746C675FCFCD6C225603 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __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*)&BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * V_0 = NULL; BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)CastclassClass((RuntimeObject*)L_0, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_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_001a; } } { BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * L_3 = V_1; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_4 = V_0; RegexConverter_WriteBson_mC113074297DA92E102D0941D6E0B8316009F329F(__this, L_3, L_4, /*hidden argument*/NULL); return; } IL_001a: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_5 = ___writer0; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_6 = V_0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_7 = ___serializer2; RegexConverter_WriteJson_mA392D25972731EA22F09CE5DFFF72DEBBA7CCEFF(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Converters.RegexConverter::HasFlag(System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, int32_t ___options0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___options0; int32_t L_1 = ___flag1; int32_t L_2 = ___flag1; return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteBson(Newtonsoft.Json.Bson.BsonWriter,System.Text.RegularExpressions.Regex) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter_WriteBson_mC113074297DA92E102D0941D6E0B8316009F329F (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * ___writer0, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ___regex1; NullCheck(L_0); int32_t L_1; L_1 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685(__this, L_1, 1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E, /*hidden argument*/NULL); V_0 = L_4; } IL_001d: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_5 = ___regex1; NullCheck(L_5); int32_t L_6; L_6 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685(__this, L_6, 2, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } { String_t* L_8 = V_0; String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_8, _stringLiteralC1771FD048FA0C5283A6D1085A6C3493F05C1302, /*hidden argument*/NULL); V_0 = L_9; } IL_0038: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_10 = ___regex1; NullCheck(L_10); int32_t L_11; L_11 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685(__this, L_11, ((int32_t)16), /*hidden argument*/NULL); if (!L_12) { goto IL_0054; } } { String_t* L_13 = V_0; String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_13, _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465, /*hidden argument*/NULL); V_0 = L_14; } IL_0054: { String_t* L_15 = V_0; String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_15, _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B, /*hidden argument*/NULL); V_0 = L_16; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_17 = ___regex1; NullCheck(L_17); int32_t L_18; L_18 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(L_17, /*hidden argument*/NULL); bool L_19; L_19 = RegexConverter_HasFlag_m45C3A32ECEB42C34DDF401ED1FD2D982D0208685(__this, L_18, 4, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { String_t* L_20 = V_0; String_t* L_21; L_21 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_20, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); V_0 = L_21; } IL_007b: { BsonWriter_t3DDD35261FEF85D03F28276C0187F7703FE545D5 * L_22 = ___writer0; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_23 = ___regex1; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); String_t* L_25 = V_0; NullCheck(L_22); BsonWriter_WriteRegex_mCB617628EA81B2B20BCD49E3C350B26B18E4535B(L_22, L_24, L_25, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Text.RegularExpressions.Regex,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_mA392D25972731EA22F09CE5DFFF72DEBBA7CCEFF (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, 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*)&RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1); s_Il2CppMethodInitialized = true; } DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * V_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B2_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B3_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B5_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B6_1 = NULL; { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0 = ___serializer2; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(24 /* Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() */, L_0); V_0 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C *)IsInstClass((RuntimeObject*)L_1, DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = ___writer0; NullCheck(L_2); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_2); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___writer0; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_4 = V_0; G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_001d; } } { G_B3_0 = _stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7; G_B3_1 = G_B1_0; goto IL_0028; } IL_001d: { DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = DefaultContractResolver_GetResolvedPropertyName_mFC2B40EE06D1B0DC9E19FFA91DFC20693F066578(L_5, _stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7, /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0028: { NullCheck(G_B3_1); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B3_1, G_B3_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_7 = ___writer0; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_8 = ___regex1; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); NullCheck(L_7); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_7, L_9); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_11 = V_0; G_B4_0 = L_10; if (L_11) { G_B5_0 = L_10; goto IL_0044; } } { G_B6_0 = _stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1; G_B6_1 = G_B4_0; goto IL_004f; } IL_0044: { DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = DefaultContractResolver_GetResolvedPropertyName_mFC2B40EE06D1B0DC9E19FFA91DFC20693F066578(L_12, _stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1, /*hidden argument*/NULL); G_B6_0 = L_13; G_B6_1 = G_B5_0; } IL_004f: { NullCheck(G_B6_1); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B6_1, G_B6_0); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_14 = ___serializer2; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_15 = ___writer0; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_16 = ___regex1; NullCheck(L_16); int32_t L_17; L_17 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var, &L_18); NullCheck(L_14); JsonSerializer_Serialize_m9EA64D9079D4A2844D377A556D7D815B301BBC1D(L_14, L_15, L_19, /*hidden argument*/NULL); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_20 = ___writer0; NullCheck(L_20); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_20); return; } } // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadJson_m24F1018312CB0087B2FB302211CD9C5B7673B76B (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { { 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)1)))) { goto IL_0013; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_3 = ___serializer3; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_4; L_4 = RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0013: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9))))) { goto IL_0025; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; RuntimeObject * L_8; L_8 = RegexConverter_ReadRegexString_m2C4DFF0D61B6FAA0636D859545CE9DDBEE64D722(__this, L_7, /*hidden argument*/NULL); return L_8; } IL_0025: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_10; L_10 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral353387D238AB271DB188C48D7B97628BE513D749)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexConverter_ReadJson_m24F1018312CB0087B2FB302211CD9C5B7673B76B_RuntimeMethod_var))); } } // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadRegexString(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadRegexString_m2C4DFF0D61B6FAA0636D859545CE9DDBEE64D722 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); String_t* L_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); NullCheck(L_2); int32_t L_3; L_3 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_2, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = L_2; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_0; NullCheck(L_4); String_t* L_8; L_8 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_2 = 0; V_3 = L_8; V_4 = 0; goto IL_0078; } IL_002f: { String_t* L_9 = V_3; int32_t L_10 = V_4; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, L_10, /*hidden argument*/NULL); V_5 = L_11; Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)109))))) { goto IL_004d; } } { Il2CppChar L_13 = V_5; if ((((int32_t)L_13) == ((int32_t)((int32_t)105)))) { goto IL_005b; } } { Il2CppChar L_14 = V_5; if ((((int32_t)L_14) == ((int32_t)((int32_t)109)))) { goto IL_0061; } } { goto IL_0072; } IL_004d: { Il2CppChar L_15 = V_5; if ((((int32_t)L_15) == ((int32_t)((int32_t)115)))) { goto IL_0067; } } { Il2CppChar L_16 = V_5; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_006e; } } { goto IL_0072; } IL_005b: { int32_t L_17 = V_2; V_2 = ((int32_t)((int32_t)L_17|(int32_t)1)); goto IL_0072; } IL_0061: { int32_t L_18 = V_2; V_2 = ((int32_t)((int32_t)L_18|(int32_t)2)); goto IL_0072; } IL_0067: { int32_t L_19 = V_2; V_2 = ((int32_t)((int32_t)L_19|(int32_t)((int32_t)16))); goto IL_0072; } IL_006e: { int32_t L_20 = V_2; V_2 = ((int32_t)((int32_t)L_20|(int32_t)4)); } IL_0072: { int32_t L_21 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0078: { int32_t L_22 = V_4; String_t* L_23 = V_3; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_002f; } } { String_t* L_25 = V_1; int32_t L_26 = V_2; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_27 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(L_27, L_25, L_26, /*hidden argument*/NULL); return L_27; } } // System.Text.RegularExpressions.Regex Newtonsoft.Json.Converters.RegexConverter::ReadRegexObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializer_Deserialize_TisRegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_mF7645CAEC059FA11CF930CEFD7492B505ADB872D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE1833EAAFEE91DB2E3CC19436126BFC1E5AA413B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9AE46749832C5A696908DF76BBCA8CCF030018F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD96C04C8C19EAB83BB1DFF566EABF26350631691_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; String_t* V_3 = NULL; Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F V_4; memset((&V_4), 0, sizeof(V_4)); String_t* G_B16_0 = NULL; String_t* G_B15_0 = NULL; int32_t G_B17_0 = 0; String_t* G_B17_1 = NULL; { V_0 = (String_t*)NULL; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F )); goto IL_00b9; } IL_000f: { 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); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002b; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_00b9; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_008d; } } { goto IL_00b9; } IL_002b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_5); RuntimeObject * L_6; L_6 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_5); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_3 = L_7; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_8); if (L_9) { goto IL_004b; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_11; L_11 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5F971C21F0E429CC592BBB1C93532F72EFFC873)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03_RuntimeMethod_var))); } IL_004b: { String_t* L_12 = V_3; bool L_13; L_13 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_12, _stringLiteral4DE1853EEF8EA51A408D1E43572237AA9099A9F7, 5, /*hidden argument*/NULL); if (!L_13) { goto IL_0067; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_14 = ___reader0; NullCheck(L_14); RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_14); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); goto IL_00b9; } IL_0067: { String_t* L_16 = V_3; bool L_17; L_17 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_16, _stringLiteralF4BD78F14A295432B64B608CF7B12D9CA73E40A1, 5, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_18 = ___serializer1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_19 = ___reader0; NullCheck(L_18); int32_t L_20; L_20 = JsonSerializer_Deserialize_TisRegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_mF7645CAEC059FA11CF930CEFD7492B505ADB872D(L_18, L_19, /*hidden argument*/JsonSerializer_Deserialize_TisRegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_mF7645CAEC059FA11CF930CEFD7492B505ADB872D_RuntimeMethod_var); Nullable_1__ctor_m9AE46749832C5A696908DF76BBCA8CCF030018F7((Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *)(&V_1), L_20, /*hidden argument*/Nullable_1__ctor_m9AE46749832C5A696908DF76BBCA8CCF030018F7_RuntimeMethod_var); goto IL_00b9; } IL_0085: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; NullCheck(L_21); JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717(L_21, /*hidden argument*/NULL); goto IL_00b9; } IL_008d: { String_t* L_22 = V_0; if (L_22) { goto IL_009c; } } { 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*)&_stringLiteralA3EAA0F339183241CBE940583DB6DF3E8447B751)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03_RuntimeMethod_var))); } IL_009c: { String_t* L_25 = V_0; Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F L_26 = V_1; V_4 = L_26; bool L_27; L_27 = Nullable_1_get_HasValue_mD96C04C8C19EAB83BB1DFF566EABF26350631691_inline((Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_mD96C04C8C19EAB83BB1DFF566EABF26350631691_RuntimeMethod_var); G_B15_0 = L_25; if (L_27) { G_B16_0 = L_25; goto IL_00ac; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; goto IL_00b3; } IL_00ac: { int32_t L_28; L_28 = Nullable_1_GetValueOrDefault_mE1833EAAFEE91DB2E3CC19436126BFC1E5AA413B_inline((Nullable_1_tF9654764DD75E5CBA4742E6CD7D2D6982996EA2F *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_mE1833EAAFEE91DB2E3CC19436126BFC1E5AA413B_RuntimeMethod_var); G_B17_0 = ((int32_t)(L_28)); G_B17_1 = G_B16_0; } IL_00b3: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_29 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(L_29, G_B17_1, G_B17_0, /*hidden argument*/NULL); return L_29; } IL_00b9: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_30 = ___reader0; NullCheck(L_30); bool L_31; L_31 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_30); if (L_31) { goto IL_000f; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_32 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_33; L_33 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5F971C21F0E429CC592BBB1C93532F72EFFC873)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexConverter_ReadRegexObject_m8499C13BB3BB2593ED2243127BFEAEE3BA940B03_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Converters.RegexConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexConverter_CanConvert_mE9E2BC9E0AF3C65207D6B74B592B4A636498B8CC (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_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 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_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.RegexConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexConverter__ctor_m7AA5F74CE6217079CD5B1AB47344A8A40E1F0DF9 (RegexConverter_tF7A332704F24B2C47DBDB4B404E697414A3F8F12 * __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 #ifdef __clang__ #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.Serialization.ResolverContractKey IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_pinvoke(const ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828& unmarshaled, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_pinvoke& marshaled) { Exception_t* ____resolverType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_resolverType' of type 'ResolverContractKey': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____resolverType_0Exception, NULL); } IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_pinvoke_back(const ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_pinvoke& marshaled, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828& unmarshaled) { Exception_t* ____resolverType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_resolverType' of type 'ResolverContractKey': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____resolverType_0Exception, NULL); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.ResolverContractKey IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_pinvoke_cleanup(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.ResolverContractKey IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_com(const ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828& unmarshaled, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_com& marshaled) { Exception_t* ____resolverType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_resolverType' of type 'ResolverContractKey': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____resolverType_0Exception, NULL); } IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_com_back(const ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_com& marshaled, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828& unmarshaled) { Exception_t* ____resolverType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_resolverType' of type 'ResolverContractKey': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____resolverType_0Exception, NULL); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.ResolverContractKey IL2CPP_EXTERN_C void ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshal_com_cleanup(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_marshaled_com& marshaled) { } // 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) { { Type_t * L_0 = ___resolverType0; __this->set__resolverType_0(L_0); Type_t * L_1 = ___contractType1; __this->set__contractType_1(L_1); return; } } IL2CPP_EXTERN_C void ResolverContractKey__ctor_m968636309AE4253BA8F077FF7ECB81DF1AF084EB_AdjustorThunk (RuntimeObject * __this, Type_t * ___resolverType0, Type_t * ___contractType1, const RuntimeMethod* method) { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ResolverContractKey__ctor_m968636309AE4253BA8F077FF7ECB81DF1AF084EB(_thisAdjusted, ___resolverType0, ___contractType1, method); } // System.Int32 Newtonsoft.Json.Serialization.ResolverContractKey::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResolverContractKey_GetHashCode_mD441ABBFA2338FEDF3997A3AA948F21BD49F42F2 (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__resolverType_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); Type_t * L_2 = __this->get__contractType_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } IL2CPP_EXTERN_C int32_t ResolverContractKey_GetHashCode_mD441ABBFA2338FEDF3997A3AA948F21BD49F42F2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ResolverContractKey_GetHashCode_mD441ABBFA2338FEDF3997A3AA948F21BD49F42F2(_thisAdjusted, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m0E63CED51A9B59D23AA8EDFD3B968923D925D8FE (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = ResolverContractKey_Equals_m46DB921C8C1F68636C1726443195B8525F686A86((ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 *)__this, ((*(ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 *)((ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 *)UnBox(L_1, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C bool ResolverContractKey_Equals_m0E63CED51A9B59D23AA8EDFD3B968923D925D8FE_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ResolverContractKey_Equals_m0E63CED51A9B59D23AA8EDFD3B968923D925D8FE(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(Newtonsoft.Json.Serialization.ResolverContractKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m46DB921C8C1F68636C1726443195B8525F686A86 (ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___other0, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__resolverType_0(); ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_1 = ___other0; Type_t * L_2 = L_1.get__resolverType_0(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_001d; } } { Type_t * L_3 = __this->get__contractType_1(); ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 L_4 = ___other0; Type_t * L_5 = L_4.get__contractType_1(); return (bool)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))? 1 : 0); } IL_001d: { return (bool)0; } } IL2CPP_EXTERN_C bool ResolverContractKey_Equals_m46DB921C8C1F68636C1726443195B8525F686A86_AdjustorThunk (RuntimeObject * __this, ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 ___other0, const RuntimeMethod* method) { ResolverContractKey_tB46720945D22B91E4DC4DC6C3CCBFE75028A0828 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ResolverContractKey_Equals_m46DB921C8C1F68636C1726443195B8525F686A86(_thisAdjusted, ___other0, 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.Linq.JsonPath.ScanFilter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScanFilter__ctor_m3885DD40853B24F12CD50DF6F3FEF988B7A4331B (ScanFilter_tD5677F977FBB0CEE184DA209F2DE031559DC1B05 * __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.Serialization.SerializationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationCallback__ctor_mDE4947F5981E7D67B975242ED555E26029137241 (SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * __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.SerializationCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42 (SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, 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< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(targetMethod, ___o0, ___context1); else GenericVirtualActionInvoker1< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(targetMethod, ___o0, ___context1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___context1); else VirtualActionInvoker1< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___context1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, 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.Serialization.SerializationErrorCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationErrorCallback__ctor_mD91F59657130468C271499528953D1B881CC010B (SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * __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.SerializationErrorCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationErrorCallback_Invoke_mA86CDA7529D889C03FEF849E3BA468D6E66389EF (SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___errorContext2, 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 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, ___errorContext2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, ___errorContext2, 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< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * >::Invoke(targetMethod, ___o0, ___context1, ___errorContext2); else GenericVirtualActionInvoker2< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * >::Invoke(targetMethod, ___o0, ___context1, ___errorContext2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___context1, ___errorContext2); else VirtualActionInvoker2< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___context1, ___errorContext2); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, ___errorContext2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, ___errorContext2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, ___errorContext2, 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 // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.StringBuffer IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_pinvoke(const StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128& unmarshaled, StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_pinvoke& marshaled) { if (unmarshaled.get__buffer_0() != NULL) { il2cpp_array_size_t _unmarshaled__buffer_Length = (unmarshaled.get__buffer_0())->max_length; marshaled.____buffer_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__buffer_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__buffer_Length); i++) { (marshaled.____buffer_0)[i] = static_cast((unmarshaled.get__buffer_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____buffer_0 = NULL; } marshaled.____position_1 = unmarshaled.get__position_1(); } IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_pinvoke_back(const StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_pinvoke& marshaled, StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____buffer_0 != NULL) { if (unmarshaled.get__buffer_0() == NULL) { unmarshaled.set__buffer_0(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__buffer_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__buffer_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____buffer_0)[i])); } } int32_t unmarshaled__position_temp_1 = 0; unmarshaled__position_temp_1 = marshaled.____position_1; unmarshaled.set__position_1(unmarshaled__position_temp_1); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.StringBuffer IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_pinvoke_cleanup(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_pinvoke& marshaled) { if (marshaled.____buffer_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____buffer_0); marshaled.____buffer_0 = NULL; } } // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.StringBuffer IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_com(const StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128& unmarshaled, StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_com& marshaled) { if (unmarshaled.get__buffer_0() != NULL) { il2cpp_array_size_t _unmarshaled__buffer_Length = (unmarshaled.get__buffer_0())->max_length; marshaled.____buffer_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__buffer_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__buffer_Length); i++) { (marshaled.____buffer_0)[i] = static_cast((unmarshaled.get__buffer_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____buffer_0 = NULL; } marshaled.____position_1 = unmarshaled.get__position_1(); } IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_com_back(const StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_com& marshaled, StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____buffer_0 != NULL) { if (unmarshaled.get__buffer_0() == NULL) { unmarshaled.set__buffer_0(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__buffer_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__buffer_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____buffer_0)[i])); } } int32_t unmarshaled__position_temp_1 = 0; unmarshaled__position_temp_1 = marshaled.____position_1; unmarshaled.set__position_1(unmarshaled__position_temp_1); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.StringBuffer IL2CPP_EXTERN_C void StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshal_com_cleanup(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_com& marshaled) { if (marshaled.____buffer_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____buffer_0); marshaled.____buffer_0 = NULL; } } // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m50180D85B49F259316CFFA19E69FAC2DFEE07E1A (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__position_1(); return L_0; } } IL2CPP_EXTERN_C int32_t StringBuffer_get_Position_m50180D85B49F259316CFFA19E69FAC2DFEE07E1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = StringBuffer_get_Position_m50180D85B49F259316CFFA19E69FAC2DFEE07E1A_inline(_thisAdjusted, method); return _returnValue; } // System.Void Newtonsoft.Json.Utilities.StringBuffer::set_Position(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m9EAB48EB3E1072B0C51957B5B57534A47936B6F0 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__position_1(L_0); return; } } IL2CPP_EXTERN_C void StringBuffer_set_Position_m9EAB48EB3E1072B0C51957B5B57534A47936B6F0_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer_set_Position_m9EAB48EB3E1072B0C51957B5B57534A47936B6F0_inline(_thisAdjusted, ___value0, method); } // System.Boolean Newtonsoft.Json.Utilities.StringBuffer::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_mA9327C7B60B8C4EABD2FA9855F915B21B3E1826A (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__buffer_0(); return (bool)((((RuntimeObject*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } IL2CPP_EXTERN_C bool StringBuffer_get_IsEmpty_mA9327C7B60B8C4EABD2FA9855F915B21B3E1826A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = StringBuffer_get_IsEmpty_mA9327C7B60B8C4EABD2FA9855F915B21B3E1826A(_thisAdjusted, method); return _returnValue; } // System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m08F0B2D8BB62799D7A9F96A04B8B558A8C870BF7 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, int32_t ___initalSize1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___bufferPool0; int32_t L_1 = ___initalSize1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2; L_2 = BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF(L_0, L_1, /*hidden argument*/NULL); StringBuffer__ctor_m44E883E835181DBEF9FA86E3294D91042A914544((StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 *)__this, L_2, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void StringBuffer__ctor_m08F0B2D8BB62799D7A9F96A04B8B558A8C870BF7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___bufferPool0, int32_t ___initalSize1, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer__ctor_m08F0B2D8BB62799D7A9F96A04B8B558A8C870BF7(_thisAdjusted, ___bufferPool0, ___initalSize1, method); } // System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m44E883E835181DBEF9FA86E3294D91042A914544 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; __this->set__buffer_0(L_0); __this->set__position_1(0); return; } } IL2CPP_EXTERN_C void StringBuffer__ctor_m44E883E835181DBEF9FA86E3294D91042A914544_AdjustorThunk (RuntimeObject * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer__ctor_m44E883E835181DBEF9FA86E3294D91042A914544(_thisAdjusted, ___buffer0, method); } // System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mEB587A612A423C0EEA858CF2F855623B6CFAAD6C (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, Il2CppChar ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__position_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = __this->get__buffer_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0018; } } { RuntimeObject* L_2 = ___bufferPool0; StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7((StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 *)__this, L_2, 1, /*hidden argument*/NULL); } IL_0018: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get__buffer_0(); int32_t L_4 = __this->get__position_1(); V_0 = L_4; int32_t L_5 = V_0; __this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Il2CppChar L_7 = ___value1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Il2CppChar)L_7); return; } } IL2CPP_EXTERN_C void StringBuffer_Append_mEB587A612A423C0EEA858CF2F855623B6CFAAD6C_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___bufferPool0, Il2CppChar ___value1, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer_Append_mEB587A612A423C0EEA858CF2F855623B6CFAAD6C(_thisAdjusted, ___bufferPool0, ___value1, method); } // System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mB7D099F26B74FF44D0062E65145EC09AAA68C582 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = __this->get__position_1(); int32_t L_1 = ___count3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__buffer_0(); NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_001c; } } { RuntimeObject* L_3 = ___bufferPool0; int32_t L_4 = ___count3; StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7((StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 *)__this, L_3, L_4, /*hidden argument*/NULL); } IL_001c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ___buffer1; int32_t L_6 = ___startIndex2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get__buffer_0(); int32_t L_8 = __this->get__position_1(); int32_t L_9 = ___count3; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = __this->get__position_1(); int32_t L_11 = ___count3; __this->set__position_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); return; } } IL2CPP_EXTERN_C void StringBuffer_Append_mB7D099F26B74FF44D0062E65145EC09AAA68C582_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___bufferPool0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer_Append_mB7D099F26B74FF44D0062E65145EC09AAA68C582(_thisAdjusted, ___bufferPool0, ___buffer1, ___startIndex2, ___count3, method); } // System.Void Newtonsoft.Json.Utilities.StringBuffer::Clear(Newtonsoft.Json.IArrayPool`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Clear_m16AE9943CA16BE8D3F273FF14AAAF90DA2333DC6 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__buffer_0(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = ___bufferPool0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get__buffer_0(); BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494(L_1, L_2, /*hidden argument*/NULL); __this->set__buffer_0((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL); } IL_001b: { __this->set__position_1(0); return; } } IL2CPP_EXTERN_C void StringBuffer_Clear_m16AE9943CA16BE8D3F273FF14AAAF90DA2333DC6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___bufferPool0, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer_Clear_m16AE9943CA16BE8D3F273FF14AAAF90DA2333DC6(_thisAdjusted, ___bufferPool0, method); } // System.Void Newtonsoft.Json.Utilities.StringBuffer::EnsureSize(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, RuntimeObject* ___bufferPool0, int32_t ___appendLength1, const RuntimeMethod* method) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; { RuntimeObject* L_0 = ___bufferPool0; int32_t L_1 = __this->get__position_1(); int32_t L_2 = ___appendLength1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3; L_3 = BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF(L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)2)), /*hidden argument*/NULL); V_0 = L_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get__buffer_0(); if (!L_4) { goto IL_0037; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get__buffer_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = V_0; int32_t L_7 = __this->get__position_1(); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); RuntimeObject* L_8 = ___bufferPool0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get__buffer_0(); BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494(L_8, L_9, /*hidden argument*/NULL); } IL_0037: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = V_0; __this->set__buffer_0(L_10); return; } } IL2CPP_EXTERN_C void StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___bufferPool0, int32_t ___appendLength1, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringBuffer_EnsureSize_mFC7C6C8641DA97CA1E33FEFA3E2356BEE2A38CE7(_thisAdjusted, ___bufferPool0, ___appendLength1, method); } // System.String Newtonsoft.Json.Utilities.StringBuffer::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mB30A25624FBAFD98074B4A62E17FF44026FB6A2F (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__position_1(); String_t* L_1; L_1 = StringBuffer_ToString_mE358A765D39BC6A53424A5E24CFC95B0E1440A0F((StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 *)__this, 0, L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* StringBuffer_ToString_mB30A25624FBAFD98074B4A62E17FF44026FB6A2F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = StringBuffer_ToString_mB30A25624FBAFD98074B4A62E17FF44026FB6A2F(_thisAdjusted, method); return _returnValue; } // System.String Newtonsoft.Json.Utilities.StringBuffer::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuffer_ToString_mE358A765D39BC6A53424A5E24CFC95B0E1440A0F (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__buffer_0(); int32_t L_1 = ___start0; int32_t L_2 = ___length1; String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* StringBuffer_ToString_mE358A765D39BC6A53424A5E24CFC95B0E1440A0F_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = StringBuffer_ToString_mE358A765D39BC6A53424A5E24CFC95B0E1440A0F(_thisAdjusted, ___start0, ___length1, method); return _returnValue; } // System.Char[] Newtonsoft.Json.Utilities.StringBuffer::get_InternalBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringBuffer_get_InternalBuffer_mF2FB70B40A70E2D2ABE71242031EE4AB957D41C1 (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__buffer_0(); return L_0; } } IL2CPP_EXTERN_C CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringBuffer_get_InternalBuffer_mF2FB70B40A70E2D2ABE71242031EE4AB957D41C1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* _returnValue; _returnValue = StringBuffer_get_InternalBuffer_mF2FB70B40A70E2D2ABE71242031EE4AB957D41C1_inline(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_CamelCaseText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringEnumConverter_get_CamelCaseText_m72B0E3D8BB94E5E9812BC9D8E41896F14F17D405 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCamelCaseTextU3Ek__BackingField_0(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_AllowIntegerValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringEnumConverter_get_AllowIntegerValues_m92EC9554D97999DC94F53E86E9E16EBBD6D59C06 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CAllowIntegerValuesU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::set_AllowIntegerValues(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringEnumConverter_set_AllowIntegerValues_m20B36927219B91130DCA4FEC27962DAE5CDEDB40 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CAllowIntegerValuesU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringEnumConverter__ctor_mA12918A557FB35F5772A0CC33CDAD7E61FE32925 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); StringEnumConverter_set_AllowIntegerValues_m20B36927219B91130DCA4FEC27962DAE5CDEDB40_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringEnumConverter_WriteJson_mDCD9ACE82C99EA8BBDEE27A12A53F8DC4F063E16 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __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*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_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*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Enum_t23B90B40F60E677A8025267341651C94AE079CDA * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = 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; V_0 = ((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)CastclassClass((RuntimeObject*)L_2, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var)); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = Enum_ToString_m4F8C0882A819B1D1E3286920D14CC649200F24A1(L_3, _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_7; L_7 = Char_IsNumber_m1575CB90219C78EABADD70B3E53D53522CB0BB9D(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0036; } } { String_t* L_8 = V_1; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)45))))) { goto IL_003e; } } IL_0036: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; RuntimeObject * L_11 = ___value1; NullCheck(L_10); VirtualActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_10, L_11); return; } IL_003e: { Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_12 = V_0; NullCheck(L_12); Type_t * L_13; L_13 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_12, /*hidden argument*/NULL); String_t* L_14 = V_1; bool L_15; L_15 = StringEnumConverter_get_CamelCaseText_m72B0E3D8BB94E5E9812BC9D8E41896F14F17D405_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); String_t* L_16; L_16 = EnumUtils_ToEnumName_m044649ACED3B32011FBA4D6A0F46D51BC38095B2(L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_17 = ___writer0; String_t* L_18 = V_2; NullCheck(L_17); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_17, L_18); return; } } // System.Object Newtonsoft.Json.Converters.StringEnumConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __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*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Type_t * G_B7_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_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(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*)&StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3_RuntimeMethod_var))); } IL_0029: { return NULL; } IL_002b: { Type_t * L_9 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_10; L_10 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_9, /*hidden argument*/NULL); V_0 = L_10; bool L_11 = V_0; if (L_11) { goto IL_0038; } } { Type_t * L_12 = ___objectType1; G_B7_0 = L_12; goto IL_003e; } IL_0038: { Type_t * L_13 = ___objectType1; Type_t * L_14; L_14 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_13, /*hidden argument*/NULL); G_B7_0 = L_14; } IL_003e: { V_1 = G_B7_0; } IL_003f: try {// begin try (depth: 1) { 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)9))))) { goto IL_0061; } } IL_0049: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject * L_18; L_18 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_17); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); bool L_20 = V_0; Type_t * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_tE43AE319C33A5507CB01C0B57A582336C6CA61FE_il2cpp_TypeInfo_var); RuntimeObject * L_22; L_22 = EnumUtils_ParseEnumName_m98F7C54DE44CCE14BB7F682B7B8B5AB16730FEDE(L_19, L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; goto IL_00e9; } IL_0061: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_23); if ((!(((uint32_t)L_24) == ((uint32_t)7)))) { goto IL_00a2; } } IL_006a: { bool L_25; L_25 = StringEnumConverter_get_AllowIntegerValues_m92EC9554D97999DC94F53E86E9E16EBBD6D59C06_inline(__this, /*hidden argument*/NULL); if (L_25) { goto IL_008e; } } IL_0072: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_26 = ___reader0; 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); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29; L_29 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); String_t* L_30; L_30 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1545CFDAAF7A5965985B205CE1C592FF9780059)), L_27, L_29, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_31; L_31 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_26, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3_RuntimeMethod_var))); } IL_008e: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_32 = ___reader0; NullCheck(L_32); RuntimeObject * L_33; L_33 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34; L_34 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); RuntimeObject * L_36; L_36 = ConvertUtils_ConvertOrCast_m5342EFB8ECBE5EE70DBEEA230D1CFC63198768F5(L_33, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; goto IL_00e9; } IL_00a2: { goto IL_00c8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a4; } throw e; } CATCH_00a4: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_37 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38; L_38 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_39 = ___reader0; NullCheck(L_39); RuntimeObject * L_40; L_40 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_39); String_t* L_41; L_41 = MiscellaneousUtils_FormatValueForPrint_m4A7E1EBA219444902294E98F427D5EB44B599C0F(L_40, /*hidden argument*/NULL); Type_t * L_42 = ___objectType1; String_t* L_43; L_43 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34AC5C40D830EF0A8EF122F54B008863A6142239)), L_38, L_41, L_42, /*hidden argument*/NULL); Exception_t * L_44 = V_3; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_45; L_45 = JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228(L_37, L_43, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3_RuntimeMethod_var))); }// end catch (depth: 1) IL_00c8: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_46 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_47; L_47 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_48 = ___reader0; NullCheck(L_48); int32_t L_49; L_49 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_48); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_50); String_t* L_52; L_52 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CA9455F82225506E9807EBEA47D2D77C4B0357C)), L_47, L_51, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_53; L_53 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_46, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringEnumConverter_ReadJson_mBC16B605DEF0862E1C7B9F5E0D3F60D89361B7A3_RuntimeMethod_var))); } IL_00e9: { RuntimeObject * L_54 = V_2; return L_54; } } // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringEnumConverter_CanConvert_mC6923E1227CAC80E32C7D0A9713AA03EC27F75E0 (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_1; L_1 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { Type_t * L_2 = ___objectType0; G_B3_0 = L_2; goto IL_0011; } IL_000b: { Type_t * L_3 = ___objectType0; Type_t * L_4; L_4 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0011: { bool L_5; L_5 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(G_B3_0, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.StringReference IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_pinvoke(const StringReference_t240547C352897ACF4616306114CA606B6055A6E6& unmarshaled, StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_pinvoke& marshaled) { if (unmarshaled.get__chars_0() != NULL) { il2cpp_array_size_t _unmarshaled__chars_Length = (unmarshaled.get__chars_0())->max_length; marshaled.____chars_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__chars_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__chars_Length); i++) { (marshaled.____chars_0)[i] = static_cast((unmarshaled.get__chars_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____chars_0 = NULL; } marshaled.____startIndex_1 = unmarshaled.get__startIndex_1(); marshaled.____length_2 = unmarshaled.get__length_2(); } IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_pinvoke_back(const StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_pinvoke& marshaled, StringReference_t240547C352897ACF4616306114CA606B6055A6E6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____chars_0 != NULL) { if (unmarshaled.get__chars_0() == NULL) { unmarshaled.set__chars_0(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__chars_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__chars_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____chars_0)[i])); } } int32_t unmarshaled__startIndex_temp_1 = 0; unmarshaled__startIndex_temp_1 = marshaled.____startIndex_1; unmarshaled.set__startIndex_1(unmarshaled__startIndex_temp_1); int32_t unmarshaled__length_temp_2 = 0; unmarshaled__length_temp_2 = marshaled.____length_2; unmarshaled.set__length_2(unmarshaled__length_temp_2); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.StringReference IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_pinvoke_cleanup(StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_pinvoke& marshaled) { if (marshaled.____chars_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____chars_0); marshaled.____chars_0 = NULL; } } // Conversion methods for marshalling of: Newtonsoft.Json.Utilities.StringReference IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_com(const StringReference_t240547C352897ACF4616306114CA606B6055A6E6& unmarshaled, StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_com& marshaled) { if (unmarshaled.get__chars_0() != NULL) { il2cpp_array_size_t _unmarshaled__chars_Length = (unmarshaled.get__chars_0())->max_length; marshaled.____chars_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__chars_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__chars_Length); i++) { (marshaled.____chars_0)[i] = static_cast((unmarshaled.get__chars_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____chars_0 = NULL; } marshaled.____startIndex_1 = unmarshaled.get__startIndex_1(); marshaled.____length_2 = unmarshaled.get__length_2(); } IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_com_back(const StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_com& marshaled, StringReference_t240547C352897ACF4616306114CA606B6055A6E6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____chars_0 != NULL) { if (unmarshaled.get__chars_0() == NULL) { unmarshaled.set__chars_0(reinterpret_cast((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__chars_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__chars_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____chars_0)[i])); } } int32_t unmarshaled__startIndex_temp_1 = 0; unmarshaled__startIndex_temp_1 = marshaled.____startIndex_1; unmarshaled.set__startIndex_1(unmarshaled__startIndex_temp_1); int32_t unmarshaled__length_temp_2 = 0; unmarshaled__length_temp_2 = marshaled.____length_2; unmarshaled.set__length_2(unmarshaled__length_temp_2); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Utilities.StringReference IL2CPP_EXTERN_C void StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshal_com_cleanup(StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_com& marshaled) { if (marshaled.____chars_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____chars_0); marshaled.____chars_0 = NULL; } } // 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) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__chars_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); return L_3; } } IL2CPP_EXTERN_C Il2CppChar StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = StringReference_get_Item_mCC414598F34A78B379103674D338A77EA6136E83(_thisAdjusted, ___i0, method); return _returnValue; } // System.Char[] Newtonsoft.Json.Utilities.StringReference::get_Chars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__chars_0(); return L_0; } } IL2CPP_EXTERN_C CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* _returnValue; _returnValue = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_StartIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__startIndex_1(); return L_0; } } IL2CPP_EXTERN_C int32_t StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204 (StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_2(); return L_0; } } IL2CPP_EXTERN_C int32_t StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline(_thisAdjusted, method); return _returnValue; } // 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) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars0; __this->set__chars_0(L_0); int32_t L_1 = ___startIndex1; __this->set__startIndex_1(L_1); int32_t L_2 = ___length2; __this->set__length_2(L_2); return; } } IL2CPP_EXTERN_C void StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F_AdjustorThunk (RuntimeObject * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringReference__ctor_m01DDD5ECD8174F6669AAE9F63E50131B36E68A6F(_thisAdjusted, ___chars0, ___startIndex1, ___length2, 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) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__chars_0(); int32_t L_1 = __this->get__startIndex_1(); int32_t L_2 = __this->get__length_2(); String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C String_t* StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = StringReference_ToString_m2547C9D86B566C13C2FB5483B3FFD878B37F9A91(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0; L_0 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); Il2CppChar L_1 = ___c1; int32_t L_2; L_2 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); int32_t L_3 = ___startIndex2; int32_t L_4 = ___length3; int32_t L_5; L_5 = Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB(L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), L_4, /*hidden argument*/Array_IndexOf_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mE9D63B47592943E4FBEC7A490A103A600FDAAEBB_RuntimeMethod_var); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_001e; } } { return (-1); } IL_001e: { int32_t L_7 = V_0; int32_t L_8; L_8 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); } } // 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) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___text1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0011; } } { return (bool)0; } IL_0011: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3; L_3 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0037; } IL_001d: { String_t* L_4 = ___text1; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_0; int32_t L_8 = V_1; int32_t L_9; L_9 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); uint16_t L_11 = (uint16_t)(L_7)->GetAt(static_cast(L_10)); if ((((int32_t)L_6) == ((int32_t)L_11))) { goto IL_0033; } } { return (bool)0; } IL_0033: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0037: { int32_t L_13 = V_1; String_t* L_14 = ___text1; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_001d; } } { return (bool)1; } } // 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) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___text1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0011; } } { return (bool)0; } IL_0011: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3; L_3 = StringReference_get_Chars_m020702CA028004E195E6E0002693F1DB29042EAD_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4; L_4 = StringReference_get_StartIndex_m727F6D326DD23296FA4DDAFDF36625384ECEC40B_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); int32_t L_5; L_5 = StringReference_get_Length_m0DEC973AB0ADF3CF947C80924F1BF348FBE5C204_inline((StringReference_t240547C352897ACF4616306114CA606B6055A6E6 *)(&___s0), /*hidden argument*/NULL); String_t* L_6 = ___text1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_7)); V_2 = 0; goto IL_0048; } IL_0034: { String_t* L_8 = ___text1; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; int32_t L_12 = V_2; int32_t L_13 = V_1; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); uint16_t L_15 = (uint16_t)(L_11)->GetAt(static_cast(L_14)); if ((((int32_t)L_10) == ((int32_t)L_15))) { goto IL_0044; } } { return (bool)0; } IL_0044: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0048: { int32_t L_17 = V_2; String_t* L_18 = ___text1; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0034; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; RuntimeObject * L_4 = ___arg02; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); String_t* L_5; L_5 = StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A(L_0, L_1, L_3, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; RuntimeObject * L_4 = ___arg02; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_3; RuntimeObject * L_6 = ___arg13; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_6); String_t* L_7; L_7 = StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A(L_0, L_1, L_5, /*hidden argument*/NULL); return L_7; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; RuntimeObject * L_4 = ___arg02; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_3; RuntimeObject * L_6 = ___arg13; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; RuntimeObject * L_8 = ___arg24; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(2), (RuntimeObject *)L_8); String_t* L_9; L_9 = StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A(L_0, L_1, L_7, /*hidden argument*/NULL); return L_9; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; RuntimeObject * L_4 = ___arg02; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_3; RuntimeObject * L_6 = ___arg13; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_5; RuntimeObject * L_8 = ___arg24; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(2), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_7; RuntimeObject * L_10 = ___arg35; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(3), (RuntimeObject *)L_10); String_t* L_11; L_11 = StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A(L_0, L_1, L_9, /*hidden argument*/NULL); return L_11; } } // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mFCC6AB6A81ECA4D02B5C193901D0E734E138741A (String_t* ___format0, RuntimeObject* ___provider1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider1; String_t* L_2 = ___format0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args2; String_t* L_4; L_4 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.IO.StringWriter Newtonsoft.Json.Utilities.StringUtils::CreateStringWriter(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * StringUtils_CreateStringWriter_mCDE2FADE409388D61DD95C44D6ABC067D180B0D0 (int32_t ___capacity0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_3 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mB18BB8248DA5C0677EF9312B26C16D06898E9165(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Nullable`1 Newtonsoft.Json.Utilities.StringUtils::GetLength(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 StringUtils_GetLength_m5250F4258D52261B9967806CFF474853BC503760 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_4; memset((&L_4), 0, sizeof(L_4)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_4), L_3, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); return L_4; } } // System.Void Newtonsoft.Json.Utilities.StringUtils::ToCharAsUnicode(System.Char,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringUtils_ToCharAsUnicode_m08ECAC8F4B2F09E569C3DAABB3DBC8245A410E58 (Il2CppChar ___c0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer1; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer1; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (Il2CppChar)((int32_t)117)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer1; Il2CppChar L_3 = ___c0; Il2CppChar L_4; L_4 = MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D(((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(2), (Il2CppChar)L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ___buffer1; Il2CppChar L_6 = ___c0; Il2CppChar L_7; L_7 = MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D(((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)8))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(3), (Il2CppChar)L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ___buffer1; Il2CppChar L_9 = ___c0; Il2CppChar L_10; L_10 = MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D(((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)4))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(4), (Il2CppChar)L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ___buffer1; Il2CppChar L_12 = ___c0; Il2CppChar L_13; L_13 = MathUtils_IntToHex_m08096A8BF367E08EC0F0BE10D22FD5F167E5030D(((int32_t)((int32_t)L_12&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (Il2CppChar)L_13); return; } } // 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) { 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); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { String_t* L_2 = ___s0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0018; } } IL_0016: { String_t* L_5 = ___s0; return L_5; } IL_0018: { String_t* L_6 = ___s0; NullCheck(L_6); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7; L_7 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_6, /*hidden argument*/NULL); V_0 = L_7; V_1 = 0; goto IL_0062; } IL_0023: { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0031; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_13; L_13 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0068; } } IL_0031: { int32_t L_14 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = V_0; NullCheck(L_15); V_2 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))? 1 : 0); int32_t L_16 = V_1; bool L_17 = V_2; if (!((int32_t)((int32_t)((((int32_t)L_16) > ((int32_t)0))? 1 : 0)&(int32_t)L_17))) { goto IL_004e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = V_0; int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); uint16_t L_21 = (uint16_t)(L_18)->GetAt(static_cast(L_20)); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_22; L_22 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0068; } } IL_004e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = V_0; int32_t L_24 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = V_0; int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29; L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_30; L_30 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (Il2CppChar)L_30); int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0062: { int32_t L_32 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = V_0; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0023; } } IL_0068: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = V_0; String_t* L_35; L_35 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_34, /*hidden argument*/NULL); return L_35; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsHighSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsHighSurrogate_mE0AEA3748F379B551DFFE95F91A4FF251B09CCEC (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsHighSurrogate_m7BECD1C98C902946F069D8936F8A557F1F7DFF01(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsLowSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsLowSurrogate_m4C663533AD7DA12D50F6820EFAD3723CB5524E8B (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsLowSurrogate_m44FA7AA923FDA925E1D536F3DA0A7E1E049E936E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils::StartsWith(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___source0; 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_0014; } } { String_t* L_2 = ___source0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); Il2CppChar L_4 = ___value1; return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_0014: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils::EndsWith(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_EndsWith_m6FC01C84F3118887A568BB4FBE2DF010F95D2074 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___source0; 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_001b; } } { String_t* L_2 = ___source0; String_t* L_3 = ___source0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); Il2CppChar L_6 = ___value1; return (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); } IL_001b: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::.ctor(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonReader__ctor_m7AFF0629970B5C3EDF27A86E188214E818BE9B37 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___innerReader0, 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*)&JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB62AA2CC6BFDA437017A321F61AE9B5B2FF52ADE); s_Il2CppMethodInitialized = true; } { JsonReader__ctor_mD15B973149B223A450420E1E3EC7C5648FF3070D(__this, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___innerReader0; __this->set__innerReader_15(L_0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_2 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF(L_2, L_1, /*hidden argument*/NULL); __this->set__sw_17(L_2); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_3 = __this->get__sw_17(); String_t* L_4; L_4 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB62AA2CC6BFDA437017A321F61AE9B5B2FF52ADE, L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_5); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_6 = __this->get__sw_17(); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_7 = (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 *)il2cpp_codegen_object_new(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A(L_7, L_6, /*hidden argument*/NULL); __this->set__textWriter_16(L_7); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_8 = __this->get__textWriter_16(); NullCheck(L_8); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_8, 1, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.TraceJsonReader::GetDeserializedJsonMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonReader_GetDeserializedJsonMessage_m25D29E496537624A1281CC1396FE1C22B9B6CE54 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_0 = __this->get__sw_17(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } // System.Boolean Newtonsoft.Json.Serialization.TraceJsonReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceJsonReader_Read_mC7AE4725ED71DA99A9C3890E59C3A550C7797158 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsInt32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 TraceJsonReader_ReadAsInt32_m07CD6C54DA64337DB5363584A4002A28C54D0B9C (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 >::Invoke(11 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsInt32() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.String Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonReader_ReadAsString_mFC7D0A41CC73967C0288DB53D181B18AF179A52A (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(12 /* System.String Newtonsoft.Json.JsonReader::ReadAsString() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Byte[] Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TraceJsonReader_ReadAsBytes_m9E530706E2E02D02A5DF1B9C7BEF93381C47825C (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsDecimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E TraceJsonReader_ReadAsDecimal_m62ED843F7D4925C83FE1F1A2B03443F43E1E3F19 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_1; L_1 = VirtualFuncInvoker0< Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E >::Invoke(16 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDecimal() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 TraceJsonReader_ReadAsDouble_m9FCCAEBEC300DF2A5882F5ADD72AA389D89548A2 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 >::Invoke(14 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDouble() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 TraceJsonReader_ReadAsBoolean_m4731F9C0183FFA311D9FBF1A2ABA969CF168B172 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 >::Invoke(15 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsBoolean() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D TraceJsonReader_ReadAsDateTime_mC3EE6BEA702A0F37CA70096B3ADDA4D6F4E35FC9 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D >::Invoke(17 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTime() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Nullable`1 Newtonsoft.Json.Serialization.TraceJsonReader::ReadAsDateTimeOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 TraceJsonReader_ReadAsDateTimeOffset_mF5834EABBBD0F2F658583D0D636902F507045570 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_1; L_1 = VirtualFuncInvoker0< Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 >::Invoke(18 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() */, L_0); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_2 = __this->get__textWriter_16(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtualActionInvoker4< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_2, L_3, (bool)0, (bool)0, (bool)1); return L_1; } } // System.Int32 Newtonsoft.Json.Serialization.TraceJsonReader::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceJsonReader_get_Depth_mA7E8B79B7C952D629399501AD3B79EC9C5B6598D (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Serialization.TraceJsonReader::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonReader_get_Path_m3C73E7145B933C2D576BFD160898ADFA1B475A12 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_0); return L_1; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.Serialization.TraceJsonReader::get_TokenType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceJsonReader_get_TokenType_m158C509F0475A1AD2C74DB46D375E86D3D7D7178 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); return L_1; } } // System.Object Newtonsoft.Json.Serialization.TraceJsonReader::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TraceJsonReader_get_Value_m8801B1D5B7D874C8577FF545DA396856217FB171 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); return L_1; } } // System.Type Newtonsoft.Json.Serialization.TraceJsonReader::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TraceJsonReader_get_ValueType_m2B84530928F4EFC20F09CA8D0F2B67AA664C1F74 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type Newtonsoft.Json.JsonReader::get_ValueType() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonReader_Close_mB17DCE6EBE087F09EDC684090B2BDA9D11EF2DB9 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void Newtonsoft.Json.JsonReader::Close() */, L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_mBD5F042BF6F3B8954DD1E3E814BAA91A32106603 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0016; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0016: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m3A27FBA70CAE1B984C4BFB2A43AF029E95DE4C33 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0011; } } { return 0; } IL_0011: { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.Int32 Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_mEA5E492B3FAC45038DF27B5E10DB4597C672FDCB (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0011; } } { return 0; } IL_0011: { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_2); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::.ctor(Newtonsoft.Json.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter__ctor_m5B7D770660090E6AF7C84A478456F35FEDFAB45E (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___innerWriter0, 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*)&JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95C8A5370D26D671D01AC2995934B40AF9E59DB1); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340(__this, /*hidden argument*/NULL); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___innerWriter0; __this->set__innerWriter_13(L_0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_2 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF(L_2, L_1, /*hidden argument*/NULL); __this->set__sw_15(L_2); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_3 = __this->get__sw_15(); String_t* L_4; L_4 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral95C8A5370D26D671D01AC2995934B40AF9E59DB1, L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_5); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_6 = __this->get__sw_15(); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_7 = (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 *)il2cpp_codegen_object_new(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A(L_7, L_6, /*hidden argument*/NULL); __this->set__textWriter_14(L_7); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_8 = __this->get__textWriter_14(); NullCheck(L_8); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_8, 1, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_9 = __this->get__textWriter_14(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___innerWriter0; NullCheck(L_10); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4(L_10, /*hidden argument*/NULL); NullCheck(L_9); JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline(L_9, L_11, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_12 = __this->get__textWriter_14(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_13 = ___innerWriter0; NullCheck(L_13); int32_t L_14; L_14 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C(L_12, L_14, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_15 = __this->get__textWriter_14(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_16 = ___innerWriter0; NullCheck(L_16); String_t* L_17; L_17 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline(L_15, L_17, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_18 = __this->get__textWriter_14(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_19 = ___innerWriter0; NullCheck(L_19); int32_t L_20; L_20 = JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8(L_18, L_20, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_21 = __this->get__textWriter_14(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_22 = ___innerWriter0; NullCheck(L_22); int32_t L_23; L_23 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(L_22, /*hidden argument*/NULL); NullCheck(L_21); JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD(L_21, L_23, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.TraceJsonWriter::GetSerializedJsonMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonWriter_GetSerializedJsonMessage_mE1374279904FA737311526BB7A0DCFAA4181820F (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_0 = __this->get__sw_15(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mDECD0946BE8CDB73756A4A2EAB61632665360C34 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_2, L_3); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; JsonWriter_WriteValue_mD5F5DD5F9A475E329A9F63DF6E2610C9E4CA5E47(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m90F852D7AA5EE7805A8D74201A3D05694274F5D5 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, bool ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); bool L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); bool L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_2, L_3); bool L_4 = ___value0; JsonWriter_WriteValue_mA6C47BFFF0A3BD4367BAC58A59711A873F44B2D8(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mA2CDA976D12C4C2C803608CFF064C4FD8C2FC707 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, uint8_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); uint8_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_2, L_3); uint8_t L_4 = ___value0; JsonWriter_WriteValue_mCA89BB907A0514BB3C7CF72A3B5DBEB80B601D8B(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2238E223301E1DD85493354CC670BC3E20379023 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, L_2, L_3); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_4 = ___value0; JsonWriter_WriteValue_mC02EF217E1C8832B4F6A67B213156AF0398973C3(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3053129F8DDA7AE7110E4F3325CBF316F1F82552 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); Il2CppChar L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); Il2CppChar L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_2, L_3); Il2CppChar L_4 = ___value0; JsonWriter_WriteValue_m3E13762ABAA97E3B6E5512719A9C20110690867B(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m38454F8C72D80C6FF246E90D3A78B09BA11E01CA (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___value0; JsonWriter_WriteValue_mD3F58DE13B6A261C21A09EDAF057E80B2B465239(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m1EF340B78E591D4ECECA5BCBA599699D12786B9B (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_2, L_3); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value0; JsonWriter_WriteValue_m88A4103C8515DDFFBFAD5F2C27CAC3192CDAA667(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mF0040AE090181DC931089841F3D8044875B1D2DA (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_2, L_3); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_4 = ___value0; JsonWriter_WriteValue_m33E9E1916850836BA29C86ADE3FECA716729AB60(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2B8FB54016869068716BDE4B9612760CF300C82A (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, double ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); double L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); double L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_2, L_3); double L_4 = ___value0; JsonWriter_WriteValue_mC64B161E67A79957FE19EE209CA9543F3CB02267(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteUndefined_m573E51ECBE7E1451773E8DCF1DD574AAC3FBF980 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_1); JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteNull_mD0D94D99E65D9FBDB39701E7E0D6E461D06B8000 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m681B9B8804F2DA0023A6BFBF1DB6B9BEAF4F37D5 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, float ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); float L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); float L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_2, L_3); float L_4 = ___value0; JsonWriter_WriteValue_mE37191ACB24107E7C88B4EBDA034418AAF7E7A71(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m42C7B07F46E06D297BDA8DF2AFB1EEE54CA233E8 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, Guid_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); Guid_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); Guid_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_2, L_3); Guid_t L_4 = ___value0; JsonWriter_WriteValue_m9191D561BCBFD43DDEE7E237191C20371C411DC8(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m9CF04776A17A8D6A45A77314B703202C8C51689D (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); int32_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); int32_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_2, L_3); int32_t L_4 = ___value0; JsonWriter_WriteValue_m3272CDA2D49600CEDC28BCA9655D967F0F2A58F8(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mA81E6EE07CD3F87A280FB58A82A70A2BC05FBF28 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, int64_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); int64_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_2, L_3); int64_t L_4 = ___value0; JsonWriter_WriteValue_m56B6607C1D74A21FB75945C92B57D83FD4419E1C(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mC05850E722E59146033CBA2B72F39C39B45B89B3 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_2, L_3); RuntimeObject * L_4 = ___value0; JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2C6C5FDD9431692B9261C8A70BA23AC9A3D002CC (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, int8_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); int8_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); int8_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_2, L_3); int8_t L_4 = ___value0; JsonWriter_WriteValue_mFB2A849F1CB5FDC6B1A0228F0DCB93CE92F6A974(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m98EFA633CBF4C9EC539C0B88D7780AAB817D47BF (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, int16_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); int16_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); int16_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_2, L_3); int16_t L_4 = ___value0; JsonWriter_WriteValue_m7573324F0A6837B35CA08BD12695B59BDAF319A0(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_mAF7D8F204CBF963F44BA3DDB378A6FA00F9DFF37 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_2, L_3); String_t* L_4 = ___value0; JsonWriter_WriteValue_mCEEBA5B0C394500340F6C32E24FEBD327ED85006(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m432E179DA93FD4125AF43B93CF564ED818373C73 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_2, L_3); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___value0; JsonWriter_WriteValue_mD4355674521311D84F4B8CBC86DA96C39C338622(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m281F8200888983A0B0DB063F241E796A69957C33 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, uint32_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); uint32_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); uint32_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_2, L_3); uint32_t L_4 = ___value0; JsonWriter_WriteValue_mAA9CA5579DEB1985F70702C9D714A208977CCD63(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m4AD41E1ECE64552FF9D631DB2CA092FFF3A6B698 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, uint64_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); uint64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); uint64_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_2, L_3); uint64_t L_4 = ___value0; JsonWriter_WriteValue_m7307E600DEE61DC628FE0A25124E55635AE81B31(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m995E3B8E66AB938E18322D4A959C86DBA5B430C2 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_2, L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___value0; JsonWriter_WriteValue_mFA34221E6FC1DAA2AEB96B267A29701DF84A4593(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m25324644AF8F2C10C1E59CC48DA54A5121E5A5E0 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, uint16_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); uint16_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); uint16_t L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_2, L_3); uint16_t L_4 = ___value0; JsonWriter_WriteValue_m86E02F18462B68408F56664160AA8EE14FBCB847(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteComment_m48B3C1FD7822CC31AB30212F8A107C651CAFAEDB (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___text0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___text0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_2, L_3); String_t* L_4 = ___text0; JsonWriter_WriteComment_m0D55F7EE368A992D6BB35051A3FACD07708FF2A8(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartArray_mC981B74610B3F6ACAB57584E785465104AD9CF4B (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_1); JsonWriter_WriteStartArray_m55F6DCD1D2575341B2A76BCDFA8527221C10EC4D(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndArray_mBBF22A7B32751C85D30939A8D52808AC14C35EA4 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_1); JsonWriter_WriteEndArray_mA517593618A52B60BF52B928EF5C960B9034353F(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartConstructor_m608E3608BAA8FE498CD760625728C592BDEA8DD8 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___name0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_2, L_3); String_t* L_4 = ___name0; JsonWriter_WriteStartConstructor_m20481E29ACCAE010A24BA2926E18E52D09A3727F(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndConstructor_m9E4F093C1721A0DE232F59F6494720B202DC18B2 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_1); JsonWriter_WriteEndConstructor_m1EEE40EE365CB194329A6B648B5F32F79FD9485B(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WritePropertyName_mFD01B971FC589B08F1C7F1472AACDD1977294198 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___name0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_2, L_3); String_t* L_4 = ___name0; JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WritePropertyName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WritePropertyName_mCB090A88DE23BAA4304BA8FF8C117642620E3BEC (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; bool L_2 = ___escape1; NullCheck(L_0); VirtualActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_0, L_1, L_2); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = __this->get__innerWriter_13(); String_t* L_4 = ___name0; bool L_5 = ___escape1; NullCheck(L_3); VirtualActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_3, L_4, L_5); String_t* L_6 = ___name0; JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartObject_m081D83A364446B0E66C00AEC39864A5A39CD7097 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_1); JsonWriter_WriteStartObject_mA8E43167628604D813212CAFF32D9B7CD3EB4913(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndObject_mA6A1F68C94093B6373C3C2C8A5C87A888A39DD93 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_1); JsonWriter_WriteEndObject_mCF63E3221040461984DC7DBDFD106CDB920171C4(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteRawValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteRawValue_mB0875609CF6E5720FDCC6D91EE1D3C3B4BE32640 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___json0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___json0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, L_2, L_3); JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteRaw_m525C4C27D010AEB69C181DE938B939C74C8B5BE9 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___json0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, L_0, L_1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___json0; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, L_2, L_3); String_t* L_4 = ___json0; JsonWriter_WriteRaw_mEB4130437F7C7FFDAD095A67CB948524A7F651B5(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter_Close_mD7F5FBE3C973290F78C457B74AD1AB99BC1D58A3 (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method) { { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtualActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtualActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, L_1); JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904(__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.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) { { MemberInfo_t * L_0 = ___memberInfo0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_0); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(89 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, L_0); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_0); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_0); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(80 /* System.Boolean System.Type::get_IsEnum() */, L_0); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsClass(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_m9D47CA72372812118E70511BD72FE982B3BC893B (Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsClass_m2D39ED0DAFC534D527F8B019DA8B90859A7CA787(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsSealed(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m1FF181A71CEE57C877BDCA959D0B088BC51E8205 (Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsSealed_m688591A832F192E584223CFA48F37EA06C0C0AA5(L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsAbstract_mB16DB56FCABF55740019D32C5286F38E30CAA19F(L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB(L_0, /*hidden argument*/NULL); return L_1; } } // 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) { Type_t * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; int32_t V_2 = 0; { Type_t * L_0 = ___type0; V_0 = L_0; goto IL_001f; } IL_0004: { Type_t * L_1 = V_0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); String_t* L_3 = ___fullTypeName1; bool L_4; L_4 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_2, L_3, 4, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } { Type_t ** L_5 = ___match2; Type_t * L_6 = V_0; *((RuntimeObject **)L_5) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_6); return (bool)1; } IL_0018: { Type_t * L_7 = V_0; Type_t * L_8; L_8 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_001f: { Type_t * L_9 = V_0; if (L_9) { goto IL_0004; } } { Type_t * L_10 = ___type0; NullCheck(L_10); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11; L_11 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_10); V_1 = L_11; V_2 = 0; goto IL_0047; } IL_002d: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); String_t* L_17 = ___fullTypeName1; bool L_18; L_18 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_16, L_17, 4, /*hidden argument*/NULL); if (!L_18) { goto IL_0043; } } { Type_t ** L_19 = ___match2; Type_t * L_20 = ___type0; *((RuntimeObject **)L_19) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_20); return (bool)1; } IL_0043: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0047: { int32_t L_22 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = V_1; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_002d; } } { Type_t ** L_24 = ___match2; *((RuntimeObject **)L_24) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)NULL); return (bool)0; } } // 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) { Type_t * V_0 = NULL; { Type_t * L_0 = ___type0; String_t* L_1 = ___fullTypeName1; bool L_2; L_2 = TypeExtensions_AssignableToTypeName_m0D1D33469CA7EB968A75A6F0E9273F882454495D(L_0, L_1, (Type_t **)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::ImplementInterface(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3 (Type_t * ___type0, Type_t * ___interfaceType1, 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_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5C4FADAE1CD0985640B2EDB887FE74A475EDEEDB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject* V_1 = NULL; Type_t * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; V_0 = L_0; goto IL_0048; } IL_0004: { Type_t * L_1 = V_0; NullCheck(L_1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2; L_2 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_1); NullCheck((RuntimeObject*)(RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_2); V_1 = L_3; } IL_0010: try {// begin try (depth: 1) { goto IL_002d; } IL_0012: { RuntimeObject* L_4 = V_1; NullCheck(L_4); Type_t * L_5; L_5 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t5C4FADAE1CD0985640B2EDB887FE74A475EDEEDB_il2cpp_TypeInfo_var, L_4); V_2 = L_5; Type_t * L_6 = V_2; Type_t * L_7 = ___interfaceType1; if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0029; } } IL_001d: { Type_t * L_8 = V_2; if (!L_8) { goto IL_002d; } } IL_0020: { Type_t * L_9 = V_2; Type_t * L_10 = ___interfaceType1; bool L_11; L_11 = TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_002d; } } IL_0029: { V_3 = (bool)1; IL2CPP_LEAVE(0x4D, FINALLY_0037); } IL_002d: { RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0012; } } IL_0035: { IL2CPP_LEAVE(0x41, 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_14 = V_1; if (!L_14) { goto IL_0040; } } IL_003a: { RuntimeObject* L_15 = V_1; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0040: { IL2CPP_END_FINALLY(55) } }// end finally (depth: 1) IL2CPP_CLEANUP(55) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { Type_t * L_16 = V_0; Type_t * L_17; L_17 = TypeExtensions_BaseType_mA9DD68BC66845DF4806A67AC1C02F3C5741B4CD4(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0048: { Type_t * L_18 = V_0; if (L_18) { goto IL_0004; } } { return (bool)0; } IL_004d: { bool L_19 = V_3; return L_19; } } #ifdef __clang__ #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.Utilities.TypeInformation::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeInformation_get_Type_m101C4515BF4ECD310CDF20BC2C059D112341D2FF (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_Type(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation_set_Type_mDBEF815E9DB934A14E922CFA5DE83E7C3E5242CE (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_0(L_0); return; } } // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.TypeInformation::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeCodeU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation_set_TypeCode_m56B7A4BF0AA5C3B94D522527D1BD03E5D770AFB5 (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeCodeU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.TypeInformation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInformation__ctor_mEF95855DF0C827208EC3B71BC8B9428253308DD5 (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __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.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) { { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___parameterName1; 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, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386_RuntimeMethod_var))); } IL_000a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector2_m9F0D5CAB38093848EDE67465ED5CE3A00FAA4EEB (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector2U3Ek__BackingField_3(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector2(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector2_m409003102FC0044C9B52F2DFD0507A8FE8E74A81 (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector2U3Ek__BackingField_3(L_0); return; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector3_m0FDCE51268D06675E3E79977D7D29C3E8881F6D7 (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector3U3Ek__BackingField_4(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector3(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector3_m30CD6BC592FA653D043005941F1C590E465B598C (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector3U3Ek__BackingField_4(L_0); return; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector4_m367A193107A5E1E279A844A7B04BD89D08D959FA (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector4U3Ek__BackingField_5(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector4(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector4_m3B4BC98CEECCA0BB68ACCE5E061AC3FEC277B04E (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector4U3Ek__BackingField_5(L_0); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter__ctor_mC5FF7BEF6539320094D7CB373FB256887DE653CD (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); VectorConverter_set_EnableVector2_m409003102FC0044C9B52F2DFD0507A8FE8E74A81_inline(__this, (bool)1, /*hidden argument*/NULL); VectorConverter_set_EnableVector3_m30CD6BC592FA653D043005941F1C590E465B598C_inline(__this, (bool)1, /*hidden argument*/NULL); VectorConverter_set_EnableVector4_m3B4BC98CEECCA0BB68ACCE5E061AC3FEC277B04E_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_WriteJson_m7ED361C4AE04E7418107A431CE17112856046808 (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __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*)&Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_4; memset((&V_4), 0, sizeof(V_4)); { 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; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_5 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V2_0(); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0045; } } { RuntimeObject * L_6 = ___value1; V_1 = ((*(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)UnBox(L_6, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var)))); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_7 = ___writer0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8 = V_1; float L_9 = L_8.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = V_1; float L_11 = L_10.get_y_1(); il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_12 = V_2; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); VectorConverter_WriteVector_mDEC4986F19D964C354640871E6F9C3DA09F89E1E(L_7, L_9, L_11, L_12, L_13, /*hidden argument*/NULL); return; } IL_0045: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_15 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V3_1(); if ((!(((RuntimeObject*)(Type_t *)L_14) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_007b; } } { RuntimeObject * L_16 = ___value1; V_3 = ((*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)UnBox(L_16, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var)))); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_17 = ___writer0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_3; float L_19 = L_18.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_3; float L_21 = L_20.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_3; float L_23 = L_22.get_z_4(); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F((&L_24), L_23, /*hidden argument*/Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); VectorConverter_WriteVector_mDEC4986F19D964C354640871E6F9C3DA09F89E1E(L_17, L_19, L_21, L_24, L_25, /*hidden argument*/NULL); return; } IL_007b: { Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_27 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V4_2(); if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_00b8; } } { RuntimeObject * L_28 = ___value1; V_4 = ((*(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 *)((Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 *)UnBox(L_28, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_il2cpp_TypeInfo_var)))); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_29 = ___writer0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_30 = V_4; float L_31 = L_30.get_x_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_32 = V_4; float L_33 = L_32.get_y_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_34 = V_4; float L_35 = L_34.get_z_3(); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_36; memset((&L_36), 0, sizeof(L_36)); Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_37 = V_4; float L_38 = L_37.get_w_4(); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_39; memset((&L_39), 0, sizeof(L_39)); Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F((&L_39), L_38, /*hidden argument*/Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); VectorConverter_WriteVector_mDEC4986F19D964C354640871E6F9C3DA09F89E1E(L_29, L_31, L_33, L_36, L_39, /*hidden argument*/NULL); return; } IL_00b8: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_40 = ___writer0; NullCheck(L_40); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_40); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteVector(Newtonsoft.Json.JsonWriter,System.Single,System.Single,System.Nullable`1,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter_WriteVector_mDEC4986F19D964C354640871E6F9C3DA09F89E1E (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, float ___x1, float ___y2, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___z3, Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A ___w4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = ___writer0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_1, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_2 = ___writer0; float L_3 = ___x1; NullCheck(L_2); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_2, L_3); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_4 = ___writer0; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_4, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_5 = ___writer0; float L_6 = ___y2; NullCheck(L_5); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_5, L_6); bool L_7; L_7 = Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___z3), /*hidden argument*/Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); if (!L_7) { goto IL_006c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_8 = ___writer0; NullCheck(L_8); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_8, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_9 = ___writer0; float L_10; L_10 = Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___z3), /*hidden argument*/Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_RuntimeMethod_var); NullCheck(L_9); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_9, L_10); bool L_11; L_11 = Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_inline((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___w4), /*hidden argument*/Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_RuntimeMethod_var); if (!L_11) { goto IL_006c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_12 = ___writer0; NullCheck(L_12); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_12, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_13 = ___writer0; float L_14; L_14 = Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1((Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *)(&___w4), /*hidden argument*/Nullable_1_get_Value_mA786FCC7325D1F30AEC6425D9BD2869418D9C7F1_RuntimeMethod_var); NullCheck(L_13); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_13, L_14); } IL_006c: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_15 = ___writer0; NullCheck(L_15); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_15); return; } } // System.Object Newtonsoft.Json.Converters.VectorConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * VectorConverter_ReadJson_m59966E36F1AE75C036BF99B5EB228A1E137C4125 (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __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*)&Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_1 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V2_0(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0014; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = VectorConverter_PopulateVector2_m82A6E79318A30940335C292F9D09DE7F42DEF652(L_2, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = L_3; RuntimeObject * L_5 = Box(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var, &L_4); return L_5; } IL_0014: { Type_t * L_6 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_7 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V3_1(); if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_0028; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = VectorConverter_PopulateVector3_m32ECB66A24CB95E260025ED9F19729143F8F725A(L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = L_9; RuntimeObject * L_11 = Box(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_0028: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13; L_13 = VectorConverter_PopulateVector4_mA9E68ECC439F9BB47400DB64A8A084D22755B142(L_12, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_14 = L_13; RuntimeObject * L_15 = Box(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_il2cpp_TypeInfo_var, &L_14); return L_15; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorConverter_CanConvert_m0CBE2D892DD169F447C9F2B761B271FAA2542B7F (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = VectorConverter_get_EnableVector2_m9F0D5CAB38093848EDE67465ED5CE3A00FAA4EEB_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { Type_t * L_1 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_2 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V2_0(); if ((((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_0033; } } IL_0010: { bool L_3; L_3 = VectorConverter_get_EnableVector3_m0FDCE51268D06675E3E79977D7D29C3E8881F6D7_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_5 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V3_1(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_0033; } } IL_0020: { bool L_6; L_6 = VectorConverter_get_EnableVector4_m367A193107A5E1E279A844A7B04BD89D08D959FA_inline(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } { Type_t * L_7 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); Type_t * L_8 = ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->get_V4_2(); return (bool)((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))? 1 : 0); } IL_0031: { return (bool)0; } IL_0033: { return (bool)1; } } // UnityEngine.Vector2 Newtonsoft.Json.Converters.VectorConverter::PopulateVector2(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 VectorConverter_PopulateVector2_m82A6E79318A30940335C292F9D09DE7F42DEF652 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); 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)11)))) { goto IL_0047; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_3; L_3 = JObject_Load_mE10712B20CE007984F2A9066F620D55342CD961E(L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_4 = V_1; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_4, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); float L_6; L_6 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_5, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_x_0(L_6); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_7 = V_1; NullCheck(L_7); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8; L_8 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_7, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, /*hidden argument*/NULL); float L_9; L_9 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_8, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_y_1(L_9); } IL_0047: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = V_0; return L_10; } } // UnityEngine.Vector3 Newtonsoft.Json.Converters.VectorConverter::PopulateVector3(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VectorConverter_PopulateVector3_m32ECB66A24CB95E260025ED9F19729143F8F725A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); 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)11)))) { goto IL_005e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_3; L_3 = JObject_Load_mE10712B20CE007984F2A9066F620D55342CD961E(L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_4 = V_1; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_4, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); float L_6; L_6 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_5, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_x_2(L_6); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_7 = V_1; NullCheck(L_7); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8; L_8 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_7, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, /*hidden argument*/NULL); float L_9; L_9 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_8, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_y_3(L_9); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_10 = V_1; NullCheck(L_10); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11; L_11 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_10, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, /*hidden argument*/NULL); float L_12; L_12 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_11, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_z_4(L_12); } IL_005e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } // UnityEngine.Vector4 Newtonsoft.Json.Converters.VectorConverter::PopulateVector4(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 VectorConverter_PopulateVector4_mA9E68ECC439F9BB47400DB64A8A084D22755B142 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907); s_Il2CppMethodInitialized = true; } Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )); 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)11)))) { goto IL_0075; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_3; L_3 = JObject_Load_mE10712B20CE007984F2A9066F620D55342CD961E(L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_4 = V_1; NullCheck(L_4); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_4, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); float L_6; L_6 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_5, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_x_1(L_6); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_7 = V_1; NullCheck(L_7); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8; L_8 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_7, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, /*hidden argument*/NULL); float L_9; L_9 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_8, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_y_2(L_9); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_10 = V_1; NullCheck(L_10); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11; L_11 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_10, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, /*hidden argument*/NULL); float L_12; L_12 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_11, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_z_3(L_12); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_13 = V_1; NullCheck(L_13); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14; L_14 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_13, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907, /*hidden argument*/NULL); float L_15; L_15 = Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE(L_14, /*hidden argument*/Extensions_Value_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m8702B32EAA74CD12043815A61BF8958A71F99DCE_RuntimeMethod_var); (&V_0)->set_w_4(L_15); } IL_0075: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_16 = V_0; return L_16; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorConverter__cctor_m56EC47609F1BCA9139F8363AA44C1127D3633746 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_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); ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->set_V2_0(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->set_V3_1(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_0_0_0_var) }; Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); ((VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB_il2cpp_TypeInfo_var))->set_V4_2(L_5); 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.VersionConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionConverter_WriteJson_mFA1B84F54D2D945FA43710BA8D407863CE3269E2 (VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F * __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*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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; if (!((Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)IsInstSealed((RuntimeObject*)L_2, Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var))) { goto IL_001f; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___writer0; RuntimeObject * L_4 = ___value1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_3, L_5); return; } IL_001f: { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_6 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFF51AE1F9006774EB05DFE9C7EE8CC7B1AAA1446)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VersionConverter_WriteJson_mFA1B84F54D2D945FA43710BA8D407863CE3269E2_RuntimeMethod_var))); } } // System.Object Newtonsoft.Json.Converters.VersionConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * VersionConverter_ReadJson_mAE54D606E8F4FC9BCBB8CD41F84254B5F9A69BC1 (VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F * __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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_000c; } } { return NULL; } IL_000c: { 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)9))))) { goto IL_0047; } } IL_0016: try {// begin try (depth: 1) JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_4); Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_6 = (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)il2cpp_codegen_object_new(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); Version__ctor_mB484853E49F58F771DF106B7BDC92E49ACE3DAAE(L_6, ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_6; goto IL_006e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0029; } throw e; } CATCH_0029: {// begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; 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); 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); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCEFE08E0E22F0F2F83881114AA953EB6602998C0)), L_8, L_10, /*hidden argument*/NULL); Exception_t * L_12 = V_1; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_13; L_13 = JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228(L_7, L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VersionConverter_ReadJson_mAE54D606E8F4FC9BCBB8CD41F84254B5F9A69BC1_RuntimeMethod_var))); }// end catch (depth: 1) IL_0047: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_14 = ___reader0; 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); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_18); 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); String_t* L_22; L_22 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE277CFF9C0F40D8AD278F095111F17D2F24BD7EA)), L_15, L_19, L_21, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_23; L_23 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_14, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VersionConverter_ReadJson_mAE54D606E8F4FC9BCBB8CD41F84254B5F9A69BC1_RuntimeMethod_var))); } IL_006e: { RuntimeObject * L_24 = V_0; return L_24; } } // System.Boolean Newtonsoft.Json.Converters.VersionConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VersionConverter_CanConvert_mDA98AF4545185944B817FB2F9E7D44D366619E20 (VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_0_0_0_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_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.VersionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionConverter__ctor_m48C41A6977092746B7E357A179DF64BE44C91CA7 (VersionConverter_t50C60F0B6157F8618B76B06ED2C61D1AD8E9215F * __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 #ifdef __clang__ #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.Xml.Linq.XAttribute Newtonsoft.Json.Converters.XAttributeWrapper::get_Attribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)CastclassClass((RuntimeObject*)L_0, XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XAttributeWrapper::.ctor(System.Xml.Linq.XAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_0 = ___attribute0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_Value_mA31B4F2B53B410865754B0F787CEF26DDCA3D8F0 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method) { { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_0; L_0 = XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XAttribute_get_Value_m2458D145A9C0231EE71816040601199252F53A84_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_LocalName_m7FB13F834AC9586CBE5D534588A9A3D807243F0D (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method) { { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_0; L_0 = XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XAttribute_get_Name_m89A65BCA2C1D25349F1B814F823208D897CA79FB_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = XName_get_LocalName_m696497ACA70F6707FAF6DDC7B0FB4297D7F4A007_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_NamespaceUri_m62127C9CFAA86B4FE8570C359B23B8DBDDF61295 (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method) { { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_0; L_0 = XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XAttribute_get_Name_m89A65BCA2C1D25349F1B814F823208D897CA79FB_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = XName_get_NamespaceName_m48B792158467825280622E60E7222C565B3BDB20(L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XAttributeWrapper::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XAttributeWrapper_get_ParentNode_m4AEAFA39D14653A50EBD0876AB2B7758148DB05D (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * __this, const RuntimeMethod* method) { { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_0; L_0 = XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_2; L_2 = XAttributeWrapper_get_Attribute_m4F0DEDBEE7283F7C7D77C383040AAE807E3C3409(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_3; L_3 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_2, /*hidden argument*/NULL); RuntimeObject* L_4; L_4 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XComment Newtonsoft.Json.Converters.XCommentWrapper::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * XCommentWrapper_get_Text_m6C168F8D8C3061B0B25AE417A4142EABC1AB2F6D (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 *)CastclassClass((RuntimeObject*)L_0, XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XCommentWrapper::.ctor(System.Xml.Linq.XComment) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XCommentWrapper__ctor_mD4DF06F04148974F33593A10FBB4F1C0C32F5630 (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XCommentWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XCommentWrapper_get_Value_mA5BA32AB679C7D6499F9BE58B9C9098E7B4CAFAD (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, const RuntimeMethod* method) { { XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * L_0; L_0 = XCommentWrapper_get_Text_m6C168F8D8C3061B0B25AE417A4142EABC1AB2F6D(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XComment_get_Value_mA7E894839128338EB9E902993EF632F88ED96762_inline(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XCommentWrapper::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XCommentWrapper_get_ParentNode_m0B07C96052B20C7637DE326CFF1F65FE90A864AD (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * __this, const RuntimeMethod* method) { { XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * L_0; L_0 = XCommentWrapper_get_Text_m6C168F8D8C3061B0B25AE417A4142EABC1AB2F6D(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * L_2; L_2 = XCommentWrapper_get_Text_m6C168F8D8C3061B0B25AE417A4142EABC1AB2F6D(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_3; L_3 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_2, /*hidden argument*/NULL); RuntimeObject* L_4; L_4 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XContainer Newtonsoft.Json.Converters.XContainerWrapper::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 *)CastclassClass((RuntimeObject*)L_0, XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XContainerWrapper::.ctor(System.Xml.Linq.XContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XContainerWrapper__ctor_m0ADFCE10024526AFA62F73D498ADCAA302BF8832 (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * ___container0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * L_0 = ___container0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XContainerWrapper_get_ChildNodes_m8777D68C8963F8EBD3BB056BB2242271099C8B2E (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __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_t21FD747F2BF1B215864956D166D3B2DA85207214_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t0EB06B71D3A5651429398C327E9E99BFAACB3F8A_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_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = __this->get__childNodes_2(); if (L_0) { goto IL_0052; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_1 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF(L_1, /*hidden argument*/List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); __this->set__childNodes_2(L_1); XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * L_2; L_2 = XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = XContainer_Nodes_m632C45E4BEDC295DD4F44DE68CB9B9F5385F4E54(L_2, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t21FD747F2BF1B215864956D166D3B2DA85207214_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_0024: try {// begin try (depth: 1) { goto IL_003e; } IL_0026: { RuntimeObject* L_5 = V_0; NullCheck(L_5); XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * L_6; L_6 = InterfaceFuncInvoker0< XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t0EB06B71D3A5651429398C327E9E99BFAACB3F8A_il2cpp_TypeInfo_var, L_5); V_1 = L_6; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_7 = __this->get__childNodes_2(); XNode_tB88EE59443DF799686825ED2168D47C857C8CA99 * L_8 = V_1; RuntimeObject* L_9; L_9 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_7, L_9, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); } IL_003e: { RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0026; } } IL_0046: { IL2CPP_LEAVE(0x52, FINALLY_0048); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; if (!L_12) { goto IL_0051; } } IL_004b: { RuntimeObject* L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0051: { IL2CPP_END_FINALLY(72) } }// end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_14 = __this->get__childNodes_2(); return L_14; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_get_ParentNode_m2B0B5BFDF8CCA35729241D051FBD2446960E2418 (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, const RuntimeMethod* method) { { XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * L_0; L_0 = XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * L_2; L_2 = XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_3; L_3 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_2, /*hidden argument*/NULL); RuntimeObject* L_4; L_4 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::WrapNode(System.Xml.Linq.XObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858 (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_0 = ___node0; if (!((XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF *)IsInstClass((RuntimeObject*)L_0, XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var))) { goto IL_0014; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_1 = ___node0; XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * L_2 = (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB *)il2cpp_codegen_object_new(XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB_il2cpp_TypeInfo_var); XDocumentWrapper__ctor_mA40162DE79076210B0763CA5CDD39B659106DF94(L_2, ((XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF *)CastclassClass((RuntimeObject*)L_1, XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_3 = ___node0; if (!((XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)IsInstClass((RuntimeObject*)L_3, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var))) { goto IL_0028; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_4 = ___node0; XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * L_5 = (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 *)il2cpp_codegen_object_new(XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245(L_5, ((XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)CastclassClass((RuntimeObject*)L_4, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0028: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_6 = ___node0; if (!((XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 *)IsInstClass((RuntimeObject*)L_6, XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var))) { goto IL_003c; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_7 = ___node0; XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * L_8 = (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 *)il2cpp_codegen_object_new(XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587_il2cpp_TypeInfo_var); XContainerWrapper__ctor_m0ADFCE10024526AFA62F73D498ADCAA302BF8832(L_8, ((XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 *)CastclassClass((RuntimeObject*)L_7, XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_003c: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_9 = ___node0; if (!((XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 *)IsInstClass((RuntimeObject*)L_9, XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var))) { goto IL_0050; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_10 = ___node0; XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * L_11 = (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 *)il2cpp_codegen_object_new(XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3_il2cpp_TypeInfo_var); XProcessingInstructionWrapper__ctor_m87935CB1DC84DCDB5234365EE1B470EA363793F0(L_11, ((XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 *)CastclassClass((RuntimeObject*)L_10, XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_0050: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_12 = ___node0; if (!((XText_t14C82CC828138F000842E6611CBE05281260A3FC *)IsInstClass((RuntimeObject*)L_12, XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var))) { goto IL_0064; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_13 = ___node0; XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * L_14 = (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E *)il2cpp_codegen_object_new(XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E_il2cpp_TypeInfo_var); XTextWrapper__ctor_mA04D7C89E83FB85B01CA8A2411408841939FE577(L_14, ((XText_t14C82CC828138F000842E6611CBE05281260A3FC *)CastclassClass((RuntimeObject*)L_13, XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_14; } IL_0064: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_15 = ___node0; if (!((XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 *)IsInstClass((RuntimeObject*)L_15, XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var))) { goto IL_0078; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_16 = ___node0; XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 * L_17 = (XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223 *)il2cpp_codegen_object_new(XCommentWrapper_tA79674D3C2149D503AB6DC40D0A51AA593E06223_il2cpp_TypeInfo_var); XCommentWrapper__ctor_mD4DF06F04148974F33593A10FBB4F1C0C32F5630(L_17, ((XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 *)CastclassClass((RuntimeObject*)L_16, XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_17; } IL_0078: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_18 = ___node0; if (!((XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)IsInstClass((RuntimeObject*)L_18, XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var))) { goto IL_008c; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_19 = ___node0; XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * L_20 = (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 *)il2cpp_codegen_object_new(XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9(L_20, ((XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)CastclassClass((RuntimeObject*)L_19, XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_20; } IL_008c: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_21 = ___node0; if (!((XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 *)IsInstClass((RuntimeObject*)L_21, XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var))) { goto IL_00a0; } } { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_22 = ___node0; XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * L_23 = (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 *)il2cpp_codegen_object_new(XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2_il2cpp_TypeInfo_var); XDocumentTypeWrapper__ctor_mF9F9FC996AB634DBF2EFE7A0ACBA6AA999BDEE43(L_23, ((XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 *)CastclassClass((RuntimeObject*)L_22, XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_23; } IL_00a0: { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_24 = ___node0; XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_25 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_25, L_24, /*hidden argument*/NULL); return L_25; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_AppendChild_m5970EF8979BC3561C2350E5A812DEFB6198AFDEA (XContainerWrapper_t1DB4CAACD3D3442FAB65F781A4EC215B65FCA587 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XContainer_t195526C99472280E1DE55FCBAF9060CD9DE37525 * L_0; L_0 = XContainerWrapper_get_Container_m3CBDD0A73C1AE4001ABAFA3D8119A8AF2F5EFCCA(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___newChild0; NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_1); NullCheck(L_0); XContainer_Add_m5FBA597F4E81D576BA717343AFC8DCB2C1404680(L_0, L_2, /*hidden argument*/NULL); __this->set__childNodes_2((List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL); RuntimeObject* L_3 = ___newChild0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::get_Declaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = __this->get_U3CDeclarationU3Ek__BackingField_2(); return L_0; } } // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::set_Declaration(System.Xml.Linq.XDeclaration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDeclarationWrapper_set_Declaration_m5305289F2ADC283784668A45EBC7913CFE934E7C (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___value0, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = ___value0; __this->set_U3CDeclarationU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::.ctor(System.Xml.Linq.XDeclaration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDeclarationWrapper__ctor_m5476337823DCEF6C0D1DCC41BA6C786135E72990 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___declaration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)NULL, /*hidden argument*/NULL); XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = ___declaration0; XDeclarationWrapper_set_Declaration_m5305289F2ADC283784668A45EBC7913CFE934E7C_inline(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XDeclarationWrapper::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XDeclarationWrapper_get_NodeType_mC15F2E634D67AADA770174144489D861A93C1897 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Version_m3D6BD865F8C60D5B752838E5EAC2E3801C25DC48 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0; L_0 = XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XDeclaration_get_Version_mDDED237A915B204AE4457A8A79AF21EC3B900BCB_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Encoding_m788BC71AF9869203F0C327FF585E732B39490603 (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0; L_0 = XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XDeclaration_get_Encoding_mC688E2726A699007C9C7B3EEE8C7398EE276E92C_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Standalone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Standalone_m966B714BC3DC532C2C97F825DED9BBB11D85E7ED (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0; L_0 = XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XDeclaration_get_Standalone_m15EF1F74D2226D5CAE08BB9847949FBD2F63D967_inline(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.Void Newtonsoft.Json.Converters.XDocumentTypeWrapper::.ctor(System.Xml.Linq.XDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocumentTypeWrapper__ctor_mF9F9FC996AB634DBF2EFE7A0ACBA6AA999BDEE43 (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * ___documentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_0 = ___documentType0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_1 = ___documentType0; __this->set__documentType_2(L_1); return; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_Name_m3A232C6231506BD90CCB73A374071C995F035DD3 (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, const RuntimeMethod* method) { { XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1; L_1 = XDocumentType_get_Name_m04C91428C8855ADAB40835A90052855A047018AE_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_System() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_System_m5E93715FB3832C0072F3688BFF1A7C8272EA80C8 (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, const RuntimeMethod* method) { { XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1; L_1 = XDocumentType_get_SystemId_mB1375770572FE85EEB70E7B9E5D7BFD70197589C_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_Public() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_Public_m455E1824FDD949A3960E8A96916B09ABFA4A934C (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, const RuntimeMethod* method) { { XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1; L_1 = XDocumentType_get_PublicId_mB921F6E459C9B1C858D3DE85A9D2504A99BA0A7C_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_InternalSubset_mF0236A07F12DCF6CDBFBFFDA38EF4FDEA8240C9F (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, const RuntimeMethod* method) { { XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1; L_1 = XDocumentType_get_InternalSubset_m11B53A99D2308E042E737F455BC83B7E28B8A02E_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_LocalName_mC3BE4C76280083229FA8090845C475DC08C76269 (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C); s_Il2CppMethodInitialized = true; } { return _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; } } #ifdef __clang__ #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.Xml.Linq.XDocument Newtonsoft.Json.Converters.XDocumentWrapper::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF *)CastclassClass((RuntimeObject*)L_0, XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XDocumentWrapper::.ctor(System.Xml.Linq.XDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XDocumentWrapper__ctor_mA40162DE79076210B0763CA5CDD39B659106DF94 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * ___document0, const RuntimeMethod* method) { { XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_0 = ___document0; XContainerWrapper__ctor_m0ADFCE10024526AFA62F73D498ADCAA302BF8832(__this, L_0, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XDocumentWrapper::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XDocumentWrapper_get_ChildNodes_m0AC7789ADF8A7B1EFE782DBF6765C82EB85EF208 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t74A1330085B8247FB17128749F92AD552C221D8B * V_0 = NULL; { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0; L_0 = XContainerWrapper_get_ChildNodes_m8777D68C8963F8EBD3BB056BB2242271099C8B2E(__this, /*hidden argument*/NULL); V_0 = L_0; XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_1; L_1 = XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2(__this, /*hidden argument*/NULL); NullCheck(L_1); XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_2; L_2 = XDocument_get_Declaration_m79EEF06C46AFAB498402C2D1D34140A0E06ABCA3_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_3, 0, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) == ((int32_t)((int32_t)17)))) { goto IL_003b; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_6 = V_0; XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_7; L_7 = XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2(__this, /*hidden argument*/NULL); NullCheck(L_7); XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_8; L_8 = XDocument_get_Declaration_m79EEF06C46AFAB498402C2D1D34140A0E06ABCA3_inline(L_7, /*hidden argument*/NULL); XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * L_9 = (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB *)il2cpp_codegen_object_new(XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var); XDeclarationWrapper__ctor_m5476337823DCEF6C0D1DCC41BA6C786135E72990(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_6); List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A(L_6, 0, L_9, /*hidden argument*/List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A_RuntimeMethod_var); } IL_003b: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_10 = V_0; return L_10; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateComment_m125FDB57330D1FB34DC22FD189447BECE12726B1 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * L_1 = (XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 *)il2cpp_codegen_object_new(XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9_il2cpp_TypeInfo_var); XComment__ctor_mD1594490E6706E752D9A5C9B748CF84AEC2B9B22(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateTextNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateTextNode_mD9D8E117968292CC906E283F4E87D0D0F33F3690 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_1 = (XText_t14C82CC828138F000842E6611CBE05281260A3FC *)il2cpp_codegen_object_new(XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); XText__ctor_m68D7A7EBA4977B7FC8570D10E60B34EDC4D8CA5B(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateCDataSection_m13DA76ACCBA7EE1FCD61DC549CE152304279B000 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF * L_1 = (XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF *)il2cpp_codegen_object_new(XCData_t2D3320B7D21595905FFCA80B1CE6A727F567AAEF_il2cpp_TypeInfo_var); XCData__ctor_m9FA9F20CF152A7C7EEC9320F2FCD3F2F036C8F2E(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateWhitespace_mC2AF0455A48DF27A48EA74951A39043B58714703 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_1 = (XText_t14C82CC828138F000842E6611CBE05281260A3FC *)il2cpp_codegen_object_new(XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); XText__ctor_m68D7A7EBA4977B7FC8570D10E60B34EDC4D8CA5B(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateSignificantWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateSignificantWhitespace_m6400B379E64B467598C4B1F70B8BCB2BDB5D9DEC (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_1 = (XText_t14C82CC828138F000842E6611CBE05281260A3FC *)il2cpp_codegen_object_new(XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); XText__ctor_m68D7A7EBA4977B7FC8570D10E60B34EDC4D8CA5B(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)il2cpp_codegen_object_new(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateXmlDeclaration(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateXmlDeclaration_m262E5F93F4AE30AE0C30467BC833484CEE12083B (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; String_t* L_1 = ___encoding1; String_t* L_2 = ___standalone2; XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_3 = (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 *)il2cpp_codegen_object_new(XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090_il2cpp_TypeInfo_var); XDeclaration__ctor_mAC7E1D3714CCD045D87DAF9F6C9EEAECAE66F650(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * L_4 = (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB *)il2cpp_codegen_object_new(XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var); XDeclarationWrapper__ctor_m5476337823DCEF6C0D1DCC41BA6C786135E72990(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateXmlDocumentType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateXmlDocumentType_mE73AC70E0AD051FF3AC404D5ED1E51720D05454E (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * L_4 = (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 *)il2cpp_codegen_object_new(XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892_il2cpp_TypeInfo_var); XDocumentType__ctor_m8DD9AEBE8CA7BEE73B9AE7D221DA238FB47724C3(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 * L_5 = (XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2 *)il2cpp_codegen_object_new(XDocumentTypeWrapper_t50815C8874A3C25228E07503F83E4A8617DA86B2_il2cpp_TypeInfo_var); XDocumentTypeWrapper__ctor_mF9F9FC996AB634DBF2EFE7A0ACBA6AA999BDEE43(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateProcessingInstruction_mA6E7CD89664A374817D4844193025D6A684C1B35 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * L_2 = (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 *)il2cpp_codegen_object_new(XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var); XProcessingInstruction__ctor_m49A9FD814CED60CDF313649D7529DBE0AC8D4A7B(L_2, L_0, L_1, /*hidden argument*/NULL); XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * L_3 = (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 *)il2cpp_codegen_object_new(XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3_il2cpp_TypeInfo_var); XProcessingInstructionWrapper__ctor_m87935CB1DC84DCDB5234365EE1B470EA363793F0(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::CreateElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateElement_m1250CF989BD2104C7AABFFB9FCB0CCC280ADD904 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___elementName0; XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XName_op_Implicit_mC9F588EE5257A3A259D5CF52E9EBCC36B46C01C6(L_0, /*hidden argument*/NULL); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_2 = (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)il2cpp_codegen_object_new(XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); XElement__ctor_m7C010BE83763396D50EB4E51C1B21A1DDDE258B2(L_2, L_1, /*hidden argument*/NULL); XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * L_3 = (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 *)il2cpp_codegen_object_new(XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::CreateElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateElement_m88938EFEAA7D7CDBEBC41DC9B58860903CECAA51 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___qualifiedName0; String_t* L_1; L_1 = MiscellaneousUtils_GetLocalName_m937BEFD1B1D5E23441DED4A9FD78F10D83176F73(L_0, /*hidden argument*/NULL); String_t* L_2 = ___namespaceUri1; XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_3; L_3 = XName_Get_m156EF1F2EE51A933D4606C3D36849511F104E16F(L_1, L_2, /*hidden argument*/NULL); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_4 = (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)il2cpp_codegen_object_new(XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); XElement__ctor_m7C010BE83763396D50EB4E51C1B21A1DDDE258B2(L_4, L_3, /*hidden argument*/NULL); XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * L_5 = (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 *)il2cpp_codegen_object_new(XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateAttribute_m0A865E5434FC7E64282BD8EC76E6E11DC89F91A8 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XName_op_Implicit_mC9F588EE5257A3A259D5CF52E9EBCC36B46C01C6(L_0, /*hidden argument*/NULL); String_t* L_2 = ___value1; XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_3 = (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)il2cpp_codegen_object_new(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); XAttribute__ctor_m40547774AADEFD8633306215AA57995F4BA4470F(L_3, L_1, L_2, /*hidden argument*/NULL); XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * L_4 = (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 *)il2cpp_codegen_object_new(XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateAttribute_mB35C555656C8A8ABD9D22B2C466D18D03DFCF18D (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___qualifiedName0; String_t* L_1; L_1 = MiscellaneousUtils_GetLocalName_m937BEFD1B1D5E23441DED4A9FD78F10D83176F73(L_0, /*hidden argument*/NULL); String_t* L_2 = ___namespaceUri1; XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_3; L_3 = XName_Get_m156EF1F2EE51A933D4606C3D36849511F104E16F(L_1, L_2, /*hidden argument*/NULL); String_t* L_4 = ___value2; XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_5 = (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)il2cpp_codegen_object_new(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); XAttribute__ctor_m40547774AADEFD8633306215AA57995F4BA4470F(L_5, L_3, L_4, /*hidden argument*/NULL); XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * L_6 = (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 *)il2cpp_codegen_object_new(XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_get_DocumentElement_m591D5698B2327C29DAD0EF27C497CF27E794EFF2 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_0; L_0 = XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XDocument_get_Root_mAE2F3525990D542B2614A8CCA6F42C45A0F4302F(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_2; L_2 = XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_3; L_3 = XDocument_get_Root_mAE2F3525990D542B2614A8CCA6F42C45A0F4302F(L_2, /*hidden argument*/NULL); XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * L_4 = (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 *)il2cpp_codegen_object_new(XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_AppendChild_mB24309C6F7776071A64655A28E638086C4626643 (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * V_0 = NULL; { RuntimeObject* L_0 = ___newChild0; V_0 = ((XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB *)IsInstClass((RuntimeObject*)L_0, XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB_il2cpp_TypeInfo_var)); XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * L_1 = V_0; if (!L_1) { goto IL_001d; } } { XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_2; L_2 = XDocumentWrapper_get_Document_mE1AA633877F833EE315345BDA7A43D9AE0E25BF2(__this, /*hidden argument*/NULL); XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * L_3 = V_0; NullCheck(L_3); XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_4; L_4 = XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); XDocument_set_Declaration_m972A42B67962FBA050E91864F7056AD03FB7ECA0_inline(L_2, L_4, /*hidden argument*/NULL); XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * L_5 = V_0; return L_5; } IL_001d: { RuntimeObject* L_6 = ___newChild0; RuntimeObject* L_7; L_7 = XContainerWrapper_AppendChild_m5970EF8979BC3561C2350E5A812DEFB6198AFDEA(__this, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement Newtonsoft.Json.Converters.XElementWrapper::get_Element() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)CastclassClass((RuntimeObject*)L_0, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XElementWrapper::.ctor(System.Xml.Linq.XElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XElementWrapper__ctor_mEDAB7607CA915010D73C9FAC87EA4F81F540E245 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * ___element0, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0 = ___element0; XContainerWrapper__ctor_m0ADFCE10024526AFA62F73D498ADCAA302BF8832(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XElementWrapper::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XElementWrapper_SetAttributeNode_m3933671A016B70A9FF47C224F00E3B5045FE885D (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, RuntimeObject* ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * V_0 = NULL; { RuntimeObject* L_0 = ___attribute0; V_0 = ((XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 *)CastclassClass((RuntimeObject*)L_0, XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var)); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); XContainer_Add_m5FBA597F4E81D576BA717343AFC8DCB2C1404680(L_1, L_3, /*hidden argument*/NULL); __this->set__attributes_3((List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XElementWrapper::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XElementWrapper_get_Attributes_mDCF98CCE573F3B2EA44155F405B88931FC7A6BE9 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tD70F1F8A055E4C430F02E84FEFA79A4AB50C1B35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBF0A4C0309DD6C17E06E972B1CC2A4715F9AB2E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * V_2 = NULL; bool V_3 = false; Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_4; memset((&V_4), 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B12_0 = NULL; String_t* G_B12_1 = NULL; RuntimeObject* G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = __this->get__attributes_3(); if (L_0) { goto IL_011e; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_1 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF(L_1, /*hidden argument*/List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); __this->set__attributes_3(L_1); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_2; L_2 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = XElement_Attributes_m6EEF7C26CF58974068C62663F5A3AD6192327AEB(L_2, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tD70F1F8A055E4C430F02E84FEFA79A4AB50C1B35_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0027: try {// begin try (depth: 1) { goto IL_0041; } IL_0029: { RuntimeObject* L_5 = V_1; NullCheck(L_5); XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_6; L_6 = InterfaceFuncInvoker0< XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tBF0A4C0309DD6C17E06E972B1CC2A4715F9AB2E6_il2cpp_TypeInfo_var, L_5); V_2 = L_6; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_7 = __this->get__attributes_3(); XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_8 = V_2; XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * L_9 = (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 *)il2cpp_codegen_object_new(XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_7, L_9, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); } IL_0041: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0029; } } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_0054; } } IL_004e: { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0054: { IL2CPP_END_FINALLY(75) } }// end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(20 /* System.String Newtonsoft.Json.Converters.XObjectWrapper::get_NamespaceUri() */, __this); V_0 = L_14; String_t* L_15 = V_0; bool L_16; L_16 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_011e; } } { String_t* L_17 = V_0; RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::get_ParentNode() */, __this); RuntimeObject* L_19 = L_18; G_B11_0 = L_19; G_B11_1 = L_17; if (L_19) { G_B12_0 = L_19; G_B12_1 = L_17; goto IL_0075; } } { G_B13_0 = ((String_t*)(NULL)); G_B13_1 = G_B11_1; goto IL_007a; } IL_0075: { NullCheck(G_B12_0); String_t* L_20; L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, G_B12_0); G_B13_0 = L_20; G_B13_1 = G_B12_1; } IL_007a: { bool L_21; L_21 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(G_B13_1, G_B13_0, /*hidden argument*/NULL); if (!L_21) { goto IL_011e; } } { String_t* L_22 = V_0; String_t* L_23; L_23 = XElementWrapper_GetPrefixOfNamespace_m8FC08AD41E95D9FE7E2AFD89E6E2E37C26778B47(__this, L_22, /*hidden argument*/NULL); bool L_24; L_24 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_011e; } } { V_3 = (bool)0; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_25 = __this->get__attributes_3(); NullCheck(L_25); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_26; L_26 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_25, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_4 = L_26; } IL_00a4: try {// begin try (depth: 1) { goto IL_00e1; } IL_00a6: { RuntimeObject* L_27; L_27 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_5 = L_27; RuntimeObject* L_28 = V_5; NullCheck(L_28); String_t* L_29; L_29 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_28); bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_30) { goto IL_00e1; } } IL_00c2: { RuntimeObject* L_31 = V_5; NullCheck(L_31); String_t* L_32; L_32 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_31); bool L_33; L_33 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e1; } } IL_00d0: { RuntimeObject* L_34 = V_5; NullCheck(L_34); String_t* L_35; L_35 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_34); String_t* L_36 = V_0; bool L_37; L_37 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e1; } } IL_00df: { V_3 = (bool)1; } IL_00e1: { bool L_38; L_38 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_38) { goto IL_00a6; } } IL_00ea: { IL2CPP_LEAVE(0xFA, FINALLY_00ec); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ec; } FINALLY_00ec: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(236) }// end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFA, IL_00fa) } IL_00fa: { bool L_39 = V_3; if (L_39) { goto IL_011e; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_40 = __this->get__attributes_3(); XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_41; L_41 = XName_op_Implicit_mC9F588EE5257A3A259D5CF52E9EBCC36B46C01C6(_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); String_t* L_42 = V_0; XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * L_43 = (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 *)il2cpp_codegen_object_new(XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7_il2cpp_TypeInfo_var); XAttribute__ctor_m40547774AADEFD8633306215AA57995F4BA4470F(L_43, L_41, L_42, /*hidden argument*/NULL); XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 * L_44 = (XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365 *)il2cpp_codegen_object_new(XAttributeWrapper_t5B4B95AAFE8C8C54C8E34EBAABBD272152AB0365_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m31D76E884C584D16FC5D38578A03A434F1B088F9(L_44, L_43, /*hidden argument*/NULL); NullCheck(L_40); List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A(L_40, 0, L_44, /*hidden argument*/List_1_Insert_m052756D012D05D5527615A1EA22492315B40596A_RuntimeMethod_var); } IL_011e: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_45 = __this->get__attributes_3(); return L_45; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XElementWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XElementWrapper_AppendChild_m978842307398B2C56916D21ACD3F0CBB423F7E1C (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___newChild0; RuntimeObject* L_1; L_1 = XContainerWrapper_AppendChild_m5970EF8979BC3561C2350E5A812DEFB6198AFDEA(__this, L_0, /*hidden argument*/NULL); __this->set__attributes_3((List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_Value_mCDC09A1B4B83E4CF18068E2208DE7516A6EAC9A0 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0; L_0 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XElement_get_Value_mBD9F8869BF4F3865FEDED418854020E9AFF031FA(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_LocalName_m6447DE23B0FC1D8473851D27459398710C5E60B0 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0; L_0 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XElement_get_Name_m1154DCAA063C86BB056B2A49FF9C4FA65CEEAD3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = XName_get_LocalName_m696497ACA70F6707FAF6DDC7B0FB4297D7F4A007_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_NamespaceUri_m190AF0E71CD916A3FEE00790B2B3A4B44D170DA2 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0; L_0 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_1; L_1 = XElement_get_Name_m1154DCAA063C86BB056B2A49FF9C4FA65CEEAD3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = XName_get_NamespaceName_m48B792158467825280622E60E7222C565B3BDB20(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::GetPrefixOfNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XElementWrapper_GetPrefixOfNamespace_m8FC08AD41E95D9FE7E2AFD89E6E2E37C26778B47 (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0; L_0 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); String_t* L_1 = ___namespaceUri0; XNamespace_t3A3A936B27B611FC80018B6964914C8AF6F8A2E7 * L_2; L_2 = XNamespace_op_Implicit_mFD01E59059149272C9710886353E8236CAA97AE5(L_1, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3; L_3 = XElement_GetPrefixOfNamespace_mF9843F62F43762B9E43BBAF8DA634CFBBA393C8E(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean Newtonsoft.Json.Converters.XElementWrapper::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XElementWrapper_get_IsEmpty_m79037FACA97313E7DE13786A930D4174CE232EAC (XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 * __this, const RuntimeMethod* method) { { XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_0; L_0 = XElementWrapper_get_Element_m5D69CF460EB55358B93E21DF8EDF6BD6BC35350A(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = XElement_get_IsEmpty_m31AB831470DCE26259DFB025072DA39737FAFDFE(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.Void Newtonsoft.Json.Converters.XObjectWrapper::.ctor(System.Xml.Linq.XObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * ___xmlObject0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_0 = ___xmlObject0; __this->set__xmlObject_1(L_0); return; } } // System.Object Newtonsoft.Json.Converters.XObjectWrapper::get_WrappedNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_0 = __this->get__xmlObject_1(); return L_0; } } // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XObjectWrapper::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XObjectWrapper_get_NodeType_m9195903688F1E5CAF8468FE9DABA4EA8CC9B6847 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_0 = __this->get__xmlObject_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_LocalName_m7129F23747D5C3C6489FA1C32883992FD5A092A8 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XObjectWrapper_get_ChildNodes_m2F2AB7F31EED1F5B0B81EA29607E1F96C7A8B6A7 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = ((XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_StaticFields*)il2cpp_codegen_static_fields_for(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var))->get_EmptyChildNodes_0(); return L_0; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t74A1330085B8247FB17128749F92AD552C221D8B * XObjectWrapper_get_Attributes_mD1AC0774C8BE8F69E8E7B94F82F0F9EA4DFA2699 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { return (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XObjectWrapper_get_ParentNode_mB9AEE35EDB01942CA9C4CE3A2B0D7864C14518AB (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_Value_mF318316589D4B5481EA375338C52BC2BF2A005B9 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XObjectWrapper_AppendChild_m14A2F44F8DDFC2F9AB76683E88A8390A3675BA30 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XObjectWrapper_AppendChild_m14A2F44F8DDFC2F9AB76683E88A8390A3675BA30_RuntimeMethod_var))); } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_NamespaceUri_mC93AE9F044CBA6FBDA8A61B4C37B44E4B88FBE87 (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void Newtonsoft.Json.Converters.XObjectWrapper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XObjectWrapper__cctor_mF74BDF7A010A5A6930BD20E18268280C4A24D6A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF(L_0, /*hidden argument*/List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); ((XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_StaticFields*)il2cpp_codegen_static_fields_for(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var))->set_EmptyChildNodes_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.Xml.Linq.XProcessingInstruction Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_ProcessingInstruction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * XProcessingInstructionWrapper_get_ProcessingInstruction_m3EF82506DA30263EDCA9D7BE137A94F61521A916 (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 *)CastclassClass((RuntimeObject*)L_0, XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XProcessingInstructionWrapper::.ctor(System.Xml.Linq.XProcessingInstruction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XProcessingInstructionWrapper__ctor_m87935CB1DC84DCDB5234365EE1B470EA363793F0 (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * ___processingInstruction0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * L_0 = ___processingInstruction0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XProcessingInstructionWrapper_get_LocalName_m306C1AB91F82384AB6C88B4C4747405737916CDC (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, const RuntimeMethod* method) { { XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * L_0; L_0 = XProcessingInstructionWrapper_get_ProcessingInstruction_m3EF82506DA30263EDCA9D7BE137A94F61521A916(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XProcessingInstruction_get_Target_mB3D008E1EEB616F60FD7C8BE667DEB18C68B0C63_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XProcessingInstructionWrapper_get_Value_mAF77DC7E660432671EC5833B6FC7D3C75E972BC5 (XProcessingInstructionWrapper_tBE995E348B13BBAD8BCDE0B2B26C0A6E1051BAC3 * __this, const RuntimeMethod* method) { { XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * L_0; L_0 = XProcessingInstructionWrapper_get_ProcessingInstruction_m3EF82506DA30263EDCA9D7BE137A94F61521A916(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XProcessingInstruction_get_Data_m2CEF9219706D7BC50ABA55C80C7628369643F79F_inline(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.Xml.Linq.XText Newtonsoft.Json.Converters.XTextWrapper::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XText_t14C82CC828138F000842E6611CBE05281260A3FC * XTextWrapper_get_Text_m5152221B428C9A12FEF884ED78118A3138761F8C (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline(__this, /*hidden argument*/NULL); return ((XText_t14C82CC828138F000842E6611CBE05281260A3FC *)CastclassClass((RuntimeObject*)L_0, XText_t14C82CC828138F000842E6611CBE05281260A3FC_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XTextWrapper::.ctor(System.Xml.Linq.XText) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XTextWrapper__ctor_mA04D7C89E83FB85B01CA8A2411408841939FE577 (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, XText_t14C82CC828138F000842E6611CBE05281260A3FC * ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m96912D39CD6E1F067BB445824DF4941C4CD1F377(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XTextWrapper::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XTextWrapper_get_Value_m0516F61AACA331543D921AF0F015D942C17CA263 (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, const RuntimeMethod* method) { { XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_0; L_0 = XTextWrapper_get_Text_m5152221B428C9A12FEF884ED78118A3138761F8C(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XText_get_Value_m9597869DABAA9D2BF8275CEDB4A6A85D46FF6BE5_inline(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XTextWrapper::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XTextWrapper_get_ParentNode_m7BA2502A74F9A8D7F33736CDDF09C563AC953F11 (XTextWrapper_t9AE9BF99A46C24594C8B8C9BE106B18AED84A46E * __this, const RuntimeMethod* method) { { XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_0; L_0 = XTextWrapper_get_Text_m5152221B428C9A12FEF884ED78118A3138761F8C(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_1; L_1 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XText_t14C82CC828138F000842E6611CBE05281260A3FC * L_2; L_2 = XTextWrapper_get_Text_m5152221B428C9A12FEF884ED78118A3138761F8C(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_3; L_3 = XObject_get_Parent_m1DF667C225BCBFB0C4A2496E3005B5ECC20FFDA1(L_2, /*hidden argument*/NULL); RuntimeObject* L_4; L_4 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlDeclarationWrapper::.ctor(System.Xml.XmlDeclaration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclarationWrapper__ctor_mF51839B7636CC91F7B4CD908F24712F5913A91B4 (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * ___declaration0, const RuntimeMethod* method) { { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_0 = ___declaration0; XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(__this, L_0, /*hidden argument*/NULL); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_1 = ___declaration0; __this->set__declaration_3(L_1); return; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Version_mC27B96780F7D3DBC15F99C3B5CA6EA9EFCF886D1 (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, const RuntimeMethod* method) { { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Encoding_m9C4D39FB30B4BC86500C3FF9BDA55D7D46F366FD (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, const RuntimeMethod* method) { { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Standalone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Standalone_m9053C3695CE2AC72F6D3208665C50C0C3990DB27 (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * __this, const RuntimeMethod* method) { { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline(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.Void Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::.ctor(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentTypeWrapper__ctor_m675661950897A7EF2E7EC820E79E337D2B6A307A (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___documentType0, const RuntimeMethod* method) { { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = ___documentType0; XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(__this, L_0, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_1 = ___documentType0; __this->set__documentType_3(L_1); return; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_Name_mC58980187B5E95434B85ECD95EF171568E4E4BD2 (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, const RuntimeMethod* method) { { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_System() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_System_m460E894C8F7190DAD08B13F6A8A93896843D091A (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, const RuntimeMethod* method) { { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_Public() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_Public_m69B583B1E3D79EFCCD38D404B3914C5AD24F798E (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, const RuntimeMethod* method) { { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_InternalSubset_mA76BFB1D08D2598BAD0E6052B2178ADF68CC1A73 (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, const RuntimeMethod* method) { { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1; L_1 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_LocalName_mBF82AB7C08F4A3774E298C130866BDB1ADA3EC10 (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C); s_Il2CppMethodInitialized = true; } { return _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; } } #ifdef __clang__ #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.XmlDocumentWrapper::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentWrapper__ctor_mDADE4126D5921651DDAA3FBBE23F52C5F6BF209C (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___document0; XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___document0; __this->set__document_3(L_1); return; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateComment_mC95FCEC5BA1B85D53A9ED02CD544091B42DBF66F (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___data0; NullCheck(L_0); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_2; L_2 = VirtualFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(57 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, L_1); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateTextNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateTextNode_m0860A9FED2F1223DA7CAAA084AE3A2FA3299FD1C (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_2; L_2 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateCDataSection_mC73D6C127D6F4019F59959085E14573AB5A2DF0F (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___data0; NullCheck(L_0); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_2; L_2 = VirtualFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(56 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateWhitespace_mBAB252685A6CCA937AE44564ACCFADF52B862376 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_2; L_2 = VirtualFuncInvoker1< XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *, String_t* >::Invoke(66 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, L_0, L_1); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateSignificantWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateSignificantWhitespace_m12A21E457004F9D81C499621DED1DDA156A133F1 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_2; L_2 = VirtualFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(64 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_0, L_1); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateXmlDeclaration(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateXmlDeclaration_m3E0067995D8A831BAE5475EE030B0BA87E0C32D1 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___version0; String_t* L_2 = ___encoding1; String_t* L_3 = ___standalone2; NullCheck(L_0); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_4; L_4 = VirtualFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(62 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D * L_5 = (XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D *)il2cpp_codegen_object_new(XmlDeclarationWrapper_tDCF370FF98FBD6036A65250C9547EDE2C121C71D_il2cpp_TypeInfo_var); XmlDeclarationWrapper__ctor_mF51839B7636CC91F7B4CD908F24712F5913A91B4(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateXmlDocumentType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateXmlDocumentType_m8855093679C81DB34B8302911F0C3E2064D26226 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___name0; String_t* L_2 = ___publicId1; String_t* L_3 = ___systemId2; NullCheck(L_0); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4; L_4 = VirtualFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(58 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, (String_t*)NULL); XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 * L_5 = (XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26 *)il2cpp_codegen_object_new(XmlDocumentTypeWrapper_t62010A5658EA89811D773F5EF7B2D85B5F4ECB26_il2cpp_TypeInfo_var); XmlDocumentTypeWrapper__ctor_m675661950897A7EF2E7EC820E79E337D2B6A307A(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateProcessingInstruction_m4B3E9AA6C535C2EEC4EA330BD0696F4F88CF6BC6 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___target0; String_t* L_2 = ___data1; NullCheck(L_0); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_3; L_3 = VirtualFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_4 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateElement_m4BA54FEC9F21FBEBC2EF47DF30DC5F00203CE6E5 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___elementName0; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2; L_2 = XmlDocument_CreateElement_m0A4CAC9A0218E6FAE67787EFDAEAA2651B049DDE(L_0, L_1, /*hidden argument*/NULL); XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * L_3 = (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC *)il2cpp_codegen_object_new(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateElement_m41D0D7C172C1CB5858146A72F35B07D683DA152E (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___qualifiedName0; String_t* L_2 = ___namespaceUri1; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = XmlDocument_CreateElement_m937DC55AC935342B42C528241D4E252E2247A1EC(L_0, L_1, L_2, /*hidden argument*/NULL); XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * L_4 = (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC *)il2cpp_codegen_object_new(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateAttribute_m0331F0688A6FE571A57376093498E84282A1535C (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___name0; NullCheck(L_0); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_2; L_2 = XmlDocument_CreateAttribute_m51F756B45CC5EF6596C7B7D780C9BDD9C2700736(L_0, L_1, /*hidden argument*/NULL); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_3 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_3, L_2, /*hidden argument*/NULL); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_4 = L_3; String_t* L_5 = ___value1; NullCheck(L_4); XmlNodeWrapper_set_Value_mCD70A93D6BB065E22E5B95C595760B1016F50B2B(L_4, L_5, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateAttribute_m83FE092E2EB245352DC0526BF3A724DA24E17779 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); String_t* L_1 = ___qualifiedName0; String_t* L_2 = ___namespaceUri1; NullCheck(L_0); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlDocument_CreateAttribute_m5410111FECB6F73FCB5DC4A1E4CC8A480D3FD71B(L_0, L_1, L_2, /*hidden argument*/NULL); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_4 = (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)il2cpp_codegen_object_new(XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(L_4, L_3, /*hidden argument*/NULL); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_5 = L_4; String_t* L_6 = ___value2; NullCheck(L_5); XmlNodeWrapper_set_Value_mCD70A93D6BB065E22E5B95C595760B1016F50B2B(L_5, L_6, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_get_DocumentElement_m8691EF656C954AB8291AD9A9CD50DA43912C3B44 (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get__document_3(); NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get__document_3(); NullCheck(L_2); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(L_2, /*hidden argument*/NULL); XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * L_4 = (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC *)il2cpp_codegen_object_new(XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C(L_4, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::.ctor(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementWrapper__ctor_m157ADA9353970E9FAF97F67406CFF891477D8A0C (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___element0, const RuntimeMethod* method) { { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = ___element0; XmlNodeWrapper__ctor_mF3A07DBAE9040226F2311FB40CFC36E3D4A06696(__this, L_0, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___element0; __this->set__element_3(L_1); return; } } // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementWrapper_SetAttributeNode_mAECD27528E049EE296505EA73D29560F91699C28 (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, RuntimeObject* ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * V_0 = NULL; { RuntimeObject* L_0 = ___attribute0; V_0 = ((XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 *)CastclassClass((RuntimeObject*)L_0, XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = __this->get__element_3(); XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = XmlNodeWrapper_get_WrappedNode_m468BF37D91C283502A22F72F9E3350069CAC6E2F_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4; L_4 = VirtualFuncInvoker1< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * >::Invoke(56 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_1, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); return; } } // System.String Newtonsoft.Json.Converters.XmlElementWrapper::GetPrefixOfNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementWrapper_GetPrefixOfNamespace_m8E04F649B26897A5F405F09E9B35A618B289182B (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = __this->get__element_3(); String_t* L_1 = ___namespaceUri0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(41 /* System.String System.Xml.XmlNode::GetPrefixOfNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Boolean Newtonsoft.Json.Converters.XmlElementWrapper::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElementWrapper_get_IsEmpty_m7492BF73E3666302DCA25874E1FC798E924414E3 (XmlElementWrapper_t37F29B4DD1CBAB18EBB44DB01B099AC7F9C092FC * __this, const RuntimeMethod* method) { { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = __this->get__element_3(); NullCheck(L_0); bool L_1; L_1 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(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.String Newtonsoft.Json.Converters.XmlNodeConverter::get_DeserializeRootElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_get_DeserializeRootElementName_mDA30476EE8892D07632EA2F0F539C3ADCFA6941B (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeserializeRootElementNameU3Ek__BackingField_0(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_WriteArrayAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWriteArrayAttributeU3Ek__BackingField_1(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_OmitRootObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3COmitRootObjectU3Ek__BackingField_2(); return L_0; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_WriteJson_mBA4C1C5629BE8E9842D5F523725653AD73DDCCF1 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __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*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; RuntimeObject* L_1; L_1 = XmlNodeConverter_WrapXml_m9238ECF3CD30390AC439D19AB9C2196A50DCC958(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_2 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_3 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; RuntimeObject* L_4 = V_0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5 = V_1; XmlNodeConverter_PushParentNamespaces_m25F988DD210146A905B2FA5956E59EE40690BF54(__this, L_4, L_5, /*hidden argument*/NULL); bool L_6; L_6 = XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777_inline(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0029; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_7 = ___writer0; NullCheck(L_7); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_7); } IL_0029: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_8 = ___writer0; RuntimeObject* L_9 = V_0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_10 = V_1; bool L_11; L_11 = XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777_inline(__this, /*hidden argument*/NULL); XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F(__this, L_8, L_9, L_10, (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); bool L_12; L_12 = XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777_inline(__this, /*hidden argument*/NULL); if (L_12) { goto IL_0049; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_13 = ___writer0; NullCheck(L_13); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_13); } IL_0049: { return; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeConverter::WrapXml(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_WrapXml_m9238ECF3CD30390AC439D19AB9C2196A50DCC958 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)IsInstClass((RuntimeObject*)L_0, XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2; L_2 = XContainerWrapper_WrapNode_mAD43B0CCDC5EE7EE828238A1C40203BAC1999858(((XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 *)CastclassClass((RuntimeObject*)L_1, XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { RuntimeObject * L_3 = ___value0; if (!((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)IsInstClass((RuntimeObject*)L_3, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var))) { goto IL_0028; } } { RuntimeObject * L_4 = ___value0; RuntimeObject* L_5; L_5 = XmlNodeWrapper_WrapNode_m9C8EEDA41584745DDCF730EA4D398B7AAA5F8FCA(((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_4, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0028: { 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96E8BF0E5DDD81FBBF5598805554859ED641E1E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_WrapXml_m9238ECF3CD30390AC439D19AB9C2196A50DCC958_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::PushParentNamespaces(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_PushParentNamespaces_m25F988DD210146A905B2FA5956E59EE40690BF54 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_mAA9354381DAD7FD919A385370369AD4BB6A6FC05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } List_1_t74A1330085B8247FB17128749F92AD552C221D8B * V_0 = NULL; RuntimeObject* V_1 = NULL; Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_2; memset((&V_2), 0, sizeof(V_2)); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)NULL; RuntimeObject* L_0 = ___node0; V_1 = L_0; goto IL_001f; } IL_0006: { RuntimeObject* L_1 = V_1; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001f; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_3 = V_0; if (L_3) { goto IL_0018; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_4 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF(L_4, /*hidden argument*/List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); V_0 = L_4; } IL_0018: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_5 = V_0; RuntimeObject* L_6 = V_1; NullCheck(L_5); List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_5, L_6, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); } IL_001f: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::get_ParentNode() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_7); RuntimeObject* L_9 = L_8; V_1 = L_9; if (L_9) { goto IL_0006; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_10 = V_0; if (!L_10) { goto IL_00cd; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_11 = V_0; NullCheck(L_11); List_1_Reverse_mAA9354381DAD7FD919A385370369AD4BB6A6FC05(L_11, /*hidden argument*/List_1_Reverse_mAA9354381DAD7FD919A385370369AD4BB6A6FC05_RuntimeMethod_var); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_12 = V_0; NullCheck(L_12); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_13; L_13 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_12, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_2 = L_13; } IL_003c: try {// begin try (depth: 1) { goto IL_00b4; } IL_003e: { RuntimeObject* L_14; L_14 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_2), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_15 = ___manager1; NullCheck(L_15); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_15); NullCheck(L_14); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_16; L_16 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_14); NullCheck(L_16); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_17; L_17 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_16, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_3 = L_17; } IL_0056: try {// begin try (depth: 2) { goto IL_009b; } IL_0058: { RuntimeObject* L_18; L_18 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_4 = L_18; RuntimeObject* L_19 = V_4; NullCheck(L_19); String_t* L_20; L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_19); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_21) { goto IL_009b; } } IL_0074: { RuntimeObject* L_22 = V_4; NullCheck(L_22); String_t* L_23; L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_22); bool L_24; L_24 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_23, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_24) { goto IL_009b; } } IL_0087: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_25 = ___manager1; RuntimeObject* L_26 = V_4; NullCheck(L_26); String_t* L_27; L_27 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_26); RuntimeObject* L_28 = V_4; NullCheck(L_28); String_t* L_29; L_29 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_28); NullCheck(L_25); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_25, L_27, L_29); } IL_009b: { bool L_30; L_30 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_30) { goto IL_0058; } } IL_00a4: { IL2CPP_LEAVE(0xB4, FINALLY_00a6); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: {// begin finally (depth: 2) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(166) }// end finally (depth: 2) IL2CPP_CLEANUP(166) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB4, IL_00b4) } IL_00b4: { bool L_31; L_31 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_31) { goto IL_003e; } } IL_00bd: { IL2CPP_LEAVE(0xCD, FINALLY_00bf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_2), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(191) }// end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCD, IL_00cd) } IL_00cd: { return; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ResolveFullName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B5_0 = NULL; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_003a; } } { RuntimeObject* L_2 = ___node0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_2); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { RuntimeObject* L_5 = ___node0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_5); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (L_7) { goto IL_003a; } } IL_002c: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_8 = ___manager1; RuntimeObject* L_9 = ___node0; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_9); NullCheck(L_8); String_t* L_11; L_11 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_8, L_10); G_B5_0 = L_11; goto IL_003b; } IL_003a: { G_B5_0 = ((String_t*)(NULL)); } IL_003b: { V_0 = G_B5_0; String_t* L_12 = V_0; bool L_13; L_13 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005b; } } { String_t* L_14 = V_0; RuntimeObject* L_15 = ___node0; NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_15); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_17; L_17 = XmlConvert_DecodeName_mE33CE18DC04D39E21D5FBA3AE9EF6BB92FF83991(L_16, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_14, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_17, /*hidden argument*/NULL); return L_18; } IL_005b: { RuntimeObject* L_19 = ___node0; NullCheck(L_19); String_t* L_20; L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_19); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_21; L_21 = XmlConvert_DecodeName_mE33CE18DC04D39E21D5FBA3AE9EF6BB92FF83991(L_20, /*hidden argument*/NULL); return L_21; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::GetPropertyName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EE58BA1E5ECB5C3AED8D32D9B6DA7CB39BB4E47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_009a; } case 1: { goto IL_0058; } case 2: { goto IL_00f8; } case 3: { goto IL_008e; } case 4: { goto IL_0104; } case 5: { goto IL_0104; } case 6: { goto IL_00c6; } case 7: { goto IL_0094; } case 8: { goto IL_0104; } case 9: { goto IL_00d9; } case 10: { goto IL_0104; } case 11: { goto IL_0104; } case 12: { goto IL_00fe; } case 13: { goto IL_00f2; } case 14: { goto IL_0104; } case 15: { goto IL_0104; } case 16: { goto IL_00ec; } } } { goto IL_0104; } IL_0058: { RuntimeObject* L_3 = ___node0; NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_3); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_5) { goto IL_007b; } } { RuntimeObject* L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_6); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF, L_7, /*hidden argument*/NULL); return L_8; } IL_007b: { RuntimeObject* L_9 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_10 = ___manager1; String_t* L_11; L_11 = XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A(__this, L_9, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_11, /*hidden argument*/NULL); return L_12; } IL_008e: { return _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655; } IL_0094: { return _stringLiteralDB28C3D7E7F56FAA480CEF9C7D0E3BF741423901; } IL_009a: { RuntimeObject* L_13 = ___node0; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_13); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_15) { goto IL_00bd; } } { RuntimeObject* L_16 = ___node0; NullCheck(L_16); String_t* L_17; L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_16); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9E6DEA6E609FD74FD29A7E5BB6D900CCBA5F3FBF, L_17, /*hidden argument*/NULL); return L_18; } IL_00bd: { RuntimeObject* L_19 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_20 = ___manager1; String_t* L_21; L_21 = XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A(__this, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_00c6: { RuntimeObject* L_22 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_23 = ___manager1; String_t* L_24; L_24 = XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A(__this, L_22, L_23, /*hidden argument*/NULL); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, L_24, /*hidden argument*/NULL); return L_25; } IL_00d9: { RuntimeObject* L_26 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_27 = ___manager1; String_t* L_28; L_28 = XmlNodeConverter_ResolveFullName_m8B92406BC8C58037E38BA681AECBCE629122077A(__this, L_26, L_27, /*hidden argument*/NULL); String_t* L_29; L_29 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, L_28, /*hidden argument*/NULL); return L_29; } IL_00ec: { return _stringLiteral5EE58BA1E5ECB5C3AED8D32D9B6DA7CB39BB4E47; } IL_00f2: { return _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C; } IL_00f8: { return _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4; } IL_00fe: { return _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520; } IL_0104: { RuntimeObject* L_30 = ___node0; NullCheck(L_30); int32_t L_31; L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var)), L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), &L_32); String_t* L_34; L_34 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral810C723B6D33105E6B3277736A780EFDA0438806)), L_33, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_35 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsArray(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsArray_m93723C11D532EF6336B23994E93716222F62F1B2 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A); s_Il2CppMethodInitialized = true; } Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_1; L_1 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0069; } } { RuntimeObject* L_2 = ___node0; NullCheck(L_2); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_3; L_3 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_4; L_4 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_3, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_0 = L_4; } IL_0014: try {// begin try (depth: 1) { goto IL_0050; } IL_0016: { RuntimeObject* L_5; L_5 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_1 = L_5; RuntimeObject* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_6); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } IL_0030: { RuntimeObject* L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_9); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_11) { goto IL_0050; } } IL_0042: { RuntimeObject* L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_12); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_14; L_14 = XmlConvert_ToBoolean_m3B72202F9A3B1C2C26A80967E5EA8427AD2E93E9(L_13, /*hidden argument*/NULL); V_2 = L_14; IL2CPP_LEAVE(0x6B, FINALLY_005b); } IL_0050: { bool L_15; L_15 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_15) { goto IL_0016; } } IL_0059: { IL2CPP_LEAVE(0x69, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(91) }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { return (bool)0; } IL_006b: { bool L_16 = V_2; return L_16; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeGroupedNodes(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeGroupedNodes_m7D23D156820BED141CACCDAD5E023E341E58D01F (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB47A25DD5DFE9067E6E1BA22728510131F647240_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9D697ED382D56A9AAF3D625D89C6ADD2F7130993_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m096A9BC8864734F83C3A9C07511B3DEF6AC32E76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m204D5B362F4E18E4EFF21456FF4571F1D276E61F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m793FD88817B6E5712ECACD72A394B18BD95E3F21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m11642E9FFBE397DAD4CB2523C64A2CB4A54EA112_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7E244604611C2B0753591CC5E330A4C1D49B3E0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m8C66368EC4BDB879F366D510C6CB7F50BA11490D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mE21E5AB56FBE8C41D81597F6EBF488496AF84B9E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * V_4 = NULL; Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 V_5; memset((&V_5), 0, sizeof(V_5)); KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B V_6; memset((&V_6), 0, sizeof(V_6)); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * V_7 = NULL; bool V_8 = false; String_t* V_9 = NULL; int32_t V_10 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * L_0 = (Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 *)il2cpp_codegen_object_new(Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2_il2cpp_TypeInfo_var); Dictionary_2__ctor_m204D5B362F4E18E4EFF21456FF4571F1D276E61F(L_0, /*hidden argument*/Dictionary_2__ctor_m204D5B362F4E18E4EFF21456FF4571F1D276E61F_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_0047; } IL_000a: { RuntimeObject* L_1 = ___node1; NullCheck(L_1); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_2; L_2 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_1); int32_t L_3 = V_1; NullCheck(L_2); RuntimeObject* L_4; L_4 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); V_2 = L_4; RuntimeObject* L_5 = V_2; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_6 = ___manager2; String_t* L_7; L_7 = XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8(__this, L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * L_8 = V_0; String_t* L_9 = V_3; NullCheck(L_8); bool L_10; L_10 = Dictionary_2_TryGetValue_m096A9BC8864734F83C3A9C07511B3DEF6AC32E76(L_8, L_9, (List_1_t74A1330085B8247FB17128749F92AD552C221D8B **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m096A9BC8864734F83C3A9C07511B3DEF6AC32E76_RuntimeMethod_var); if (L_10) { goto IL_003b; } } { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_11 = (List_1_t74A1330085B8247FB17128749F92AD552C221D8B *)il2cpp_codegen_object_new(List_1_t74A1330085B8247FB17128749F92AD552C221D8B_il2cpp_TypeInfo_var); List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF(L_11, /*hidden argument*/List_1__ctor_m1D521A8D26D7D5061B06C5A374890524AC3EE4DF_RuntimeMethod_var); V_4 = L_11; Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * L_12 = V_0; String_t* L_13 = V_3; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_14 = V_4; NullCheck(L_12); Dictionary_2_Add_mB47A25DD5DFE9067E6E1BA22728510131F647240(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_mB47A25DD5DFE9067E6E1BA22728510131F647240_RuntimeMethod_var); } IL_003b: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_15 = V_4; RuntimeObject* L_16 = V_2; NullCheck(L_15); List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7(L_15, L_16, /*hidden argument*/List_1_Add_m8159BA30080122CAE0BD9262E6710EDDF709DCC7_RuntimeMethod_var); int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0047: { int32_t L_18 = V_1; RuntimeObject* L_19 = ___node1; NullCheck(L_19); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_20; L_20 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_19); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_20, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_000a; } } { Dictionary_2_t719DDA86FA6298C14259CE9B1661E4693F29CCA2 * L_22 = V_0; NullCheck(L_22); Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 L_23; L_23 = Dictionary_2_GetEnumerator_m9D697ED382D56A9AAF3D625D89C6ADD2F7130993(L_22, /*hidden argument*/Dictionary_2_GetEnumerator_m9D697ED382D56A9AAF3D625D89C6ADD2F7130993_RuntimeMethod_var); V_5 = L_23; } IL_005d: try {// begin try (depth: 1) { goto IL_00f4; } IL_0062: { KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B L_24; L_24 = Enumerator_get_Current_m7E244604611C2B0753591CC5E330A4C1D49B3E0F_inline((Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m7E244604611C2B0753591CC5E330A4C1D49B3E0F_RuntimeMethod_var); V_6 = L_24; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_25; L_25 = KeyValuePair_2_get_Value_mE21E5AB56FBE8C41D81597F6EBF488496AF84B9E_inline((KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Value_mE21E5AB56FBE8C41D81597F6EBF488496AF84B9E_RuntimeMethod_var); V_7 = L_25; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_26 = V_7; NullCheck(L_26); int32_t L_27; L_27 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_26, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0090; } } IL_007e: { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_28 = V_7; NullCheck(L_28); RuntimeObject* L_29; L_29 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_28, 0, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); bool L_30; L_30 = XmlNodeConverter_IsArray_m93723C11D532EF6336B23994E93716222F62F1B2(__this, L_29, /*hidden argument*/NULL); V_8 = L_30; goto IL_0093; } IL_0090: { V_8 = (bool)1; } IL_0093: { bool L_31 = V_8; if (L_31) { goto IL_00ab; } } IL_0097: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_32 = ___writer0; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_33 = V_7; NullCheck(L_33); RuntimeObject* L_34; L_34 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_33, 0, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_35 = ___manager2; bool L_36 = ___writePropertyName3; XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F(__this, L_32, L_34, L_35, L_36, /*hidden argument*/NULL); goto IL_00f4; } IL_00ab: { String_t* L_37; L_37 = KeyValuePair_2_get_Key_m8C66368EC4BDB879F366D510C6CB7F50BA11490D_inline((KeyValuePair_2_t826AB14356E574648DAE6690997888C7D0047C3B *)(&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m8C66368EC4BDB879F366D510C6CB7F50BA11490D_RuntimeMethod_var); V_9 = L_37; bool L_38 = ___writePropertyName3; if (!L_38) { goto IL_00c0; } } IL_00b8: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_39 = ___writer0; String_t* L_40 = V_9; NullCheck(L_39); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_39, L_40); } IL_00c0: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_41 = ___writer0; NullCheck(L_41); VirtualActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_41); V_10 = 0; goto IL_00e3; } IL_00cb: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_42 = ___writer0; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_43 = V_7; int32_t L_44 = V_10; NullCheck(L_43); RuntimeObject* L_45; L_45 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_43, L_44, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_46 = ___manager2; XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F(__this, L_42, L_45, L_46, (bool)0, /*hidden argument*/NULL); int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e3: { int32_t L_48 = V_10; List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_49 = V_7; NullCheck(L_49); int32_t L_50; L_50 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_49, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_00cb; } } IL_00ee: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_51 = ___writer0; NullCheck(L_51); VirtualActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_51); } IL_00f4: { bool L_52; L_52 = Enumerator_MoveNext_m11642E9FFBE397DAD4CB2523C64A2CB4A54EA112((Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m11642E9FFBE397DAD4CB2523C64A2CB4A54EA112_RuntimeMethod_var); if (L_52) { goto IL_0062; } } IL_0100: { IL2CPP_LEAVE(0x110, FINALLY_0102); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0102; } FINALLY_0102: {// begin finally (depth: 1) Enumerator_Dispose_m793FD88817B6E5712ECACD72A394B18BD95E3F21((Enumerator_t7F6AD490810CCE94883B2C2DCA9E3262086FDFB8 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m793FD88817B6E5712ECACD72A394B18BD95E3F21_RuntimeMethod_var); IL2CPP_END_FINALLY(258) }// end finally (depth: 1) IL2CPP_CLEANUP(258) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x110, IL_0110) } IL_0110: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeNode(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IsNullOrEmpty_TisIXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_m8135E11473068917F7578FFCAF6F23B7ED81E154_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F62B3631B3843128CF8C3FF2A6EB6BB8DA4B062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral539E31D9C32242C0883451A9A8DE262A8C813564); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral559483D7AFD5E146A0FF903862BA9AB05FE01692); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6139809F8F5889653A693440ECEF2DFD4FDCDD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72D07D1C82E1B7A92C7AB6D9C01CD4050846760F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7CCD8078E8A58A921106F3AF064603AB958A11A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2EB0B21A975739F9285B24F45AC110ADD74337E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B13_0 = NULL; { RuntimeObject* L_0 = ___node1; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0064; } case 1: { goto IL_020e; } case 2: { goto IL_020e; } case 3: { goto IL_020e; } case 4: { goto IL_03b7; } case 5: { goto IL_03b7; } case 6: { goto IL_020e; } case 7: { goto IL_01fa; } case 8: { goto IL_0058; } case 9: { goto IL_0305; } case 10: { goto IL_0058; } case 11: { goto IL_03b7; } case 12: { goto IL_020e; } case 13: { goto IL_020e; } case 14: { goto IL_03b7; } case 15: { goto IL_03b7; } case 16: { goto IL_0277; } } } { goto IL_03b7; } IL_0058: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___writer0; RuntimeObject* L_4 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5 = ___manager2; bool L_6 = ___writePropertyName3; XmlNodeConverter_SerializeGroupedNodes_m7D23D156820BED141CACCDAD5E023E341E58D01F(__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } IL_0064: { RuntimeObject* L_7 = ___node1; bool L_8; L_8 = XmlNodeConverter_IsArray_m93723C11D532EF6336B23994E93716222F62F1B2(__this, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_008e; } } { RuntimeObject* L_9 = ___node1; bool L_10; L_10 = XmlNodeConverter_AllSameName_mDA7292F44F9990C0BCDB3C6F7AD52B361BB00F5A(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_008e; } } { RuntimeObject* L_11 = ___node1; NullCheck(L_11); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_12; L_12 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_12, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_008e; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_14 = ___writer0; RuntimeObject* L_15 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_16 = ___manager2; XmlNodeConverter_SerializeGroupedNodes_m7D23D156820BED141CACCDAD5E023E341E58D01F(__this, L_14, L_15, L_16, (bool)0, /*hidden argument*/NULL); return; } IL_008e: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_17 = ___manager2; NullCheck(L_17); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_17); RuntimeObject* L_18 = ___node1; NullCheck(L_18); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_19; L_19 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_18); NullCheck(L_19); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_20; L_20 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_19, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_3 = L_20; } IL_00a0: try {// begin try (depth: 1) { goto IL_00f9; } IL_00a2: { RuntimeObject* L_21; L_21 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_4 = L_21; RuntimeObject* L_22 = V_4; NullCheck(L_22); String_t* L_23; L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_22); bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_24) { goto IL_00f9; } } IL_00be: { RuntimeObject* L_25 = V_4; NullCheck(L_25); String_t* L_26; L_26 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_25); bool L_27; L_27 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_26, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (L_27) { goto IL_00d8; } } IL_00d1: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B13_0 = L_28; goto IL_00e4; } IL_00d8: { RuntimeObject* L_29 = V_4; NullCheck(L_29); String_t* L_30; L_30 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_29); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_31; L_31 = XmlConvert_DecodeName_mE33CE18DC04D39E21D5FBA3AE9EF6BB92FF83991(L_30, /*hidden argument*/NULL); G_B13_0 = L_31; } IL_00e4: { V_5 = G_B13_0; RuntimeObject* L_32 = V_4; NullCheck(L_32); String_t* L_33; L_33 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_32); V_6 = L_33; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_34 = ___manager2; String_t* L_35 = V_5; String_t* L_36 = V_6; NullCheck(L_34); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_34, L_35, L_36); } IL_00f9: { bool L_37; L_37 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_37) { goto IL_00a2; } } IL_0102: { IL2CPP_LEAVE(0x112, FINALLY_0104); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0104; } FINALLY_0104: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(260) }// end finally (depth: 1) IL2CPP_CLEANUP(260) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x112, IL_0112) } IL_0112: { bool L_38 = ___writePropertyName3; if (!L_38) { goto IL_0124; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_39 = ___writer0; RuntimeObject* L_40 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_41 = ___manager2; String_t* L_42; L_42 = XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8(__this, L_40, L_41, /*hidden argument*/NULL); NullCheck(L_39); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_39, L_42); } IL_0124: { RuntimeObject* L_43 = ___node1; NullCheck(L_43); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_44; L_44 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_43); bool L_45; L_45 = XmlNodeConverter_ValueAttributes_m186E6DC3376890B15F11882CEE0B5227966B1764(__this, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_0170; } } { RuntimeObject* L_46 = ___node1; NullCheck(L_46); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_47; L_47 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_46); NullCheck(L_47); int32_t L_48; L_48 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_47, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((!(((uint32_t)L_48) == ((uint32_t)1)))) { goto IL_0170; } } { RuntimeObject* L_49 = ___node1; NullCheck(L_49); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_50; L_50 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_49); NullCheck(L_50); RuntimeObject* L_51; L_51 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_50, 0, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); NullCheck(L_51); int32_t L_52; L_52 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_51); if ((!(((uint32_t)L_52) == ((uint32_t)3)))) { goto IL_0170; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_53 = ___writer0; RuntimeObject* L_54 = ___node1; NullCheck(L_54); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_55; L_55 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_54); NullCheck(L_55); RuntimeObject* L_56; L_56 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_55, 0, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); NullCheck(L_56); String_t* L_57; L_57 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_56); NullCheck(L_53); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_53, L_57); goto IL_01f2; } IL_0170: { RuntimeObject* L_58 = ___node1; NullCheck(L_58); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_59; L_59 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_58); NullCheck(L_59); int32_t L_60; L_60 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_59, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if (L_60) { goto IL_01ac; } } { RuntimeObject* L_61 = ___node1; NullCheck(L_61); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_62; L_62 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_61); bool L_63; L_63 = CollectionUtils_IsNullOrEmpty_TisIXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_m8135E11473068917F7578FFCAF6F23B7ED81E154(L_62, /*hidden argument*/CollectionUtils_IsNullOrEmpty_TisIXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_m8135E11473068917F7578FFCAF6F23B7ED81E154_RuntimeMethod_var); if (!L_63) { goto IL_01ac; } } { RuntimeObject* L_64 = ___node1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_64, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var))); bool L_65; L_65 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean Newtonsoft.Json.Converters.IXmlElement::get_IsEmpty() */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_64, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var))); if (!L_65) { goto IL_019f; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_66 = ___writer0; NullCheck(L_66); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_66); goto IL_01f2; } IL_019f: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_67 = ___writer0; String_t* L_68 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_67); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_67, L_68); goto IL_01f2; } IL_01ac: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_69 = ___writer0; NullCheck(L_69); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_69); V_7 = 0; goto IL_01d3; } IL_01b7: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_70 = ___writer0; RuntimeObject* L_71 = ___node1; NullCheck(L_71); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_72; L_72 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_71); int32_t L_73 = V_7; NullCheck(L_72); RuntimeObject* L_74; L_74 = List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_inline(L_72, L_73, /*hidden argument*/List_1_get_Item_m90AF52417BA5C670D7396EE52346ADDBC32D62A5_RuntimeMethod_var); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_75 = ___manager2; XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F(__this, L_70, L_74, L_75, (bool)1, /*hidden argument*/NULL); int32_t L_76 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_01d3: { int32_t L_77 = V_7; RuntimeObject* L_78 = ___node1; NullCheck(L_78); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_79; L_79 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_78); NullCheck(L_79); int32_t L_80; L_80 = List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_inline(L_79, /*hidden argument*/List_1_get_Count_mCCC5D3EC86EA470D40236A310EC64099368D5D7E_RuntimeMethod_var); if ((((int32_t)L_77) < ((int32_t)L_80))) { goto IL_01b7; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_81 = ___writer0; RuntimeObject* L_82 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_83 = ___manager2; XmlNodeConverter_SerializeGroupedNodes_m7D23D156820BED141CACCDAD5E023E341E58D01F(__this, L_81, L_82, L_83, (bool)1, /*hidden argument*/NULL); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_84 = ___writer0; NullCheck(L_84); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_84); } IL_01f2: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_85 = ___manager2; NullCheck(L_85); bool L_86; L_86 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_85); return; } IL_01fa: { bool L_87 = ___writePropertyName3; if (!L_87) { goto IL_03d2; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_88 = ___writer0; RuntimeObject* L_89 = ___node1; NullCheck(L_89); String_t* L_90; L_90 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_89); NullCheck(L_88); VirtualActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_88, L_90); return; } IL_020e: { RuntimeObject* L_91 = ___node1; NullCheck(L_91); String_t* L_92; L_92 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_91); bool L_93; L_93 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_92, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_93) { goto IL_0233; } } { RuntimeObject* L_94 = ___node1; NullCheck(L_94); String_t* L_95; L_95 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_94); bool L_96; L_96 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_95, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_96) { goto IL_0233; } } { return; } IL_0233: { RuntimeObject* L_97 = ___node1; NullCheck(L_97); String_t* L_98; L_98 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_97); bool L_99; L_99 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_98, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_99) { goto IL_0258; } } { RuntimeObject* L_100 = ___node1; NullCheck(L_100); String_t* L_101; L_101 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_100); bool L_102; L_102 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_101, _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A, /*hidden argument*/NULL); if (!L_102) { goto IL_0258; } } { return; } IL_0258: { bool L_103 = ___writePropertyName3; if (!L_103) { goto IL_026a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_104 = ___writer0; RuntimeObject* L_105 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_106 = ___manager2; String_t* L_107; L_107 = XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8(__this, L_105, L_106, /*hidden argument*/NULL); NullCheck(L_104); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_104, L_107); } IL_026a: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_108 = ___writer0; RuntimeObject* L_109 = ___node1; NullCheck(L_109); String_t* L_110; L_110 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_109); NullCheck(L_108); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_108, L_110); return; } IL_0277: { RuntimeObject* L_111 = ___node1; V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_111, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_112 = ___writer0; RuntimeObject* L_113 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_114 = ___manager2; String_t* L_115; L_115 = XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8(__this, L_113, L_114, /*hidden argument*/NULL); NullCheck(L_112); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_112, L_115); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_116 = ___writer0; NullCheck(L_116); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_116); RuntimeObject* L_117 = V_1; NullCheck(L_117); String_t* L_118; L_118 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Version() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_117); bool L_119; L_119 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_118, /*hidden argument*/NULL); if (L_119) { goto IL_02b6; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_120 = ___writer0; NullCheck(L_120); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_120, _stringLiteral539E31D9C32242C0883451A9A8DE262A8C813564); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_121 = ___writer0; RuntimeObject* L_122 = V_1; NullCheck(L_122); String_t* L_123; L_123 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Version() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_122); NullCheck(L_121); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_121, L_123); } IL_02b6: { RuntimeObject* L_124 = V_1; NullCheck(L_124); String_t* L_125; L_125 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Encoding() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_124); bool L_126; L_126 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_125, /*hidden argument*/NULL); if (L_126) { goto IL_02da; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_127 = ___writer0; NullCheck(L_127); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_127, _stringLiteralE7CCD8078E8A58A921106F3AF064603AB958A11A); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_128 = ___writer0; RuntimeObject* L_129 = V_1; NullCheck(L_129); String_t* L_130; L_130 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Encoding() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_129); NullCheck(L_128); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_128, L_130); } IL_02da: { RuntimeObject* L_131 = V_1; NullCheck(L_131); String_t* L_132; L_132 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Standalone() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_131); bool L_133; L_133 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_132, /*hidden argument*/NULL); if (L_133) { goto IL_02fe; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_134 = ___writer0; NullCheck(L_134); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_134, _stringLiteral2F62B3631B3843128CF8C3FF2A6EB6BB8DA4B062); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_135 = ___writer0; RuntimeObject* L_136 = V_1; NullCheck(L_136); String_t* L_137; L_137 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Standalone() */, IXmlDeclaration_t74A40B5C0F28EA355A50ECD5B49A504333D82891_il2cpp_TypeInfo_var, L_136); NullCheck(L_135); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_135, L_137); } IL_02fe: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_138 = ___writer0; NullCheck(L_138); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_138); return; } IL_0305: { RuntimeObject* L_139 = ___node1; V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_139, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_140 = ___writer0; RuntimeObject* L_141 = ___node1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_142 = ___manager2; String_t* L_143; L_143 = XmlNodeConverter_GetPropertyName_m5ED274786E622F7E388B1584E10A244D603566C8(__this, L_141, L_142, /*hidden argument*/NULL); NullCheck(L_140); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_140, L_143); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_144 = ___writer0; NullCheck(L_144); VirtualActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_144); RuntimeObject* L_145 = V_2; NullCheck(L_145); String_t* L_146; L_146 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Name() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_145); bool L_147; L_147 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_146, /*hidden argument*/NULL); if (L_147) { goto IL_0344; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_148 = ___writer0; NullCheck(L_148); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_148, _stringLiteral72D07D1C82E1B7A92C7AB6D9C01CD4050846760F); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_149 = ___writer0; RuntimeObject* L_150 = V_2; NullCheck(L_150); String_t* L_151; L_151 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Name() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_150); NullCheck(L_149); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_149, L_151); } IL_0344: { RuntimeObject* L_152 = V_2; NullCheck(L_152); String_t* L_153; L_153 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Public() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_152); bool L_154; L_154 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_153, /*hidden argument*/NULL); if (L_154) { goto IL_0368; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_155 = ___writer0; NullCheck(L_155); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_155, _stringLiteralF2EB0B21A975739F9285B24F45AC110ADD74337E); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_156 = ___writer0; RuntimeObject* L_157 = V_2; NullCheck(L_157); String_t* L_158; L_158 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Public() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_157); NullCheck(L_156); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_156, L_158); } IL_0368: { RuntimeObject* L_159 = V_2; NullCheck(L_159); String_t* L_160; L_160 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_System() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_159); bool L_161; L_161 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_160, /*hidden argument*/NULL); if (L_161) { goto IL_038c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_162 = ___writer0; NullCheck(L_162); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_162, _stringLiteral6139809F8F5889653A693440ECEF2DFD4FDCDD94); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_163 = ___writer0; RuntimeObject* L_164 = V_2; NullCheck(L_164); String_t* L_165; L_165 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_System() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_164); NullCheck(L_163); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_163, L_165); } IL_038c: { RuntimeObject* L_166 = V_2; NullCheck(L_166); String_t* L_167; L_167 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_InternalSubset() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_166); bool L_168; L_168 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_167, /*hidden argument*/NULL); if (L_168) { goto IL_03b0; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_169 = ___writer0; NullCheck(L_169); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_169, _stringLiteral559483D7AFD5E146A0FF903862BA9AB05FE01692); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_170 = ___writer0; RuntimeObject* L_171 = V_2; NullCheck(L_171); String_t* L_172; L_172 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_InternalSubset() */, IXmlDocumentType_t2A8E2121D88E010A3ACE2E606867BA914C195B87_il2cpp_TypeInfo_var, L_171); NullCheck(L_170); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_170, L_172); } IL_03b0: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_173 = ___writer0; NullCheck(L_173); VirtualActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_173); return; } IL_03b7: { RuntimeObject* L_174 = ___node1; NullCheck(L_174); int32_t L_175; L_175 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var)), L_174); int32_t L_176 = L_175; RuntimeObject * L_177 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), &L_176); String_t* L_178; L_178 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8CD217E7BE4DABC0AB52B3661A45AF8DB008E8C1)), L_177, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_179 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_179, L_178, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_179, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_SerializeNode_mA16FD9512F38FD47692BCE048B7601D422BCF86F_RuntimeMethod_var))); } IL_03d2: { return; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::AllSameName(Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_AllSameName_mDA7292F44F9990C0BCDB3C6F7AD52B361BB00F5A (RuntimeObject* ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_1; L_1 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_2; L_2 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_1, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { goto IL_002b; } IL_000e: { RuntimeObject* L_3; L_3 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_3); RuntimeObject* L_5 = ___node0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_5); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } IL_0027: { V_1 = (bool)0; IL2CPP_LEAVE(0x46, FINALLY_0036); } IL_002b: { bool L_8; L_8 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_8) { goto IL_000e; } } IL_0034: { IL2CPP_LEAVE(0x44, FINALLY_0036); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(54) }// end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x46, IL_0046) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { return (bool)1; } IL_0046: { bool L_9 = V_1; return L_9; } } // System.Object Newtonsoft.Json.Converters.XmlNodeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __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*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var); s_Il2CppMethodInitialized = true; } XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = 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_000c; } } { return NULL; } IL_000c: { NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_2 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_3 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = (RuntimeObject*)NULL; V_2 = (RuntimeObject*)NULL; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_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); Type_t * L_6 = ___objectType1; NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_005f; } } { Type_t * L_8 = ___objectType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))) { goto IL_0052; } } { Type_t * L_11 = ___objectType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_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); if ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13))) { goto IL_0052; } } { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_14 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F520303D59E86AC4C7A7D3637D6BFB77BF0A90F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C_RuntimeMethod_var))); } IL_0052: { XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * L_15 = (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF *)il2cpp_codegen_object_new(XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF_il2cpp_TypeInfo_var); XDocument__ctor_m450D739400B3456C2DF8FF011DE91994776D506A(L_15, /*hidden argument*/NULL); XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB * L_16 = (XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB *)il2cpp_codegen_object_new(XDocumentWrapper_t4E3604EBFC1E9B05D11F9B67A729E2E64E955DBB_il2cpp_TypeInfo_var); XDocumentWrapper__ctor_mA40162DE79076210B0763CA5CDD39B659106DF94(L_16, L_15, /*hidden argument*/NULL); V_1 = L_16; RuntimeObject* L_17 = V_1; V_2 = L_17; } IL_005f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_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); Type_t * L_20 = ___objectType1; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20); if (!L_21) { goto IL_009d; } } { Type_t * L_22 = ___objectType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_22) == ((RuntimeObject*)(Type_t *)L_24))) { goto IL_0089; } } { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_25 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1613296BA787F8ADE0D3584C042EB5CB7EE8B9EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C_RuntimeMethod_var))); } IL_0089: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_26 = (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)il2cpp_codegen_object_new(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument__ctor_m1E5403972A058DD1EBEE531962F862BBBB08BAB1(L_26, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = L_26; NullCheck(L_27); VirtualActionInvoker1< XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * >::Invoke(55 /* System.Void System.Xml.XmlDocument::set_XmlResolver(System.Xml.XmlResolver) */, L_27, (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL); XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F * L_28 = (XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F *)il2cpp_codegen_object_new(XmlDocumentWrapper_tD857EFD495FB5B339679B03EACD784BE323ADE4F_il2cpp_TypeInfo_var); XmlDocumentWrapper__ctor_mDADE4126D5921651DDAA3FBBE23F52C5F6BF209C(L_28, L_27, /*hidden argument*/NULL); V_1 = L_28; RuntimeObject* L_29 = V_1; V_2 = L_29; } IL_009d: { RuntimeObject* L_30 = V_1; if (!L_30) { goto IL_00a3; } } { RuntimeObject* L_31 = V_2; if (L_31) { goto IL_00b4; } } IL_00a3: { Type_t * L_32 = ___objectType1; String_t* L_33; L_33 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD372CCFC3C301AA5EC25EDCDE56A31E9545CDA18)), L_32, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_34 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C_RuntimeMethod_var))); } IL_00b4: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_35); if ((((int32_t)L_36) == ((int32_t)1))) { goto IL_00c8; } } { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_37 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5885752D9D9B9AFDCC103ACBDA8549090AABA45)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadJson_mBA8C5D49BBC513A9093FFE24EE5018EC9E21B92C_RuntimeMethod_var))); } IL_00c8: { String_t* L_38; L_38 = XmlNodeConverter_get_DeserializeRootElementName_mDA30476EE8892D07632EA2F0F539C3ADCFA6941B_inline(__this, /*hidden argument*/NULL); bool L_39; L_39 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_38, /*hidden argument*/NULL); if (L_39) { goto IL_00e7; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_40 = ___reader0; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_2; String_t* L_43; L_43 = XmlNodeConverter_get_DeserializeRootElementName_mDA30476EE8892D07632EA2F0F539C3ADCFA6941B_inline(__this, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_44 = V_0; XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E(__this, L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); goto IL_00f8; } IL_00e7: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_45 = ___reader0; NullCheck(L_45); bool L_46; L_46 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_45); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_47 = ___reader0; RuntimeObject* L_48 = V_1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_49 = V_0; RuntimeObject* L_50 = V_2; XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E(__this, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); } IL_00f8: { Type_t * L_51 = ___objectType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_52, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_53)))) { goto IL_011c; } } { RuntimeObject* L_54 = V_1; NullCheck(L_54); RuntimeObject* L_55; L_55 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::get_DocumentElement() */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_54); NullCheck(L_55); RuntimeObject * L_56; L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_55); XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * L_57 = ((XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 *)CastclassClass((RuntimeObject*)L_56, XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5_il2cpp_TypeInfo_var)); NullCheck(L_57); XNode_Remove_m6CB2143CFECACE50E2378F5D0FB7CCA08F35EBD9(L_57, /*hidden argument*/NULL); return L_57; } IL_011c: { RuntimeObject* L_58 = V_1; NullCheck(L_58); RuntimeObject * L_59; L_59 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_58); return L_59; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeValue(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,System.String,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, String_t* ___propertyName3, RuntimeObject* ___currentNode4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD462B8D5192FB7491E85A3C2A4B22B91C958EE73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___propertyName3; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral4760011519A4AB7E8521F6795430114E80AA83E4, /*hidden argument*/NULL); if (L_1) { goto IL_003a; } } { String_t* L_2 = ___propertyName3; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralA2ADAC70CFE2DCB556D061A93CBD008778646655, /*hidden argument*/NULL); if (L_3) { goto IL_0054; } } { String_t* L_4 = ___propertyName3; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralF6C0C11953123BBAC57A7E215512C2CA4CF68520, /*hidden argument*/NULL); if (L_5) { goto IL_006e; } } { String_t* L_6 = ___propertyName3; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral83B3ACB1C0AB14BABA0BD386F8695E096686811C, /*hidden argument*/NULL); if (L_7) { goto IL_0088; } } { goto IL_00a2; } IL_003a: { RuntimeObject* L_8 = ___currentNode4; RuntimeObject* L_9 = ___document1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; NullCheck(L_10); RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_10); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); NullCheck(L_9); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(1 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateTextNode(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_9, L_12); NullCheck(L_8); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_8, L_13); return; } IL_0054: { RuntimeObject* L_15 = ___currentNode4; RuntimeObject* L_16 = ___document1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject * L_18; L_18 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_17); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); NullCheck(L_16); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(2 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateCDataSection(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_16, L_19); NullCheck(L_15); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_15, L_20); return; } IL_006e: { RuntimeObject* L_22 = ___currentNode4; RuntimeObject* L_23 = ___document1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_24 = ___reader0; NullCheck(L_24); RuntimeObject * L_25; L_25 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_24); NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); NullCheck(L_23); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(3 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateWhitespace(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_23, L_26); NullCheck(L_22); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_22, L_27); return; } IL_0088: { RuntimeObject* L_29 = ___currentNode4; RuntimeObject* L_30 = ___document1; 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); NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32); NullCheck(L_30); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(4 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateSignificantWhitespace(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_30, L_33); NullCheck(L_29); RuntimeObject* L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_29, L_34); return; } IL_00a2: { String_t* L_36 = ___propertyName3; bool L_37; L_37 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00c4; } } { String_t* L_38 = ___propertyName3; NullCheck(L_38); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_38, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)63))))) { goto IL_00c4; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_40 = ___reader0; RuntimeObject* L_41 = ___document1; RuntimeObject* L_42 = ___currentNode4; String_t* L_43 = ___propertyName3; XmlNodeConverter_CreateInstruction_mD86936DAEF4F1C1E8A7060FB2AC6F2DA69CF4BDB(__this, L_40, L_41, L_42, L_43, /*hidden argument*/NULL); return; } IL_00c4: { String_t* L_44 = ___propertyName3; bool L_45; L_45 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_44, _stringLiteralD462B8D5192FB7491E85A3C2A4B22B91C958EE73, 5, /*hidden argument*/NULL); if (!L_45) { goto IL_00de; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_46 = ___reader0; RuntimeObject* L_47 = ___document1; RuntimeObject* L_48 = ___currentNode4; XmlNodeConverter_CreateDocumentType_m2E978CCD06BAA7BA15D46ED2FB7AE16EAC53EC48(__this, L_46, L_47, L_48, /*hidden argument*/NULL); return; } IL_00de: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_49 = ___reader0; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_49); if ((!(((uint32_t)L_50) == ((uint32_t)2)))) { goto IL_00f5; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_51 = ___reader0; RuntimeObject* L_52 = ___document1; String_t* L_53 = ___propertyName3; RuntimeObject* L_54 = ___currentNode4; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_55 = ___manager2; XmlNodeConverter_ReadArrayElements_m9235C29CFD056C5F4B009894EF2079B0D56B0F4C(__this, L_51, L_52, L_53, L_54, L_55, /*hidden argument*/NULL); return; } IL_00f5: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_56 = ___reader0; RuntimeObject* L_57 = ___document1; RuntimeObject* L_58 = ___currentNode4; String_t* L_59 = ___propertyName3; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_60 = ___manager2; XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E(__this, L_56, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; { String_t* L_0 = ___propertyName3; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_3; L_3 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDE19EF7EBB97E368AFBF9A1B8DC90708B67C9A4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadElement_m14BFF3357B1B67E3B60276F10BC670C73F0E0E7E_RuntimeMethod_var))); } IL_0015: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5 = ___manager4; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_6; L_6 = XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1(__this, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___propertyName3; String_t* L_8; L_8 = MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337(L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = ___propertyName3; bool L_10; L_10 = StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8(L_9, ((int32_t)64), /*hidden argument*/NULL); if (!L_10) { goto IL_004f; } } { String_t* L_11 = ___propertyName3; NullCheck(L_11); String_t* L_12; L_12 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_11, 1, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = V_2; String_t* L_14; L_14 = MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337(L_13, /*hidden argument*/NULL); V_3 = L_14; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; RuntimeObject* L_16 = ___document1; RuntimeObject* L_17 = ___currentNode2; String_t* L_18 = V_2; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_19 = ___manager4; String_t* L_20 = V_3; XmlNodeConverter_AddAttribute_m08696847E6BA459979494E83D903610C8C6A1001(L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return; } IL_004f: { String_t* L_21 = ___propertyName3; bool L_22; L_22 = StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8(L_21, ((int32_t)36), /*hidden argument*/NULL); if (!L_22) { goto IL_00f3; } } { String_t* L_23 = ___propertyName3; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B, /*hidden argument*/NULL); if (L_24) { goto IL_00a5; } } { String_t* L_25 = ___propertyName3; bool L_26; L_26 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, _stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA, /*hidden argument*/NULL); if (L_26) { goto IL_00cc; } } { String_t* L_27 = ___propertyName3; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382, /*hidden argument*/NULL); if (L_28) { goto IL_00cc; } } { String_t* L_29 = ___propertyName3; bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E, /*hidden argument*/NULL); if (L_30) { goto IL_00cc; } } { String_t* L_31 = ___propertyName3; bool L_32; L_32 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F, /*hidden argument*/NULL); if (L_32) { goto IL_00cc; } } { goto IL_00f3; } IL_00a5: { String_t* L_33 = ___propertyName3; NullCheck(L_33); String_t* L_34; L_34 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_33, 1, /*hidden argument*/NULL); ___propertyName3 = L_34; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_35 = ___manager4; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_35, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); V_1 = L_36; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_37 = ___reader0; RuntimeObject* L_38 = ___document1; RuntimeObject* L_39 = ___currentNode2; String_t* L_40 = ___propertyName3; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_41 = ___manager4; String_t* L_42 = V_1; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_43 = V_0; XmlNodeConverter_CreateElement_m7B2ECDAC03912A479C0825975BE1E70980B96476(__this, L_37, L_38, L_39, L_40, L_41, L_42, L_43, /*hidden argument*/NULL); return; } IL_00cc: { String_t* L_44 = ___propertyName3; NullCheck(L_44); String_t* L_45; L_45 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_44, 1, /*hidden argument*/NULL); V_4 = L_45; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_46 = ___manager4; NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_46, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); V_5 = L_47; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_48 = ___reader0; RuntimeObject* L_49 = ___document1; RuntimeObject* L_50 = ___currentNode2; String_t* L_51 = V_4; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_52 = ___manager4; String_t* L_53 = V_5; XmlNodeConverter_AddAttribute_m08696847E6BA459979494E83D903610C8C6A1001(L_48, L_49, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); return; } IL_00f3: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_54 = ___reader0; RuntimeObject* L_55 = ___document1; RuntimeObject* L_56 = ___currentNode2; String_t* L_57 = ___propertyName3; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_58 = ___manager4; String_t* L_59 = V_1; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_60 = V_0; XmlNodeConverter_CreateElement_m7B2ECDAC03912A479C0825975BE1E70980B96476(__this, L_54, L_55, L_56, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateElement_m7B2ECDAC03912A479C0825975BE1E70980B96476 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___elementName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, String_t* ___elementPrefix5, Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___attributeNameValues6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m99462FD95A811068FBA964A97213B4CA59FF8A31_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0E89F960CC17EAEBA38A57A632911BB4A6D9EAFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB V_1; memset((&V_1), 0, sizeof(V_1)); KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B7_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; RuntimeObject* G_B6_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; RuntimeObject* G_B5_2 = NULL; { String_t* L_0 = ___elementName3; RuntimeObject* L_1 = ___document1; String_t* L_2 = ___elementPrefix5; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_3 = ___manager4; RuntimeObject* L_4; L_4 = XmlNodeConverter_CreateElement_mE4370B24C648A67DC66876B51D023A6BD5F504DF(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject* L_5 = ___currentNode2; RuntimeObject* L_6 = V_0; NullCheck(L_5); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_5, L_6); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_8 = ___attributeNameValues6; NullCheck(L_8); Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB L_9; L_9 = Dictionary_2_GetEnumerator_m99462FD95A811068FBA964A97213B4CA59FF8A31(L_8, /*hidden argument*/Dictionary_2_GetEnumerator_m99462FD95A811068FBA964A97213B4CA59FF8A31_RuntimeMethod_var); V_1 = L_9; } IL_001e: try {// begin try (depth: 1) { goto IL_0086; } IL_0020: { KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC L_10; L_10 = Enumerator_get_Current_m0E89F960CC17EAEBA38A57A632911BB4A6D9EAFF_inline((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_1), /*hidden argument*/Enumerator_get_Current_m0E89F960CC17EAEBA38A57A632911BB4A6D9EAFF_RuntimeMethod_var); V_2 = L_10; String_t* L_11; L_11 = KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_12; L_12 = XmlConvert_EncodeName_mC56DC7735E549788FA842E44C2879B9BDEA0CD92(L_11, /*hidden argument*/NULL); V_3 = L_12; String_t* L_13; L_13 = KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); String_t* L_14; L_14 = MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337(L_13, /*hidden argument*/NULL); V_4 = L_14; String_t* L_15 = V_4; bool L_16; L_16 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005c; } } IL_004c: { RuntimeObject* L_17 = ___document1; String_t* L_18 = V_3; String_t* L_19; L_19 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); NullCheck(L_17); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(10 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_17, L_18, L_19); G_B7_0 = L_20; goto IL_007c; } IL_005c: { RuntimeObject* L_21 = ___document1; String_t* L_22 = V_3; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_23 = ___manager4; String_t* L_24 = V_4; NullCheck(L_23); String_t* L_25; L_25 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_23, L_24); String_t* L_26 = L_25; G_B5_0 = L_26; G_B5_1 = L_22; G_B5_2 = L_21; if (L_26) { G_B6_0 = L_26; G_B6_1 = L_22; G_B6_2 = L_21; goto IL_0070; } } IL_006a: { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_27; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0070: { String_t* L_28; L_28 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); NullCheck(G_B6_2); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, G_B6_2, G_B6_1, G_B6_0, L_28); G_B7_0 = L_29; } IL_007c: { V_5 = G_B7_0; RuntimeObject* L_30 = V_0; RuntimeObject* L_31 = V_5; NullCheck(L_30); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, L_30, L_31); } IL_0086: { bool L_32; L_32 = Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mA57D4325DBD9D10EB3E43C99CC18DB6C3CE85FC8_RuntimeMethod_var); if (L_32) { goto IL_0020; } } IL_008f: { IL2CPP_LEAVE(0x9F, FINALLY_0091); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0091; } FINALLY_0091: {// begin finally (depth: 1) Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22((Enumerator_tEDF5E503528903FB9B9A1D645C82789D7B8006CB *)(&V_1), /*hidden argument*/Enumerator_Dispose_m76E867298698AA2B89F9D57E21CEFCD16B372D22_RuntimeMethod_var); IL2CPP_END_FINALLY(145) }// end finally (depth: 1) IL2CPP_CLEANUP(145) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9F, IL_009f) } IL_009f: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_33 = ___reader0; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_33); if ((((int32_t)L_34) == ((int32_t)((int32_t)9)))) { goto IL_00cf; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_35); if ((((int32_t)L_36) == ((int32_t)7))) { goto IL_00cf; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_37 = ___reader0; NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_37); if ((((int32_t)L_38) == ((int32_t)8))) { goto IL_00cf; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_39 = ___reader0; NullCheck(L_39); int32_t L_40; L_40 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_39); if ((((int32_t)L_40) == ((int32_t)((int32_t)10)))) { goto IL_00cf; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_41 = ___reader0; NullCheck(L_41); int32_t L_42; L_42 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_41); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)16))))) { goto IL_00ec; } } IL_00cf: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_43 = ___reader0; String_t* L_44; L_44 = XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4(__this, L_43, /*hidden argument*/NULL); V_6 = L_44; String_t* L_45 = V_6; if (!L_45) { goto IL_012d; } } { RuntimeObject* L_46 = V_0; RuntimeObject* L_47 = ___document1; String_t* L_48 = V_6; NullCheck(L_47); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(1 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateTextNode(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_47, L_48); NullCheck(L_46); RuntimeObject* L_50; L_50 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_46, L_49); return; } IL_00ec: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_51 = ___reader0; NullCheck(L_51); int32_t L_52; L_52 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_51); if ((((int32_t)L_52) == ((int32_t)((int32_t)11)))) { goto IL_012d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_53 = ___reader0; NullCheck(L_53); int32_t L_54; L_54 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_53); if ((((int32_t)L_54) == ((int32_t)((int32_t)13)))) { goto IL_011a; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_55 = ___manager4; NullCheck(L_55); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_55); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_56 = ___reader0; RuntimeObject* L_57 = ___document1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_58 = ___manager4; RuntimeObject* L_59 = V_0; XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E(__this, L_56, L_57, L_58, L_59, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_60 = ___manager4; NullCheck(L_60); bool L_61; L_61 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_60); } IL_011a: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_62 = ___manager4; String_t* L_63 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_64 = ___manager4; NullCheck(L_64); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_64); NullCheck(L_62); VirtualActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String) */, L_62, L_63, L_65); } IL_012d: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddAttribute(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_AddAttribute_m08696847E6BA459979494E83D903610C8C6A1001 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___attributeName3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, String_t* ___attributePrefix5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* G_B3_0 = NULL; { String_t* L_0 = ___attributeName3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_mC56DC7735E549788FA842E44C2879B9BDEA0CD92(L_0, /*hidden argument*/NULL); V_0 = L_1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_1 = L_4; String_t* L_5 = ___attributePrefix5; bool L_6; L_6 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0026; } } { RuntimeObject* L_7 = ___document1; String_t* L_8 = V_0; String_t* L_9 = V_1; NullCheck(L_7); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(10 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_7, L_8, L_9); G_B3_0 = L_10; goto IL_0037; } IL_0026: { RuntimeObject* L_11 = ___document1; String_t* L_12 = V_0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_13 = ___manager4; String_t* L_14 = ___attributePrefix5; NullCheck(L_13); String_t* L_15; L_15 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_13, L_14); String_t* L_16 = V_1; NullCheck(L_11); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_11, L_12, L_15, L_16); G_B3_0 = L_17; } IL_0037: { V_2 = G_B3_0; RuntimeObject* L_18 = ___currentNode2; RuntimeObject* L_19 = V_2; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var)), L_19); return; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ConvertTokenToXmlValue(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __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*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { 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)9))))) { goto IL_0020; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); if (L_3) { goto IL_0014; } } { return (String_t*)NULL; } IL_0014: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_4); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); return L_6; } IL_0020: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_003f; } } { 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); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_12; L_12 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_10, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(L_12, /*hidden argument*/NULL); return L_13; } IL_003f: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_14); if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_009a; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); RuntimeObject * L_17; L_17 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_16); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0066; } } { 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); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_20; L_20 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_19, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_20; } IL_0066: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; NullCheck(L_21); RuntimeObject * L_22; L_22 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_21); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_0084; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; NullCheck(L_23); RuntimeObject * L_24; L_24 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_25; L_25 = XmlConvert_ToString_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC(((*(float*)((float*)UnBox(L_24, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_25; } IL_0084: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_26 = ___reader0; NullCheck(L_26); RuntimeObject * L_27; L_27 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28; L_28 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_29; L_29 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_30; L_30 = XmlConvert_ToString_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F(L_29, /*hidden argument*/NULL); return L_30; } IL_009a: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)10))))) { goto IL_00ba; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_33 = ___reader0; NullCheck(L_33); RuntimeObject * L_34; L_34 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_33); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35; L_35 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_36; L_36 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_34, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_37; L_37 = XmlConvert_ToString_mC4A313B9407202F12B69C5AEFE53EF335C8D6671(L_36, /*hidden argument*/NULL); return L_37; } IL_00ba: { 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 ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)16))))) { goto IL_0106; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_40 = ___reader0; NullCheck(L_40); RuntimeObject * L_41; L_41 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_40); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_00e2; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_42 = ___reader0; NullCheck(L_42); RuntimeObject * L_43; L_43 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_44; L_44 = XmlConvert_ToString_m66654A257CAF79B16B3D1F8DA454DD585E0C3C2F(((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_43, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_44; } IL_00e2: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_45 = ___reader0; NullCheck(L_45); RuntimeObject * L_46; L_46 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_47; L_47 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48; L_48 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_46, L_47, /*hidden argument*/NULL); V_0 = L_48; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_49 = V_0; int32_t L_50; L_50 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int32_t L_51; L_51 = DateTimeUtils_ToSerializationMode_m62688A4C52F864A8A3A098E3619EFD5F001277CF(L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_52; L_52 = XmlConvert_ToString_m1139F2A62832E0EF1D7C214ED15D614988F5FD3F(L_49, L_51, /*hidden argument*/NULL); return L_52; } IL_0106: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_53 = ___reader0; NullCheck(L_53); int32_t L_54; L_54 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_53); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)11))))) { goto IL_0112; } } { return (String_t*)NULL; } IL_0112: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_55 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_56; L_56 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_57 = ___reader0; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_57); int32_t L_59 = L_58; RuntimeObject * L_60 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_59); String_t* L_61; L_61 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22DA2AE2AAC47006D97A25A98C6CDC909DE59894)), L_56, L_60, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_62; L_62 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_55, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadArrayElements(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.String,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadArrayElements_m9235C29CFD056C5F4B009894EF2079B0D56B0F4C (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, String_t* ___propertyName2, RuntimeObject* ___currentNode3, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___propertyName2; String_t* L_1; L_1 = MiscellaneousUtils_GetPrefix_mA69C5A131357489B6BAA32B88B09219F862DD337(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___propertyName2; RuntimeObject* L_3 = ___document1; String_t* L_4 = V_0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5 = ___manager4; RuntimeObject* L_6; L_6 = XmlNodeConverter_CreateElement_mE4370B24C648A67DC66876B51D023A6BD5F504DF(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject* L_7 = ___currentNode3; RuntimeObject* L_8 = V_1; NullCheck(L_7); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_7, L_8); V_2 = 0; goto IL_0030; } IL_0020: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; RuntimeObject* L_11 = ___document1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_12 = ___manager4; String_t* L_13 = ___propertyName2; RuntimeObject* L_14 = V_1; XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615(__this, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0030: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_16); if (!L_17) { goto IL_0042; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_18); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)14))))) { goto IL_0020; } } IL_0042: { bool L_20; L_20 = XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492_inline(__this, /*hidden argument*/NULL); if (!L_20) { goto IL_0052; } } { RuntimeObject* L_21 = V_1; RuntimeObject* L_22 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m9923000AAA706CC8E084166834FDD52BBBC517AA(__this, L_21, L_22, /*hidden argument*/NULL); } IL_0052: { int32_t L_23 = V_2; if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_00b1; } } { bool L_24; L_24 = XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492_inline(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00b1; } } { RuntimeObject* L_25 = V_1; NullCheck(L_25); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_26; L_26 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_25); NullCheck(L_26); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_27; L_27 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_26, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_3 = L_27; } IL_006a: try {// begin try (depth: 1) { goto IL_0098; } IL_006c: { RuntimeObject* L_28; L_28 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_4; if (!L_29) { goto IL_0098; } } IL_007e: { RuntimeObject* L_30 = V_4; NullCheck(L_30); String_t* L_31; L_31 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_30); String_t* L_32 = ___propertyName2; bool L_33; L_33 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0098; } } IL_008d: { RuntimeObject* L_34 = V_4; RuntimeObject* L_35 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m9923000AAA706CC8E084166834FDD52BBBC517AA(__this, L_34, L_35, /*hidden argument*/NULL); IL2CPP_LEAVE(0xB1, FINALLY_00a3); } IL_0098: { bool L_36; L_36 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_36) { goto IL_006c; } } IL_00a1: { IL2CPP_LEAVE(0xB1, FINALLY_00a3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_3), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(163) }// end finally (depth: 1) IL2CPP_CLEANUP(163) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB1, IL_00b1) } IL_00b1: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddJsonArrayAttribute(Newtonsoft.Json.Converters.IXmlElement,Newtonsoft.Json.Converters.IXmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_AddJsonArrayAttribute_m9923000AAA706CC8E084166834FDD52BBBC517AA (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, RuntimeObject* ___element0, RuntimeObject* ___document1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A514EDAC534931C94A111265660666E05658496); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB970001F19051B486F81469B35F4DBB22AAD54E); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___element0; RuntimeObject* L_1 = ___document1; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_1, _stringLiteral9A514EDAC534931C94A111265660666E05658496, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, L_0, L_2); RuntimeObject* L_3 = ___element0; if (!((XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81 *)IsInstClass((RuntimeObject*)L_3, XElementWrapper_t65BE95CA5E9F944E8D219C9908BFB8859D109B81_il2cpp_TypeInfo_var))) { goto IL_004b; } } { RuntimeObject* L_4 = ___element0; NullCheck(L_4); String_t* L_5; L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlElement::GetPrefixOfNamespace(System.String) */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, L_4, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); if (L_5) { goto IL_004b; } } { RuntimeObject* L_6 = ___element0; RuntimeObject* L_7 = ___document1; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_7, _stringLiteralEB970001F19051B486F81469B35F4DBB22AAD54E, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var, L_6, L_8); } IL_004b: { return; } } // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Converters.XmlNodeConverter::ReadAttributeElements(Newtonsoft.Json.JsonReader,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; String_t* V_4 = NULL; Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_9; memset((&V_9), 0, sizeof(V_9)); String_t* G_B34_0 = NULL; { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666(L_0, /*hidden argument*/Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); V_0 = L_0; V_1 = (bool)0; V_2 = (bool)0; 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 ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_027e; } } { 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); if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_027e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_027e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_7); if ((((int32_t)L_8) == ((int32_t)7))) { goto IL_027e; } } { 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)8))) { goto IL_027e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_11); if ((((int32_t)L_12) == ((int32_t)((int32_t)16)))) { goto IL_027e; } } { 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 ((((int32_t)L_14) == ((int32_t)3))) { goto IL_027e; } } { goto IL_026d; } IL_0067: { 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); V_3 = L_16; int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)4))) { goto IL_0086; } } { int32_t L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)5))) { goto IL_024d; } } { int32_t L_19 = V_3; if ((((int32_t)L_19) == ((int32_t)((int32_t)13)))) { goto IL_0249; } } { goto IL_0251; } IL_0086: { 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); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_4 = L_22; String_t* L_23 = V_4; bool L_24; L_24 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0245; } } { String_t* L_25 = V_4; NullCheck(L_25); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, 0, /*hidden argument*/NULL); V_5 = L_26; Il2CppChar L_27 = V_5; if ((((int32_t)L_27) == ((int32_t)((int32_t)36)))) { goto IL_00fa; } } { Il2CppChar L_28 = V_5; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64))))) { goto IL_0241; } } { String_t* L_29 = V_4; NullCheck(L_29); String_t* L_30; L_30 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_29, 1, /*hidden argument*/NULL); V_4 = L_30; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_31); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_33 = ___reader0; String_t* L_34; L_34 = XmlNodeConverter_ConvertTokenToXmlValue_mEB28669007B09004326F17C12836C2D58DD9F8D4(__this, L_33, /*hidden argument*/NULL); V_6 = L_34; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_35 = V_0; String_t* L_36 = V_4; String_t* L_37 = V_6; NullCheck(L_35); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_35, L_36, L_37, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); String_t* L_38 = V_4; bool L_39; L_39 = XmlNodeConverter_IsNamespaceAttribute_mB7B15524CE1CEF49989BEAC2FBAB12030D788F33(__this, L_38, (String_t**)(&V_7), /*hidden argument*/NULL); if (!L_39) { goto IL_026d; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_40 = ___manager1; String_t* L_41 = V_7; String_t* L_42 = V_6; NullCheck(L_40); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_40, L_41, L_42); goto IL_026d; } IL_00fa: { String_t* L_43 = V_4; bool L_44; L_44 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_43, _stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B, /*hidden argument*/NULL); if (L_44) { goto IL_0143; } } { String_t* L_45 = V_4; bool L_46; L_46 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_45, _stringLiteralEA05B74022DC98A669248CD353ADDBD7AADAD4AA, /*hidden argument*/NULL); if (L_46) { goto IL_0143; } } { String_t* L_47 = V_4; bool L_48; L_48 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_47, _stringLiteralF96282F5D84FC9B754994ADCFE65DAE2088A7382, /*hidden argument*/NULL); if (L_48) { goto IL_0143; } } { String_t* L_49 = V_4; bool L_50; L_50 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_49, _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E, /*hidden argument*/NULL); if (L_50) { goto IL_0143; } } { String_t* L_51 = V_4; bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F, /*hidden argument*/NULL); if (!L_52) { goto IL_023d; } } IL_0143: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_53 = ___manager1; NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_53, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); V_8 = L_54; String_t* L_55 = V_8; if (L_55) { goto IL_01be; } } { il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); goto IL_016e; } IL_015e: { int32_t L_56; L_56 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_9), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_9), ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)), /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); } IL_016e: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_57 = ___manager1; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_58 = V_9; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_59 = L_58; RuntimeObject * L_60 = Box(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var, &L_59); String_t* L_61; L_61 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84, L_60, /*hidden argument*/NULL); NullCheck(L_57); String_t* L_62; L_62 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_57, L_61); if (L_62) { goto IL_015e; } } { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_63 = V_9; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_64 = L_63; RuntimeObject * L_65 = Box(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var, &L_64); String_t* L_66; L_66 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84, L_65, /*hidden argument*/NULL); V_8 = L_66; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_67 = V_0; String_t* L_68 = V_8; String_t* L_69; L_69 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F, L_68, /*hidden argument*/NULL); NullCheck(L_67); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_67, L_69, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_70 = ___manager1; String_t* L_71 = V_8; NullCheck(L_70); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_70, L_71, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); } IL_01be: { String_t* L_72 = V_4; bool L_73; L_73 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_72, _stringLiteral1298EC2264C4F9A0D3A04140873D9D01F481050B, /*hidden argument*/NULL); if (!L_73) { goto IL_01d3; } } { V_1 = (bool)1; goto IL_026d; } IL_01d3: { String_t* L_74 = V_4; NullCheck(L_74); String_t* L_75; L_75 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_74, 1, /*hidden argument*/NULL); V_4 = L_75; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_76 = ___reader0; NullCheck(L_76); bool L_77; L_77 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_76); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_78 = ___reader0; NullCheck(L_78); int32_t L_79; L_79 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_78); bool L_80; L_80 = JsonTokenUtils_IsPrimitiveToken_m4396C2BB487CEC938F4EEC59C53C0BDF8F72EB0F(L_79, /*hidden argument*/NULL); if (L_80) { goto IL_020d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_81 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_82 = ___reader0; NullCheck(L_82); int32_t L_83; L_83 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_82); int32_t L_84 = L_83; RuntimeObject * L_85 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_84); String_t* L_86; L_86 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75842F038DF44EADD0CCA67D4F35D7BA0B0D7A4D)), L_85, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_87; L_87 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_81, L_86, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1_RuntimeMethod_var))); } IL_020d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_88 = ___reader0; NullCheck(L_88); RuntimeObject * L_89; L_89 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_88); if (L_89) { goto IL_0218; } } { G_B34_0 = ((String_t*)(NULL)); goto IL_0223; } IL_0218: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_90 = ___reader0; NullCheck(L_90); RuntimeObject * L_91; L_91 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_90); NullCheck(L_91); String_t* L_92; L_92 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_91); G_B34_0 = L_92; } IL_0223: { V_6 = G_B34_0; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_93 = V_0; String_t* L_94 = V_8; String_t* L_95 = V_4; String_t* L_96; L_96 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_94, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_95, /*hidden argument*/NULL); String_t* L_97 = V_6; NullCheck(L_93); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_93, L_96, L_97, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); goto IL_026d; } IL_023d: { V_1 = (bool)1; goto IL_026d; } IL_0241: { V_1 = (bool)1; goto IL_026d; } IL_0245: { V_1 = (bool)1; goto IL_026d; } IL_0249: { V_2 = (bool)1; goto IL_026d; } IL_024d: { V_2 = (bool)1; goto IL_026d; } IL_0251: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_98 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_99 = ___reader0; NullCheck(L_99); int32_t L_100; L_100 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_99); int32_t L_101 = L_100; RuntimeObject * L_102 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_101); String_t* L_103; L_103 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75842F038DF44EADD0CCA67D4F35D7BA0B0D7A4D)), L_102, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_104; L_104 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_98, L_103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_ReadAttributeElements_mBA641B6BABCC34A71351249DF70FDBC55E0CEFD1_RuntimeMethod_var))); } IL_026d: { bool L_105 = V_1; if (L_105) { goto IL_027e; } } { bool L_106 = V_2; if (L_106) { goto IL_027e; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_107 = ___reader0; NullCheck(L_107); bool L_108; L_108 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_107); if (L_108) { goto IL_0067; } } IL_027e: { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_109 = V_0; return L_109; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateInstruction(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateInstruction_mD86936DAEF4F1C1E8A7060FB2AC6F2DA69CF4BDB (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F62B3631B3843128CF8C3FF2A6EB6BB8DA4B062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral539E31D9C32242C0883451A9A8DE262A8C813564); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EE58BA1E5ECB5C3AED8D32D9B6DA7CB39BB4E47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7CCD8078E8A58A921106F3AF064603AB958A11A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; { String_t* L_0 = ___propertyName3; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral5EE58BA1E5ECB5C3AED8D32D9B6DA7CB39BB4E47, /*hidden argument*/NULL); if (!L_1) { goto IL_00d3; } } { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; goto IL_00ab; } IL_001c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_4 = L_4; String_t* L_5 = V_4; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral539E31D9C32242C0883451A9A8DE262A8C813564, /*hidden argument*/NULL); if (L_6) { goto IL_0055; } } { String_t* L_7 = V_4; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteralE7CCD8078E8A58A921106F3AF064603AB958A11A, /*hidden argument*/NULL); if (L_8) { goto IL_006a; } } { String_t* L_9 = V_4; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteral2F62B3631B3843128CF8C3FF2A6EB6BB8DA4B062, /*hidden argument*/NULL); if (L_10) { goto IL_007f; } } { goto IL_0094; } IL_0055: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_11); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); RuntimeObject * L_14; L_14 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_13); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); V_0 = L_15; goto IL_00ab; } IL_006a: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_16); 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); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); V_1 = L_20; goto IL_00ab; } IL_007f: { 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); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; NullCheck(L_23); RuntimeObject * L_24; L_24 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_23); NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); V_2 = L_25; goto IL_00ab; } IL_0094: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_26 = ___reader0; 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); String_t* L_29; L_29 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC9159179D678574C69291BCB3CFA5FAC9393D0C8)), L_28, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_30; L_30 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_26, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_CreateInstruction_mD86936DAEF4F1C1E8A7060FB2AC6F2DA69CF4BDB_RuntimeMethod_var))); } IL_00ab: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_31); if (!L_32) { goto IL_00c0; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_33 = ___reader0; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_33); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)13))))) { goto IL_001c; } } IL_00c0: { RuntimeObject* L_35 = ___document1; String_t* L_36 = V_0; String_t* L_37 = V_1; String_t* L_38 = V_2; NullCheck(L_35); RuntimeObject* L_39; L_39 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(5 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_35, L_36, L_37, L_38); V_3 = L_39; RuntimeObject* L_40 = ___currentNode2; RuntimeObject* L_41 = V_3; NullCheck(L_40); RuntimeObject* L_42; L_42 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_40, L_41); return; } IL_00d3: { RuntimeObject* L_43 = ___document1; String_t* L_44 = ___propertyName3; NullCheck(L_44); String_t* L_45; L_45 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_44, 1, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_46 = ___reader0; NullCheck(L_46); RuntimeObject * L_47; L_47 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_46); NullCheck(L_47); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47); NullCheck(L_43); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(7 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateProcessingInstruction(System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_43, L_45, L_48); V_5 = L_49; RuntimeObject* L_50 = ___currentNode2; RuntimeObject* L_51 = V_5; NullCheck(L_50); RuntimeObject* L_52; L_52 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_50, L_51); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateDocumentType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateDocumentType_m2E978CCD06BAA7BA15D46ED2FB7AE16EAC53EC48 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral559483D7AFD5E146A0FF903862BA9AB05FE01692); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6139809F8F5889653A693440ECEF2DFD4FDCDD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72D07D1C82E1B7A92C7AB6D9C01CD4050846760F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2EB0B21A975739F9285B24F45AC110ADD74337E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; goto IL_00bf; } IL_000d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_5 = L_2; String_t* L_3 = V_5; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral72D07D1C82E1B7A92C7AB6D9C01CD4050846760F, /*hidden argument*/NULL); if (L_4) { goto IL_0054; } } { String_t* L_5 = V_5; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralF2EB0B21A975739F9285B24F45AC110ADD74337E, /*hidden argument*/NULL); if (L_6) { goto IL_0069; } } { String_t* L_7 = V_5; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral6139809F8F5889653A693440ECEF2DFD4FDCDD94, /*hidden argument*/NULL); if (L_8) { goto IL_007e; } } { String_t* L_9 = V_5; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteral559483D7AFD5E146A0FF903862BA9AB05FE01692, /*hidden argument*/NULL); if (L_10) { goto IL_0093; } } { goto IL_00a8; } IL_0054: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_11); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); RuntimeObject * L_14; L_14 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_13); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); V_0 = L_15; goto IL_00bf; } IL_0069: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_16); 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); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); V_1 = L_20; goto IL_00bf; } IL_007e: { 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); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_23 = ___reader0; NullCheck(L_23); RuntimeObject * L_24; L_24 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_23); NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); V_2 = L_25; goto IL_00bf; } IL_0093: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_26 = ___reader0; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_26); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29; L_29 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); V_3 = L_30; goto IL_00bf; } IL_00a8: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_32 = ___reader0; NullCheck(L_32); RuntimeObject * L_33; L_33 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_32); String_t* L_34; L_34 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC9159179D678574C69291BCB3CFA5FAC9393D0C8)), L_33, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_35; L_35 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_31, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_CreateDocumentType_m2E978CCD06BAA7BA15D46ED2FB7AE16EAC53EC48_RuntimeMethod_var))); } IL_00bf: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_36 = ___reader0; NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_36); if (!L_37) { goto IL_00d4; } } { 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 ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)13))))) { goto IL_000d; } } IL_00d4: { RuntimeObject* L_40 = ___document1; String_t* L_41 = V_0; String_t* L_42 = V_1; String_t* L_43 = V_2; String_t* L_44 = V_3; NullCheck(L_40); RuntimeObject* L_45; L_45 = InterfaceFuncInvoker4< RuntimeObject*, String_t*, String_t*, String_t*, String_t* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateXmlDocumentType(System.String,System.String,System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_40, L_41, L_42, L_43, L_44); V_4 = L_45; RuntimeObject* L_46 = ___currentNode2; RuntimeObject* L_47 = V_4; NullCheck(L_46); RuntimeObject* L_48; L_48 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_46, L_47); return; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(System.String,Newtonsoft.Json.Converters.IXmlDocument,System.String,System.Xml.XmlNamespaceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_CreateElement_mE4370B24C648A67DC66876B51D023A6BD5F504DF (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, String_t* ___elementName0, RuntimeObject* ___document1, String_t* ___elementPrefix2, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = ___elementName0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_mC56DC7735E549788FA842E44C2879B9BDEA0CD92(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___elementPrefix2; bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0019; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_4 = ___manager3; String_t* L_5 = ___elementPrefix2; NullCheck(L_4); String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_4, L_5); G_B3_0 = L_6; goto IL_0020; } IL_0019: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_7 = ___manager3; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_7); G_B3_0 = L_8; } IL_0020: { V_1 = G_B3_0; String_t* L_9 = V_1; bool L_10; L_10 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0031; } } { RuntimeObject* L_11 = ___document1; String_t* L_12 = V_0; NullCheck(L_11); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(8 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::CreateElement(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_11, L_12); return L_13; } IL_0031: { RuntimeObject* L_14 = ___document1; String_t* L_15 = V_0; String_t* L_16 = V_1; NullCheck(L_14); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(9 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::CreateElement(System.String,System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_14, L_15, L_16); return L_17; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeNode(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,Newtonsoft.Json.Converters.IXmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___manager2, RuntimeObject* ___currentNode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_4; memset((&V_4), 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: { 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); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) { case 0: { goto IL_010f; } case 1: { goto IL_0030; } case 2: { goto IL_013d; } } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_0158; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)14)))) { goto IL_0158; } } { goto IL_0159; } IL_0030: { RuntimeObject* L_5 = ___currentNode3; NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9))))) { goto IL_004f; } } { RuntimeObject* L_7 = ___document1; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::get_DocumentElement() */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_7); if (!L_8) { goto IL_004f; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_10; L_10 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D1D2D945693CD525D0A8B33864CE6DE9C583278)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E_RuntimeMethod_var))); } IL_004f: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); V_1 = L_13; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_14 = ___reader0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_14); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)2)))) { goto IL_0101; } } { V_3 = 0; goto IL_0082; } IL_0072: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; RuntimeObject* L_19 = ___document1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_20 = ___manager2; String_t* L_21 = V_1; RuntimeObject* L_22 = ___currentNode3; XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615(__this, L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0082: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_24 = ___reader0; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_24); if (!L_25) { goto IL_0094; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_26 = ___reader0; NullCheck(L_26); int32_t L_27; L_27 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_26); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)14))))) { goto IL_0072; } } IL_0094: { int32_t L_28 = V_3; if ((!(((uint32_t)L_28) == ((uint32_t)1)))) { goto IL_0175; } } { bool L_29; L_29 = XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492_inline(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_0175; } } { RuntimeObject* L_30 = ___currentNode3; NullCheck(L_30); List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_31; L_31 = InterfaceFuncInvoker0< List_1_t74A1330085B8247FB17128749F92AD552C221D8B * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_30); NullCheck(L_31); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_32; L_32 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_31, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_4 = L_32; } IL_00b4: try {// begin try (depth: 1) { goto IL_00e5; } IL_00b6: { RuntimeObject* L_33; L_33 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IXmlElement_tBAF97D1A584288F8A930643E224A4DE9C7F7ADB9_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_5; if (!L_34) { goto IL_00e5; } } IL_00c8: { RuntimeObject* L_35 = V_5; NullCheck(L_35); String_t* L_36; L_36 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_35); String_t* L_37 = V_1; bool L_38; L_38 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00e5; } } IL_00d7: { RuntimeObject* L_39 = V_5; RuntimeObject* L_40 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m9923000AAA706CC8E084166834FDD52BBBC517AA(__this, L_39, L_40, /*hidden argument*/NULL); IL2CPP_LEAVE(0x175, FINALLY_00f3); } IL_00e5: { bool L_41; L_41 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_41) { goto IL_00b6; } } IL_00ee: { IL2CPP_LEAVE(0x175, FINALLY_00f3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f3; } FINALLY_00f3: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(243) }// end finally (depth: 1) IL2CPP_CLEANUP(243) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x175, IL_0175) } IL_0101: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_42 = ___reader0; RuntimeObject* L_43 = ___document1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_44 = ___manager2; String_t* L_45 = V_1; RuntimeObject* L_46 = ___currentNode3; XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615(__this, L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); goto IL_0175; } IL_010f: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_47 = ___reader0; NullCheck(L_47); RuntimeObject * L_48; L_48 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_47); NullCheck(L_48); String_t* L_49; L_49 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48); V_2 = L_49; goto IL_0129; } IL_011d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_50 = ___reader0; RuntimeObject* L_51 = ___document1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_52 = ___manager2; String_t* L_53 = V_2; RuntimeObject* L_54 = ___currentNode3; XmlNodeConverter_DeserializeValue_m5114B5035FE4916621192D58B721D69B0F226615(__this, L_50, L_51, L_52, L_53, L_54, /*hidden argument*/NULL); } IL_0129: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_55 = ___reader0; NullCheck(L_55); bool L_56; L_56 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_55); if (!L_56) { goto IL_0175; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_57 = ___reader0; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_57); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)15))))) { goto IL_011d; } } { goto IL_0175; } IL_013d: { RuntimeObject* L_59 = ___currentNode3; RuntimeObject* L_60 = ___document1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_61 = ___reader0; NullCheck(L_61); RuntimeObject * L_62; L_62 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_61); NullCheck(L_60); RuntimeObject* L_63; L_63 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateComment(System.String) */, IXmlDocument_t3794E217A68D20AD9514BAAD4404AABDA7850371_il2cpp_TypeInfo_var, L_60, ((String_t*)CastclassSealed((RuntimeObject*)L_62, String_t_il2cpp_TypeInfo_var))); NullCheck(L_59); RuntimeObject* L_64; L_64 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_59, L_63); goto IL_0175; } IL_0158: { return; } IL_0159: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_65 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_66 = ___reader0; NullCheck(L_66); int32_t L_67; L_67 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_66); int32_t L_68 = L_67; RuntimeObject * L_69 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_68); String_t* L_70; L_70 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6FEE3D4E67CA183A789224E46967A517687086A)), L_69, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_71; L_71 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_65, L_70, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeConverter_DeserializeNode_m368070E70936DF7E2ECE03D597466948B2EFC97E_RuntimeMethod_var))); } IL_0175: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_72 = ___reader0; NullCheck(L_72); int32_t L_73; L_73 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_72); if ((((int32_t)L_73) == ((int32_t)4))) { goto IL_0000; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_74 = ___reader0; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_74); if (L_75) { goto IL_0000; } } { return; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsNamespaceAttribute(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsNamespaceAttribute_mB7B15524CE1CEF49989BEAC2FBAB12030D788F33 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, String_t* ___attributeName0, String_t** ___prefix1, 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*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___attributeName0; NullCheck(L_0); bool L_1; L_1 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_0, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, 4, /*hidden argument*/NULL); if (!L_1) { goto IL_003e; } } { String_t* L_2 = ___attributeName0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0020; } } { String_t** L_4 = ___prefix1; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); *((RuntimeObject **)L_4) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_5); return (bool)1; } IL_0020: { String_t* L_6 = ___attributeName0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, 5, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58))))) { goto IL_003e; } } { String_t** L_8 = ___prefix1; String_t* L_9 = ___attributeName0; String_t* L_10 = ___attributeName0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_12; L_12 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, 6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)6)), /*hidden argument*/NULL); *((RuntimeObject **)L_8) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_12); return (bool)1; } IL_003e: { String_t** L_13 = ___prefix1; *((RuntimeObject **)L_13) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)NULL); return (bool)0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::ValueAttributes(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_ValueAttributes_m186E6DC3376890B15F11882CEE0B5227966B1764 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, List_1_t74A1330085B8247FB17128749F92AD552C221D8B * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075); s_Il2CppMethodInitialized = true; } Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t74A1330085B8247FB17128749F92AD552C221D8B * L_0 = ___c0; NullCheck(L_0); Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 L_1; L_1 = List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0(L_0, /*hidden argument*/List_1_GetEnumerator_mCA2BC60C132E5E998F3950057EE569B5A04F1BE0_RuntimeMethod_var); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0025; } IL_0009: { RuntimeObject* L_2; L_2 = Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_inline((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD535437C3C1B4666E2D23E3CFDCB196EFF687707_RuntimeMethod_var); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t3E61530A0DFA8534CB532C18D56CDF9569DB49AD_il2cpp_TypeInfo_var, L_2); bool L_4; L_4 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_3, _stringLiteral125BCB7A4232428BFD5FFB1F3E5905A4F6B0B075, /*hidden argument*/NULL); if (!L_4) { goto IL_0025; } } IL_0021: { V_1 = (bool)1; IL2CPP_LEAVE(0x40, FINALLY_0030); } IL_0025: { bool L_5; L_5 = Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m44EEE19DA1AF11B7F8BB6D6CB757693FF0C7EBB2_RuntimeMethod_var); if (L_5) { goto IL_0009; } } IL_002e: { IL2CPP_LEAVE(0x3E, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8((Enumerator_t9E0FF55C499D6752F4092BB3CF71F37649F6BF19 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mF97FC6436CCDE280B91DAC870C94FD7BBD25A7C8_RuntimeMethod_var); IL2CPP_END_FINALLY(48) }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { return (bool)0; } IL_0040: { bool L_6 = V_1; return L_6; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::CanConvert(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeConverter_CanConvert_m1BE9B59CABD7F782B6EC2281C0DFBB6ACA5518E6 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, Type_t * ___valueType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6_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 = ___valueType0; 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_0014; } } { return (bool)1; } IL_0014: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_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); Type_t * L_6 = ___valueType0; NullCheck(L_5); bool L_7; L_7 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_0028; } } { return (bool)1; } IL_0028: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_mAC1F1A4A0736AD126AF65B5092ACF5CFD31DF1D7 (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonWriter_get_CloseOutput_m35735FF8248038300093B2107F3CF2B9DFECE1F5_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCloseOutputU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__stringEscapeHandling_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatFormatHandling_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar JsonTextWriter_get_QuoteChar_m80EB6DFE5F61608DDC1645593F126A30FABC0071_inline (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__quoteChar_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateFormatHandling_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_mC1251A664FD1EFFB430AE5935E20DEFC5B01543A_inline (JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__memberSerialization_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonConverterAttribute_get_ConverterType_m4493352ECD33A4991AEA2B90BE9B1A8A397A90EC_inline (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__converterType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonConverterAttribute_get_ConverterParameters_mC2C4BD4D4E90D3646D571C7B0F2D6EFFB93C95DA_inline (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CConverterParametersU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * LateBoundReflectionDelegateFactory_get_Instance_m92BBB285AD2E4C07E1E23F84EE40A04E39208EF0_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var); LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC * L_0 = ((LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_StaticFields*)il2cpp_codegen_static_fields_for(LateBoundReflectionDelegateFactory_t6FE4AA4D54FF44B14A4B1C9C51AA2006611852BC_il2cpp_TypeInfo_var))->get__instance_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_CloseOutput_m4FA46ECC4D7B67D37299F937FD7CF1819D505706_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseOutputU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeInformation_get_TypeCode_mCF198DEDB64134D93B798F875D79B6FF94F4EF1E_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeCodeU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeInformation_get_Type_m101C4515BF4ECD310CDF20BC2C059D112341D2FF_inline (TypeInformation_t59FCAB5D6637FA760582EA35FE60597D24A10759 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriterException_set_Path_m7730DE4BEE3E03B961C923F211E0400903ED55F5_inline (JsonWriterException_t6375C1E2F7BE38F1361FDD31FD219EDC43C0B9F9 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_17(L_0); return; } } 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 MemoryTraceWriter_set_LevelFilter_mFDD4C8ECCC1F3EA622509414E2D76338B27B731A_inline (MemoryTraceWriter_t010B3E478277E609A30D2C9167192A3E215E2B0F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLevelFilterU3Ek__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 void ReflectionObject_set_Members_m51F84C609F669FBAF384A240340AEB2DCADDD09E_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CMembersU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ReflectionObject_get_Members_m3FD4398FA99B15DEE50DCE640C9B61338ADCF380_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CMembersU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ReflectionMember_get_Getter_m8C14F3F9760AF6EB89E9644C042D7049187D9E65_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = __this->get_U3CGetterU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ReflectionMember_get_MemberType_mAB2177907FD7B4A95EA3A38F2C1F96596F7C2BEB_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CMemberTypeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionObject_set_Creator_m1162363E03BF9F1667F813FE749F2BA4E36FBB45_inline (ReflectionObject_t0B28C1A5ECAF6F1011ED285201ABA73A2BECD26E * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set_U3CCreatorU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Getter_mED0BE46DBB1B84D9A1633BE35516882059E7F625_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___value0, const RuntimeMethod* method) { { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_0 = ___value0; __this->set_U3CGetterU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_Setter_m353D076CBC189D2F05EDBCF664D18A4A111610A7_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method) { { Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = ___value0; __this->set_U3CSetterU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReflectionMember_set_MemberType_m3CED73888761B9A9C936E74EF0539C2D4C6C8788_inline (ReflectionMember_t1BA411C696AF34E68F9E7F2483ACDD0CB24AB32B * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CMemberTypeU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m50180D85B49F259316CFFA19E69FAC2DFEE07E1A_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__position_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m9EAB48EB3E1072B0C51957B5B57534A47936B6F0_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__position_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* StringBuffer_get_InternalBuffer_mF2FB70B40A70E2D2ABE71242031EE4AB957D41C1_inline (StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get__buffer_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringEnumConverter_set_AllowIntegerValues_m20B36927219B91130DCA4FEC27962DAE5CDEDB40_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CAllowIntegerValuesU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StringEnumConverter_get_CamelCaseText_m72B0E3D8BB94E5E9812BC9D8E41896F14F17D405_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCamelCaseTextU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool StringEnumConverter_get_AllowIntegerValues_m92EC9554D97999DC94F53E86E9E16EBBD6D59C06_inline (StringEnumConverter_tE521B2E4625DF727C47339474DC886D1FECD3946 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CAllowIntegerValuesU3Ek__BackingField_1(); 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 JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___value0; __this->set__culture_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector2_m409003102FC0044C9B52F2DFD0507A8FE8E74A81_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector2U3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector3_m30CD6BC592FA653D043005941F1C590E465B598C_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector3U3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector4_m3B4BC98CEECCA0BB68ACCE5E061AC3FEC277B04E_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector4U3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector2_m9F0D5CAB38093848EDE67465ED5CE3A00FAA4EEB_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector2U3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector3_m0FDCE51268D06675E3E79977D7D29C3E8881F6D7_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector3U3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector4_m367A193107A5E1E279A844A7B04BD89D08D959FA_inline (VectorConverter_tBD81F9208D15B61A2C643342896B32317D9046AB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector4U3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XObjectWrapper_get_WrappedNode_m39F13F6851B25D19B29470ABFF655450E529E06F_inline (XObjectWrapper_tC1DE8F7D1E9CF84EABB61C8FF0D2CAC3EAC93142 * __this, const RuntimeMethod* method) { { XObject_tD3CAB609801011E5C4A0FC219FA717B6B382C5D6 * L_0 = __this->get__xmlObject_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XAttribute_get_Value_m2458D145A9C0231EE71816040601199252F53A84_inline (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XAttribute_get_Name_m89A65BCA2C1D25349F1B814F823208D897CA79FB_inline (XAttribute_tA0B67912BA9E7D6A4BF473F1AAA93F2F4C93ECB7 * __this, const RuntimeMethod* method) { { XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_0 = __this->get_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XName_get_LocalName_m696497ACA70F6707FAF6DDC7B0FB4297D7F4A007_inline (XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XComment_get_Value_mA7E894839128338EB9E902993EF632F88ED96762_inline (XComment_tD6BF10BCD07F5C522ED57476CCAC1DAB4B4115C9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XDeclarationWrapper_set_Declaration_m5305289F2ADC283784668A45EBC7913CFE934E7C_inline (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___value0, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = ___value0; __this->set_U3CDeclarationU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * XDeclarationWrapper_get_Declaration_m088E3B9D587EC2B961C88BBBCD117CA6D3103473_inline (XDeclarationWrapper_t5CE5590A547B9CE6871D2B0F327D84132FA571EB * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = __this->get_U3CDeclarationU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Version_mDDED237A915B204AE4457A8A79AF21EC3B900BCB_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Encoding_mC688E2726A699007C9C7B3EEE8C7398EE276E92C_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Standalone_m15EF1F74D2226D5CAE08BB9847949FBD2F63D967_inline (XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_Name_m04C91428C8855ADAB40835A90052855A047018AE_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_SystemId_mB1375770572FE85EEB70E7B9E5D7BFD70197589C_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_PublicId_mB921F6E459C9B1C858D3DE85A9D2504A99BA0A7C_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XDocumentType_get_InternalSubset_m11B53A99D2308E042E737F455BC83B7E28B8A02E_inline (XDocumentType_t392A7CB92D80332F5EF5C2AEE6D3C2FC0721B892 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * XDocument_get_Declaration_m79EEF06C46AFAB498402C2D1D34140A0E06ABCA3_inline (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = __this->get_declaration_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XDocument_set_Declaration_m972A42B67962FBA050E91864F7056AD03FB7ECA0_inline (XDocument_t9565FC688EFE8A72791A52481736689B97A3D3CF * __this, XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * ___value0, const RuntimeMethod* method) { { XDeclaration_t5B4F6BDA6FCEE3C7520BA67BDFF62C3372777090 * L_0 = ___value0; __this->set_declaration_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * XElement_get_Name_m1154DCAA063C86BB056B2A49FF9C4FA65CEEAD3D_inline (XElement_tB23449727DAFDA30624A9E24F99731430F9CC8A5 * __this, const RuntimeMethod* method) { { XName_t03F670C1FC8B039AC94EB7B0BAE881E6E3545956 * L_0 = __this->get_name_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Target_mB3D008E1EEB616F60FD7C8BE667DEB18C68B0C63_inline (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_target_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Data_m2CEF9219706D7BC50ABA55C80C7628369643F79F_inline (XProcessingInstruction_tA744622C559252288B23FB6615420529AC2B5B75 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XText_get_Value_m9597869DABAA9D2BF8275CEDB4A6A85D46FF6BE5_inline (XText_t14C82CC828138F000842E6611CBE05281260A3FC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_mB0022F0A47EC6D08FF00D680B46496F21673ED07_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m9791D1D890D872E5114080CDF8D27A2874B67C23_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m23545B5966A94CFD05BB54B5B0AE80BB3034C661_inline (XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeWrapper_get_WrappedNode_m468BF37D91C283502A22F72F9E3350069CAC6E2F_inline (XmlNodeWrapper_tBBD32C8654A63FF45DD7001051180005DE01FD87 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __this->get__node_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_OmitRootObject_m71C19A6DA6F893636A53CF6948C52D8202A02777_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3COmitRootObjectU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_get_DeserializeRootElementName_mDA30476EE8892D07632EA2F0F539C3ADCFA6941B_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeserializeRootElementNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_WriteArrayAttribute_m737D25004BAAC5C68D03F87F86059CAB60797492_inline (XmlNodeConverter_tACBB86EAC6CA25A5A17037A74DC78905F321AD65 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWriteArrayAttributeU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7897F8E6F5E7968B14AEE7B3B5719B6B3CE4292C_gshared_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m876B846463CE01EDCEE48E9CF91ACBFB7854F22D_gshared_inline (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_value_0(); return (float)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8B94FD6845DD5E109FD96BB1B9A2C11FA7512460_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m222D2DE606AA79710BF6D6B775E744D9FF93FDCB_gshared_inline (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, const RuntimeMethod* method) { { double L_0 = (double)__this->get_value_0(); return (double)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 bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)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 int32_t List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __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 JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __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: { JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* L_2 = (JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597*)__this->get__items_1(); int32_t L_3 = ___index0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597*)L_2, (int32_t)L_3); return (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m8418F0A41AEC8419D1566F2EDA19D3A018E7ED56_gshared_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_mC85F26D50EC633F06FBFFDAF74B3ABE5989033A0_gshared_inline (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, const RuntimeMethod* method) { { uint32_t L_0 = (uint32_t)__this->get_value_0(); return (uint32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m7CC62A935AE0F72E2B9243F29BB25695B43B68B3_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_value_0(); return (int64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB2420C0D6B3AA027BB9C15B0E9B3FFEFB30C0662_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m8C59CC0BF008691F1A603B96E73670C3DE5495F6_gshared_inline (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, const RuntimeMethod* method) { { uint64_t L_0 = (uint64_t)__this->get_value_0(); return (uint64_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mEB4F281F92FDAC09694F2F8C4C1EBE51A1A027D1_gshared_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m318C18AFBA62C74DE4935EA5EAB91EE0EF2D1922_gshared_inline (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, const RuntimeMethod* method) { { int16_t L_0 = (int16_t)__this->get_value_0(); return (int16_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mADD44F33D1B3B2E747F02F632E4170D34754B4A7_gshared_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m00270B6183207A319CDC382CABEB778D16423F6D_gshared_inline (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, const RuntimeMethod* method) { { uint16_t L_0 = (uint16_t)__this->get_value_0(); return (uint16_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = (Il2CppChar)__this->get_value_0(); return (Il2CppChar)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5E7D2065AF7369913276CCD37E877D81E28AF3E2_gshared_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_mD9B16498932896309FD8F0A77D592D764E54880A_gshared_inline (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_value_0(); return (uint8_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC27AC4B81FBFB5CD7B04DB791E5FF91F67D52CAC_gshared_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m9550EE0F565A682120F97E03C053B516E90C5CE6_gshared_inline (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, const RuntimeMethod* method) { { int8_t L_0 = (int8_t)__this->get_value_0(); return (int8_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m462C40E9095F464E7124A2E64C1A886BB9AE3E25_gshared_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Nullable_1_GetValueOrDefault_mAD590128B1BCC498E5BACC7A267EF4EE7CB08923_gshared_inline (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, const RuntimeMethod* method) { { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )__this->get_value_0(); return (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )__this->get_value_0(); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mF9BFDE5F954C4BF7FFB3AF43DDD2092503B2FFC9_gshared_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 Nullable_1_GetValueOrDefault_mD3FB7E4048F2A267A288EF1B97FD659E1D167BE8_gshared_inline (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, const RuntimeMethod* method) { { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )__this->get_value_0(); return (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5CAFDBDB94CB95C6DFC552569D9CCF66BBF9F94F_gshared_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_mA17C68694B45AF809AF3B8CEF2B4F9C3C20E00E8_gshared_inline (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, const RuntimeMethod* method) { { Guid_t L_0 = (Guid_t )__this->get_value_0(); return (Guid_t )L_0; } } 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 int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); 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_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 int32_t Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_0(); return (int32_t)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 KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )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; } } 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; } }